/***
====================================================================
	Main Header
====================================================================
***/
.main-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    flex-shrink: 0;
    background: linear-gradient(to bottom, rgba(83, 78, 78, 0.6), rgba(0, 0, 0, 0));
}

.header-upper {
    padding: 10px 0;
    border-bottom: 1px solid #0099ff;
    background: #FFFFFF;
}
.dropdown > a:after {
    color: #313131 !important;
    display: none !important;
}
.logo img {
    max-height: 4.5rem;
    width: auto;
}

.navigation li a {
    color: #313131;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.header-upper
{
    border: none;
}

.header-upper.sticky {
    background: #ffffff !important;
}

.dropdown ul {
    position: absolute;
    background-color: #FFF;
    margin: 0;
    box-shadow: 0 2px 38px rgba(0, 0, 0, .1);
    height: auto;
    z-index: 199;
    top: 48px;
    left: 50%;                    /* 修改为50% */
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .36s ease;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-radius: 5px;
}
ul>li .subnav:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
}

.subnav li a{
    color: #666;
    font-size: 1.6rem;
}
ul>li .subnav li {
    border-bottom: 1px solid #f5f5f5;
}
.dropdown ul li a:hover {
    background-color: #ffffff;
    color: #0e90d2;
}
.ulnav>li .subnav li a:hover{
    border-bottom: 1px solid #f5f5f5 !important;
}
/***
====================================================================
	Main banner
====================================================================
***/
/* 幻灯片容器样式 */
.banner_swiper-container {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
/* 幻灯片图片样式 */
.banner_swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner-slider .slide.active {
    opacity: 1;
}

/* 幻灯片导航按钮 */
.banner-slider .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    transition: all 0.3s ease;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:none;
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:none;
    right: 10px;
    left: auto;
}
.banner-slider .prev-btn {
    left: 20px;
}

.banner-slider .next-btn {
    right: 20px;
}

.banner-slider .nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}






.swiper-slide-content
{
    color:#FFFFFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 4.16px;
    width: 100%;
    text-align: left;
}

.swiper-slide-content h1
{
    font-size: 5.8rem;
    color:#FFFFFF;
    font-weight: bold;
}
.swiper-slide-content p
{
    font-size: 2.6rem;
    color:#FFFFFF;
}

.section-subtitle
{
    color: #313131;
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.section-content
{
    font-size: 1.6rem;
    color: #496788;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* 限制为 6 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.nav-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.1);
}


/***
====================================================================
	关于中唯的数据
====================================================================
***/
.about-haitian {
    position: relative;
    padding: 80px 0;
    color: #fff;
    text-align: left;
}

.about-haitian .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-haitian h2 {
    font-size: 5rem;
    margin-bottom: 20px;
    color:#14183E;
    font-weight: bold;
}



.about-haitian .btn {
    display: inline-flex;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    background: #004EA3;
}

.about-haitian .btn:hover {
    background-color: #0077cc;
    transform: translateY(-2px);
}


.zhongwei-swiper-container
{
    position: relative;
    width:100vw;
    overflow: hidden;
    margin-top: 30px !important;
}
.zhongwei-swiper-container .swiper-slide
{
    width: 265px;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
}

.zhongwei-swiper-container .swiper-slide img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhongwei-swiper-container .swiper-slide-content
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 78, 163, 0.71);
    padding:  10px 10px;
    height: 80px;


}
.zhongwei-swiper-container .swiper-slide-content:hover
{
    height: 100%;
}
.zhongwei-swiper-container .swiper-slide-content .swiper-slide-section-subtitle
{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #FFFFFF;
}

.zhongwei-swiper-container .swiper-slide-content .swiper-slide-section-content
{
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制显示1行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhongwei-swiper-container .swiper-slide-content:hover .swiper-slide-section-content
{
    -webkit-line-clamp:10; /* 限制显示1行 */
    -webkit-box-orient: vertical;
}
/***
====================================================================
	产品网格布局
====================================================================
***/
/* 产品生态模块 */
.product-ecosystem {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 4.2rem;
    margin-bottom: 5rem;
    color: #14183E;
    font-weight: bold;
    text-align: center;
}

.product-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    flex-direction: row;
    transition: all 0.5s ease-in-out;
}

.product-card {

    width: 48%;
    overflow: hidden;
    transition: width 0.5s ease-in-out; /* 统一所有卡片的过渡时间 */
    position: relative;
    height: auto;
}



.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card h3 {
    padding: 2rem 0;
    margin: 0;
    font-size: 3.4rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.img-logo {
    text-align: center;
}

.active-product-card
{
    transition: width 0.5s ease-in-out; /* 更柔和的宽度变化 */
}

/* 悬停提示层：优化版 */
.product-card-tip {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: rgba(0, 78, 163, 0);
    color: white;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 10;
    padding: 50px;
    justify-content: center;
}
/* 添加到样式表中 */
.service-cards {
    margin-top: 40px;
}

.service-card {
    padding: 15px;

}

.card-content {
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 150px;
    padding: 30px 20px;
    background: #ffffff1a;
    justify-content: space-between;
}
.card-content .arrow{
    width: 32px;
    height: 32px;
    position: absolute;
    left: 40px;
    bottom: 20px;
}

.card-content .card-desc
{
    display: none;
    color: #8BC2FE;
    font-size: 1.4rem;
    padding: 10px 0;
}
.active-card-content {

    height: 170px;
    background: #057DFF !important;
}
.active-card-content .arrow{
    transition: all 0.3s ease;
   transform: scale(1.8);
}
.active-card-content .card-desc
{
    display: block;
}
.service-cards
{

}
.service-cards.row
{
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    align-items: end;
    height: 220px;
}
.product-card-tip-desc
{
    display: none;

}

.active-product-card .product-card-tip
{
    background: rgba(0, 78, 163, 0.91);
}

.active-product-card .product-card-tip-desc
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1.6rem;
    font-weight: bold;
    justify-content: center;
}
.active-product-card .product-card-tip {
    opacity: 1;
}
.product-card-tip-desc div
{

    margin: 10px;
}
.product-card p {
    padding: 15px 20px;
    margin: 0;
    font-size:1rem;
    color: #ffffff;
    line-height: 1.5;
}



.product-card .btn:hover {
    background-color: #0077cc;
    transform: translateY(-2px);
}

/* 移动端适配 */
@media (max-width: 767px) {
    .product-grid {
        flex-direction: column;
        align-items: center;
    }

    .product-card {
        width: 100%;
        max-width: 320px;
    }

    .product-img {
        height: 160px;
    }

    .section-title {
        font-size: 1.6rem;
    }
}

.expand-btn
{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #057DFF;
    display: flex;
    position: absolute;
    top: 75%;
    left: calc(50% - 25px);
    color: #ffffff;
    justify-content: center;
    align-items: center;
}
.expand-btn:hover
{
    background-color: #0077cc;
    transform: translateY(-2px);
    color: #ffffff;
    font-weight: bold;
}
/* 按钮样式 */


.btn:hover {
    background-color: #0077cc;
    transform: translateY(-2px);
}

/* 移动端适配 */
@media (max-width: 767px) {
    .about-haitian h2 {
        font-size: 1.8rem;
    }

    .about-haitian p {
        font-size: 0.95rem;
    }

    .stats-grid {
        flex-direction: column;
        align-items: center;
    }

    .stat-item {
        flex: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .stat-label {
        font-size: 0.85rem;
    }
}


/* 移动端适配 */
@media (max-width: 767px) {

    .logo img{
        max-height: 20px;
    }
    .banner-content
    {
        height: 40px;
    }
    .slide-content
    {
        text-align: center;
        font-size: 14px;
        h1{
            font-size: 24px;
        }
        padding: 12% 0;
    }

    .banner-slider {
        height: 200px;
    }

    .banner-slider .nav-btn {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .banner-slider .prev-btn {
        left: 15px;
    }

    .banner-slider .next-btn {
        right: 15px;
    }
    .swiper-slide-content p
    {
        font-size: 1.4rem;
    }
    .swiper-slide-content h1
    {
        font-size: 2.8rem;
        color:#FFFFFF;
        font-weight: bold;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .banner-content
    {
        height: 60px;
    }
    .slide-content
    {
        font-size: 16px;
        h1{
            font-size: 28px;
        }
        padding: 12% 0;
    }

    .banner-slider {
        height: 300px;
    }

    .banner-slider .nav-btn {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .banner-slider .prev-btn {
        left: 18px;
    }

    .banner-slider .next-btn {
        right: 18px;
    }
    .swiper-slide-content
    {
        font-size: 1.6rem;
    }
    .swiper-slide-content h1
    {
        font-size: 3.8rem;
        color:#FFFFFF;
        font-weight: bold;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .banner-content
    {
        height: 80px;
    }
    .slide-content
    {
        font-size: 22px;
        h1{
            font-size: 38px;
        }
    }
    .banner-slider {
        height: 400px;
    }

    .banner-slider .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .banner-slider .prev-btn {
        left: 20px;
    }

    .banner-slider .next-btn {
        right: 20px;
    }

    .swiper-slide-content
    {
        font-size: 2rem;
    }
    .swiper-slide-content h1
    {
        font-size: 4.8rem;
        color:#FFFFFF;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {

    .slide-content
    {
        font-size: 26px;
        h1{
            font-size: 58px;
        }
    }


    .banner-slider {
        height:calc(100vh - 80px);
    }

    .banner-slider .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .banner-slider .prev-btn {
        left: 20px;
    }

    .banner-slider .next-btn {
        right: 20px;
    }

    .swiper-slide-content
    {
        font-size: 2.2rem;
    }
    .swiper-slide-content h1
    {
        font-size: 5.8rem;
        color:#FFFFFF;
        font-weight: bold;
    }
}

/* 数据卡片容器 */
.data-stats {
    display: flex;
    justify-content: space-between;
    color: white;
    font-family: 'Arial', sans-serif;
    align-items: center;
    height: 100%;
}

/* 单个数据项 */
.data-item {
    flex: 1;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.data-item:last-child {
    border-right: none;
}

/* 数值显示（大号字体） */
.data-value {
    span{
        font-size: 2.5rem;
        margin-right: 5px;
    }
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

/* 描述文字 */
.data-label {
    font-size: 1.2rem;
    opacity: 0.9;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 移动端适配：数据统计区域 */
@media (max-width: 767px) {
    .data-stats {
        flex-direction: row;
        padding: 10px 0;
        gap: 20px;
    }

    .data-item {
        flex: none; /* 不再平均分配空间 */
        text-align: center;
        padding: 0;
        border-right: none; /* 移除右侧边框 */
        margin-bottom: 15px;
    }

    .data-item:last-child {
        margin-bottom: 0;
    }

    .data-value {
        font-size: 1.8rem; /* 缩小数值字号 */
        margin-bottom: 5px;
    }

    .data-label {
        font-size: 0.9rem;
        opacity: 0.9;
    }
}
@media (max-width: 480px) {
    .data-value {
        font-size: 1.2rem;
    }

    .data-label {
        font-size: 0.8rem;
    }
}

/***
====================================================================
	Main Footer
====================================================================
***/
.footer-bottom {
    color: #6584a8;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.footer-link-box
{
    display: flex;
    flex-direction: column;

    justify-content: space-between;
}
.footer-ewm-box
{
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-top: 20px;
}
.widget-content .list
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 120px
}

.contact-area .contact-title
{
    font-size: 15px;
    color: #8EAACB;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
.contact-area .contact-item
{
    font-size: 14px;
    color: #6584A8;
    margin: 0;
    padding: 0;
}

.footer-bottom p
{
    color: #6584A8;
    margin: 0;
    padding: 0;
    text-align: center;
}
/***
====================================================================
	业务领域模块
====================================================================
***/
.business-domain {
    padding: 60px 0;
    color: white;
    position: relative;
}


.domain-text {
    width:364px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-right: 40px;
}

.domain-text h3 {
    font-size: 2rem;
    margin-bottom: 16px;
    color: #14183E;
}
.domain-swiper-container
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.domain-swiper-container .swiper-slide
{
    display: flex;
    flex-direction: row;

}
.domain-swiper-container .domain-text p {
    font-size: 1.4rem;
    line-height: 180%;
    color: #6584A8;
}
.domain-swiper-container  .domain-img {
    flex: 2;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    min-width: 65%;
    height: 320px;
}

.domain-swiper-container  .domain-img img
{
    width: 100%;
    height: 100%;
}
.domain-swiper-container .slide-content
{
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.domain-swiper-container .slide-content .slide-number
{
    font-size: 5rem;
}
.domain-swiper-container .slide-content h3
{
    font-size: 3.5rem;
    font-weight: bold;

}
.domain-swiper-container .btn
{
    display: inline-flex;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    border: 1px solid #FFF;
}

/***
====================================================================
	新闻资讯模块
====================================================================
***/


.news-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}
.header-section
{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.news-grid {
    display: flex;
}

.news-left {
    flex: 1;
}

.news-right {
    flex: 1;

    margin-left: 10px;
}
.news-right-header
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.main-content{
    background: #F5F7FC;
}

.news-right-header h4
{
    font-size: 2.2rem;
    color: #14183E;
    font-weight: bold;
}
.news-item {
    background: white;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin-left: 10px;
}
.news-item:hover {
    transform: translateY(-5px);
}

.news-img {
    width: 14rem;
    height: 9.6rem;
    object-fit: cover;
    margin-right: 10px;
    flex-shrink: 0;
}
.news-item-content
{
    flex: 1;
}
.news-item h4 {
    font-size: 1.6rem;
    margin: 0 0 5px;
    color: #313131;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制为2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.news-item p {
    font-size: 1.3rem;
    color: #828B9C;
    line-height: 1.5;
    margin-bottom: 0px;
}

.news-date {
    font-size: 1.2rem;
    color: #999;
}

.news-container-banner
{
    width: 100%;
    height: 46px;
    line-height: 46px;
    flex-shrink: 0;
    background: #31313199;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 18px;
    padding: 0 10px;
    display: -webkit-box;
    align-items: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.news-container img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.news-container:hover img {
    transform: scale(1.05);
}
/* 限制新闻内容为两行，超出省略 */
.news-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制为2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-container
{
    width: 100%;
    height: 96.5%;
    max-width: 100%;
    position: relative;
    overflow: hidden
}
.news-container img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.more-link {
    display: block;
    font-size: 1.6rem;
    color: #14183E;
    text-decoration: none;
}

.news-list {
    list-style: none;
    padding: 0;
}

.news-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list strong {
    display: block;
    font-size: 1.4rem;
    color: #313131;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制为2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; /* 设置行高，确保两行高度一致 */
}

.news-list p {
    font-size: 1.2rem;
    color: #828B9C;
    margin-bottom: 15px;
}

.news-list small {
    font-size: 1.2rem;
    color: #828B9C;
}

/* 移动端适配 */
@media (max-width: 767px) {
    .domain-content {
        flex-direction: column;
    }

    .domain-text {
        margin-bottom: 20px;
    }

    .domain-slider {
        width: 100%;
    }

    .news-grid {
        flex-direction: column;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
    }
}
/* 移动端适配：业务领域 */
@media (max-width: 767px) {
    .business-domain .domain-content {
        flex-direction: column;
        gap: 20px;
    }

    .domain-text {
        margin-bottom: 20px;
        padding: 15px;
        font-size: 0.9rem;
    }

    .domain-text::after {
        right: -5px;
        height: 80%;
    }

    .domain-slider {
        width: 100%;
        height: 200px;
        border-radius: 8px;
    }

    .slide-img {
        height: 100%;
    }

    .slide-content {
        top: 50%;
        transform: translateY(-50%);
    }

    .slide-number {
        font-size: 3rem;
    }

    .slide-content h3 {
        font-size: 1.5rem;
    }

    .nav-btn {
        width: 30px;
        height: 30px;
        font-size: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }
}

/* 移动端适配：新闻资讯 */
@media (max-width: 767px) {
    .news-grid {
        flex-direction: column;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        padding: 15px;
    }

    .news-item {
        padding: 10px;
        margin-bottom: 15px;
        flex-direction: column;
    }

    .news-img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .news-item h4 {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }



    .news-date {
        font-size: 0.7rem;
    }

    .news-list li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .news-list strong {
        font-size: 0.85rem;
    }

    .news-list p {
        font-size: 0.75rem;
    }

    .news-list small {
        font-size: 0.7rem;
    }

    /* 更多资讯标题 */
    .news-right h4 {
        font-size: 0.9rem;
    }

    .more-link {
        font-size: 0.8rem;
    }
}
/***
***
***  banner-header 的样式优化
*/
.banner-header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-header .banner-content {
    text-align: left;
    width: 100%;
    padding: 20px;
}

.banner-header .title {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}
.banner-header .desc {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}
/* PC端适配 */
@media (min-width: 768px) {
    .banner-header {
        min-height: 500px;
    }

    .banner-header .title {
        font-size: 40px;
    }
    .banner-header .desc {
        font-size: 25px;
    }
}

/* 移动端适配 */
@media (max-width: 767px) {
    .banner-header {
        min-height: 300px;
    }

    .banner-header .title {
        font-size: 24px;
    }

    .banner-header .desc {
        font-size: 16px;
    }
}

.top-menu
{
    width: 100%;
    height: 70px;
    text-align: center;
    background: #2c3f64b3;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.top-nav-item
{
    color: #ffffff;
    font-size: 1.8rem;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    padding: 0;

}
/* 最后一个 li 去掉右边框 */
.top-nav-item:last-child a{
    border-right: none;
}
.top-navbar-nav
{
    height: 100%;
}
.top-nav-item ul li
{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 !important;
}
.top-nav-item a
{
    color: #ffffff;
    display: flex;
    width: 100%;
    height:60%;
    border-right: 1px solid rgba(255, 255, 255, 0.44); /* 白色竖线 */
    align-items: center;
    justify-content: center;
}
.top-nav-item a:hover
{
    color: #ffffff;

}
li.top-nav-item.active
{
    background: rgba(43, 115, 255, 0.62);
}
/* 数据网格 */
.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.stat-item {
    flex: 1 1 calc(20% - 10px);
    text-align: left;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #004EA3;
    text-align: center;
    span{
        font-size: 3.6rem;
        margin-right: 5px;
    }
}

.stat-label {
    font-size: 1.4rem;
    color: #004EA3;
    text-align: center;
}
.banner_box .icon {

    animation: runArraw 1.5s linear infinite;
    /* Firefox: */
    -moz-animation: runArraw 1.5s linear infinite;
    /* Safari and Chrome: */
    -webkit-animation: runArraw 1.5s linear infinite;
    /* Opera: */
    -o-animation: runArraw 1.5s linear infinite;
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 40px;
    z-index: 555;
}

@keyframes runArraw {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}
@-webkit-keyframes runArraw {
    /* Safari 与 Chrome */
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}

.tab-section .tab-item a
{
    font-size: 1.8rem;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none !important;
    height: 50px;
    margin-top: 30px;
}