@charset "UTF-8";

.navbar-brand .logo {height:35px;}
/* ===== 卡片整体样式 ===== */
.category-nav {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transition: transform 0.3s ease;
}

.category-nav:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

/* ===== 标题样式 ===== */
.section-title {
    font-weight: 600;
    color: #495057;
    position: relative;
    padding-left: 12px;
    margin-bottom: 1rem;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background: #dc3545;
    border-radius: 2px;
}

/* ===== 按钮通用样式 ===== */
.btn-category, 
.btn-subcategory {
    padding: 0.35rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* ===== 一级分类按钮 ===== */
.btn-category {
    border: 1px solid #dee2e6;
    color: #495057;
    background-color: white;
}

.btn-category:hover,
.btn-category.active {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
}

/* ===== 二级分类按钮 ===== */
.btn-subcategory {
    border: 1px solid #adb5bd;
    color: #6c757d;
    background-color: rgba(255,255,255,0.7);
}

.btn-subcategory:hover,
.btn-subcategory.active {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
}

/* ===== 按钮悬停动画 ===== */
.btn-category::after,
.btn-subcategory::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s;
}

.btn-category:hover::after,
.btn-subcategory:hover::after {
    left: 100%;
}

/* ===== 响应式调整 ===== */
@media (min-width: 769px) {
.navbar-expand-lg .navbar-collapse {
    margin-left: 100px;
}
}
@media (max-width: 768px) {
.navbar-brand .logo {height:20px;}
    .category-nav {
        border-radius: 8px;
    }
    
    .btn-category, 
    .btn-subcategory {
        padding: 0.3rem 0.8rem;
        font-size: 0.8rem;
    }
}

 /* 客服固定 */
        .sticky-sidebar-container {
            position: relative;
        }
        
        .sticky-sidebar {
            position: sticky;
            top: 80px; /* 导航栏高度 + 适当间距 */
            z-index: 1000;
            margin-bottom: 20px;
        }
        
        /* 确保导航栏有足够的高度 */
        .header {
            min-height: 60px;
        }
        
        /* 响应式调整 */
        @media (max-width: 991.98px) {
            .sticky-sidebar {
                position: static;
                top: auto;
            }
        }
		.container img{max-width:100%;}

/* banner自定义样式 */
        .banner {
            background-color: #007bff; /* 蓝色背景 */
            color: #ffffff; /* 白色文字 */
            padding: 420px 0 138px;
            position: relative;
			background-size: cover;
			    height: 600px;
        }
        .banner .container {
            position: relative;
            z-index: 1;
        }
        .banner-image {
            
            max-width: 60%!important; /* 缩小图片大小 */
            /* 根据需要调整图片大小 */
        }
        .banner .btn {
            margin-left: 10px;
            padding: 8px 24px;
            font-size: 1rem;
            display: flex; /* 使用Flex布局以便更好地对齐图标和文字 */
            align-items: center; /* 垂直居中对齐 */
            justify-content: center; /* 水平居中对齐 */
            border-radius: 100px; /* 圆角 */
            transition: background-color 0.3s ease, transform 0.3s ease; /* 添加过渡效果 */
            white-space: nowrap; /* 防止按钮文字换行 */
        }
        .banner .btn:hover {
            transform: translateY(-5px); /* 悬停时上移 */
            box-shadow: 0 4px 15px rgba(0,0,0,0.2); /* 添加阴影 */
        }
        .banner .btn svg {
            margin-right: 8px; /* 图标和文字之间的间距 */
            width: 1.2em;
            height: 1.2em;
        }
        .banner .qr-code {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            z-index: 10;
        }
        .banner .btn-wechat:hover .qr-code {
            display: block;
        }
		.b-anniu{padding-left:55px;    display: flex;}
        /* 响应式调整按钮布局 */
        @media (max-width: 992px) {
		.banner{height:200px;padding:0;
		
		}
            .banner .d-flex {
                flex-direction: column;
            }
            .banner .btn {
                margin-left: 0;
                margin-bottom: 15px;
            }
            .banner .btn:last-child {
                margin-bottom: 0;
            }
			.b-anniu{    padding-top: 140px;
    width: 100%;
    padding-left: 0;text-align:center;}
			.b-anniu .btn{ width:40%;   margin: 0 5%;float:left}
        }
		.display-5.fw-bold{font-weight:bold;}
		.news-section {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin-bottom: 30px;
        }
        .news-section .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 25px;
            border-bottom: 1px solid #e9ecef;
        }
        .news-section .section-header h3 {
            margin: 0;
            font-size: 1.5rem;
            color: #007bff;
        }
        .news-section .section-header .more-btn {
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 8px 15px;
            border-radius: 5px;
            font-size: 0.9rem;
            transition: background-color 0.3s;
            cursor: pointer;
        }
        .news-section .section-header .more-btn:hover {
            background-color: #0056b3;
        }
        .news-section .news-list {
            padding: 20px 25px;
        }
        .news-section .news-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        .news-section .news-item:last-child {
            margin-bottom: 0;
        }
        .news-section .news-item .news-image {
            flex: 0 0 100px;
            margin-right: 20px;
        }
        .news-section .news-item .news-image img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }
        .news-section .news-item .news-content {
            flex: 1;
        }
        .news-section .news-item .news-title {
            margin: 0 0 10px 0;
            font-size: 1.2rem;
            color: #333;
            transition: color 0.3s;
        }
        .news-section .news-item .news-title:hover {
            color: #007bff;
        }
        .news-section .news-item .news-description {
            margin: 0;
            font-size: 0.95rem;
            color: #6c757d;
            line-height: 1.6;
        }
        /* 响应式调整 */
        @media (max-width: 992px) {
            .news-section {
                margin-bottom: 20px;
            }
            .news-section .section-header {
                flex-direction: column;
                align-items: flex-start;
            }
            .news-section .section-header .more-btn {
                margin-top: 10px;
            }
            .news-section .news-item .news-image {
                margin-right: 15px;
                flex: 0 0 80px;
            }
        }
        @media (max-width: 768px) {
            .news-section {
                margin-bottom: 15px;
            }
            .news-section .news-item .news-image {
                flex: 0 0 100%;
                margin-right: 0;
                margin-bottom: 15px;
            }
        }

/* 检测流程 */
.flow-item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.flow-item:hover {
    transform: translateY(-3px);
}

.flow-item.active div:first-child {
    background-color: #dc3545 !important; /* 激活状态改为红色 */
}

.process-detail {
    display: none;
    animation: fadeIn 0.5s ease;
}

.process-detail.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* 响应式调整 */
@media (max-width: 768px) {
    .flow-item {
        width: 100% !important;
        margin-bottom: 15px;
    }
    
    .flow-item img {
        display: none !important;
    }
}

/* 主内容区美化 */
.col-lg-9 .card,.col-lg-3 .card {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    background: #fff;
    transition: transform 0.3s ease;
}

.col-lg-9 .card:hover {
    transform: translateY(-5px);
}

/* 标题区域 */
.col-lg-9 h1.h3 {
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.col-lg-9 h1.h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #dc3545;
}

/* 描述文字 */
.text-muted {
    color: #6c757d !important;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* 可选形式/语言区块 */

.mb-4 h6 {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

/* 标签样式优化 */
.badge {
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.badge.bg-light {
    background: #e9ecef;
    color: #495057;
    border: 1px solid #dee2e6;
}

.badge.bg-light:hover {
    background: #dee2e6;
    transform: translateY(-2px);
}

/* 检测周期/费用 */
span {
    display: inline-block;
    font-weight: 500;
}

.text-danger.fw-bold {
    font-size: 1.2rem;
    color: #dc3545 !important;
}

/* 按钮组优化 */
.d-flex.mb-4 {
    gap: 1rem;
}

.btn-danger {
    background: #dc3545;
    border: none;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    background: #bb2d3b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220,53,69,0.3);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #dee2e6;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
}

/* 图片区域 */
.col-lg-5 .text-center {
    padding: 1rem;
}

.ciycli {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .col-lg-7, .col-lg-5 {
        margin-bottom: 1.5rem;
    }
    
    .d-flex.mb-4 {
        flex-direction: column;
    }
	.d-flex.mb-4 .btn-danger.me-3{margin-right:0!important;}
}

/* ====================== 服务介绍模块 ====================== */
.card.service-intro {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.service-intro:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.card.service-intro .card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.card.service-intro h2.h5 {
    font-weight: 600;
    color: #212529;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card.service-intro h2.h5 small {
    font-size: 0.8rem;
    color: #6c757d;
}

.introContraBre {
    position: relative;
    overflow: hidden;
}

.banner_img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.introContraBre:hover .banner_img {
    transform: scale(1.05);
}

/* ====================== 检测参数模块 ====================== */
.card.params-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: none;
    transition: transform 0.3s ease;
}

.card.params-card:hover {
    transform: translateY(-5px);
}

.card.params-card .card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.card.params-card h2.h5 {
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.table-bordered {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

.table-bordered th,
.table-bordered td {
    padding: 1rem;
    text-align: left;
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.table-bordered tr:hover {
    background-color: #f8f9fa;
}

/* 表格响应式适配 */
@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
    }
    
    .table-bordered thead {
        display: none;
    }
    
    .table-bordered tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    
    .table-bordered td {
        display: block;
        text-align: left;
        padding-left: 5%;
        position: relative;
        border: none;
        border-bottom: 1px solid #eee;
    }
    
    .table-bordered td::before {
        content: attr(data-label);
        position: absolute;
        left: 1rem;
        width: 45%;
        padding-right: 1rem;
        font-weight: 600;
        text-align: left;
        color: #495057;
    }
}


/* 图标悬停动画 */
.btn-danger:hover .bi-phone {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/* 可选：聊天图标样式 */
.btn-outline-secondary .bi-chat-dots-fill {
    color: #6c757d; /* 默认灰色 */
}

.btn-outline-secondary:hover .bi-chat-dots-fill {
    color: #0d6efd; /* 悬停时变为蓝色 */
}


/* 主内容区图片垂直居中 */
.row.clearfix {
    display: flex;
    align-items: center; /* 关键：垂直居中 */
}

.fwxq .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* 辅助垂直居中 */
    min-height: 100%; /* 确保最小高度撑满父容器 */
}

/* 图片容器样式优化 */
.ciycli {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* 水平居中 */
}

.pagination {
    margin: 2rem 0;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.pagination li {
    margin: 0 3px;
}
/* 分页美化 */
.pagination a, 
.pagination li.active a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.pagination a {
    color: #495057;
    background: #f8f9fa;
}

.pagination a:hover {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.pagination li.active a {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

/* 响应式调整 */
@media (max-width: 576px) {
    .pagination li {
        margin: 0 1px;
    }
    
    .pagination a {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
        font-size: 13px;
    }
}

.text-center i:hover {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

@media (max-width: 576px) {
    .fs-3 { font-size: 1.5rem !important; }
}

/* ===== 卡片整体样式 ===== */
.standard-card {
    border: none;
    border-radius: 12px; /* 大圆角增强亲和力[7](@ref) */
    box-shadow: 0 4px 20px rgba(0,0,0,0.08); /* 柔和阴影增强层次感[9](@ref) */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden; /* 确保圆角裁剪内容 */
}

.standard-card:hover {
    transform: translateY(-5px); /* 悬停浮动效果[9](@ref) */
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

/* ===== 标题栏样式 ===== */
.standard-card .card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); /* 渐变背景[5](@ref) */
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 1rem 1.25rem;
}

.standard-card h3 {
    font-weight: 600;
    color: #212529;
    position: relative;
    padding-left: 12px;
}

.standard-card h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background: #0d6efd; /* 左侧装饰条[7](@ref) */
    border-radius: 2px;
}

.more-link {
    color: #6c757d;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.more-link:hover {
    color: #0d6efd;
}

/* ===== 列表项样式 ===== */
.standard-list {
    --hover-bg: rgba(13, 110, 253, 0.05); /* CSS变量定义悬停色[5](@ref) */
}

.standard-list .list-group-item {
    border-color: rgba(0,0,0,0.05);
    padding: 0.75rem 1.25rem;
    transition: all 0.2s ease;
}

.standard-list .list-group-item a {
    color: #495057;
    display: block;
    transition: color 0.2s ease;
    position: relative;
    padding-left: 8px;
}

/* 列表项装饰线 */
.standard-list .list-group-item a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0;
    background: #0d6efd;
    transition: height 0.2s ease;
}

/* 悬停效果 */
.standard-list .list-group-item:hover {
    background-color: var(--hover-bg);
}

.standard-list .list-group-item:hover a {
    color: #0d6efd;
    text-decoration: none;
}

.standard-list .list-group-item:hover a::before {
    height: 16px; /* 悬停时显示装饰线[7](@ref) */
}

/* ===== 响应式调整 ===== */
@media (max-width: 768px) {
    .standard-card {
        border-radius: 8px; /* 小屏幕圆角减小 */
    }
    
    .standard-list .list-group-item {
        padding: 0.6rem 1rem;
    }
}

/* 容器样式 */
.alert.alert-info[act="zt_service_city_pc_image"] {
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #e6f7ff 0%, #b3e0ff 100%);
    box-shadow: 0 4px 15px rgba(0, 120, 215, 0.15);
    padding: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

/* 图片样式 */
.banner_img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transition: transform 0.5s ease;
}

/* 悬停效果 */
.alert.alert-info[act="zt_service_city_pc_image"]:hover {
    box-shadow: 0 8px 25px rgba(0, 120, 215, 0.25);
    transform: translateY(-3px);
}

.alert.alert-info[act="zt_service_city_pc_image"]:hover .banner_img {
    transform: scale(1.02);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .alert.alert-info[act="zt_service_city_pc_image"] {
        border-radius: 8px;
    }
}

.listjg span{
    font-size: .8rem;
    margin-left: 5px;
}

/* 面包屑导航容器 */
.breadcrumb {
    background-color: transparent;
    padding: 0.75rem 0;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}
.breadcrumb a{color:#000;}
/* 面包屑项样式 */
.breadcrumb-item {
    position: relative;
    padding-right: 1.5rem;
}

/* 分隔符样式 */
.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.2rem;
}

/* 链接颜色 */
.breadcrumb a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

/* 当前页样式 */
.breadcrumb-item.active {
    color: #495057;
    font-weight: 500;
}

/* 悬停效果 */
.breadcrumb-item a:hover {
    color: #0a58ca;
    text-decoration: underline;
}

/* 文章列表容器 */
.article-list {
    margin-top: 2rem;
}

/* 文章项样式 */
.article-item {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

/* 悬停效果 */
.article-item:hover {
    transform: translateX(5px);
}

/* 文章标题 */
.article-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

/* 标题链接 */
.article-title a {
    color: #212529;
    text-decoration: none;
    transition: color 0.3s;
}

/* 标题悬停效果 */
.article-title a:hover {
    color: #0d6efd;
}

/* 副标题样式 */
.article-subtitle {
    display: inline-block;
    font-size: 0.75rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #6c757d;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    margin-left: 0.75rem;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}

/* 文章描述 */
.article-desc {
    color: #6c757d;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* 日期样式 */
.article-date {
    font-size: 0.875rem;
    color: #adb5bd;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* 日历图标 */
.bi-calendar3 {
    font-size: 1rem;
}
@media (max-width: 768px) {
    /* 移动端面包屑调整 */
    .breadcrumb {
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }
    
    /* 移动端文章标题 */
    .article-title {
        font-size: 1.1rem;
    }
    
    /* 移动端副标题 */
    .article-subtitle {
        display: block;
        margin: 0.5rem 0 0 0;
    }
}

       /* 面包屑导航样式 */
        .breadcrumb {
            background-color: transparent;
            padding: 0.75rem 0;
            margin-bottom: 1.5rem;
        }
        .breadcrumb-item+.breadcrumb-item::before {
            content: ">";
            padding: 0 0.5rem;
        }
        
        /* 文章列表样式 */
        .article-item {
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid #eee;
        }
        .article-title {
            font-size: 1.25rem;
            margin-bottom: 0.5rem;
            position: relative;
        }
        .article-subtitle {
            display: inline-block;
            font-size: 0.85rem;
            background: #f8f9fa;
            color: #6c757d;
            padding: 0.25rem 0.75rem;
            border-radius: 1rem;
            margin-left: 0.75rem;
            vertical-align: middle;
        }
        .article-desc {
            color: #6c757d;
            margin-bottom: 0.5rem;
        }
        .article-date {
            font-size: 0.875rem;
            color: #adb5bd;
        }
/* 面包屑导航容器 */
.breadcrumb {
    background-color: white; /* 白色背景 */
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-size: 0.9rem;
}

/* 面包屑项样式 */
.breadcrumb-item {
    position: relative;
    padding-right: 1.5rem;
    color: #495057;
}

/* 分隔符样式 */
.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.2rem;
}

/* 链接颜色 */
.breadcrumb-item a {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.3s;
}

/* 当前页样式 */
.breadcrumb-item.active {
    color: #495057;
    font-weight: 500;
}

/* 悬停效果 */
.breadcrumb-item a:hover {
    color: #0a58ca;
    text-decoration: underline;
}

		/* 标准详情容器 */
.standard-detail {
    background-color: white; /* 白色背景 */
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
}

/* 标题区域 */
.standard-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

/* 主标题样式 */
.standard-title {
    font-size: 1.75rem;
    color: #212529;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

/* 副标题样式 */
.standard-subtitle {
    display: inline-block;
    font-size: 0.95rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #495057;
    padding: 0.35rem 1rem;
    border-radius: 1rem;
    margin-left: 0.75rem;
    border: 1px solid #dee2e6;
}

/* 元信息样式 */
.standard-meta {
    color: #6c757d;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* 内容区域 */
.standard-content {
    line-height: 1.8;
    color: #495057;
    margin-bottom: 2rem;
}

/* 上一篇下一篇导航 */
.standard-navigation {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
    margin-top: 2rem;
}


.nav-label {
    font-size: 0.85rem;
    color: #6c757d;
}

.nav-title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-title:hover {
    color: #0a58ca;
    text-decoration: underline;
}

.nav-title span {
    color: #495057;
}
/* 服务与保障 */
.service-item {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background-color: white !important;
}

.card {
    border-radius: 12px !important;
    overflow: hidden;
}

.card-header h3 {
    position: relative;
}


/* 流程步骤响应式调整 */
.flow-item {
    transition: all 0.3s ease;
    padding: 1rem 0.5rem;
    cursor: pointer;
}

.flow-item:hover {
    transform: translateY(-3px);
}

.flow-item.active {
    background-color: rgba(13, 110, 253, 0.05);
    border-radius: 8px;
}

/* 移动端箭头隐藏 */
@media (max-width: 767.98px) {
    .flow-item {
        margin-bottom: 1rem;
    }
}

/* 添加在样式文件中 */
.card-header h2 {
    position: relative;
font-weight: bold;
}
.card-header h2 i:first-child {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}
.card-header h2 .text-muted {
    transition: color 0.3s;
}
.card-header h2 .text-muted:hover {
    color: #6c757d !important;
}
/* 添加在样式文件中 */
.hover-shadow {
    transition: all 0.3s ease;
}
.hover-shadow:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.card-header h3 {
    position: relative;
}
.card-header h3 i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* 当前栏目下子栏目导航 */
.hover-effect {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}
.bg-light-hover:hover {
    background-color: rgba(13, 110, 253, 0.05);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-header h3 i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

.hover-bg-light {
    transition: background-color 0.2s;
}
.hover-bg-light:hover {
    background-color: rgba(0,0,0,0.03);
}

}
.index .sec_1 {
    background-color: #5b8ff9;
}
.footer .ftbq .text-right{text-align:right;}
.footer .ftbq .text-right a{color:#000;text-decoration:none;}
.nav-link {color:#000;}
.nav-link:hover,.active .nav-link{color:#dc3545;}

.nav-item{padding:0 15px;}
#serviceTabs .nav-item{padding:0 5px;}
#serviceTabs .nav-item a{padding:10px 60px}

@media (max-width: 767.98px) {
    #serviceTabs{margin:30px 0;}
    #serviceTabs .nav-item a{padding:10px 10px}
	#serviceTabs .nav-item{width:50%;}
}