/* 主蓝：#143A78 */
/* logo蓝：#2A84BC */
/* logo蓝+深 #2676A6 */
/* logo绿：#97C63A */
/* logo绿+深：#4CAF50 */
/* h2: font-size: 2.1vw; */
/* h3: font-size: 1.35vw; */

.banner-content {
    top: 52% !important;
}

.banner-content h2 {
    font-size: 3.2vw;
    color: #2676A6;
    font-weight: 600;
    text-shadow: 0.05vw 0.05vw 0.1vw #FFFFFF;
    letter-spacing: 0.1vw;
}

.banner-content p {
    color: #97C63A;
    font-weight: 600;
    text-shadow: 0.05vw 0.05vw 0.1vw #000;
    letter-spacing: 0.1vw;
    font-size: 1.7vw;
}

.navbar {
    padding: 1vw 8.8vw;
}

.nav-link {
    font-size: 0.9vw;
    padding: 0.22vw 0;
}

.navbar-nav {
    margin: unset;
}

.navbar-brand {
    margin-right: 7vw;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #4CAF50;
}

.nav-link:hover::after,
.nav-link.active::after {
    content: '';
    display: block;
    width: 75%;
    height: 0.14vw;
    background-color: #4CAF50;
    position: absolute;
    bottom: -1vw;
    left: unset;
}

.nav-link:hover::after {
    width: 75%;
}

.navyc {
    object-fit: cover;
    object-position: 32% 0%;
    width: 14vw;
    height: 9vw;
}

/* 右侧语言及搜索按钮去掉鼠标触发效果 */
.navbar-right .navbar-nav .nav-link:hover::after,
.navbar-right .navbar-nav .nav-link.active::after {
    content: none;
    background-color: none;
}

.dropdown-toggle::after {
    content: none;
}

.search-dropdown input {
    font-size: 0.8vw;
}

.px-4 {
    padding-left: 1vw !important;
    padding-right: 1vw !important;
}

.py-3 {
    padding-top: 0.5vw !important;
    padding-bottom: 0.5vw !important;
}

.navbar-right img {
    width: 0.8vw;
    height: auto;
}

/* 新增下拉菜单样式 */
.about-dropdown {
    width: 100vw;
    left: 0 !important;
    right: 0 !important;
    background: #f8f9fa;
    border: none;
    border-radius: 0;
    padding: 2.2vw 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    /* margin-left: -39vw; */
    margin-top: 1vw;
}

.about-dropdown .container-fluid {
    /* max-width: 1294px; */
    margin-left: 14.6vw;
    width: 40vw;
}

.align-items-center {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    align-items: unset !important;
}

.align-items-center .col-md-5 {
    padding-left: 0;
    padding-right: 0;
}

.about-dropdown .dropdown-item {
    width: 126%;
    font-size: 0.9vw;
    /* padding: 8px 15px; */
    padding: 0.6vw 0 0.4vw;
    color: #000;
    white-space: normal;
    margin-left: 2vw;
    border-bottom: 1px solid #DDD;
    position: relative;
}

.myshu {
    color: #AAA;
    font-size: 0.8vw;
}

.about-dropdown .dropdown-item:before {
    width: 0;
    margin-right: 0;
}

.about-dropdown .dropdown-item:hover {
    color: #4CAF50;
    background-color: #f8f9fa;
}

.about-dropdown .dropdown-item::after {
    content: 'next';
    font-family: swiper-icons;
    font-size: 0.6vw;
    font-weight: 600;
    position: absolute;
    right: 0.3vw;
    top: 52%;
    transform: translateY(-50%);
    color: #777;

}

.about-dropdown .dropdown-item:hover::after {
    color: #4CAF50;
}

.about-dropdown .about-img {
    width: 100%;
    /* max-height: 200px; */
    object-fit: cover;
    margin-top: 0.5vw;
}

/* 左侧下拉菜单定义位置 */
.mydingyi .dropdown-menu {
    top: unset;
    position: fixed !important;
}

/* 右侧下拉菜单样式 */
.navbar-right .dropdown-menu {
    position: fixed;
    padding: 0.5vw 0;
    margin: 0.125vw 0 0;
    font-size: 1vw;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25vw;
}

.navbar-right .dropdown-menu-right {
    right: 0;
    left: auto;
}

.navbar-right .nav-item {
    display: flex;
    align-items: center;
    margin: 0;
}

.rgline {
    border-right: 1px solid #143A78;
    height: 1.2vw;
    display: inline-block;
    width: 1px;
    background-color: #ddd;
    margin: 0 0.1vw;
}

.nav-item {
    margin: 0 0 0 2vw;
}

/* 语言下拉菜单样式 */
.lang-dropdown {
    left: 44.5vw !important;
    width: 6.6vw;
    min-width: unset;
    text-align: center;
}

.lang-dropdown a {
    display: inline-block;
    width: 2vw;
    text-align: center;
    color: #666;
}

.lang-dropdown .dropdown-item {
    font-size: 0.8vw;
    padding: 0.5vw 0;
}

.lang-dropdown .dropdown-item:before {
    content: none;
}

/* 搜索下拉菜单样式 */
.search-dropdown {
    left: 35.5vw !important;
    width: 14vw;
    min-width: unset;
}

.search-dropdown button {
    padding: 0.2vw 0.8vw;
    margin-top: 0.7vw !important;
}

.banner-content {
    top: 59%;
    left: 13.2vw;
}

.banner-content .btn-more img {
    width: 7vw;
}

.swiper-button-next,
.swiper-button-prev {
    margin-left: 5vw;
    margin-right: 5vw;
}

.swiper-pagination-bullet {
    width: 0.65vw;
    height: 0.65vw;
    border: 1px solid #FFF;
    background: none;
    margin: 0 0.45vw !important;
    margin-bottom: 1.3vw !important;
}

.swiper-pagination-bullet-active {
    background: #4CAF50;
}

.top6v {
    margin-top: 6vw;
}

.company-profile {
    background-image: url(../imgs/company_bg.jpg);
    background-size: 100% 100%;
    padding-top: 5.2vw;
    padding-bottom: 3vw;
}

.section-title {
    margin: 0;
}

.news-big-title {
    text-align: center;
}

.partners h2,
.news-big-title h2,
.pa-content h2,
.section-title h2 {
    font-size: 2.1vw;
    font-weight: 600;
    color: #143A78;
    margin-bottom: 1.8vw;
}

.news-big-title h2 {
    margin-bottom: 3.6vw;
}

.section-title p {
    font-size: 1.05vw;
    color: #333;
    font-weight: 500;
}

.core-business {
    background-image: url(../imgs/icon_bg.png);
    background-size: 100% 100%;
    padding-top: 2vw;
}

.core-business h3 {
    text-align: center;
    font-size: 1.35vw;
    font-weight: 600;
    color: #143A78;
}

.core-conn {
    width: 70%;
    margin: 0 auto;
}

.myrj {
    padding-right: 0;
    padding-left: 2vw;
}

.rline {
    border-right: none;
    position: relative;
    padding-right: 2vw;
}

.rline::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom,
            transparent 0%,
            #143A78 30%,
            #143A78 50%,
            transparent 100%);
}

.myhigh {
    min-height: 5.5vw;
}

.business-item img {
    width: 2.5vw;
    height: 2.5vw;
    margin-top: 0.4vw;
}

.business-title {
    font-size: 1.35vw !important;
    font-weight: 600;
    color: #143A78 !important;
    margin-bottom: 0.4vw;
}

.business-item p {
    font-size: 1.05vw;
    color: #333;
}

.rd-text p {
    font-size: 1.05vw;
    margin-top: 0.5vw;
    color: #333;
}

.btn-more-center {
    margin-top: 2.4vw;
}

.btn-more-center2 img,
.btn-more-center img {
    width: 7.3vw;
}

.rd-tabs {
    padding: unset;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 56%;
}

.rd-tab {
    font-size: 0.95vw;
    font-weight: 600;
    color: #143A78;
    padding: 0.56vw 1vw;
}

button:focus {
    outline: none;
}

.rd-center {
    background-color: unset;
    min-height: 38vw;
    padding-top: 0;
    padding-bottom: 0;
}

.rd-content {
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 2.2vw;
}

.rd-text {
    flex: none;
    padding-right: unset;
    width: 45%;
    margin-top: 2vw;
}

.rd-title {
    font-size: 1.6vw !important;
    font-weight: 600;
    color: #143A78 !important;
    margin-bottom: 0;
}

.rd-text ul {
    margin-left: -1vw;
    margin-top: 0.8vw;
}

.rd-text ul li {
    font-size: 1.02vw;
    color: #143A78 !important;
    line-height: 2vw;
}

.rd-images {
    flex: none;
    width: 55%;
}

.rd-img1 {
    width: 46%;
    top: 40%;
    left: 0;
    border-radius: 15px;
    overflow: hidden;
}

.rd-img2 {
    width: 86%;
    top: 0;
    border-radius: 15px;
    overflow: hidden;
}

.honor-text p {
    font-size: 0.85vw;
    margin-top: 2vw;
}

.btn-more-center2 {
    margin-top: 1.3vw;
}

.product-application {
    margin-bottom: 0;
}

.pa-overlay {
    width: 55%;
    background-color: rgba(255, 255, 255, 0.65);
}

.pa-content {
    max-width: 32vw;
    top: 14%;
    right: 12vw;
    transform: unset;
    width: 32vw;
}

.pa-title {
    font-size: 2.62vw;
    color: #143A78;
    margin-top: 3.2vw;
}

.pa-content p {
    margin-top: 1.6vw;
    color: #143A78;
    font-size: 1.1vw;
}

.pa-pagination {
    color: #143A78;
    font-size: 0.9vw;
    right: 3.2vw;
    bottom: 16vw;
}

.pa_rline {
    position: absolute;
    right: 4.3vw;
    bottom: 18.2vw;
    border-right: 1px solid #143A78;
    height: 8vw;
    z-index: 2;
}

.news-main {
    margin-right: 4vw;
}

.mylrk {
    padding-left: 0;
    padding-right: 0;
}

.news-item {
    padding: 1vw 0;
}

.news-item .news-title {
    font-size: 1.25vw;
    font-weight: unset;
    line-height: 1.9vw;
    margin-bottom: 1.7vw;
}

.news-main .news-title {
    font-size: 1.25vw;
    font-weight: unset;
    line-height: 1.9vw;
}

.news-underline {
    border-bottom: 0.25vw solid #143A78;
}

.news-main:hover .news-underline {
    border-bottom: 0.25vw solid #4CAF50;
}

.news-list {
    border-top: 1px solid #DDD;
    padding-top: 0.8vw;
}

.news-divider {
    height: unset;
    background: unset;
    margin-top: unset;
    border-top: 1px solid #DDD;
}

.news-item .news-date {
    margin-top: 0vw;
    margin-bottom: 0.8vw;
}

.honor-icon {
    margin-top: 3vw;
}

.honors-bg {
    padding: 0 8.8vw;
}

.number-wrapper {
    margin-bottom: 1.6vw;
}

.honorslist {
    margin: 0;
}

.honor-col {
    padding: 0;
}

.honor-title {
    margin-bottom: 1.3vw;
    letter-spacing: 0.12vw;
}

.number2 {
    font-size: 2vw;
    font-weight: 600;
    color: #fff;
    transition: color 0.3s ease;
    margin-left: 0.1vw;
}

.number {
    font-size: 2.5vw;
    letter-spacing: 0.08vw;
}

.honor-text {
    font-size: 0.86vw;
    line-height: 1.5vw;
    margin-bottom: 4vw;
}

.honor-icon img {
    width: 4.8vw;
}

.honor-item {
    padding-top: 1vw;
    padding-bottom: 0;
}

.honor-item:hover .honor-title,
.honor-item:hover .honor-text,
.honor-item:hover .number,
.honor-item:hover .number2 {
    color: #78BA50;
}

.honor-item:hover::before {
    background-color: rgba(0, 0, 0, 0.12);
}

/* 底部 #031835 */
footer {
    padding: 3vw 5vw 2vw;
    background-color: #051F40
}

.lefthd {
    margin-left: 1.5vw;
    margin-bottom: 0vw !important;
    color: #78BA50;
}

.myipwz_foot.lj {
    padding-right: 0.4vw;
}

.myipwz_foot.rj {
    padding-left: 0.4vw;
}

.myipwz_foot.myrjlj {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
}

.text-center .btn-send {
    width: 20%;
}

footer .container-fluid {
    padding-left: 9vw;
    padding-right: 6vw;
}

.footer-col {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.form-control {
    font-size: 0.8vw;
}

.mydess {
    margin-left: 1vw;
}

.footer-col h4 {
    font-size: 1vw;
    margin-bottom: 1.5vw;
    padding-bottom: 0;
}

.footer-col h4:after {
    background-color: unset;
}

.footer-col p,
.footer-col a {
    font-size: 0.8vw;
    margin-bottom: 0.7vw;
}

.footer-links a:hover {
    padding-left: unset;
}

.footer-links li {
    margin-bottom: 0.26vw;
}

.footer-links a {
    color: #AAA;
}

.footer-icons {
    text-align: center;
    margin-left: -2vw;
}

.footer-icons a {
    margin: 0 0.5vw;
}

.cookie-content {
    flex: unset;
}

.cookie-notice {
    background-color: #031835;
    padding: 1vw 8.8vw;
}

.container-fluid {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
}

.copyright-info {
    width: 100%;
    text-align: left;
    /* margin-top: 1vw; */
    white-space: unset;
}

.copyright-info p {
    display: inline-block;
    width: 49%;
}

.website-design {
    text-align: right;
}

.cookie-content h5 {
    font-size: 0.95vw;
    margin-bottom: 1vw;
}

.copyright-info p,
.cookie-content p {
    font-size: 0.71vw;
    letter-spacing: 0.005vw;
    line-height: 1.2vw;
}

/* 右侧箭头 */
.back-to-top {
    right: 1vw;
}

.back-to-top img {
    width: 2vw;
    height: 2vw;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        /*
        padding-right: 0.6rem;
        padding-left: 0.6rem;
        */
        padding-right: 0.5vw;
        padding-left: 0.5vw;
    }
}

/* 移动端导航栏优化 */
@media (max-width: 991px) {
    .navbar {
        padding: 3vw 5vw;
    }

    .navbar-brand img {
        max-width: 40vw;
    }

    .navbar-toggler {
        padding: 0.5rem;
    }

    .nav-link {
        font-size: 4vw;
        padding: 2vw 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .navbar-nav {
        margin-top: 3vw;
    }

    .about-dropdown {
        width: 100%;
        margin-left: 0;
        padding: 20px 0;
    }

    .about-dropdown .container-fluid {
        margin-left: 0;
    }

    .about-dropdown .dropdown-item {
        font-size: 3.5vw;
        padding: 2vw 0;
    }

    .navbar-right img {
        width: 5vw;
    }

    .rgline {
        height: 4vw;
        margin: 0 3vw;
    }
}

/* 轮播图响应式优化 */
@media (max-width: 767px) {
    .banner-content {
        top: 50%;
        left: 10vw;
        transform: translateY(-50%);
    }

    .banner-content h2 {
        font-size: 6vw;
    }

    .banner-content p {
        font-size: 3.5vw;
    }

    .banner-content .btn-more img {
        width: 30vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-pagination-bullet {
        width: 2vw;
        height: 2vw;
    }
}

/* 公司简介部分响应式优化 */
@media (max-width: 767px) {
    .company-profile {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }

    .section-title h2 {
        font-size: 6vw;
        margin-bottom: 4vw;
    }

    .section-title p {
        font-size: 3.5vw;
    }

    .core-business h3 {
        font-size: 5vw;
    }

    .core-conn {
        width: 90%;
    }

    .business-item img {
        width: 10vw;
        height: 10vw;
    }

    .business-title {
        font-size: 4.5vw !important;
    }

    .business-item p {
        font-size: 3.5vw;
    }

    .btn-more-center img,
    .btn-more-center2 img {
        width: 30vw;
    }

    /* 移动端竖向排列核心业务 */
    .myrj {
        padding: 5vw 0;
    }

    .rline {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #143A78;
        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }

    .rline::after {
        content: '';
        position: absolute;
        top: auto;
        right: 10%;
        bottom: 0;
        left: 10%;
        width: 80%;
        height: 1px;
        background: linear-gradient(to right,
                transparent 0%,
                #143A78 30%,
                #143A78 70%,
                transparent 100%);
    }
}

/* 研发中心响应式优化 */
@media (max-width: 767px) {
    .rd-tabs {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    .rd-tab {
        font-size: 4vw;
        padding: 2vw;
        margin-bottom: 2vw;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .rd-title {
        font-size: 5vw !important;
        margin-top: 8vw;
    }

    .rd-content {
        flex-direction: column;
        padding: 0 5vw;
    }

    .rd-text {
        width: 100%;
        padding: 0;
        order: 2;
    }

    .rd-text ul li {
        font-size: 3.5vw;
        line-height: 6vw;
    }

    .rd-images {
        width: 100%;
        order: 1;
        margin-bottom: 5vw;
        position: relative;
        height: 60vw;
    }

    .rd-img1,
    .rd-img2 {
        position: absolute;
    }
}

/* 产品应用响应式优化 */
@media (max-width: 767px) {
    .pa-content h2 {
        font-size: 6vw;
    }

    .pa-title {
        font-size: 4.5vw;
    }

    .pa-content p {
        font-size: 3.5vw;
        padding: 0 5vw;
    }

    .pa-pagination {
        font-size: 4vw;
    }
}

/* 新闻部分响应式优化 */
@media (max-width: 767px) {
    .news {
        padding: 10vw 5vw;
    }

    .news-big-title h2 {
        font-size: 6vw;
    }

    .news-main .news-date {
        font-size: 3.5vw;
    }

    .news-main .news-title {
        font-size: 4.5vw;
    }

    .news-item {
        padding: 4vw 0;
    }

    .news-item .news-date {
        font-size: 3.5vw;
    }

    .news-item .news-title {
        font-size: 4vw;
    }

    .mylrk {
        padding: 0;
    }
}

/* 荣誉列表响应式优化 */
@media (max-width: 767px) {
    .honor-col {
        padding: 4vw;
    }

    .honor-item {
        padding: 5vw 2vw;
    }

    .honor-icon img {
        width: 12vw;
    }

    .number {
        font-size: 8vw;
    }

    .honor-title {
        font-size: 4.5vw;
    }

    .honor-text {
        font-size: 3.5vw;
    }
}

/* 页脚响应式优化 */
@media (max-width: 767px) {
    .footer-col {
        margin-bottom: 8vw;
        text-align: center;
    }

    .footer-col h4 {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    .footer-col p,
    .footer-col a {
        font-size: 3.5vw;
        margin-bottom: 2vw;
        display: block;
    }

    .footer-links li {
        margin-bottom: 2vw;
    }

    .footer-icons {
        margin: 5vw 0;
        text-align: center;
        margin-left: 0;
    }

    .footer-icons a {
        margin: 0 3vw;
        display: inline-block;
    }

    .footer-icons img {
        width: 8vw;
        height: auto;
    }

    /* Cookie提示条移动端优化 */
    .cookie-notice {
        padding: 6vw 5vw;
    }

    .cookie-content h5 {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    .cookie-content p {
        font-size: 3.5vw;
        line-height: 5vw;
        margin-bottom: 4vw;
    }

    .copyright-info {
        margin-top: 4vw;
    }

    .copyright-info p {
        display: block;
        width: 100%;
        font-size: 3vw;
        line-height: 5vw;
        margin-bottom: 2vw;
    }

    .website-design {
        text-align: left;
    }
}

/* 通用响应式调整 */
@media (max-width: 767px) {
    .back-to-top {
        right: 3vw;
        bottom: 5vw;
    }

    .back-to-top img {
        width: 10vw;
        height: 10vw;
    }

    /* 增加点击区域，提高移动端可用性 */
    .nav-link,
    .dropdown-item,
    .btn-more,
    .btn-more-center,
    .btn-more-center2,
    .news-item,
    .honor-item,
    .footer-col a,
    .back-to-top {
        padding: 2vw;
    }

    /* 移动端优化点击体验 */
    .footer-links a,
    .cookie-content a {
        display: inline-block;
        padding: 2vw 0;
    }

    /* 移动端横屏优化 */
    @media (orientation: landscape) {
        .cookie-notice {
            padding: 3vw 5vw;
        }

        .cookie-content h5 {
            font-size: 3vw;
        }

        .cookie-content p {
            font-size: 2.5vw;
            line-height: 3.5vw;
        }

        .copyright-info p {
            font-size: 2vw;
            display: inline-block;
            width: 49%;
        }

        .website-design {
            text-align: right;
        }

        .footer-col {
            margin-bottom: 4vw;
        }

        .footer-col h4 {
            font-size: 3vw;
        }

        .footer-col a {
            font-size: 2.5vw;
        }
    }
}

/* 导航栏SVG图标样式 */
.icon-globe {
    color: #143A78;
    transition: color 0.3s ease;
    width: 0.8vw;
}

.icon-search {
    color: #143A78;
    transition: color 0.3s ease;
    width: 0.9vw;
}

.nav-link:hover .icon-globe,
.nav-link:hover .icon-search {
    color: #4CAF50;
}

/* 移动端适配 */
@media (max-width: 767px) {

    .icon-globe,
    .icon-search {
        width: 5vw;
        height: 5vw;
    }

    /* 移动端SVG图标优化 */
    .navbar-right .dropdown-toggle {
        padding: 2vw;
    }

    .navbar-right .dropdown-menu {
        width: 80vw !important;
        left: auto !important;
        right: 0 !important;
    }

    .search-dropdown {
        width: 80vw !important;
    }

    .search-dropdown form {
        display: flex;
        flex-direction: column;
    }

    .search-dropdown input {
        margin-bottom: 3vw;
        padding: 3vw;
        font-size: 4vw;
    }

    .search-dropdown button {
        padding: 3vw !important;
        font-size: 4vw;
    }
}

/* 页脚响应式优化 */
@media (max-width: 767px) {
    footer {
        padding: 10vw 5vw 1vw 5vw;
    }

    footer .container-fluid {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .footer-col {
        margin-bottom: 8vw;
        text-align: center;
    }

    .footer-col h4 {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    .footer-col p,
    .footer-col a {
        font-size: 3.5vw;
        margin-bottom: 2vw;
        display: block;
    }

    .footer-links li {
        margin-bottom: 2vw;
    }

    .footer-icons {
        margin: 5vw 0;
        text-align: center;
        margin-left: 0;
    }

    .footer-icons a {
        margin: 0 3vw;
        display: inline-block;
    }

    .footer-icons img {
        width: 8vw;
        height: auto;
    }

    /* Cookie提示条移动端优化 */
    .cookie-notice {
        padding: 6vw 5vw;
    }

    .cookie-content h5 {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    .cookie-content p {
        font-size: 3.5vw;
        line-height: 5vw;
        margin-bottom: 4vw;
    }

    .copyright-info {
        margin-top: 4vw;
    }

    .copyright-info p {
        display: block;
        width: 100%;
        font-size: 3vw;
        line-height: 5vw;
        margin-bottom: 2vw;
    }

    .website-design {
        text-align: left;
    }
}

/* 移动端横屏优化 */
@media (max-width: 767px) and (orientation: landscape) {
    .cookie-notice {
        padding: 3vw 5vw;
    }

    .cookie-content h5 {
        font-size: 3vw;
    }

    .cookie-content p {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }

    .copyright-info p {
        font-size: 2vw;
        display: inline-block;
        width: 49%;
    }

    .website-design {
        text-align: right;
    }

    .footer-col {
        margin-bottom: 4vw;
    }

    .footer-col h4 {
        font-size: 3vw;
    }

    .footer-col a {
        font-size: 2.5vw;
    }

    .footer-icons img {
        width: 5vw;
    }
}

/* 移动端导航栏下拉菜单优化 */
@media (max-width: 767px) {
    .navbar-right .dropdown-toggle {
        padding: 2vw;
    }

    .navbar-right .dropdown-menu {
        width: 80vw !important;
        left: auto !important;
        right: 0 !important;
    }

    .search-dropdown {
        width: 80vw !important;
        left: auto !important;
    }

    .search-dropdown form {
        display: flex;
        flex-direction: column;
    }

    .search-dropdown input {
        margin-bottom: 3vw;
        padding: 3vw;
        font-size: 4vw;
    }

    .search-dropdown button {
        padding: 3vw !important;
        font-size: 4vw;
    }

    .lang-dropdown {
        width: 50vw !important;
        left: auto !important;
    }

    .lang-dropdown a {
        width: auto;
        font-size: 4vw;
        padding: 3vw;
    }

    .myshu {
        font-size: 4vw;
    }

    .icon-globe,
    .icon-search {
        width: 5vw;
        height: 5vw;
    }
}

/* 平板设备优化 */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-col h4 {
        font-size: 2vw;
    }

    .footer-col p,
    .footer-col a {
        font-size: 1.5vw;
    }

    .cookie-content h5 {
        font-size: 2vw;
    }

    .cookie-content p,
    .copyright-info p {
        font-size: 1.5vw;
        line-height: 2.5vw;
    }

    .footer-icons img {
        width: 3vw;
    }
}

/* 触摸设备交互优化 */
@media (hover: none) {

    .footer-links a:active,
    .cookie-content a:active,
    .social-links a:active {
        color: #4CAF50;
    }

    .honor-item:active .honor-title,
    .honor-item:active .honor-text,
    .honor-item:active .number {
        color: #78BA50;
    }

    .honor-item:active::before {
        background-color: rgba(0, 0, 0, 0.12);
    }

    .nav-link:active::after,
    .nav-link.active::after {
        content: '';
        display: block;
        width: 81%;
        height: 0.14vw;
        background-color: #4CAF50;
        position: absolute;
        bottom: -1.8vw;
        left: unset;
    }
}

/* about us开始 */
.banner-text {
    left: 13.5vw;
}

.banner-title {
    font-size: 2.5vw;
    letter-spacing: 0.05vw;
    color: #FFF;
    text-shadow: 0.1vw 0.1vw 0.5vw #000;
}

.banner-subtitle {
    font-size: 1.2vw;
    letter-spacing: 0.05vw;
    color: #FFF;
    text-shadow: 0.1vw 0.1vw 0.5vw #000;
}

.about-content-section {
    padding: 0;
    background-size: 100% 100%;
}

.justify-content-center .company-profile {
    background-image: unset;
    background-size: unset;
    padding: 5vw 1.1vw 0 1.1vw;
    margin-bottom: 4vw;
}

.justify-content-center .company-profile .section-title {
    margin-bottom: 2.5vw;
    font-size: 2.1vw;
}

.justify-content-center .profile-text {
    font-size: 0.91vw;
}

.justify-content-center .section-title {
    font-size: 1.7vw;
    color: #143A78;
}

.justify-content-center .location-row {
    padding: 0 1.1vw;
}

.aboutus-company {
    background-image: unset;
    background-size: unset;
    padding-top: unset;
    padding-bottom: unset;
    margin-bottom: 0;
}

.aboutus-company .core-business {
    margin-top: unset;
    padding-top: 2.7vw;
    padding-bottom: 1.1vw;
}

.mydbwz {
    margin-bottom: 3vw;
}

.mydbwz02 {
    margin-bottom: 0vw;
    padding-bottom: 0vw !important;
}

.mydbwz03 {
    padding-bottom: 5vw !important;
}

.mydbwz04 {
    margin: 0 auto;
}

.mybigzt {
    font-size: 1.65vw !important;
}

.location-card {
    background: unset;
    border-radius: unset;
    box-shadow: unset;
    margin-bottom: 3vw;
}

.location-info {
    padding: 1.6vw 0 0 0;
}

.location-info h3 {
    font-size: 1.2vw !important;
    margin-bottom: 0.3vw;
}

.location-info p {
    font-size: 0.95vw;
}

.div-content {
    width: 78.6%;
    margin: 0 auto;
}

.jcd-history {
    overflow: hidden;
    position: relative;
    padding: 5% 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jcd-history-top {
    text-align: center;
}

.jcd-history-top .jcd-title .entitle-1,
.jcd-history-top .jcd-title .title-3 h3 {
    color: #fff;
}

.jcd-history-center {
    overflow: hidden;
    margin-top: 3%;
    text-align: center;
    position: relative;
}

.jcd-history-center::after {
    content: '';
    width: 2rem;
    height: 7.8rem;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 20%;
    background: url('../images/mos.png') center no-repeat;
    background-size: 100%;
}

.jcd-history-year-swiper {
    height: 28rem;
}

.jcd-history-year-swiper .title-1 {
    overflow: hidden;
    transition: all .4s ease;
    position: relative;
    width: 100%;
    height: 10rem;
}

.jcd-history-year-swiper .title-1 strong {
    transition: all .4s ease;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    color: #3e4855;
    opacity: .4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.jcd-history-year-swiper .swiper-slide-active .title-1 strong {
    font-size: 10rem;
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

.jcd-history-bottom {
    margin-top: 5%;
    position: relative;
    overflow: hidden;
}

.jcd-history-bottom::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .1;
}

.jcd-history-list-swiper {
    position: relative;
}

.jcd-history-list-swiper .swiper-slide:first-child .jcd-history-item::before {
    opacity: 0;
}

.jcd-history-item {
    position: relative;
    padding-left: 2.2vw;
}

.jcd-history-item::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0;
}

.jcd-history-item::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .1;
}

.jcd-history-item .text {
    position: absolute;
    left: 18%;
    top: 15%;
    width: 80%;
    z-index: 1;
    color: #fff;
}

.jcd-history-item .year-1 {
    font-weight: 900;
}

.jcd-history-item .text-1 {
    margin-top: 5%;
    opacity: .7;
}

.img-block {
    height: 10vw;
}

.jcd-history-year-swiper .swiper-slide-next {
    margin-top: -1.6vw;
}

.swiper-slide:not(.swiper-slide-active) #gp {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

.swiper-slide-active #gp {
    display: block;
    opacity: 1;
    color: #8BC34A;
    /* 保持与设计一致的绿色 */
    margin-bottom: -1.9vw;
    transform: translateY(0);
    font-size: 1.5vw;
    font-weight: 600;
}

.jcd-history-year-swiper {
    height: 23vw;
}

.jcd-history-center::after {
    background: url(../imgs/mos.png) center no-repeat;
    background-size: 78% 78%;
}

.jcd-history-bottom::before {
    height: unset;
}

.jcd-history-item .text {
    top: -0.7vw;
}

.jcd-history-item .year-1 {
    color: #4CAF50;
}

.jcd-history-item .text-1 {
    opacity: 1;
    margin-top: 3%;
    padding-right: 1vw;
}

.jcd-history-item::after {
    width: 0px !important;
}

@media screen and (max-width: 860px) {
    .jcd-history-center::after {
        right: 2%;
    }
}

.font15 {
    font-size: 0.96vw;
}

.font28 {
    font-size: 1.4vw;
}

.font42 {
    font-size: 1.9vw;
    font-weight: 600;
}

.font60 {
    font-size: 2.7vw;
    letter-spacing: 0vw;
}

.jcd-history-year-swiper .title-1 {
    height: 9vw;
}

.jcd-history-year-swiper .title-1 strong {
    text-shadow: unset;
    color: #DDD;
}

.jcd-history-year-swiper .swiper-slide-active .title-1 strong {
    font-size: 4.5vw;
}

.MsoNormal {
    margin-bottom: 0.5vw;
}

/* 隐藏所有历史内容块 */
.jcd-history-bottom {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* 显示激活的对应内容块 */
.jcd-history-bottom.active {
    display: block;
    opacity: 1;
}

.jcd-history .swiper-button-next:after,
.jcd-history .swiper-button-prev:after {
    font-size: 1.2vw;
}

.jcd-history .swiper-button-next,
.jcd-history .swiper-button-prev {
    margin-left: -0.8vw;
    margin-right: -0.8vw;
}

/* Innorative Management Section */
.innorative-management .justify-content-center .innovation-row {
    margin-top: 4vw;
    margin-left: 0.45vw;
    margin-right: 0.45vw;
}

.innorative-management .justify-content-center .section-title {
    font-size: 2.1vw;
}

.innorative-management .justify-content-center .innovation-row .innovation-card {
    border-radius: unset;
}

.innorative-management .justify-content-center .innovation-row .innovation-card:hover {
    box-shadow: 0 15px 35px rgba(0, 128, 255, 0.2);
}

.scrollable-content::-webkit-scrollbar-thumb {
    background: #4CAF50;
}

.innorative-management .justify-content-center .innovation-row .innovation-card .scrollable-content p {
    line-height: 1.9vw;
    font-size: 0.92vw;
}

.innorative-management .justify-content-center .innovation-row .innovation-card .title-line {
    height: 1px;
    width: 200px;
    background: linear-gradient(to right, transparent 0%, #143A78 30%, #143A78 50%, transparent 100%);
}

.innorative-management .justify-content-center .innovation-row .innovation-card .innovation-title {
    font-size: 1.6vw;
    color: #143A78;
}

/*--partners--*/
.partners .service-base_title {
    padding-top: 4vw;
    margin-bottom: 3vw;
}

.partners .partners_text {
    font-size: 0.92vw;
    color: #666;
    text-align: center;
    width: 72%;
    margin: 0 auto;
    line-height: 1.7vw;
}

.partners .partners_text2 {
    font-size: 1vw;
    color: #78BA50;
    font-weight: 600;
    margin-top: 2vw;
}

.partners .swiper {
    margin-top: 3vw;
}

.partners .swiper1,
.partners .swiper2,
.partners .swiper3 {
    margin-top: 3vw;
    height: 4.8vw;
}

.banner-navigation {
    left: 13.5vw;
    position: absolute;
    bottom: 5%;

}

.banner-navigation p,
.banner-navigation a {
    color: #FFF;
    font-size: 1vw;
}


.product-category-slider {
    overflow: hidden;
}

.product-category-slider .swiper-button-next,
.product-category-slider .swiper-button-prev {
    margin-left: -1vw;
    margin-right: -1vw;
}

.product-category-slider .product-swiper-next,
.product-category-slider .product-swiper-prev {
    background-color: unset;
    border-radius: unset;
    box-shadow: unset;
}

.product-category-slider .product-swiper-next:hover,
.product-category-slider .product-swiper-prev:hover {
    background-color: unset;
    color: #4CAF50;
}

.product-category-slider .product-swiper-next:after,
.product-category-slider .product-swiper-prev:after {
    font-size: 1.4vw;
    font-weight: unset;
}

/* 产品分类按钮悬停效果 */
.category-item {
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-item:hover .category-name {
    color: #78BA50;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* 图片悬停效果 */
.product-category-section {
    background-color: unset;
}

.product-category-section .swiper-horizontal {
    overflow: hidden;
}

.product-category-section .swiper-horizontal a {
    width: 100%;
    text-decoration: none;
}


.category-icon {
    position: relative;
}

.category-icon img {
    transition: opacity 0.3s ease;
}

.category-icon .hover-img {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-item:hover .category-icon .default-img {
    opacity: 0;
}

.category-item:hover .category-icon .hover-img {
    opacity: 1;
}

.product-detail-section {
    width: 100%;
    height: 25.5vw;
    background-image: url('../imgs/products_bg.jpg');
    background-size: 100%;
    padding: 4vw 0;
}

.productview {
    background-image: url('../imgs/products_bg2.jpg');
    height: 85vw;
}

.productview2 {
    position: relative;
    background-color: #F2F5F8;
    background-image: url('../imgs/bgs.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    min-height: 48vw;
}

.productview3 {
    background-color: #F2F5F8;
    background-image: unset;
    height: auto;
}

.mybigstitle {
    font-size: 2vw !important;
}

.mybigstitle2 {
    font-size: 2vw !important;
    margin-bottom: 1.8vw !important;
}

.product-detail-section .mywznr2 {
    text-align: left;
    line-height: 1.6vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
}

.product-detail-section .mywznr3 {
    text-align: center;
    line-height: 1.6vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    margin-top: -1.8vw;
}

.product-detail-section .mywznr3 p {
    font-size: 0.95vw;
    margin-bottom: 0vw;
}

.product-detail-section .mywznr2 p {
    font-size: 0.9vw;
    line-height: 1.7vw;
    margin-bottom: 0.5vw;
    text-align: left;
    color: #333;
    margin-top: -1.8vw;
}

.productview2 .product-description {
    position: relative;
    z-index: 2;
}

.product-detail-section .section-title {
    margin-bottom: 3.7vw;
    text-align: center;
    color: #143A78;
}

.product-detail-section .product-description {
    text-align: center;
    font-size: 0.9vw;
    line-height: 1vw;
    color: #333;
}

.product-detail-section .mywznr {
    text-align: left;
    line-height: 1.6vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
}

.product-detail-section .mywznr p {
    font-size: 1.3vw;
    color: #143A78;
    font-weight: 600;
    margin-bottom: 0.5vw;
}

.product-detail-section .mywznr ul {
    margin-left: -0.7vw;
    margin-block-start: 0;
    margin-bottom: 2vw;
}

.product-detail-section .mywznr li p {
    font-size: 0.95vw;
    color: #333;
    font-weight: unset;
}

.product-detail-section .mywznr li::marker {
    font-size: 1.4vw;
    color: #143A78;
}

/* 跳动箭头动画 */
.product-detail-section .bounce-arrow {
    display: inline-block;
    animation: bounce 2s infinite;
}

.product-detail-section .text-center {
    margin-top: 9vw !important;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-7px);
    }
}

.bottompic {
    width: 100%;
    text-align: center;
    height: auto;
}

.bottompic img {
    width: 100%;
    height: auto;
}

.product-list-section {
    padding-top: 6vw;
}

.product-image img {
    border-radius: unset;
    box-shadow: unset;
}

.product-list-section .container-fluid {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
}

.product-list-section .product-info {
    padding: 3vw 3vw 0 5.5vw;
}

.product-list-section .myrt {
    padding-left: 0.5vw;
}

.product-list-section .product-info .product-title {
    font-size: 1.2vw;
    color: #143A78;
    margin-bottom: 2vw;
}

.product-detail-section.mydddd img {
    width: 100%;
    text-align: center;
    margin-top: 5vw;
    padding: 0 6.2vw;
}

.mybj {
    background: unset;
    margin-top: 2.5vw;
    margin-bottom: 1vw;
}

/* 技术支持流程图样式 */
.tech-support-flow {
    position: relative;
    /* padding: 80px 0; */
    overflow: hidden;
    background-color: #F2F5F8;
    min-height: 300px;
}

.flow-container {
    position: relative;
    height: 200px;
    margin: 0 auto;
}

/* 背景曲线 - 使用图片代替CSS */
.flow-bg-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.flow-bg-lines:before,
.flow-bg-lines:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 32%;
    left: 0;
    background: url('../imgs/line01.png') repeat-x;
    background-size: 100% cover;
    border: none;
    animation: waveAnimation 15s linear infinite;
}

.flow-bg-lines:after {
    top: 45%;
    background: url('../imgs/line02.png') repeat-x;
    background-size: 100% cover;
    animation-duration: 20s;
    height: 100%;
}

@keyframes waveAnimation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 节点样式 */
.flow-node {
    position: absolute;
    transform: translateY(0);
    animation: floatNode 3s ease-in-out infinite;
}

.node1 {
    left: 18%;
    top: 30%;
    animation-delay: 0s;
}

.node2 {
    left: 31%;
    top: 60%;
    animation-delay: 0.5s;
}

.node3 {
    left: 45%;
    top: 25%;
    animation-delay: 1s;
}

.node4 {
    left: 61%;
    top: 55%;
    animation-delay: 1.5s;
}

.node5 {
    left: 76%;
    top: 35%;
    animation-delay: 2s;
}

@keyframes floatNode {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.node-circle {
    position: relative;
    width: 5.6vw;
    height: 5.6vw;
    background-color: #143A78;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
    z-index: 2;
}

.node-content {
    font-size: 0.9vw;
    line-height: 1.2vw;
    font-weight: 600;
}

/* 波纹效果 */
.node-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(3, 48, 98, 0.5);
    animation: ripple 2s infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(3, 48, 98, 0.5);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(3, 48, 98, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(3, 48, 98, 0);
    }
}

/* 悬停效果 */
.node-circle:hover {
    background-color: #78BA50;
}

.node-circle:hover .node-ripple {
    animation: rippleGreen 2s infinite;
}

@keyframes rippleGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(120, 186, 80, 0.5);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(120, 186, 80, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(120, 186, 80, 0);
    }
}

/* 删除额外的曲线，只保留两条主要曲线 */
.flow-container:before,
.flow-container:after {
    content: none;
}

.tech-support-flow .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.tech-data-search-section {
    background-color: #F2F5F8;
    padding-bottom: 0;
}

.tech-data-search-section .justify-content-center {
    padding-left: 1vw;
    padding-right: 1vw;
}

.tech-data-search-section .search-container {
    border-radius: 2.5vw;
    padding: 0;
}

.tech-data-search-section .tech-search-input {
    border-radius: 2.5vw 0 0 2.5vw;
    background-color: unset;
    height: 5vw;
    padding-left: 3vw;
    font-size: 1.4vw;
    border: unset;
}

.tech-data-search-section .tech-search-btn {
    background-color: unset;
    width: 5vw;
    height: 5vw;
}

.tech-data-search-section .icon-search {
    color: #4CAF50;
    width: 3vw;
    margin-right: 1.5vw;
}

.tech-data-search-section .icon-search:hover {
    color: #8BC34A;
    margin-top: 2px;
    margin-bottom: -2px;
}

.tech-data-search-section .tech-search-btn:active,
.tech-data-search-section .tech-search-btn:focus,
.tech-data-search-section .tech-search-btn:hover,
.tech-data-search-section .tech-search-btn:visited,
.tech-data-search-section .tech-search-btn.active {
    background-color: unset !important;
    border: unset !important;
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
    -webkit-appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* 搜索框输入时不改变样式 */
.tech-data-search-section .tech-search-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #e9ecef;
}

.mywzis {
    margin-top: -1.5vw;
    background-image: unset;
    background-color: #F2F5F8;
}

.underline {
    border-bottom: 1px solid #143A78;
}

.location-card .location-img {
    position: relative;
}

.location-card .location-img .location-title {
    position: absolute;
    top: 18%;
    left: 10%;
    font-size: 1.6vw;
    font-weight: 600;
    color: #FFF;
}

.location-card .location-downloads {
    height: 4.8vw;
    display: flex;
    align-items: center;
}

.location-card .location-downloads .rpart {
    margin-right: 2.8vw;
}

.location-card .location-downloads .rpart img {
    width: 1.5vw;
    display: inline-block;
    margin-right: 0.2vw;
    margin-bottom: 0.5vw;
}

.location-card .location-downloads .rpart .rwz {
    display: inline-block;
    color: #143A78;
    font-weight: 600;
    font-size: 0.94vw;
}

.location-card .location-downloads a:hover {
    text-decoration: none;
}

.location-card .location-downloads a:hover .rpart .rwz {
    color: #78BA50;
}

/* 下载按钮悬停效果 */
.download-link .rpart {
    position: relative;
    display: inline-block;
}

.download-link .hover-download-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.download-link:hover .default-download-img {
    opacity: 0;
}

.download-link:hover .hover-download-img {
    opacity: 1;
}

.certificate-item {
    padding: 0;
    transition: unset;
    border: unset;
    border-radius: unset;
}

.certificate-item:hover {
    box-shadow: unset;
    transform: unset;
}

.certificate-img {
    height: auto;
}

.certificate-img img:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.15vw);
    transition: all 0.3s ease;
}

.honors-zl .certificates-swiper {
    overflow: hidden;
}

.honors-zl .certificates-swiper {
    padding: 0 1.3vw;
}

.honors-zl .swiper-button-next,
.honors-zl .swiper-button-prev {
    margin-left: -0.8vw;
    margin-right: -0.8vw;
    margin-top: -2vw;
}

.honors-zl .swiper-button-prev:after,
.honors-zl .swiper-button-next:after {
    font-size: 1.2vw;
    color: #4CAF50;
}

.honors-zl .certificate-title {
    text-align: left;
    font-size: 1.2vw;
    color: #143A78;
    margin-top: 1.5vw;
}

.honors-zl .certificate-desc p {
    text-align: left;
    font-size: 0.9vw;
    line-height: 1.5vw;
}

.honor-certificate-display {
    margin-bottom: 5vw;
}

.certificate-image {
    z-index: 99;
    margin-bottom: 2vw;
    height: 20vw;
}

.certificate-image-pt {
    margin-top: -5vw;
    padding: 0;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 90;
}

.certificate-image-pt img {
    max-width: 100%;
    max-height: 100%;
}

.certificate-counter {
    bottom: 1.6vw;
    font-size: 1.2vw;
    color: #143A78;
    font-weight: 600;
}

.certificate-display-title {
    font-weight: 400;
    color: #143A78;
    margin: 0 auto;
    font-size: 0.9vw;
}

.certificate-titles-container {
    height: 12vw;
    margin-top: 5vw;
}

.cer-honors-zl .swiper-wrapper {
    padding-top: 1vw;
}

.cer-honors-zl .swiper-button-up,
.cer-honors-zl .swiper-button-down {
    width: unset;
    height: unset;
    background-color: unset;
    box-shadow: unset;
    border-radius: unset;
}

.cer-honors-zl .swiper-button-up:after {
    margin-top: 3vw;
}

.cer-honors-zl .swiper-button-down {
    margin-bottom: 13vw;
}

.cer-honors-zl .swiper-button-up:hover,
.cer-honors-zl .swiper-button-down:hover {
    background-color: unset;
}

.cer-honors-zl .swiper-button-up:after,
.cer-honors-zl .swiper-button-down:after {
    font-size: 1.5vw;
}

.cer-honors-zl .swiper-button-up:hover,
.cer-honors-zl .swiper-button-down:hover {
    color: #4CAF50;
}

.certificate-title-item h5 {
    text-align: center;
}

.certificate-titles-swiper {
    padding: 0;
}

.certificate-title-item {
    padding: 0;
    box-shadow: unset;
    background-color: unset;
    border-left: unset;
    margin-bottom: unset;
}

.certificate-title-item.active {
    border-left: unset;
    background-color: unset;
}

.certificate-title-item h5 {
    color: #143A78;
    font-size: 0.85vw;
}

.certificate-title-item.active h5 {
    color: #4CAF50;
}

.management-tabs .nav-link {
    font-size: 1.55vw;
    color: #666;
    padding: 0.6vw 2vw;
}

.management-tabs .nav-link.active {
    color: #143A78;
    border-bottom: none;
    position: relative;
}

.management-tabs .nav-tabs {
    border: unset;
}

/* 添加鼠标悬停效果 */
.management-tabs .nav-link:hover {
    color: #143A78;
    border-bottom: none;
    position: relative;
}

.management-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    margin: 0 auto;
    height: 1px;
    margin-left: 20%;
    background: linear-gradient(to right,
            transparent 0%,
            #143A78 30%,
            #143A78 60%,
            transparent 100%);
}

/* 添加鼠标悬停时的下划线效果 */
.management-tabs .nav-link:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    margin: 0 auto;
    height: 1px;
    margin-left: 20%;
    background: linear-gradient(to right,
            transparent 0%,
            #143A78 30%,
            #143A78 60%,
            transparent 100%);
    opacity: 0.6;
    /* 悬停状态下的下划线透明度稍低，区分激活状态 */
}

.management-item {
    padding: 0 1vw;
    border: unset;
}

.management-swiper .swiper-slide {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* 可选：为不在可视区域的幻灯片添加淡出效果 */
.management-swiper .swiper-slide-invisible-blank {
    opacity: 0;
    visibility: hidden;
}

.management-item:hover {
    box-shadow: unset;
}

.management-img {
    border-radius: 10px;
    /* 添加容器圆角 */
    /* 确保内部图片不超出圆角边界 */
}

.management-img img {
    box-shadow: 0 0 20px rgba(0, 127, 255, 0.15);
    border-radius: 0.8vw;
    /* 图片圆角 */
    width: 100%;
    transition: transform 0.3s ease;
    /* 添加过渡效果 */
}

/* 可选：添加鼠标悬停效果 */
.management-item:hover .management-img img {
    transform: translateY(-5px);
}

.management-tabs .swiper-button-next,
.management-tabs .swiper-button-prev {
    margin-left: -0.5vw;
    margin-right: -0.5vw;
    margin-top: -3vw !important;
}

/* 确保Swiper容器正确隐藏超出视图的项目 */
.management-swiper {
    padding: 1vw 1.2vw;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.management-swiper .swiper-slide {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* 可选：为不在可视区域的幻灯片添加淡出效果 */
.management-swiper .swiper-slide-invisible-blank {
    opacity: 0;
    visibility: hidden;
}

/* 修改管理轮播的导航按钮样式 - 去掉背景圆圈 */
.management-swiper-next,
.management-swiper-prev {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    margin-top: -1.5vw !important;
}

.management-swiper-next:after,
.management-swiper-prev:after {
    font-size: 1.5vw !important;
    color: #143A78 !important;
}

.management-swiper-next:hover:after,
.management-swiper-prev:hover:after {
    color: #143A78 !important;
}

.management-title {
    font-size: 1.2vw;
    color: #143A78;
}

.management-desc {
    font-size: 0.95vw;
}

.news-category-section {
    background-color: #f8f9fa;
    padding-top: 2.5vw;
    padding-bottom: 2vw;
}

.featured-news {
    background-color: #f8f9fa;
    padding: 4vw 0 5vw 0;
}

.news-category-container {
    padding: 0;
    background-size: 100% 100%;
}

.news-category-btn {
    font-size: 1.3vw;
    font-weight: 600;
    padding: 0.4vw 0vw;
    width: 24vw;
    text-align: center;
    letter-spacing: 0.2vw;
}

.news-category-btn.active {
    background-size: 100% 100%;
}

.newsanwz {
    max-width: 50vw;
}

.news-category-btn {
    color: #143A78;
}

.news-category-btn.active:hover {
    color: #FFF;
}

.news-category-btn:hover {
    color: unset;
}

.news-detail-section .container,
.featured-news .container {
    max-width: 73vw;
}

.featured-news-img {
    border-radius: unset;
}

.featured-news-content {
    padding: 0 0 0 4vw;
}

.featured-news-content .news-date {
    font-size: 0.85vw;
}

.featured-news-title {
    font-size: 1.55vw;
    font-weight: unset;
    color: #143A78;
}

.featured-news-content .btn-more {
    margin-top: 3vw;
}

.featured-news .col-lg-6 {
    padding-left: 0;
}

.newsdata {
    font-size: 0.85vw;
    color: #666;
    margin-bottom: 1vw;
}

.newstitle {
    font-size: 1.5vw !important;
    font-weight: 600 !important;
    line-height: 2vw;
    min-height: 2vw;
    margin-bottom: 1vw !important;
}

.news_ym {
    width: 100%;
    text-align: center;
    height: 3vw;
    line-height: 3vw;
    margin-top: 2.5vw;
    color: #999;
    font-size: 0.9vw;
    list-style: none;
    display: flex;
    justify-content: center;
}

.news_ym li {
    display: inline-block;
    margin: 0 5px;
    /* 去掉li的默认样式 */
    list-style-type: none;
    /* 如果需要完全隐藏li标签的特性，可以使用以下样式 */
    background: none;
    border: none;
    padding: 0;
}

.news_ym li a {
    color: #143A78;
}

.recommended-news {
    padding-left: 5.1vw;
    padding-top: 0vw;
    background-color: unset;
}

.sidebar-title {
    border-bottom: 1px solid #bbb;
    font-size: 1.25vw;
    color: #4CAF50;
}

.rec-date {
    font-size: 0.95vw;
}

.rec-title {
    color: #143A78;
    font-size: 0.95vw;
    line-height: 1.6vw;
}

.rec-title a:hover {
    color: #4CAF50;
}

.recommended-item {
    border-bottom: unset;
    margin-bottom: 0.6vw;
    padding-bottom: 0;
}

.article-title {
    font-size: 1.65vw;
    color: #143A78;
}

.article-meta {
    font-size: 0.85vw;
    border-bottom: 1px solid #bbb;
    line-height: 2vw;
}

.article-date {
    margin-right: 8vw;
}

.article-content {
    font-size: 0.95vw;
    color: #666;
}

.article-content img,
.article-content p {
    margin-bottom: 1.5vw;
}

.news-article {
    margin-bottom: 2vw;
}

.article-navigation {
    margin-top: 3vw;
    padding-top: 3vw;
    border-top: 1px solid #bbb;
}

.news-detail-section .nav-label {
    color: #143A78;
    margin-bottom: 0.5vw;
    font-size: 0.95vw;
}

.news-detail-section .nav-link {
    font-size: 1.02vw;
    color: #143A78;
}

.news-detail-section .nav-link:hover {
    color: #4CAF50;
}

.news-detail-section .prev-article {
    margin-bottom: 2vw;
}

.news-detail-section .nav-link:hover::after,
.news-detail-section .nav-link.active::after {
    background-color: unset;
}

.online-recruitment-section .recruitment-title,
.container-fluid .core-talents-title {
    font-size: 2.1vw;
    color: #143A78;
    font-weight: 600;
}

.container-fluid .talents-swiper {
    padding: 0 10vw;
    overflow: hidden;
}

.container-fluid .talent-photo {
    width: 29vw;
    height: 19vw;
    border: 0.2vw solid #4CAF50;
}

.do_title {
    font-size: 1.4vw;
    color: #4CAF50;
    font-weight: 600;
    margin-bottom: 1.5vw;
}

.do_txt {
    font-size: 1vw;
    color: #143A78;
    line-height: 1.8vw;
}

.do_picss {
    width: 20%;
}

.do_picss img {
    width: 100%;
}

.do_rft {
    width: 76%;
}

.talent-photo {
    border-radius: 2vw;
}

.container-fluid .talent-info {
    margin-left: 3.8vw;
}

.container-fluid .talent-name {
    font-size: 1.5vw;
    color: #143A78;
}

.container-fluid .talent-position {
    font-size: 1.5vw;
    color: #143A78;
}

.container-fluid .talent-underline {
    width: 25vw;
    height: 2px;
    margin-top: 1vw;
}

.container-fluid .talent-description {
    font-size: 1.2vw;
    max-width: 44vw;
    font-style: italic;
}

.talent-description p {
    font-size: 1vw;
}

.container-fluid .swiper-button-next,
.container-fluid .swiper-button-prev {
    background-color: unset;
    border-radius: unset;
    color: #4CAF50;
}

.recruitment-wz {
    margin: 0 auto;
}

.online-recruitment-section .recruitment-intro h3 {
    font-size: 1.55vw;
}

.online-recruitment-section .recruitment-intro p {
    color: #143A78;
}

.online-recruitment-section .job-item {
    border: unset;
    border-top: 1px solid #ddd;
    margin-bottom: unset;
    border-radius: unset;
}

.online-recruitment-section .job-header {
    background-color: unset;
    padding: 1.5vw 0;
}

.online-recruitment-section .job-title {
    font-size: 1.5vw;
    font-weight: unset;
    margin-bottom: 0.8vw;
}

.online-recruitment-section .job-title:hover {
    color: #4CAF50;
}

/* 添加展开状态下岗位标题的样式 */
.online-recruitment-section .job-header.active .job-title {
    color: #4CAF50;
}

.online-recruitment-section .job-location {
    font-size: 1.15vw;
    color: #143A78;
}

.online-recruitment-section .job-location {
    font-size: 1.15vw;
    color: #143A78;
}

.online-recruitment-section .job-toggle-icon {
    display: none;
}

.online-recruitment-section .job-description {
    padding: 0;
}

.online-recruitment-section .job-txt {
    font-size: 0.95vw;
    color: #666;
    margin-top: 0.8vw;
}

.online-recruitment-section .job-details {
    border-top: unset;
}

.online-recruitment-section .job-section h5 {
    color: #143A78;
    font-size: 0.9vw;
}

.online-recruitment-section .recruitment-intro {
    margin-left: 1vw;
}

.online-recruitment-section .job-section p {
    font-size: 0.95vw;
}

.online-recruitment-section .job-apply {
    margin-top: 4vw;
    margin-bottom: 4vw;
    text-align: left;
}

.online-recruitment-section .apply-btn img {
    width: 7.3vw;
    height: auto;
}

.online-recruitment-section .apply-btn:hover {
    transform: unset;
}

.contact-info-section {
    background: url("../imgs/contact_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
    height: 39vw;
}

.contact-info-section .container-fluid {
    padding: 0;
}

.contact-info-section .contact-bg {
    padding: 3vw 0;
}

.contact-info-section .contact-details {
    border-radius: unset;
    padding: 4vw 3.2vw;
    box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.95);
}

.contact-details{
    padding:1vw 3.2vw 0.6vw 3.2vw !important;
}

.con_txt{
    padding-top: 2vw;
}

.con-wxtxt{
    font-size: 0.9vw;
}

.con_ewm{
    text-align: center;
    padding-right: 2vw;
}

.con_ewm img{
    width: 90%;
}


.message-feedback-section .section-title,
.contact-info-section .section-title {
    font-size: 2.1vw;
    color: #143A78;
}

.contact-info-section .contact-logo {
    padding-left: 5vw;
}

.contact-info-section .contact-logo img {
    margin-bottom: 10vw;
}

.contact-info-section .contact-details h3 {
    font-size: 1.55vw;
    color: #143A78;
}

.contact-info-section .contact-info-item p {
    font-size: 0.95vw;
    line-height: 1vw;
}

.contact-info-section .talent-underline {
    margin-bottom: 2vw;
}

.message-feedback-section {
    background-color: unset;
    padding-bottom: 8vw;
}

.myweizix {
    margin: 0 auto;
    margin-top: 3.8vw;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
}

.message-feedback-section .feedback-form {
    background-color: #f8f9fa;
    border-radius: unset;
    box-shadow: unset;
    padding: 3vw 4.3vw 2.2vw 4.3vw;
}

.message-feedback-section .feedback-info {
    border-radius: unset;
}

.lftno {
    padding-left: unset;
    padding-right: unset;
}

.message-feedback-section .feedback-text h4 {
    font-size: 1.5vw;
    color: #FFF;
}

.message-feedback-section .feedback-form .form-control {
    border: 1px solid #143A78;
    font-size: 0.9vw;
    padding: 1.6vw;
    border-radius: 0.6vw;
}

.message-feedback-section .feedback-icon {
    margin-bottom: 4.6vw;
}

.message-feedback-section .feedback-icon img {
    width: 3.4vw;
}

.myipwz {
    margin-bottom: 0.8vw;
    font-size: 0.9vw;
}

.myipwz_foot {
    margin-bottom: 0.6vw;
}

.rj {
    padding-right: 1.5vw;
}

.lj {
    padding-left: 1.5vw;
}

/* 添加以下样式来设置表单占位符文本颜色 */
.feedback-form .form-control::placeholder {
    color: #999;
    opacity: 1;
    /* Firefox需要这个属性来确保颜色正确显示 */
}

.feedback-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

.feedback-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    opacity: 1;
}

.feedback-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

.feedback-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    opacity: 1;
}

.btn-send {
    background-color: unset;
    border: none;
    padding: 0;
}

.btn-send img {
    max-width: 100%;
    height: auto;
}

.btn-send:hover {
    background-color: unset;
}

.btn-send:focus,
.btn-send:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.open01 .hover-img {
    opacity: 1 !important;
}

.open01 .default-img {
    display: none;
}

.open01 .category-name {
    color: #78BA50;
}

/* 隐藏面包屑导航中的第一个链接 */
.crumb:first-child {
    display: none;
}

.dlpostcon {
    margin: 0 auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
    background-color: white;
    padding: 2.2vw 5vw 1vw 5vw;
    height: auto;
}

.dlnote {
    line-height: 1.2vw;
    font-size: 0.7vw;
    margin-top: 1vw;
    margin-bottom: 1.2vw;
}

.dlputin {
    font-size: 0.9vw;
}

.dlpwd {
    margin-left: 0.6vw;
    margin-right: 0.6vw;
    border: 1px solid #aaa;
}

.dlsubmit {
    width: 6vw;
    height: 1.65vw;
    line-height: 1.5vw;
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    border-radius: 0.5vw;
    color: #FFF;
}

.dlcon {
    font-size: 0.9vw;
    margin-right: 1vw;
}

.mysdwz {
    margin-top: 0vw;
}

.mydbwz05 {
    padding: 2vw 5vw 1vw 5vw;
    min-width: 40vw;
}

.myfontss {
    width: 100%;
    text-align: center;
    padding-top: 1.8vw;
    margin-top: 3vw;
    border-top: 1px solid #bbb;
    color: #143A78;
    font-weight: 600;
    font-size: 1.8vw;
}

.mywzs2 {
    font-size: 1vw;
    text-align: center;
    color: #143A78;
}

.dlbuttom {
    text-decoration: underline;
    margin-right: 0.6vw;
}

.dlfonttitles {
    font-size: 0.9vw;
    font-weight: 600;
}

.maolinks {
    position: relative;
    top: -5vw;
}

.tstxts {
    font-size: 0.8vw;
    color: #666;
}

.tstxts2 {
    font-size: 0.8vw;
    color: #003366;
}

.foottxts {
    color: #FFF;
}

.foottxts2 {
    color: #78BA50;
}

.foot_line {
    border-top: 1px solid #AAA;
    margin-bottom: 0.5vw;
}

.wxewm {
    width: 100%;
    padding: 0.5vw 0;
}

.foot_wx {
    width: 100%;
    text-align: center;
    font-size: 0.8vw;
}

.mywzs {
    margin-bottom: 0.8vw;
}

.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.mybiank {
    width: 5vw;
    height: 4vw;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9vw;
    border: 1px solid #143A78;
    border-radius: 0.6vw;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.footchicun {
    width: 6.7vw;
    height: 2.3vw;
    font-size: 0.8vw;
    border: 1px solid #999;
}

.mybiank.selected {
    background-color: #97C63A;
    font-weight: 600;
    color: #333;
    border: 1px solid #000;
}

.mybiank input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    display: none;
}