.banner .wrap .content {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: 90%;
}

.banner .wrap .content h3 {
    font-size: 75px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 15px;
    text-align: center;
}

.sec1 {
    padding: 182px 0 225px;
}

.sec1 .wrap {
    width: 1600px;
    margin: 0 auto;
}

.sec1 .wrap .sec1_top {
    margin-bottom: 201px;
}

.sec1 .wrap .sec1_top .en,
.sec1 .wrap .sec1_top .ch {
    width: 660px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.sec1 .wrap .sec1_top .en p,
.sec1 .wrap .sec1_top .ch p {
    font-family: "HSL";
    color: #1B1B1B;
    font-size: 22px;
    line-height: 35px;
}


.sec1 .wrap .box .part {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sec1 .wrap .box .part .part_l {
    width: 492px;
    display: flex;
    height: 630px;
    flex-direction: column;
    justify-content: space-between;
    padding: 62px 0 0;
}

.sec1 .wrap .box .part .part_l .part_l_top .h5 {
    /* font-size: 72px; */
    font-size: 48px;
    color: #1C58D7;
    margin-bottom: 20px;
    line-height: 1;
    /* font-weight: bold; */
    font-family: "HSM";
}

.sec1 .wrap .box .part .part_l .part_l_top .p {
    font-size: 26px;
    color: #898989;
    line-height: 38px;
    font-family: "HSL";
}

.sec1 .wrap .box .part .part_l .part_l_control .item {
    display: flex;
    gap: 16px;
    align-items: center;
    cursor: pointer;
}

.sec1 .wrap .box .part .part_l .part_l_control .item p {
    font-family: "HSR";
}

.sec1 .wrap .box .part .part_l .part_l_control .item:not(:last-child) {
    margin-bottom: 33px;
}

.sec1 .wrap .box .part .part_l .part_l_control .item .cir {
    width: 18px;
    height: 18px;
    background: #B5B5B5;
    border-radius: 50%;
    transition: 0.6s;
}

.sec1 .wrap .box .part .part_l .part_l_control .item p {
    font-size: 26px;
    color: #A0A0A0;
    line-height: 1;
    transition: 0.6s;
    flex: 1;
}

.sec1 .wrap .box .part .part_l .part_l_control .item:hover p,
.sec1 .wrap .box .part .part_l .part_l_control .item.on p {
    color: #1B1B1B;
}

.sec1 .wrap .box .part .part_l .part_l_control .item:hover .cir,
.sec1 .wrap .box .part .part_l .part_l_control .item.on .cir {
    background: #1C58D7;
}

.sec1 .wrap .box .part_r {
    width: 1092px;
    position: absolute;
    top: 0;
    left: 579px;
}

.sec1 .wrap .box .part_r .swiper {
    width: 100%;
}

.sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom {
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: #FFFFFF;
    opacity: 0;
    transition: 0.6s;
}

.sec1 .wrap .box .part_r .swiper .swiper-slide-active .slide_bottom {
    opacity: 1;
}

.sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom .h5 {
    font-size: 29px;
    font-family: "HSR";
}

.sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom .p {
    font-size: 19px;
    margin: 10px 0 0;
    font-family: "HSL";
}

.sec1 .wrap .box .part_r .swiper .swiper-slide .img {
    width: 100%;
    height: 630px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}

.sec1 .wrap .box .part_r .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .box .part_r .swiper .swiper-slide-next .img,
.sec1 .wrap .box .part_r .swiper .swiper-slide-active .img,
.sec1 .wrap .box .part_r .swiper .swiper-slide-prev .img {
    opacity: 1;
}

.sec1 .wrap .box .part:not(:last-child) {
    margin-bottom: 413px;
}

.sec1 .wrap .box .part:nth-child(2n) {
    justify-content: flex-end;
}

.sec1 .wrap .box .part:nth-child(2n) .part_r {
    left: -80px;
}


.sec2 {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.sec2 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec2 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .wrap {
    width: 1600px;
    margin: 0 auto;
    height: 100%;
    padding: 114px 0 180px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}

.sec2 .wrap .title h3 {
    font-size: 60px;
    color: #FFFFFF;
    line-height: 75px;
    font-family: "HSR";
    font-weight: 400;
    margin-bottom: 10px;
}

.sec2 .wrap .title p {
    color: #FFFFFF;
    font-size: 28px;
    font-family: "HSL";
}

.sec2 .wrap .num_list {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .num_list .item {
    min-width: 300px;
    padding: 0 0 0 40px;
    border-left: 1px solid #FFFFFF;
}

.sec2 .wrap .num_list .item .num {
    display: flex;
}

.sec2 .wrap .num_list .item .num p {
    font-size: 80px;
    color: #FFFFFF;
    line-height: 0.9;
    /* font-weight: bold; */
    font-family: "HSB";
}

.sec2 .wrap .num_list .item .des {
    line-height: 1;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 100;
    margin: 22px 0 0;
    font-family: "HSL";
}

.sec2 .wrap .text {
    position: absolute;
    bottom: 70px;
    z-index: 2;
    /* transform: translateY(20px);
    opacity: 0; */
    transition: all .6s;
    right: 0;
}

.sec2 .wrap .text p {
    color: #fff;
    font-size: 14px;
    font-family: "HSR";
}

html[lang="en"] .banner .wrap .content h3 {
    letter-spacing: 0px;
    text-align: center;
}

html[lang="en"] .sec2 .wrap .num_list .item .num p:nth-child(2) {
    font-size: 32px;
    margin-left: 5px;
}

html[lang="en"] .sec1 .wrap .box .part .part_l .part_l_control .item p {
    font-size: 18px;
}

/* html[lang="en"] .banner .wrap .content h3 {
    font-size: 58px;
} */

html[lang="en"] .sec1 .wrap .box .part .part_l .part_l_top .p {
    font-size: 20px;
}

html[lang="en"] .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom .h5 {
    font-size: 24px;
}

html[lang="en"] .sec1 .wrap .box .part .part_l .part_l_top .h5 {
    font-size: 40px;
}

.sec1 .wrap .box .part .part_r .page{
    display: none;
}

.sec2 .bg.PE{
    display: none;
}

@media screen and (max-width: 1919px) {
    .banner .wrap .content h3 {
        font-size: 3.90625vw;
        letter-spacing: 0.78125vw;
    }

    .sec1 {
        padding: 9.4791666667vw 0px 11.71875vw;
    }

    .sec1 .wrap {
        width: 83.3333333333vw;
    }

    .sec1 .wrap .sec1_top {
        margin-bottom: 10.46875vw;
    }

    .sec1 .wrap .sec1_top .en,
    .sec1 .wrap .sec1_top .ch {
        width: 34.375vw;
        margin-bottom: 2.604166666vw;
    }

    .sec1 .wrap .sec1_top .en p,
    .sec1 .wrap .sec1_top .ch p {
        font-size: 1.145833333vw;
        line-height: 1.82291666vw;
    }

    .sec1 .wrap .box .part .part_l {
        width: 25.625vw;
        height: 32.8125vw;
        padding: 3.2291666667vw 0px 0px;
    }

    .sec1 .wrap .box .part .part_l .part_l_top .h5 {
        /* font-size: 3.75vw; */
        font-size: 2.5vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .wrap .box .part .part_l .part_l_top .p {
        font-size: 1.3541666667vw;
        line-height: 1.9791666667vw;
    }

    .sec1 .wrap .box .part .part_l .part_l_control .item {
        gap: 0.8333333333vw;
    }

    .sec1 .wrap .box .part .part_l .part_l_control .item:not(:last-child) {
        margin-bottom: 1.71875vw;
    }

    .sec1 .wrap .box .part .part_l .part_l_control .item .cir {
        width: 0.9375vw;
        height: 0.9375vw;
    }

    .sec1 .wrap .box .part .part_l .part_l_control .item p {
        font-size: 1.3541666667vw;
    }

    .sec1 .wrap .box .part_r {
        width: 56.875vw;
        left: 30.15625vw;
    }

    .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom {
        left: 2.6041666667vw;
        bottom: 2.6041666667vw;
    }

    .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom .h5 {
        font-size: 1.5104166667vw;
    }

    .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom .p {
        font-size: 0.9895833333vw;
        margin: 0.5208333333vw 0px 0px;
    }

    .sec1 .wrap .box .part_r .swiper .swiper-slide .img {
        height: 32.8125vw;
        border-radius: 1.0416666667vw;
    }

    .sec1 .wrap .box .part:not(:last-child) {
        margin-bottom: 21.5104166667vw;
    }

    .sec1 .wrap .box .part:nth-child(2n) .part_r {
        left: -4.1666666667vw;
    }

    .sec2 .wrap {
        width: 83.3333333333vw;
        padding: 5.9375vw 0px 9.375vw;
    }

    .sec2 .wrap .title h3 {
        font-size: 3.125vw;
        line-height: 3.90625vw;
        margin-bottom: 0.520833333vw;
    }

    .sec2 .wrap .title p {
        font-size: 1.4583333333vw;
    }

    .sec2 .wrap .num_list .item {
        min-width: 15.625vw;
        padding: 0px 0px 0px 2.0833333333vw;
    }

    .sec2 .wrap .num_list .item .num p {
        font-size: 4.1666666667vw;
    }

    .sec2 .wrap .num_list .item .des {
        font-size: 1.1458333333vw;
        margin: 1.1458333333vw 0px 0px;
    }

    .sec2 .wrap .text {
        bottom: 3.6458333333vw;
    }

    .sec2 .wrap .text p {
        font-size: 0.7291666667vw;
    }

    html[lang="en"] .sec2 .wrap .num_list .item .num p:nth-child(2) {
        font-size: 1.6666666666vw;
    }

    html[lang="en"] .sec1 .wrap .box .part .part_l .part_l_control .item p {
        font-size: 0.9375vw;
    }

    /* html[lang="en"] .banner .wrap .content h3 {
        font-size: 3.0208333333vw;
    } */

    html[lang="en"] .sec1 .wrap .box .part .part_l .part_l_top .p {
        font-size: 1.0416666667vw;
    }

    html[lang="en"] .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom .h5 {
        font-size: 1.25vw;
    }

    html[lang="en"] .sec1 .wrap .box .part .part_l .part_l_top .h5 {
        font-size: 2.0833333333vw;
    }

}

@media screen and (max-width: 1024px) {
    .banner .wrap .content h3 {
        font-size: 28px;
        letter-spacing: 10px;
    }

    .sec1 {
        padding: 60px 0;
    }

    .sec1 .wrap .sec1_top .title {
        /* font-size: 28px; */
        font-size: 16px;
        line-height: 1.6;
        /* margin-bottom: 20px; */
    }

    .sec1 .wrap .sec1_top .label {
        font-size: 16px;
        line-height: 1.6;
        /* font-size: 16px; */
        /* height: 36px; */
        border-radius: 18px;
        padding: 0 30px;
    }

    .sec1 .wrap .sec1_top {
        margin-bottom: 60px;
    }

    .sec1 .wrap .box .part .part_l {
        padding-top: 0;
    }

    .sec1 .wrap .box .part {
        flex-direction: column;
    }

    .sec1 .wrap .box .part:not(:last-child) {
        margin-bottom: 60px;
    }

    .sec1 .wrap .box .part_r {
        position: static;
    }

    .sec1 .wrap .box .part .part_l {
        width: 100%;
        margin-bottom: 30px;
        height: fit-content;
    }

    .sec1 .wrap .box .part .part_r {
        width: 100%;
    }

    .sec1 .wrap .box .part .part_l .part_l_top {
        margin-bottom: 30px;
    }

    .sec1 .wrap .box .part_r .swiper .swiper-slide .img {
        opacity: 1;
        height: fit-content;
        border-radius: 10px;
    }

    .sec1 .wrap {
        width: 90vw;
    }

    .sec1 .wrap .box .part .part_l .part_l_top .h5 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .sec1 .wrap .box .part .part_l .part_l_top .p {
        font-size: 16px;
        line-height: 2;
    }

    .sec1 .wrap .box .part .part_l .part_l_control .item p {
        font-size: 14px;
    }

    .sec1 .wrap .box .part .part_l .part_l_control .item:not(:last-child) {
        margin-bottom: 15px;
    }

    .sec1 .wrap .box .part .part_l .part_l_control .item {
        gap: 10px;
    }

    .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom .h5 {
        font-size: 20px;
    }

    .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom .p {
        font-size: 14px;
        margin-top: 5px;
    }

    .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom {
        opacity: 1;
    }

    .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom {
        left: 30px;
        bottom: 30px;
    }

    .sec1 .wrap .box .part .part_l .part_l_control .item .cir {
        width: 8px;
        height: 8px;
    }

    .banner .wrap .content {
        width: 90vw;
    }

    .sec2 .wrap {
        padding: 60px 0 100px;
        width: 90vw;
    }

    .sec2 .wrap .text {
        bottom: 40px;
    }

    .sec2 .wrap .text p {
        font-size: 12px;
    }

    .sec2 .wrap .title h3 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .sec2 .wrap .title p {
        font-size: 14px;
    }

    .sec2 .wrap .num_list .item .num p {
        font-size: 30px;
    }

    .sec2 .wrap .num_list .item {
        padding-left: 15px;
        padding-right: 15px
    }

    .sec2 .wrap .num_list .item .des {
        font-size: 14px;
        margin-top: 10px;
    }

    .sec1 .wrap .sec1_top .en,
    .sec1 .wrap .sec1_top .ch {
        width: 100%;
        margin-bottom: 15px;
    }

    .sec1 .wrap .sec1_top .en p,
    .sec1 .wrap .sec1_top .ch p {
        font-size: 16px;
        line-height: 1.4;
    }

    html[lang="en"] .sec2 .wrap .num_list .item .num p:nth-child(2) {
        font-size: 14px;
    }

    html[lang="en"] .sec1 .wrap .box .part .part_l .part_l_control .item p {
        font-size: 14px;
    }

    /* html[lang="en"] .banner .wrap .content h3 {
        font-size: 28px;
    } */

    html[lang="en"] .sec1 .wrap .box .part .part_l .part_l_top .p {
        font-size: 14px;
    }

    html[lang="en"] .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom .h5 {
        font-size: 20px;
    }

    html[lang="en"] .sec1 .wrap .box .part .part_l .part_l_top .h5 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    /* .sec1 .wrap .box .part_r .swiper {
        overflow: unset;
    } */

    .banner .wrap .content h3 {
        font-size: 24px;
        text-align: center;
        letter-spacing: 0;
    }

    .sec1 .wrap .sec1_top .title {
        /* font-size: 24px; */
        /* line-height: 1.6; */
        /* margin-bottom: 15px; */
    }

    .sec1 {
        padding: 50px 0;
    }

    .sec1 .wrap .sec1_top {
        margin-bottom: 50px;
    }

    /* .sec1 .wrap .sec1_top .label {
        font-size: 14px;
    } */

    .sec1 .wrap .box .part .part_l .part_l_top {
        margin-bottom: 20px;
    }

    .sec1 .wrap .box .part_r .swiper .swiper-slide .slide_bottom {
        left: 20px;
        bottom: 50px;
    }

    .sec2 .wrap .num_list {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .sec2 .wrap .num_list .item {
        max-width: none;
        width: 50%;
    }

    .sec2 .wrap .title {
        font-size: 24px;
    }

    .sec2 .wrap {
        padding: 50px 0 80px;
    }

    .sec2 .wrap .num_list .item .num p {
        font-size: 24px;
    }

     .sec1 .wrap .sec1_top .ch p{
        font-family: "HSM";
     }
     .sec1 .wrap .sec1_top .en p{
        font-size: 12px;
     }
    .sec1 .wrap .box .part .part_r .page{
        display: block;
    }
    .sec1 .wrap .box .part .part_r .swiper-pagination{
        bottom: 20px;
    }
    .sec1 .wrap .box .part .part_r .swiper-pagination .swiper-pagination-bullet{
        background-color: #fff;
        width: 6px;
        height: 6px;
        transition: all .6s;
        border-radius: 4px;
    }
    .sec1 .wrap .box .part .part_r .swiper-pagination .swiper-pagination-bullet-active{
        background-color: #003DAA;
    }
    .sec1 .wrap .box .part .part_r .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet{
        width: 24px;
    }

    .sec2 .bg.PC{
        display: none;
    }
    .sec2 .bg.PE{
        display: block;
    }
}