/* ============================================
   自定义样式 - 配合 Bootstrap 5 使用
   ============================================ */

/* 基础样式 */
body {
    font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Logo 样式 */
.logo-icon {
    color: #28a745;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
}

.logo-text {
    font-size: 18px;
    font-weight: 600;
}

.dot {
    color: #055AC6;
    font-weight: 600;
}

/* 导航栏自定义链接 */
.nav-link-custom {
    color: #000;
    font-size: 14px;
    padding: 0.25rem 0.5rem;
}

.nav-link-custom:hover {
    color: #2B7CD3;
}

/* Hero Banner 蓝色搜索区 */
.hero-banner {
    background: #005ac7;
    max-width: 1320px;
    margin: 0px auto;
}

.hero-title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
}

/* 搜索标签 */
.tab-item {
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.3s;
}

.tab-item.active {
    border-color: #fff;
    color: #0056c0;
    background: #fff;
    margin-right:15px;
}

.tab-item:hover {
    color: #fff;
}

.tab-divider {
    color: rgba(255, 255, 255, 0.4);
    margin-top:5px;
}

/* 搜索框 */
.search-box {
    max-width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    overflow: hidden;
}

.search-input {
    border: none !important;
    padding: 20px 16px !important;
    font-size: 16px;
}

.search-input:focus {
    box-shadow: none !important;
}

.search-btn {
    background: #2B7CD3 !important;
    color: #fff !important;
    border: none;
    font-size: 16px;
    white-space: nowrap;
}

.search-btn:hover {
    background: #1a5fa8 !important;
}

.Statement{color:#fff; font-size: 13px;margin-bottom: 15px;}

/* 热门搜索 */
.hot-label {
    background: #2177DE;
    color: #fff;
    padding: 4px 18px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    min-width: 40px;
}

.hot-tags a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

.hot-tags a:hover {
    color: #fff;
    text-decoration: underline;
}

/* 统计数据 */
.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}


@media (min-width: 768px) {
    .stat-number {
        font-size: 2rem;
    }
}

.stat-unit {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 4px;
}

.stat-label {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.desc-title {
    font-size: 14px;
    color: #666;
}

.desc-subtitle {
    font-size: 14px;
    color: #999;
}

/* Section 标题 */
.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 1.75rem;
    }
}

/* 流程项 */
.process-item {
    transition: transform 0.3s, box-shadow 0.3s;
}

.process-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

.process-title {
    font-weight: 600;
    color: #333;
}

.process-sub {
    color: #2B7CD3;
}

.pd-left-50{
    padding-left: 50px;
}

/* 服务卡片 */
.service-card {
    transition: box-shadow 0.3s, transform 0.3s;
    min-height: 180px;
    padding-bottom: 50px !important;
}

.service-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-3px);
}

.service-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-title {
    color: #333;
}

.service-link:hover {
    text-decoration: underline;
}

.service-label {
    font-size: 14px;
}

.service-link{
    position: absolute;
    right: 2rem;
}

/* 新闻卡片 */
.news-card {
    transition: box-shadow 0.3s, transform 0.3s;
}

.news-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* 新闻标签页 */
.news-section .nav-pills .nav-link {
    color: #666;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0.5rem 1rem;
    background: transparent;
}

.news-section .nav-pills .nav-link.active {
    color: #2B7CD3;
    border-bottom-color: #2B7CD3;
    background: transparent;
}

.news-section .nav-pills .nav-link:hover {
    color: #2B7CD3;
}

/* Footer */
.footer a:hover {
    color: #fff !important;
}

.footer-info {
    line-height: 1.8;
}

/* 响应式调整 */
@media (max-width: 991.98px) {
    .navbar-collapse {
        padding: 1rem 0;
    }
    
    .navbar-nav {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 1.25rem;
    }
    
    .stat-number {
        font-size: 1.25rem;
    }
    
    .search-input {
        font-size: 14px !important;
        padding: 10px 12px !important;
    }
    
    .search-btn {
        font-size: 14px;
        padding: 10px 16px !important;
    }
    
    .tab-item {
        font-size: 12px;
        padding: 4px 8px;
    }
    
    .hot-label {
        font-size: 10px;
        padding: 3px 6px;
    }
    
    .hot-tags a {
        font-size: 12px;
    }
}

/* 按钮颜色覆盖 */
.btn-primary {
    background-color: #2B7CD3;
    border-color: #2B7CD3;
}

.btn-primary:hover {
    background-color: #1a5fa8;
    border-color: #1a5fa8;
}

.btn-outline-primary {
    color: #2B7CD3;
    border-color: #2B7CD3;
}

.btn-outline-primary:hover {
    background-color: #2B7CD3;
    border-color: #2B7CD3;
}

/* 平滑滚动 */
html {
    scroll-behavior: smooth;
}
