* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'SourceHanSansSC-Regular' !important;
}
@font-face {
    font-family: 'ARIAL';
    src: url('/fonts/ARIAL.TTF'); 
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSansSC-Regular';
    src: url('/fonts/SourceHanSansSC-Regular-2.otf'); 
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* *:not(.fa) {
    font-family: '黑体';
} */

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

:root {
    --main-color: #0e3f82;
    --main-color1: #29a098;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-666: #666666;
    --main-color-999: #999999;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .index_swiper>.swiper-wrapper>.swiper-slide:last-child {
        height: auto !important;
    }

    .index_swiper>.swiper-wrapper>.swiper-slide:last-child .section {
        height: auto !important;
    }

    .pchead {
        width: 100%;
        height: 5rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: var(--main-color-white);
    }

    .pcheader {
        margin: 0 auto;
        width: 100rem;
        height: 5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pclogo img {
        height: 1.8125rem;
        margin-left: -50px;
    }

    .pcnav>ul {
        display: flex;
        align-items: center;
    }

    .pcnav>ul>li>a {
        display: block;
        padding: 0 1.875rem;
        font-size: 1.125rem;
        color: var(--main-color);
        border-bottom: 2px solid transparent;
        height: 2.1875rem;
        line-height: 2.1875rem;
    }

    .pcnav>ul>li {
        height: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p_drop {
        width: 82.5rem;
        position: fixed;
        z-index: 90;
        top: 7rem;
        opacity: 0;
        transition: var(--main-transition);
        visibility: hidden;
        right: 0;
    }

    .p_dropcon {
        display: flex;
        justify-content: space-between;
    }

    .p_dropleft {
        padding: 2.5rem 4.0625rem;
        width: 25rem;
        background-color: var(--main-color-white);
    }

    .p_dropright {
        padding: 3.875rem 4.375rem 2.875rem 4.375rem;
        background-color: #f0f0f0;
        flex: 1;
    }

    .p_dropleft .pdLeftItem:last-child {
        margin-bottom: 0 !important;
    }

    .pdLeftItem strong {
        color: #5a5a5a;
        font-weight: bold;
        letter-spacing: 2px;
        display: block;
        font-size: 1.375rem;
        margin-bottom: 1.2rem;
    }

    .pdLeftItem {
        margin-bottom: 3.125rem;
    }

    .pdLeftItem div {
        margin-bottom: .625rem;
    }

    .pdLeftItem div>a {
        color: var(--main-color1);
        display: inline-block;
        border-bottom: .125rem solid transparent;
        padding: .1875rem 0;
        transition: var(--main-transition);
    }

    .pdLeftItem div>a:hover {
        border-bottom: 2px solid var(--main-color1);
    }

    .pcnav>ul>li:hover>a {
        color: var(--main-color1) !important;
        border-bottom: 2px solid var(--main-color1) !important;
    }

    .proFy {
        display: none;
        margin-left: 60px;
    }

    .proFy ul {
        display: flex;
        flex-wrap: wrap;
    }

    .proFy ul li {
        width: calc((100% - 8.75rem) / 3);
        margin-bottom: 2.875rem;
        margin-right: 2.375rem;
    }

    /* .proFy ul li:nth-child(3n) {
        margin-right: 0;
    } */
    .proFy ul li img {
        width: 100%;
        max-width: 150px;
        max-height: 150px;
        min-height: 120px;
        object-fit: contain;
    }

    .proFy ul li p {
        /* text-align: center; */
        text-align: left;
        color: var(--main-color-333);
        font-size: 1.125rem;
        margin-top: .625rem;
        font-weight: bold;
    }

    .proFy ul li:hover p {
        color: var(--main-color1);
    }

    .hover_act a {
        border-bottom: 2px solid var(--main-color1) !important;
    }

    .pcnav>ul>li:hover .p_drop {
        opacity: 1 !important;
        top: 5rem !important;
        visibility: visible !important;
        display: block !important;
    }

    .ml_mb_head {
        display: none;
    }

    .ml_mb_nav {
        display: none;
    }

    .mlbanner {
        width: 100%;
        margin-top: 5rem;
        height: 100%;
    }

    .mlbanner img {
        width: 100%;
        position: relative;
        height: 100%;
        object-fit: cover;
    }

    .mlbanner .swiper-slide::after {
        /* width: 100%;
        height: 100%;
        content: '';
        background-image: url(../images/cover.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: cover;
        left: 0;
        top: 0;
        z-index: 9; */
    }

    .slide_pos {
        position: absolute;
        height: 100%;
        width: calc(100% - 20%);
        top: 0;
        z-index: 10;
        left: 50%;
        transform: translate(-50%, 0);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .slide_pos h1 {
        color: var(--main-color-white);
        font-size: 2.3375rem;
        line-height: 4.0625rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .slide_pos h2 {
        font-weight: normal;
        color: var(--main-color-white);
        margin: 1.875rem 0;
        font-size: 1.875rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        font-family: 'ARIAL' !important;
    }

    .slide_pos em {
        font-weight: normal;
        font-style: normal;
        color: var(--main-color-white);
        width: 31.25rem;
        margin-bottom: 1.875rem;
        line-height: 1.875rem;
        font-size: 1.125rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .slide_pos ul {
        display: flex;
        align-items: center;
    }

    .slide_pos li {
        margin-right: 3.125rem;
    }

    .slide_pos .bannerImg {
        border-radius: .55rem;
        border: 1px solid var(--main-color-white);
        width: 6.25rem;
        height: 6.25rem;
        padding: .9375rem;
    }

    .slide_pos img {
        width: 100%;
    }

    .slide_pos p {
        margin-top: 1.25rem;
        text-align: center;
        color: var(--main-color-white);
        font-size: 1.25rem;
    }

    .con1 {
        width: 100%;
        height: 100%;
    }

    .con1con {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        position: relative;
        justify-content: space-between;
    }

    .con1left {
        width: 40%;
        height: 100%;
        background-color: #f0f0f0;
    }

    .con1right {
        width: 60%;
        height: 100%;
    }

    .con1right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .con1pos {
        position: absolute;
        left: 9.375rem;
        z-index: 9;
        width: 50%;
        bottom: 0;
    }

    .conTitle strong {
        font-size: 2.2125rem;
        font-weight: normal;
        color: #060606;
        margin-bottom: .625rem;
        display: block;
    }

    .conTitle p {
        font-family: 'ARIAL' !important;
        font-size: 1.25rem;
        color: var(--main-color1);
    }

    .conTitle {
        margin-bottom: 3.75rem;
    }

    .sTout {
        padding: 3.75rem 4.375rem;
        background-color: var(--main-color);
        padding-bottom: 8.75rem;
    }

    .con1Txt {
        /* background-color: var(--main-color);
        padding-bottom: 8.75rem; */
    }

    .con1Txt strong {
        color: var(--main-color-white);
        font-size: 1.875rem;
        font-weight: normal;
    }

    .con1Txt span {
        display: block;
        color: var(--main-color1);
        margin-top: .625rem;
        font-size: 1.25rem;
        font-family: 'ARIAL' !important;
    }

    .p_con {
        margin-top: 2.1875rem;
    }

    .p_con p {
        font-size: 1.125rem;
        margin-top: .9375rem;
        color: var(--main-color-white);
    }

    .con2 {
        width: 100%;
        padding: 7.5rem 0;
    }

    .con2con {
        width: 100rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }

    .con2left {
        width: 35rem;
    }

    .con2right {
        width: 56.25rem;
    }

    .mySwiperCon2 {
        width: 100%;
    }

    .mySwiperCon2 img {
        width: 85%;
    }

    .con2Txt {
        margin-bottom: 4.75rem;
        font-size: 1.25rem;
        color: #424242;
        line-height: 1.875rem;
        line-height: 2.275rem;
    }

    .tabGroup {
        display: flex;
        align-items: center;
    }

    .tabGroup img {
        width: 1.5625rem;
        cursor: pointer;
    }

    .tabGroup span {
        display: block;
        height: .125rem;
        background-color: #8d8d8d;
        width: 50%;
        /* margin: 0 1.25rem; */
    }

    .con3 {
        width: 100%;
        padding: 7.5rem 0;
    }

    .con3con {
        width: 100rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .con3left {
        width: 31.25rem;
    }

    .con3right {
        width: 62.5rem;
    }

    .partItem {
        cursor: pointer;
        font-size: 1.25rem;
        color: var(--main-color);
        margin-bottom: 1.25rem;
        display: inline-block;
    }

    .partItem:hover {
        color: var(--main-color1);
    }

    .partBox {
        display: flex;
        flex-direction: column;
    }

    .partAct {
        color: var(--main-color1) !important;
    }

    .partFy {
        display: none;
    }

    .partFy ul {
        display: flex;
        flex-wrap: wrap;
    }

    .partFy ul li {
        padding: .3125rem;
        /* background-color: var(--main-color-white); */
        /* box-shadow: var(--main-shadow); */
        width: calc((100% - 7.8125rem) / 6);
        margin-bottom: 1.5625rem;
        margin-right: 1.5625rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .partFy ul li:nth-child(6n) {
        margin-right: 0;
    }

    .partFy ul li img {
        width: 100%;
    }

    .con4 {
        background-color: var(--main-color);
        padding: 7.5rem 0;
    }

    .con4con {
        width: 100rem;
        margin: 0 auto;
    }

    .con4con .conTitle strong {
        color: var(--main-color-white);
    }

    .con4con .conTitle p {
        color: var(--main-color-white);
    }

    .con4Txt {
        color: var(--main-color-white);
        font-size: 1.25rem;
        line-height: 1.875rem;
        width: 34.375rem;
    }

    .con5 {
        width: 100%;
        padding: 7.5rem 0;
        background-color: #f0f0f0;
    }

    .con5con {
        width: 92rem;
        margin: 0 auto;
    }

    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }

    .con5con ul li {
        width: calc((100% - 10rem) / 3);
        margin-right: 5rem;
        margin-bottom: 3.75rem;
    }

    .con5con ul li:nth-child(3n) {
        margin-right: 0;
    }

    .con5con ul li img {
        width: 100%;
    }

    .con5box {
        /* padding: 5.625rem 1.875rem;
        padding-top: 2.5rem;
        background-image: url(../images/con5bg.png); */
        position: relative;
        padding: .9375rem;
        /* background-image: url(../images/ret_.png); */
        background-color: #0f3e80;
        background-repeat: no-repeat;
        background-size: cover;
        color: var(--main-color-white);
    }

    .con5box strong {
        color: var(--main-color-white);
        font-size: 1.25rem;
        font-weight: normal;
        display: block;
    }

    .con5box span {
        font-size: 1.25rem;
        color: var(--main-color-white);
        margin: 1.25rem 0;
        display: none;
    }

    /*  */
    .con5box h6 {
        color: #fff;
        font-size: 23px;
    }

    .con5box h5 {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        margin: 15px 0;
    }

    .con5box p {
        font-size: 18px;
        color: #fff;
        line-height: 35px;
    }

    /*  */
    .con5Txt p {
        font-size: 1rem;
        color: var(--main-color-white);
        margin-bottom: 10px;
    }

    .proBread {
        padding: 3.125rem 6.5rem;
        background-color: #e4e4e4;
    }

    .proBreadCon {
        margin: 0 auto;
        padding: 0 4.0625rem;
        position: relative;
    }

    .mySwiperBread {
        width: 100%;
    }

    .mySwiperBread img {
        display: block;
        transition: all ease .4s;
        margin: 0 auto;
        width: 20rem;
        height: 10.9375rem;
        object-fit: contain;
    }

    .mySwiperBread .swiper-slide:hover img {
        transform: scale(1.1);
    }

    .mySwiperBread .swiper-slide:hover p {
        color: var(--main-color) !important;
    }

    .mySwiperBread p {
        text-align: center;
        font-size: 1.25rem;
        color: var(--main-color-333);
        font-weight: bold;
        margin-top: .9375rem;
    }

    .pbBtnLeft {
        left: -0.3125rem;
        top: 45%;
    }

    .pbBtnRight {
        right: -0.3125rem;
        top: 45%;
    }

    .pbBtn {
        background-image: none !important;
    }

    .pbBtn img {
        width: 100%;
    }

    .mySwiperBread .swiper-slide::after {
        position: absolute;
        content: '';
        right: -1.0625rem;
        /* height: 70%; */
        height: 40%;
        top: 22%;
        background-color: #b4b4b4;
        width: .0625rem;
    }

    .mySwiperBread .swiper-slide:last-child::after {
        width: 0 !important;
    }

    .prodetail {
        /* padding: 6.25rem 0; */
    }

    .pdCon {
        width: 100rem;
        margin: 0 auto;
        background-color: #f0f0f0;
        padding: 4.375rem;
    }

    .pd1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pd1left {
        width: 48%;
    }

    .pd1left strong {
        display: block;
        font-size: 1.875rem;
        font-weight: normal;
    }

    .pd1left p {
        font-size: 1.125rem;
        line-height: 1.875rem;
        margin: 1.875rem 59px;
    }

    .Ibox {
        overflow: hidden;
    }

    .Ibox img {
        transition: var(--main-transition);
    }

    .proListItem ul li:hover img {
        transform: scale(1.1);
    }

    .pd1left a {
        margin-top: 100px;
        display: block;
        width: 150px;
        height: 40px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        /* margin-left: 3.6875rem; */
    }

    .pd1left a:hover {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }

    .pd1right {
        background-color: var(--main-color-white);
        padding: 1.25rem;
        width: 50%;
    }

    .pd1right img {
        width: 100%;
    }

    .pd2 {
        margin-top: 5rem;
    }

    .pd2Tab {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #afafaf;
    }

    .pd2Tab span {
        display: inline-block;
        padding: .625rem 1.875rem;
        cursor: pointer;
        font-size: 1rem;
    }

    .pd_act {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }

    .pd2Fy {
        padding: 1.25rem 0;
        font-size: 1rem;
        line-height: 1.875rem;
        margin-left: 35px;
        display: none;
    }

    .innerBread {
        padding: 1.5625rem 0;
        background-color: #e4e4e4;
    }

    .innerBreadCon {
        width: 92rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    .innerBreadCon a {
        font-size: 1.25rem;
        display: block;
        margin-right: 6.25rem;
        color: var(--main-color);
        border-bottom: 2px solid transparent;
    }

    .innerBreadCon a:hover {
        color: #29a098;
        border-bottom: 2px solid #29a098;
    }

    .proList {
        width: 100rem;
        margin: 0 auto;
        background-color: #f0f0f0;
        padding: 1rem 3.75rem;
    }

    .proListItem {
        /* margin-bottom: -8rem; */
        margin: 0 auto;
    }

    .proListItem strong {
        font-size: 1.875rem;
        font-weight: normal;
        color: #4c4c4c;
        display: block;
        margin-bottom: 3.75rem;
    }

    .proListItem ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .proListItem ul li {
        position: relative;
        width: 42%;
        justify-content: space-between;
        /* background-color: var(--main-color-white); */
        margin-bottom: 4.4375rem;
    }

    .proPos {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        /* bottom: 78px; */
        padding: 1.875rem;
        background-image: url(../images/probg.png);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        color: var(--main-color-white);
        font-size: 1.5625rem;
    }

    .proListItem ul li img {
        width: 100%;
        /* min-height: 360px; */
    }

    .service {
        padding: 5rem 0;
    }

    .servicecon {
        width: 100rem;
        margin: 0 auto;
    }

    .serviceItem {
        display: flex;
        justify-content: space-between;
        margin-bottom: 4.0625rem;
    }

    .serviceLeft {
        width: 50%;
        padding: 3.125rem 4.375rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #f0f0f0;
    }

    .serviceRight {
        width: 50%;
    }

    .serviceRight img {
        width: 100%;
    }

    .serviceLeft strong {
        font-size: 1.875rem;
        color: #4c4c4c;
        display: block;
        margin-bottom: 1.875rem;
    }

    .serviceLeft p {
        color: #222222;
        line-height: 1.875rem;
        font-size: 1.25rem;
    }

    .serviceBox .serviceItem:nth-child(even) {
        flex-direction: row-reverse;
    }

    .inside {
        width: 100rem;
        margin: 0 auto;
        /* padding: 5rem 0; */
    }

    .inside p {
        font-size: 1.125rem;
        color: #333;
    }

    .index_swiper {
        width: 100%;
        height: 100vh;
    }

    .index_swiper .section {
        width: 100%;
        height: 100%;
    }

    .index_banner_pc {
        width: 100%;
        height: 100%;
    }

    .index_banner_pc img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index_banner_mb {
        display: none;
    }

    .index_banner_pc .swiper-slide {
        position: relative;
    }

    .index_banner_page .swiper-pagination-bullet {
        width: .9375rem;
        height: .9375rem;
        background-color: var(--main-color-white);
    }

    .index_banner_page .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }

    .section2 {
        position: relative;
    }

    .section2-1 {
        position: relative;
    }

    .section2-2 {
        position: relative;
    }

    .slide_section3 {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .section3 {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 10%;
    }
    .slide_section4{background-color: #f0f0f0;}
    .section4 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10%;
    }
    .slide_section5{background-color: #0e3f82;}

    .section5 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10%;
    }
    .slide_section6{background-color: #f0f0f0;}
    .section6 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10%;
    }

    .section6con {
        display: flex;
        width: 75rem;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section7 {
        width: 100%;
        height: 100%;
        display: flex;
        background-color: #0e3f82;
        flex-direction: column;
        justify-content: center;
        padding: 0 10%;
    }

    .section7con {
        display: flex;
        width: 75rem;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index_page .swiper-pagination-bullet {
        width: .9375rem;
        background-color: var(--main-color);
        height: .9375rem;
        transition: var(--main-transition);
        margin: .9375rem 0 !important;
    }

    .index_page .swiper-pagination-bullet-active {
        transform: scale(1.5);
    }

    .index_page {
        right: 2.5rem !important;
    }

    .index_swiper .section.section1 {
        height: auto !important;
    }

    .slide_pos2 {
        position: absolute;
        width: 100rem;
        margin: 0 auto;
        top: 36%;
        z-index: 10;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: calc(100% - 2.375rem * 2);
        padding: 0 2.375rem;
    }

    .slide_pos2 h1 {
        color: var(--main-color-white);
        font-size: 2.625rem;
        line-height: 4.0625rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .slide_pos2 h3 {
        margin-top: 30px;
        line-height: 1.875rem;
        font-size: 1.125rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        color: var(--main-color-white);
        font-weight: normal;
    }

    .slide_pos2 h4 {
        margin-top: 40px;
        line-height: 2;
        font-size: 1.125rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        color: var(--main-color-white);
        font-weight: normal;
    }

    .index_swiper .swiper-slide {
        overflow: hidden;
    }

    .index_swiper .swiper-slide:nth-child(1) {
        height: auto;
    }

    /* #myVideo {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */
}

@media only screen and (max-width: 996px) {
    .section7 {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 30px 15px;
        flex-wrap: wrap;
        background-color: #0e3f82;
    }

    .section7con {
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section6 {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 30px 15px;
        flex-wrap: wrap;
    }

    .section6con {
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section5 {
        width: 100%;
        padding: 30px 15px;
    }

    .section4 {
        width: 100%;
        padding: 30px 15px;
    }

    .section3 {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 30px 10%;
    }

    .section2 {
        position: relative;
    }

    .index_swiper>.swiper-wrapper {
        display: block;
    }

    .slide_section1 {
        height: 400px;
    }

    .index_banner_page .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background-color: var(--main-color-white);
    }

    .index_banner_page .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }

    .index_swiper {
        width: 100%;
        height: 100vh;
    }

    .index_swiper img {
        width: 100%;
        object-fit: cover;
    }

    .inside {
        width: 100%;
        padding: 30px 15px;
    }

    .inside p {
        font-size: 14px;
        color: #333;
    }

    .service {
        padding: 30px 15px;
    }

    .servicecon {
        margin: 0 auto;
    }

    .serviceItem {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .serviceLeft {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #f0f0f0;
    }

    .serviceRight {
        width: 100%;
    }

    .serviceRight img {
        width: 100%;
    }

    .serviceLeft strong {
        font-size: 18px;
        color: #4c4c4c;
        display: block;
        margin-bottom: 20px;
    }

    .serviceLeft p {
        color: #222222;
        line-height: 25px;
        font-size: 14px;
    }

    .innerBread {
        padding: 15px;
        background-color: #e4e4e4;
    }

    .innerBreadCon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .innerBreadCon a {
        font-size: 14px;
        display: block;
        margin-right: 20px;
        color: var(--main-color);
    }

    .proList {
        padding: 30px 15px;
        background-color: #f0f0f0;
    }

    .proListItem {
        margin-bottom: 30px;
    }

    .proListItem strong {
        font-size: 20px;
        font-weight: normal;
        color: #4c4c4c;
        display: block;
        margin-bottom: 20px;
    }

    .proListItem ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .proListItem ul li {
        position: relative;
        width: 48%;
        justify-content: space-between;
        background-color: var(--main-color-white);
        margin-bottom: 20px;
    }

    .proPos {
        padding: 15px;
        background-image: url(../images/probg.png);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
    }

    .proListItem ul li img {
        width: 100%;
    }

    .prodetail {
        padding: 30px 15px;
    }

    .pdCon {
        margin: 0 auto;
        background-color: #f0f0f0;
        padding: 30px 15px;
    }

    .pd1 {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pd1left {
        width: 100%;
        margin-top: 20px;
    }

    .pd1left strong {
        display: block;
        font-size: 20px;
        font-weight: normal;
    }

    .pd1left p {
        font-size: 14px;
        line-height: 25px;
        margin: 15px 0;
    }

    .pd1left a {
        margin-top: 20px;
        display: block;
        width: 140px;
        height: 35px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        text-align: center;
        line-height: 35px;
        font-size: 14px;
        transition: var(--main-transition);
    }

    .pd1left a:hover {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }

    .pd1right {
        background-color: var(--main-color-white);
        padding: 20px;
    }

    .pd1right img {
        width: 100%;
    }

    .pd2 {
        margin-top: 30px;
    }

    .pd2Tab {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #afafaf;
    }

    .pd2Tab span {
        display: inline-block;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 14px;
    }

    .pd_act {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }

    .pd2Fy {
        padding: 20px 0;
        font-size: 14px;
        line-height: 25px;
        display: none;
    }

    .proBread {
        padding: 20px;
        background-color: #e4e4e4;
    }

    .proBreadCon {
        margin: 0 auto;
    }

    .mySwiperBread {
        width: 100%;
    }

    .mySwiperBread img {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

    .mySwiperBread p {
        text-align: center;
        font-size: 14px;
        color: var(--main-color-333);
        font-weight: bold;
        /* margin-top: 10px; */
    }

    .pbBtn {
        background-image: none !important;
        display: none !important;
    }

    .pbBtn img {
        width: 100%;
    }

    .con5 {
        width: 100%;
        padding: 30px 15px;
    }

    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }

    .con5con ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .con5con ul li:nth-child(3n) {
        margin-right: 0;
    }

    .con5con ul li img {
        width: 100%;
    }

    .con5box {
        padding: 30px 15px;
        padding-top: 15px;
        /* background-image: url(../images/con5bg.png); */
        background-color: #0f3e80;
    }

    .con5box h6 {
        color: #fff;
        font-size: 18px;
    }

    .con5box h5 {
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        margin: 10px 0;
    }

    .con5box p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
    }

    .con5box strong {
        color: var(--main-color-white);
        font-size: 18 px;
        font-weight: normal;
        display: block;
    }

    .con5box span {
        font-size: 14px;
        color: var(--main-color-white);
        margin: 10px 0;
        display: none;
    }

    .con5Txt p {
        font-size: 14px;
        color: var(--main-color-white);
        margin-bottom: 10px;
    }

    .con4 {
        background-color: var(--main-color);
        padding: 30px 15px;
    }

    .con4con {
        margin: 0 auto;
    }

    .con4con .conTitle strong {
        color: var(--main-color-white);
    }

    .con4con .conTitle p {
        color: var(--main-color-white);
    }

    .con4Txt {
        color: var(--main-color-white);
        font-size: 14px;
        line-height: 25px;
    }

    .con3 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f0f0f0;
    }

    .con3con {
        margin: 0 auto;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

    .con3left {
        width: 100%;
    }

    .con3right {
        width: 100%;
        margin-top: 20px;
    }

    .partItem {
        cursor: pointer;
        font-size: 14px;
        color: var(--main-color);
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 20px;
    }

    .partItem:hover {
        color: var(--main-color1);
    }

    .partBox {
        display: flex;
        flex-wrap: wrap;
    }

    .partAct {
        color: var(--main-color1) !important;
    }

    .partFy {
        display: none;
    }

    .partFy ul {
        display: flex;
        flex-wrap: wrap;
    }

    .partFy ul li {
        padding: 5px;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .partFy ul li:nth-child(3n) {
        margin-right: 0;
    }

    .partFy ul li img {
        width: 100%;
    }

    .con2 {
        width: 100%;
        padding: 30px 15px;
    }

    .con2con {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }

    .con2left {
        width: 100%;
    }

    .con2right {
        width: 100%;
        margin-top: 20px;
    }

    .mySwiperCon2 {
        width: 100%;
        padding-bottom: 50px !important;
    }

    .mySwiperCon2 img {
        width: 100%;
    }

    .con2Txt {
        margin-bottom: 20px;
        font-size: 14px;
        color: #424242;
        line-height: 25px;
    }

    .tabGroup {
        display: flex;
        display: none !important;
        align-items: center;
    }

    .tabGroup img {
        width: 25px;
        cursor: pointer;
    }

    .tabGroup span {
        display: block;
        height: 2px;
        background-color: #8d8d8d;
        width: 50%;
        margin: 0 20px;
    }

    .con1 {
        width: 100%;
        padding: 30px 15px;
    }

    .con1con {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        justify-content: space-between;
    }

    .con1left {
        width: 100%;
        background-color: #f0f0f0;
    }

    .con1right {
        width: 100%;
    }

    .con1right img {
        width: 100%;
    }

    .con1pos {
        width: 100%;
        margin-top: 20px;
    }

    .conTitle strong {
        font-size: 20px;
        font-weight: normal;
        color: #060606;
        margin-bottom: 10px;
        display: block;
    }

    .conTitle p {
        font-size: 14px;
        color: var(--main-color1);
        font-family: 'ARIAL' !important;
    }

    .conTitle {
        margin-bottom: 30px;
    }

    .con1Txt {
        padding: 20px;
        background-color: var(--main-color);
    }

    .con1Txt strong {
        color: var(--main-color-white);
        font-size: 20px;
        font-weight: normal;
    }

    .con1Txt span {
        font-family: 'ARIAL' !important;
        display: block;
        color: var(--main-color1);
        margin-top: 10px;
        font-size: 14px;
    }

    .p_con {
        margin-top: 20px;
    }

    .p_con p {
        font-size: 14px;
        margin-top: 10px;
        color: var(--main-color-white);
    }

    .mlbanner {
        width: 100%;
        margin-top: 60px;
        height: 100%;
    }

    .mlbanner img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        position: relative;
    }

    .mlbanner .swiper-slide::after {
        width: 100%;
        height: 100%;
        content: '';
        background-image: url(../images/cover.png);
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }

    .slide_pos {
        position: absolute;
        height: 100%;
        width: calc(100% - 30px);
        top: 0;
        z-index: 10;
        left: 50%;
        padding: 30px 15px;
        transform: translate(-50%, 0);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .slide_pos h1 {
        color: var(--main-color-white);
        font-size: 20px;
        line-height: 35px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .slide_pos h2 {
        font-weight: normal;
        color: var(--main-color-white);
        margin: 15px 0;
        font-size: 20px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .slide_pos em {
        font-weight: normal;
        font-style: normal;
        color: var(--main-color-white);
        width: 100%;
        margin-bottom: 20px;
        line-height: 25px;
        font-size: 14px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    /* #myVideo {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */

    .slide_pos ul {
        display: flex;
        align-items: center;
    }

    .slide_pos li {
        margin-right: 20px;
    }

    .slide_pos .bannerImg {
        border-radius: 5px;
        border: 1px solid var(--main-color-white);
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .slide_pos img {
        width: 100%;
        height: auto !important;
    }

    .slide_pos p {
        margin-top: 10px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 12px;
    }

    .pchead {
        display: none;
    }

    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }

    .ml_mbnav_3 {
        display: none;
    }

    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }

    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-333);
        font-size: 14px;
        padding-left: 35px;
    }

    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }

    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }

    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-333);
        font-size: 14px;
        padding-left: 20px;
    }

    .ml_mbnav_2 {
        display: none;
    }

    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-333);
        font-size: 14px;
        width: 100%;
    }

    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }

    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }

    .mb_navShow {
        right: 0 !important;
    }

    .hb_fadeout {
        opacity: 0 !important;
    }

    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }

    .change1 {
        transform: translateY(10px) rotate(45deg);
    }

    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-333);
        transition: var(--main-transition);
    }

    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }

    .ml_mb_logo img {
        width: 120px;
    }

    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }

    .section1 {
        height: 100%;
    }

    .section1 .swiper-slide {
        width: 100%;
        overflow: hidden;
        /* min-height: calc(50vh - 60px); */
    }

    .slide_pos2 {
        position: absolute;
        width: calc(100% - 30px);
        top: 50%;
        z-index: 10;
        left: 50%;
        padding: 30px 15px;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
    }

    .slide_pos2 h1 {
        color: var(--main-color-white);
        font-size: 20px;
        line-height: 35px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .slide_pos2 h3 {
        margin-top: 20px;
        line-height: 25px;
        font-size: 14px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        color: var(--main-color-white);
        font-weight: normal;
    }

    .slide_pos2 h4 {
        margin-top: 20px;
        line-height: 2;
        font-size: 14px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        color: var(--main-color-white);
        font-weight: normal;
    }
}

body>div.swiper-container.index_swiper.swiper-container-initialized.swiper-container-vertical>div.swiper-wrapper>div.swiper-slide.slide_section5.swiper-slide-active {
    background-color: #0e3f82;
}

body>div.swiper-container.index_swiper.swiper-container-initialized.swiper-container-vertical>div.swiper-wrapper>div.swiper-slide.slide_section5.swiper-slide-active>div>div>div.m13_con02_top>div.m13_con02_lt>div>div.list>div.txt.ani.fadeInUp.animated {
    color: #fff;
}

body>div.swiper-container.index_swiper.swiper-container-initialized.swiper-container-vertical>div.swiper-wrapper>div.swiper-slide.slide_section5.swiper-slide-active>div>div>div.m13_con02_top>div.m13_con02_lt>div>div.list>div.m13_more1.ani.fadeInUp.animated>a {
    border: 1px solid #ffffff;
    color: #fff;
}

body>div.swiper-container.index_swiper.swiper-container-initialized.swiper-container-vertical>div.swiper-wrapper>div.swiper-slide.slide_section5.swiper-slide-active>div>div>div.m13_con02_top>div.m13_con02_lt>div>div.m13_tit1>div {
    color: #fff;
}

body>div.swiper-container.index_swiper.swiper-container-initialized.swiper-container-vertical>div.swiper-wrapper>div.swiper-slide.slide_section4.swiper-slide-active {
    background: #f0f0f0;
}

body>div.swiper-container.index_swiper.swiper-container-initialized.swiper-container-vertical>div.swiper-wrapper>div.swiper-slide.slide_section6.swiper-slide-active {
    background-color: #f0f0f0;
}

body>div.swiper-container.index_swiper.swiper-container-initialized.swiper-container-vertical>div.swiper-wrapper>div.swiper-slide.slide_section7.swiper-slide-active>div {
    height: calc(100vh - 5rem) !important;
}

/* 以下是必要样式 */
.slide {
    width: calc(100%);
    position: relative;
    color: #fff;
    height: 100vh;
}

.slide.slide_section1 {
    height: unset;
}

.slide .section {
    width: 100%;
    height: 100%;
}

.slide.slide_section1 .section {
    height: unset;
}

.nav-dots {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: none;
}

.dot {
    width: 12px;
    height: 12px;
    margin: 10px 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: white;
    transform: scale(1.3);
}

/* 新增的切换按钮样式 */
.toggle-scroll-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    font-size: 14px;
}

.toggle-scroll-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}

/* 禁用状态样式 */
.toggle-scroll-btn.disabled {
    background: rgba(255, 0, 0, 0.7);
}

/* 以上是必样式 */

.con1 .con1con .swiper-container {
    width: 100%;
}
