/* reset */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, code, del, em, img, q, small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

select {
    -webkit-appearance: none; /* Chrome, Safari, Edge, Opera */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* 标准语法 */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

input {
    list-style: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    display: block;
    width: 100%;
}

div {
    box-sizing: border-box;
}

/* 父元素-横向排列（主轴） */
.flex-h {
    display: box; /* OLD - Android 4.4- */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
/* 父元素-纵向排列（主轴） */
.flex-v {
    display: box; /* OLD - Android 4.4- */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: vertical;
    /* 12版 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

body {
    background: #fff;
    font-size: 14px;
    color: #000;
    font-family: "SourceHanSans","Microsoft YaHei",sans-serif;
}

.maxWidth {
    width: 1630px;
    margin: 0 auto;
}

.top_content {
    max-width: 1830px;
    height: 112px;
    margin: 0 auto;
    align-items: center;
}

.top_logo {
    width: 230px;
}

.top_right {
    /*width: 200px;*/
    width: 180px;
    height: 55px;
    background: #0f4ea0;
    align-items: center;
}

.top_rsearch {
    /*flex: 1;*/
    flex: 2;
    height: 55px;
    position: relative;
}

    .top_rsearch::after {
        display: block;
        width: 1px;
        height: 15px;
        content: "";
        background: #fff;
        position: absolute;
        right: 0;
        top: 20px;
    }

    .top_rsearch input {
        display: block;
        width: 100%;
        text-align: left;
        height: 50px;
        /*background: url(../img/icon_01.png) center center no-repeat #0f4ea0;*/
        background: url(../img/icon_010.png) center center no-repeat #0f4ea0;
        font-size: 16px;
        color: #fff;
    }

.top_lange {
    flex: 1;
    height: 40px;
    position: relative;
}

    .top_lange #depict_unit {
        display: block;
        width: 100%;
        height: 40px;
        background: url(../img/icon_02.png) 80% center no-repeat;
        font-size: 16px;
        color: #fff;
        box-sizing: border-box;
        padding-left: 12px;
    }

        .top_lange #depict_unit::-webkit-input-placeholder {
            font-size: 16px;
            color: #fff;
        }

        .top_lange #depict_unit:-moz-placeholder {
            font-size: 16px;
            color: #fff;
        }

        .top_lange #depict_unit::-moz-placeholder {
            font-size: 16px;
            color: #fff;
        }

        .top_lange #depict_unit:-ms-input-placeholder {
            font-size: 16px;
            color: #fff;
        }

.unit_box {
    width: 100%;
    height: 90px;
    overflow-y: auto;
    text-align: center;
    position: absolute;
    left: 0;
    top: 46px;
    background: #fff;
    border: 1px solid #ECECEC;
    border-top: none;
    padding: 5px 0;
    display: none;
    z-index: 5;
}

    .unit_box ul li {
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        color: #333;
    }

.top_navsbar {
    flex: 1;
    margin-left: 100px;
    position: relative;
    z-index: 5;
}

    .top_navsbar ul > li {
        width: 150px;
        text-align: center;
        position: relative;
    }

    .top_navsbar a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        color: #2c2c2c;
    }

        .top_navsbar a:hover {
            transition: all .7s ease 0s;
        }

    .top_navsbar li ul {
        width: 100px;
        background: #fff;
        border: 1px solid #E6E4E3;
    }

        .top_navsbar li ul li {
            width: 100%;
        }

        .top_navsbar li ul a {
            font-size: 16px;
            height: 36px;
            border-bottom: 1px solid #E6E4E3;
            line-height: 36px;
            font-weight: normal;
        }

        .top_navsbar li ul li:last-child a {
            border-bottom: none;
        }

        .top_navsbar li ul a:hover {
            color: #0f4ea0;
            font-weight: bold;
        }

    .top_navsbar ul > li:hover ul {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .top_navsbar li ul {
        box-sizing: border-box;
        padding: 5px 10px;
        position: absolute;
        width: 120px;
        left: 15px;
        top: 50px;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

.scroll_banner {
    height: 960px;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 960px;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

    .swiper-slide img {
        display: none;
    }

.scroll_banner .swiper-pagination {
    width: 10px;
    left: 5%;
    top: 0;
    height: 100%;
    justify-content: center;
}

    .scroll_banner .swiper-pagination .swiper-pagination-bullet {
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        opacity: 1;
        border-radius: 5px;
        margin: 7px 0;
    }

    .scroll_banner .swiper-pagination .swiper-pagination-bullet-active {
        height: 40px;
        background: #24599d;
    }

.custom-pagination {
    position: absolute;
    left: 4%;
    top: 60%;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
}

    .custom-pagination span {
        color: #0060ff;
    }

/* 服务领域 */
.service_area {
    padding-top: 75px;
}

.ztitle {
    font-size: 50px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 30px;
}

    .ztitle::after {
        display: block;
        width: 68px;
        height: 4px;
        content: "";
        background: #005fa5;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.service_box {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 28px;
}

    .service_box .item {
        position: relative;
        display: block;
    }

        .service_box .item .bg_black {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .1);
            position: absolute;
            left: 0;
            top: 0;
        }

        .service_box .item .con {
            width: 100%;
            height: 286px;
            background: url(../img/serv_bg.png);
            position: absolute;
            left: 0;
            bottom: 0;
            padding-top: 42px;
            color: #fff;
        }

            .service_box .item .con .tit {
                text-align: center;
                font-size: 40px;
                font-weight: bold;
            }

            .service_box .item .con .txt {
                padding: 30px 25px 0;
                font-size: 16px;
                line-height: 28px;
            }

.online_store {
    display: block;
    width: 100%;
    height: 544px;
    margin-top: 100px;
    background: url(../img/store_bg.jpg) center top no-repeat;
}

.showimg_move {
    display: none;
}

.online_store .con {
    padding: 260px 0 0 12px;
}

    .online_store .con .tit {
        color: #124490;
        font-size: 48px;
        font-weight: bold;
    }

    .online_store .con .tip {
        font-size: 14px;
        margin-top: 20px;
    }

    .online_store .con .btn {
        margin-top: 70px;
        width: 162px;
        height: 48px;
        border-radius: 10px;
        background: #0f4ea0;
        font-size: 16px;
        color: #f2f8fb;
        text-align: center;
        line-height: 46px;
    }

.about_us {
    width: 100%;
    height: 870px;
    overflow: hidden;
    background: url(../img/about_bg.jpg) center top no-repeat;
}

    .about_us .content {
        width: 780px;
        float: right;
        padding-top: 190px;
    }

        .about_us .content .txt1 {
            margin-top: 65px;
            font-size: 24px;
            line-height: 36px;
        }

        .about_us .content .txt2 {
            margin-top: 45px;
            font-size: 16px;
            color: #666;
            line-height: 30px;
        }

.consult_dynamics {
    margin-top: 100px;
}

    .consult_dynamics .ztitle {
        text-align: center;
    }

        .consult_dynamics .ztitle::after {
            left: 50%;
            margin-left: -34px;
        }

.news_box {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 7px;
}

    .news_box .item {
        display: block;
        overflow: hidden;
    }

        .news_box .item:hover {
            background: #f8f8f8;
        }

        .news_box .item .con {
            padding: 24px 30px 0 36px;
        }

            .news_box .item .con .kind {
                font-size: 16px;
            }

            .news_box .item .con .tit {
                margin-top: 40px;
                font-size: 28px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .news_box .item .con .txt {
                margin-top: 28px;
                font-size: 18px;
                color: #555;
                line-height: 30px;
                height: 210px;
            }

                .news_box .item .con .txt p {
                    white-space: inherit;
                    text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 6;
                    line-clamp: 6;
                    -webkit-box-orient: vertical;
                }

        .news_box .item .time {
            height: 88px;
            background: url(../img/icon_03.png) 88% center no-repeat #f7f8f9;
            padding-left: 38px;
            line-height: 86px;
            font-size: 16px;
        }

.news_more {
    display: block;
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
}

.bom_content {
    width: 100%;
    height: 510px;
    margin-top: 56px;
    background: #0f4ea0;
    color: #fff;
}

    .bom_content a {
        color: #fff;
    }

    .bom_content .maxWidth {
        height: 510px;
        justify-content: center;
    }

.bom_left {
    display: flex;
}

.bom_left_l {
    display: flex;
    flex: 1;
}

.bom_erwma {
    width: 95px;
    text-align: center;
    font-size: 10px;
    margin-right: 70px;
    padding-top: 10px;
}

    .bom_erwma img {
        margin-bottom: 10px;
    }

.bom_copy {
    flex: 1;
}

    .bom_copy img {
        width: 120px;
    }

    .bom_copy .txt1 {
        margin-top: 15px;
        line-height: 20px;
        font-weight: bold;
    }

    .bom_copy .txt2 {
        margin-top: 10px;
        font-weight: bold;
    }

    .bom_copy .txt3 {
        margin-top: 10px;
        background: url(../img/icon_04.png) left center no-repeat;
        padding-left: 18px;
        font-weight: bold;
        font-size:12.5px;
    }

.bom_rlinks {
    width: 880px;
}

    .bom_rlinks .item {
        flex: 1;
    }

        .bom_rlinks .item h2 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .bom_rlinks .item a {
            display: block;
            font-size: 16px;
            line-height: 30px;
        }

.bom_dicon {
    margin-top: 50px;
    justify-content: space-between;
}

    .bom_dicon .links img {
        width: 30px;
    }

    .bom_dicon .links a {
        margin: 0 15px;
    }

    .bom_dicon .copy {
        font-size: 10px;
    }

.top_content_move {
    width: 100%;
    align-items: center;
    display: none;
}

    .top_content_move .top_navs {
        flex: 1;
        display: flex;
    }

        .top_content_move .top_navs a {
            flex: 1;
            display: block;
            font-size: 14px;
            text-align: center;
        }

/* 当屏幕宽度在 768px - 1199px（常见平板等中等屏幕尺寸范围）之间时，调整元素布局 */
@media (min-width: 768px) and (max-width: 1199px) {
    .top_content {
        display: none;
    }

    .top_content_move {
        display: flex;
    }

    .top_logo {
        width: 150px;
    }

    .top_right {
        width: 120px;
    }

    .scroll_banner {
        height: auto;
    }

    .swiper-container {
        height: auto;
    }

    .swiper-slide {
        background: none !important;
    }

        .swiper-slide img {
            display: block;
        }

    .custom-pagination {
        top: 65%;
    }

    .service_area {
        padding-top: 40px;
    }

    .ztitle {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .service_area .ztitle {
        margin-left: 10px;
    }

    .service_box {
        margin-top: 40px;
    }

    .maxWidth {
        width: 100%;
    }

    .service_box .item .con {
        height: 250px;
        padding-top: 12px;
        background-size: 100% 100%;
    }

        .service_box .item .con .tit {
            font-size: 30px;
        }

        .service_box .item .con .txt {
            padding: 10px 15px 0;
        }

    .showimg_move {
        display: block;
    }

    .online_store {
        height: auto;
        margin-top: 10px;
        background: none !important;
        position: relative;
    }

        .online_store .con {
            padding: 0;
            position: absolute;
            left: 10px;
            top: 15%;
        }

            .online_store .con .tit {
                font-size: 38px;
            }

            .online_store .con .tip {
                font-size: 12px;
                margin-top: 10px;
            }

            .online_store .con .btn {
                margin-top: 40px;
            }

    .about_us {
        height: auto;
        background: none;
        position: relative;
    }

        .about_us .content {
            position: absolute;
            width: 55%;
            top: 2%;
            right: 2%;
            padding-top: 0;
        }

            .about_us .content .txt1 {
                margin-top: 10px;
                font-size: 18px;
                line-height: 28px;
            }

            .about_us .content .txt2 {
                margin-top: 15px;
                font-size: 12px;
                line-height: 24px;
            }

    .consult_dynamics {
        margin-top: 40px;
    }

    .news_box {
        margin-top: 30px;
    }

        .news_box .item .con {
            padding: 12px 15px 0 16px;
        }

            .news_box .item .con .tit {
                margin-top: 20px;
                font-size: 20px;
            }

            .news_box .item .con .txt {
                margin-top: 12px;
                font-size: 16px;
                line-height: 24px;
                height: 160px;
            }

        .news_box .item .time {
            height: 60px;
            padding-left: 22px;
            line-height: 58px;
        }

    .news_more {
        margin-top: 30px;
        font-size: 24px;
    }

    .bom_content {
        height: auto;
        margin-top: 30px;
    }

        .bom_content .maxWidth {
            height: auto;
            padding: 20px 0;
        }

    .bom_erwma {
        width: 80px;
        margin-right: 20px;
    }

    .bom_rlinks {
        width: 500px;
    }

    .bom_dicon {
        margin-top: 20px;
    }
}

/* 当屏幕宽度小于等于 767px（常见移动端屏幕宽度范围）时，进一步调整元素样式 */
@media (max-width: 767px) {
    .top_content {
        display: none;
    }

    .top_content_move {
        display: flex;
    }

    .top_logo {
        width: 100px;
    }

    .top_right {
        width: 80px;
        display: none;
    }

    .top_content_move .top_navs a {
        font-size: 10px;
    }

        .top_content_move .top_navs a:nth-child(6),
        .top_content_move .top_navs a:nth-child(7) {
            display: none;
        }

    .scroll_banner {
        height: auto;
    }

    .swiper-container {
        height: auto;
    }

    .swiper-slide {
        background: none !important;
    }

        .swiper-slide img {
            display: block;
        }

    .scroll_banner .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 3px;
        margin: 3px 0;
    }

    .scroll_banner .swiper-pagination .swiper-pagination-bullet-active {
        height: 20px;
    }

    .custom-pagination {
        top: 65%;
        font-size: 20px;
    }

    .service_area {
        padding-top: 10px;
    }

    .ztitle {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .service_area .ztitle {
        margin-left: 10px;
    }

    .service_box {
        margin-top: 20px;
        grid-gap: 5px 5px;
        grid-template-columns: repeat(2, 1fr);
    }

    .maxWidth {
        width: 100%;
    }

    .service_box .item .con {
        height: 150px;
        padding-top: 5px;
        background-size: 100% 100%;
    }

        .service_box .item .con .tit {
            font-size: 20px;
        }

        .service_box .item .con .txt {
            padding: 5px 6px 0;
            font-size: 12px;
            line-height: 18px;
        }

    .showimg_move {
        display: block;
    }

    .online_store {
        height: auto;
        margin-top: 10px;
        background: none !important;
        position: relative;
    }

        .online_store .con {
            padding: 0;
            position: absolute;
            left: 10px;
            top: 15%;
        }

            .online_store .con .tit {
                font-size: 20px;
            }

            .online_store .con .tip {
                font-size: 10px;
                margin-top: 5px;
            }

            .online_store .con .btn {
                margin-top: 20px;
                width: 80px;
                height: 24px;
                border-radius: 5px;
                font-size: 12px;
                line-height: 24px;
            }

    .about_us {
        height: auto;
        background-size: 100% 100%;
    }

        .about_us .showimg_move {
            display: none;
        }

        .about_us .content {
            width: 100%;
            padding: 10px;
        }

            .about_us .content .txt1 {
                margin-top: 5px;
                font-size: 12px;
                line-height: 20px;
            }

            .about_us .content .txt2 {
                margin-top: 5px;
                font-size: 10px;
                line-height: 16px;
            }

    .consult_dynamics {
        margin-top: 20px;
    }

    .news_box {
        margin-top: 30px;
        grid-gap: 0 3px;
    }

        .news_box .item .con {
            padding: 5px 6px 0 8px;
        }

            .news_box .item .con .kind {
                font-size: 10px;
            }

            .news_box .item .con .tit {
                margin-top: 10px;
                font-size: 12px;
            }

            .news_box .item .con .txt {
                margin-top: 6px;
                font-size: 10px;
                line-height: 16px;
                height: 110px;
            }

        .news_box .item .time {
            height: 40px;
            padding-left: 10px;
            line-height: 40px;
            font-size: 12px;
            background-size: 14px 14px;
        }

    .news_more {
        margin-top: 20px;
        font-size: 18px;
    }

    .bom_content {
        height: auto;
        margin-top: 12px;
    }

        .bom_content .maxWidth {
            height: auto;
            padding: 10px 0;
        }

    .bom_left {
        display: block;
    }

    .bom_erwma {
        width: 80px;
        margin-right: 10px;
        margin-left: 5px;
        float: left;
    }

    .bom_copy .txt1 {
        margin-top: 5px;
        line-height: 16px;
    }

    .bom_copy .txt2 {
        margin-top: 5px;
    }

    .bom_copy .txt3 {
        margin-top: 5px;
        background: url(../img/icon_04.png) left center no-repeat;
    }

    .bom_rlinks {
        width: 100%;
        margin-top: 10px;
        padding-left: 10px;
    }

        .bom_rlinks .item h2 {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .bom_rlinks .item a {
            font-size: 12px;
            line-height: 18px;
        }

    .bom_dicon {
        margin-top: 20px;
    }

        .bom_dicon .links img {
            width: 20px;
        }

        .bom_dicon .links a {
            margin: 0 5px;
        }
}

/*产品列表*/
@font-face {
    font-family: font1;
    src: url("../img/TCloudNumber-Regular.ttf");
}

.banner4 {
    width: 100%;
    position: relative;
}

    .banner4 img {
        width: 100%;
    }

.bannerText {
    position: absolute;
    width: 1630px;
    bottom: 98px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
}

    .bannerText h2 {
        font-weight: bold;
        color: #fff;
        text-align: left;
        letter-spacing: 20px;
        font-size: 44px;
    }

    .bannerText p {
        color: #fff;
        font-size: 19px;
        letter-spacing: 14px;
    }

.bj1 {
    background: #f6f7f9;
}

.wz1630 {
    width: 1630px;
    max-width: 94%;
    margin: 0 auto;
}

.cplbTitle {
    padding: 80px 0 85px;
}

    .cplbTitle ul:before {
        position: absolute;
        content: "";
        border-bottom: 1px solid #ececec;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .cplbTitle ul {
        display: flex;
        justify-content: center;
        gap: 110px;
        position: relative;
    }

    .cplbTitle a {
        display: block;
        font-size: 28px;
        line-height: 92px;
        color: #000000;
        position: relative;
        transition: all .5s;
    }

        .cplbTitle a:before {
            position: absolute;
            border-bottom: 4px solid #2166c1;
            width: 0;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            transition: all .5s;
            content: "";
        }

    .cplbTitle li.active a {
        color: #0f4ea0;
        font-weight: bold;
    }

        .cplbTitle li.active a:before {
            width: 68px;
        }

    .cplbTitle a:hover {
        color: #0f4ea0;
        font-weight: bold;
    }

        .cplbTitle a:hover:before {
            width: 68px;
        }

.cplbNr ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cplbNr li {
    width: calc(33.33% - 16/3);
    padding-bottom: 10px;
}

    .cplbNr li span {
        display: block;
        overflow: hidden;
    }

    .cplbNr li img {
        width: 100%;
        object-fit: cover;
        transition: all 1.5s;
        aspect-ratio: 326 / 215;
    }

.cplbBox {
    background: #fff;
}

.cplbText {
    padding: 15px 35px 50px 35px;
}

    .cplbText h2 {
        font-size: 16px;
        margin-bottom: 40px;
        color: #000000;
    }

    .cplbText p {
        font-size: 28px;
        font-weight: bold;
    }

.cplbNr a:hover img {
    transform: scale(1.05);
}

.cplbNr a:hover p {
    color: #2166c1;
}

.wzfy {
    padding: 25px 0;
}

    .wzfy ul {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .wzfy a { /*display: block;*/
        padding: 0 18px;
        line-height: 44px;
        background: #eeeef0;
        font-size: 18px;
        transition: all .5s;
    }

    .wzfy span {
        line-height: 44px;
        font-size: 18px;
    }

    .wzfy li.cur a {
        color: #fff;
        background: #0f4ea0;
    }

    .wzfy a:hover {
        color: #fff;
        background: #0f4ea0;
    }

/*news*/

.newsNr ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.newsNr li {
    padding-bottom: 100px;
    width: calc(33.33% - 16px/3);
}

    .newsNr li span {
        display: block;
        overflow: hidden;
    }

    .newsNr li img {
        width: 100%;
        object-fit: cover;
        transition: all 1.5s;
        aspect-ratio: 538 / 355;
    }

.newsBox span {
    display: block;
    overflow: hidden;
}

.newsText {
    padding: 25px 35px 0 35px;
    background: #fff;
    height: 360px;
}

    .newsText h4 {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 40px;
    }

    .newsText h2 {
        line-height: 1.5;
        font-size: 28px;
        margin-bottom: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .newsText p {
        font-size: 18px;
        line-height: 1.8;
        color: #555555;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

.newsBox h3 {
    padding: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

    .newsBox h3 b {
        background: url(../img/a1.png);
        width: 25px;
        height: 25px;
        background-size: 100% 100%;
    }

.newsNr a:hover img {
    transform: scale(1.05);
}

.newsNr a:hover h2 {
    color: #2166c1;
}

/*合作品牌*/
.hzppNr ul {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.hzppNr li {
    width: calc(33.333% - 70px/3);
}

.hzppNr a {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

    .hzppNr a img {
        width: 100%;
        object-fit: cover;
        transition: all 1.5s;
        aspect-ratio: 521 /217;
    }

    .hzppNr a:hover img {
        transform: scale(1.1);
    }

.lxwnrNr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 115px;
}

.bdleft {
    background: #fff;
    width: calc(50% - 15px);
    padding: 50px;
}

    .bdleft h2 {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .bdleft li {
        padding-bottom: 20px;
    }

    .bdleft h3 {
        font-size: 18px;
        color: #000;
        font-weight: 400;
    }

    .bdleft li p {
        font-size: 26px;
        line-height: 1.6;
    }

.rem {
    width: 173px;
    margin: 0 auto;
    text-align: center;
}

    .rem img {
        width: 100%;
    }

.gdright {
    background: #fff;
    width: calc(50% - 15px);
    padding: 25px 20px 0 20px;
}

    .gdright ul {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
    }

    .gdright li {
        width: calc(50% - 16px/2);
    }

.wby1 {
    border-radius: 8px;
    width: 100%;
    padding: 0 25px;
    height: 62px;
    line-height: 62px;
    background: #f6f7f9;
    box-sizing: border-box;
}

.wby2 {
    border-radius: 8px;
    width: 100%;
    padding: 25px;
    height: 160px;
    background: #f6f7f9;
    box-sizing: border-box;
    border: none;
    font-family: "微软雅黑";
}

.gdright ul li:nth-child(5) {
    width: 100%;
}

.gdright ul li:nth-child(6) {
    width: 100%;
}

.btn3 {
    display: block;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    border: none;
    width: 280px;
    height: 62px;
    background: #135ca5;
    margin: 40px auto 0 auto;
}

.h100 {
    height: 100px;
}

/*关于我们*/
.gsjs {
    width: 1630px;
    max-width: 94%;
    margin: 0 auto;
}

.gsjstop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 130px 0 0 0;
}

.gajsTp {
    width: 43%;
}

    .gajsTp img {
        width: 100%;
    }

.gsjsText {
    width: calc(57% - 55px);
}

    .gsjsText h2 {
        font-size: 38px;
        color: #2d2d2d;
    }

        .gsjsText h2 span {
            font-size: 20px;
            font-weight: 400;
        }

    .gsjsText h3 {
        font-size: 20px;
        color: #2d2d2d;
        margin: 20px 0 35px;
        line-height: 1.7;
    }

    .gsjsText p {
        font-size: 16px;
        line-height: 2;
        color: #666;
    }

.gsjsBottom ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 95px 0 115px;
}

.gsjsBottom li {
    width: calc(25% - 90px/4);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.gsbox {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 25px 30px;
    align-items: flex-start;
}

    .gsbox img {
        width: 25px;
    }

.gstext {
    text-align: right;
}

    .gstext h2 {
        font-size: 50px;
        font-family: font1;
    }

    .gstext p {
        font-size: 16px;
        color: #666666;
    }

.bj2 {
    background: url(../img/a19.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.qywh {
    width: 1460px;
    max-width: 94%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 150px;
}

.yqwhtetx img {
    max-width: 100%;
    margin: 0 auto;
}

.yqbox {
    width: 400px;
}

    .yqbox h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .yqbox h3 {
        font-size: 12px;
        line-height: 1.5;
        color: #888888;
        font-weight: 400;
    }


.bj4 {
    background: #09438e;
}

.qyry {
    width: 1015px;
    max-width: 94%;
    margin: 0 auto;
    text-align: center;
}

.qyrytitle {
    padding: 90px 0 25px;
}

    .qyrytitle h2 {
        font-weight: bold;
        font-size: 48px;
        color: #fff;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .qyrytitle p {
        color: #fff;
        font-size: 12px;
    }

.qyrynr a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.qyrynr img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 167 / 69;
    transition: all 1.1s;
}

.qyrynr a:hover img {
    transform: scale(1.1);
}

.bj5 {
    background: url(../img/a8.png) no-repeat center center;
    background-size: cover;
}

.hzpp {
    padding-bottom: 55px;
    width: 1590px;
    margin: 0 auto;
    max-width: 94%;
}

.hzpptitle h2 {
    color: #000;
    padding: 75px 0 80px;
    font-size: 40px;
    text-align: center;
}

.hzppnr {
    text-align: center;
}

    .hzppnr ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .hzppnr li {
        width: calc(20% - 80px/5);
    }

.more {
    display: inline-block;
    margin-top: 65px;
    color: #5786c4;
    font-size: 18px;
    transition: all .5s;
}

    .more:hover {
        letter-spacing: 3px;
    }

@media(max-width:1000px) {
    .cplbTitle {
        padding: 30px 0 15px;
    }

        .cplbTitle ul {
            gap: 20px
        }

        .cplbTitle a {
            font-size: 16px;
            line-height: 50px;
        }

    .newsNr li {
        width: 100%;
        padding-bottom: 25px;
    }

    .newsText {
        height: auto;
        padding: 20px 15px;
    }

        .newsText h4 {
            margin-bottom: 20px;
        }

        .newsText h2 {
            font-size: 20px;
        }

        .newsText p {
            font-size: 14px;
        }

    .newsBox h3 {
        padding: 20px 15px;
    }

    .cplbText h2 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .cplbText p {
        font-size: 20px;
    }

    .cplbText {
        padding: 15px;
    }

    .banner4 {
        height: 220px;
    }

        .banner4 img {
            height: 100%;
            object-fit: cover;
        }

    .bannerText {
        bottom: 25px;
    }

        .bannerText h2 {
            font-size: 24px;
        }

        .bannerText p {
            font-size: 12px;
            letter-spacing: 5px !important;
        }

    .hzppNr ul {
        gap: 15px;
    }

    .hzppNr li {
        width: calc(50% - 15px/2);
    }

    .h100 {
        height: 50px;
    }

    .bdleft {
        width: 100%;
        padding: 20px 15px;
    }

        .bdleft h2 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .bdleft h3 {
            font-size: 14px;
        }

        .bdleft li p {
            font-size: 18px;
        }

    .gdright {
        width: 100%;
        margin-top: 20px;
        padding: 15px;
    }

        .gdright li {
            width: 100%;
        }

    .wby1 {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    .btn3 {
        font-size: 14px;
        height: 40px;
        width: 100%;
        margin-top: 25px;
    }

    .lxwnrNr {
        padding-bottom: 50px;
    }

    .gsjstop {
        padding: 30px 0 0 0;
        display: block;
    }

    .gajsTp {
        width: 100%;
    }

    .gsjsText {
        width: 100%;
        padding-top: 20px;
    }

        .gsjsText h2 {
            font-size: 20px;
        }

            .gsjsText h2 span {
                font-size: 14px;
            }

        .gsjsText h3 {
            font-size: 16px;
            margin: 20px 0;
        }

        .gsjsText p {
            font-size: 14px;
        }

    .gsjsBottom ul {
        padding: 30px 0;
        gap: 20px;
    }

    .gsjsBottom li {
        width: calc(50% - 20px/2);
    }

    .gsbox {
        padding: 15px;
    }

    .gstext h2 {
        font-size: 30px;
        line-height: 1;
    }

    .gstext p {
        font-size: 13px;
        margin-top: 15px;
    }

    .qywh {
        padding-bottom: 50px;
    }

    .qyrytitle {
        padding: 40px 0 15px;
    }

        .qyrytitle h2 {
            font-size: 20px;
        }

    .hzpptitle h2 {
        padding: 40px 0 20px;
        font-size: 20px;
    }

    .hzppnr ul {
        gap: 15px;
    }

    .hzppnr li {
        width: calc(50% - 15px/2);
    }
}


/* 产品详情 */
.newsshow_title {
    text-align: center;
    height: 39px;
    line-height: 39px;
    margin-right: 20px;
    margin-top: 0px;
}

    .newsshow_title h1 {
        font-size: 22px;
        height: 25px;
        line-height: 25px;
        padding-top: 15px;
    }

.pd_time {
    color: #666;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin: 0 10px 0 20px;
    font-size: 12px;
    margin-top: 15px;
}

    .pd_time small {
        margin-left: 5px;
    }
