@charset "UTF-8";
.common_banner {
    height: 100vh;
}

.common_banner .img {
    height: 100%;
}

.common_banner .img img {
    height: 100%;
}

.common_banner .img .text {
    top: 42%;
}

.common_banner .img .text .p {
    color: #000000;
}

.sec1 {
    padding: 140px 0 125px;
}

.sec1 .wrap .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec1 .wrap .box .l {
    width: 700px;
}

.sec1 .wrap .box .l .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
}

.sec1 .wrap .box .l .p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
    margin: 50px 0 0;
}

.sec1 .wrap .box .r {
    width: 700px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .box .r .play {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    position: absolute;
    background: #FFFFFF;
    transition: 0.6s;
    cursor: pointer;
}

.sec1 .wrap .box .r .play .iconfont {
    font-size: 13px;
    color: #0F5EC5;
    transition: 0.6s;
    transform: translateX(1px);
}

.sec1 .wrap .box .r .play:hover {
    background: #0F5EC5;
}

.sec1 .wrap .box .r .play:hover .iconfont {
    color: #FFFFFF;
}

.sec1 .wrap .box .r img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap .num_list {
    display: flex;
    justify-content: space-between;
    margin: 93px 0 0;
}

.sec1 .wrap .num_list .item {
    min-width: 240px;
}

.sec1 .wrap .num_list .item .item_top {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 6px;
}

.sec1 .wrap .num_list .item .item_top .icon {
    width: 50px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .num_list .item .item_top .icon img {
    display: block;
    max-height: 100%;
}

.sec1 .wrap .num_list .item .item_top .num {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 50px;
    color: #0F5EC5;
}

.sec1 .wrap .num_list .item .item_des {
    padding: 0 0 0 75px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.4;
}

.sec2 {
    padding: 100px 0 197px;
    background: linear-gradient(180deg, #C8D8EE 0%, #F8F9FC 100%);
}

.sec2 .title {
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    text-align: center;
}

.sec2 .des {
    width: 794px;
    margin: 40px auto 70px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 2;
    text-align: center;
}
html[lang='en'] .sec2 .des,html[lang='en'] .sec7 .wrap .title {
    text-align: left;
}
.sec2 .box {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.sec2 .box .img_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .box .img_item .img {
    border-radius: 49px;
    overflow: hidden;
    position: relative;
}

.sec2 .box .img_item .img .img_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec2 .box .img_item .img .img_box .img_text {
    padding: 39px 41px 0 31px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec2 .box .img_item .img .img_box .img_text h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    margin-bottom: 7px;
}

.sec2 .box .img_item .img .img_box .img_text p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.6;
}

.sec2 .box .img_item1 {
    width: 433px;
    height: 436px;
}

.sec2 .box .img_item1 .img .img_box {
    width: 433px;
    height: 436px;
}

.sec2 .box .img_item2 {
    width: 270px;
    height: 270px;
    position: absolute;
    top: 43px;
    left: -318px;
}

.sec2 .box .img_item2 .img {
    border-radius: 28px;
}

.sec2 .box .img_item2 .img .img_box {
    width: 270px;
    height: 270px;
}

.sec2 .box .img_item3 {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 13px;
    left: -516px;
}

.sec2 .box .img_item3 .img {
    border-radius: 20px;
}

.sec2 .box .img_item3 .img .img_box {
    width: 110px;
    height: 110px;
}

.sec2 .box .img_item4 {
    width: 320px;
    height: 140px;
    position: absolute;
    top: 348px;
    left: -493px;
}

.sec2 .box .img_item4 .img {
    border-radius: 20px;
}

.sec2 .box .img_item4 .img .img_box {
    width: 320px;
    height: 140px;
}

.sec2 .box .img_item5 {
    width: 433px;
    height: 210px;
    position: absolute;
    top: 3px;
    left: 487px;
}

.sec2 .box .img_item5 .img {
    border-radius: 28px;
}

.sec2 .box .img_item5 .img .img_box {
    width: 433px;
    height: 210px;
}

.sec2 .box .img_item6 {
    width: 240px;
    height: 200px;
    position: absolute;
    top: 243px;
    left: 593px;
}

.sec2 .box .img_item6 .img {
    border-radius: 28px;
}

.sec2 .box .img_item6 .img .img_box {
    width: 240px;
    height: 200px;
}

.sec3 {
    padding: 114px 0 148px;
    background: linear-gradient(0deg, #C8D8EE 0%, #FFFFFF 100%);
}

.sec3 .wrap {
    position: relative;
}

.sec3 .wrap .map {
    position: absolute;
    right: 0;
    width: 1382px;
    top: 122px;
}

.sec3 .wrap .map img {
    display: block;
    width: 100%;
}

.sec3 .wrap .map img:nth-child(2) {
    position: absolute;
    width: 1122px;
    top: 81px;
    left: 209px;
}
html[lang='en'] .sec3 .wrap .map img.cn_img {
    display: none !important;
}
html[lang='en'] .sec3 .wrap .map img.en_img {
    display: block !important;
    position: absolute;
    width: 1244px;
    top: 81px;
    left: 209px;
}
.sec3 .wrap .top {
    margin-bottom: 271px;
    position: relative;
    z-index: 2;
}

.sec3 .wrap .top .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-bottom: 25px;
}

.sec3 .wrap .top .des {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
}

.sec3 .wrap .bottom {
    width: 380px;
    position: relative;
    z-index: 2;
}

.sec3 .wrap .bottom .item {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D1DDE8;
}

.sec3 .wrap .bottom .item:nth-child(1) {
    border-top: 1px solid #D1DDE8;
}

.sec3 .wrap .bottom .item .num {
    display: flex;
}

.sec3 .wrap .bottom .item .num p {
    font-weight: bold;
    font-size: 50px;
    color: #0F5EC5;
}

.sec3 .wrap .bottom .item .p {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
}
html[lang='en'] .sec3 .wrap .bottom .item .p {
    text-align: right;
    font-size: 16px;
}

.sec4 {
    padding: 111px 0 109px;
    background: #F8F9FC;
}

.sec4 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec4 .wrap .l_box {
    width: 1020px;
}

.sec4 .wrap .l_box .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-bottom: 50px;
}

.sec4 .wrap .l_box .box .item {
    display: none;
}

.sec4 .wrap .l_box .box .item .h5 {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.sec4 .wrap .l_box .box .item .p {
    margin: 30px 0 52px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
}

.sec4 .wrap .l_box .box .item .img {
    width: 900px;
    height: 460px;
    border-radius: 10px;
    overflow: hidden;
}

.sec4 .wrap .l_box .box .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .wrap .l_box .box .item.on {
    display: block;
}

.sec4 .wrap .r_box {
    width: 400px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 115px 0 70px;
    display: flex;
    flex-direction: column;
    gap: 89px;
}

.sec4 .wrap .r_box .item {
    width: 180px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.sec4 .wrap .r_box .item .icon {
    width: 75px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    transition: 0.6s;
    filter: brightness(0);
    opacity: 0.3;
}

.sec4 .wrap .r_box .item p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    opacity: 0.4;
    transition: 0.6s;
}

.sec4 .wrap .r_box .item:hover .icon, .sec4 .wrap .r_box .item.on .icon {
    filter: brightness(1);
    opacity: 1;
}

.sec4 .wrap .r_box .item:hover p, .sec4 .wrap .r_box .item.on p {
    opacity: 1;
}

.sec5 {
    padding: 100px 0 168px;
}

.sec5 .wrap .sec5_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 78px;
    padding: 0 80px 0 0;
}

.sec5 .wrap .sec5_top .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
}

.sec5 .wrap .sec5_top .btns {
    display: flex;
    z-index: 3;
    gap: 30px;
}

.sec5 .wrap .sec5_top .btns .iconfont {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #000000;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.sec5 .wrap .sec5_top .btns .iconfont.prev {
    transform: rotate(180deg);
}

.sec5 .wrap .sec5_top .btns .iconfont:hover {
    background: #005FD5;
    color: #FFFFFF;
    border: 1px solid #005FD5;
}

.sec5 .wrap .swiper_box {
    position: relative;
}

.sec5 .wrap .swiper_box .line {
    width: 100vw;
    height: 1px;
    background: #E3E6EB;
    position: absolute;
    left: 50%;
    top: 124px;
    transform: translateX(-50%);
}

.sec5 .wrap .swiper_box .swiper {
    z-index: 3;
    width: 1520px;
    margin: 0;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .year {
    font-weight: bold;
    font-size: 50px;
    color: #0F5EC5;
    line-height: 74px;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .dian {
    width: 8px;
    height: 8px;
    background: #0F5EC5;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 37px 10px;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .dian:after {
    content: "";
    width: 22px;
    height: 22px;
    background: #0F5EC5;
    border-radius: 50%;
    opacity: 0.14;
    position: absolute;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    height: 144px;
    margin-bottom: 36px;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .img {
    width: 100%;
    height: 224px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.sec6 {
    height: 100vh;
    background: url("/static/images/bg_jun.jpg") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.sec6 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px;
}

.sec6 .wrap .swiper_box {
    position: relative;
}

.sec6 .wrap .swiper_box .btns {
    display: flex;
    gap: 1118px;
    position: absolute;
    left: 50%;
    top: 218px;
    transform: translateX(-50%);
    z-index: 3;
}

.sec6 .wrap .swiper_box .btns .iconfont {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #000000;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 50%;
}

.sec6 .wrap .swiper_box .btns .iconfont.prev {
    transform: rotate(180deg);
}

.sec6 .wrap .swiper_box .btns .iconfont:hover {
    background: #005FD5;
    color: #FFFFFF;
}

.sec6 .wrap .swiper_box .swiper {
    width: 666px;
    overflow: unset;
}

.sec6 .wrap .swiper_box .swiper .swiper-slide .img {
    background: #FFFFFF;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease;
    will-change: opacity, transform;
    /* 性能优化 */
}

.sec6 .wrap .swiper_box .swiper .swiper-slide .img img {
    display: block;
    max-height: 100%;
    transition: 0.6s;
}

.sec6 .wrap .swiper_box .swiper .swiper-slide p {
    margin: 30px 0 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
    opacity: 0;
}

.sec6 .wrap .swiper_box .swiper .swiper-slide.swiper-slide-active p {
    opacity: 1;
}

.sec6 .wrap .swiper_box .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: unset;
    margin: 50px 0 0;
}

.sec6 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 27px;
    height: 5px;
    background: #BCC4CC;
    border-radius: 0;
    opacity: 0.2;
    margin: 0;
    cursor: pointer;
    transition: 0.6s;
}

.sec6 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .sec6 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet:hover {
    background: #005FD5;
    opacity: 1;
}

.sec6 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
}

.sec7 {
    padding: 100px 0 114px;
}

.sec7 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 50px;
    margin-bottom: 93px;
    text-align: center;
}

.sec7 .wrap .logos {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 65px;
}

.sec7 .wrap .logos .logo {
    width: 211px;
    height: 94px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EAECEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec7 .wrap .logos .logo img {
    display: block;
    width: 80%;
    height: 80%;
    transition: 2s;
}

.sec7 .wrap .logos .logo:hover img {
    transform: scale(1.05);
}
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 7.2916666667vw 0px 6.5104166667vw;
    }
    .sec1 .wrap .box .l{
        width: 36.4583333333vw;
    }
    .sec1 .wrap .box .l .title{
        font-size: 1.875vw;
    }
    .sec1 .wrap .box .l .p{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 2.6041666667vw 0px 0px;
    }
    .sec1 .wrap .box .r{
        width: 36.4583333333vw;
        height: 26.0416666667vw;
        border-radius: 0.5208333333vw;
    }
    .sec1 .wrap .box .r .play{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
    .sec1 .wrap .box .r .play .iconfont{
        font-size: 0.6770833333vw;
    }
    .sec1 .wrap .num_list{
        margin: 4.84375vw 0px 0px;
    }
    .sec1 .wrap .num_list .item{
        min-width: 12.5vw;
    }
    .sec1 .wrap .num_list .item .item_top{
        gap: 1.3020833333vw;
        margin-bottom: 0.3125vw;
    }
    .sec1 .wrap .num_list .item .item_top .icon{
        width: 2.6041666667vw;
        height: 2.8645833333vw;
    }
    .sec1 .wrap .num_list .item .item_top .num{
        font-size: 2.6041666667vw;
    }
    .sec1 .wrap .num_list .item .item_des{
        padding: 0px 0px 0px 3.90625vw;
        font-size: 0.8333333333vw;
    }
    .sec2{
        padding: 5.2083333333vw 0px 10.2604166667vw;
    }
    .sec2 .title{
        font-size: 2.0833333333vw;
    }
    .sec2 .des{
        width: 41.3541666667vw;
        margin: 2.0833333333vw auto 3.6458333333vw;
        font-size: 0.9375vw;
    }
    .sec2 .box .img_item .img{
        border-radius: 2.5520833333vw;
    }
    .sec2 .box .img_item .img .img_box .img_text{
        padding: 2.03125vw 2.1354166667vw 0px 1.6145833333vw;
    }
    .sec2 .box .img_item .img .img_box .img_text h5{
        font-size: 1.0416666667vw;
        margin-bottom: 0.3645833333vw;
    }
    .sec2 .box .img_item .img .img_box .img_text p{
        font-size: 0.8333333333vw;
    }
    .sec2 .box .img_item1{
        width: 22.5520833333vw;
        height: 22.7083333333vw;
    }
    .sec2 .box .img_item1 .img .img_box{
        width: 22.5520833333vw;
        height: 22.7083333333vw;
    }
    .sec2 .box .img_item2{
        width: 14.0625vw;
        height: 14.0625vw;
        top: 2.2395833333vw;
        left: -16.5625vw;
    }
    .sec2 .box .img_item2 .img{
        border-radius: 1.4583333333vw;
    }
    .sec2 .box .img_item2 .img .img_box{
        width: 14.0625vw;
        height: 14.0625vw;
    }
    .sec2 .box .img_item3{
        width: 5.7291666667vw;
        height: 5.7291666667vw;
        top: 0.6770833333vw;
        left: -26.875vw;
    }
    .sec2 .box .img_item3 .img{
        border-radius: 1.0416666667vw;
    }
    .sec2 .box .img_item3 .img .img_box{
        width: 5.7291666667vw;
        height: 5.7291666667vw;
    }
    .sec2 .box .img_item4{
        width: 16.6666666667vw;
        height: 7.2916666667vw;
        top: 18.125vw;
        left: -25.6770833333vw;
    }
    .sec2 .box .img_item4 .img{
        border-radius: 1.0416666667vw;
    }
    .sec2 .box .img_item4 .img .img_box{
        width: 16.6666666667vw;
        height: 7.2916666667vw;
    }
    .sec2 .box .img_item5{
        width: 22.5520833333vw;
        height: 10.9375vw;
        top: 0.15625vw;
        left: 25.3645833333vw;
    }
    .sec2 .box .img_item5 .img{
        border-radius: 1.4583333333vw;
    }
    .sec2 .box .img_item5 .img .img_box{
        width: 22.5520833333vw;
        height: 10.9375vw;
    }
    .sec2 .box .img_item6{
        width: 12.5vw;
        height: 10.4166666667vw;
        top: 12.65625vw;
        left: 30.8854166667vw;
    }
    .sec2 .box .img_item6 .img{
        border-radius: 1.4583333333vw;
    }
    .sec2 .box .img_item6 .img .img_box{
        width: 12.5vw;
        height: 10.4166666667vw;
    }
    .sec3{
        padding: 5.9375vw 0px 7.7083333333vw;
    }
    .sec3 .wrap .map{
        width: 71.9791666667vw;
        top: 6.3541666667vw;
    }
    .sec3 .wrap .map img:nth-child(2){
        width: 58.4375vw;
        top: 4.21875vw;
        left: 10.8854166667vw;
    }
    html[lang='en'] .sec3 .wrap .map img.en_img {
        width: 64.791666666vw;
        top: 4.21875vw;
        left: 10.8854166667vw;
    }
    .sec3 .wrap .top{
        margin-bottom: 14.1145833333vw;
    }
    .sec3 .wrap .top .title{
        font-size: 1.875vw;
        margin-bottom: 1.3020833333vw;
    }
    .sec3 .wrap .top .des{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .sec3 .wrap .bottom{
        width: 19.7916666667vw;
    }
    .sec3 .wrap .bottom .item{
        height: 5.2083333333vw;
    }
    .sec3 .wrap .bottom .item .num p{
        font-size: 2.6041666667vw;
    }
    .sec3 .wrap .bottom .item .p{
        font-size: 0.9375vw;
    }
    html[lang='en'] .sec3 .wrap .bottom .item .p {
        font-size: 0.8333vw;
    }
    .sec4{
        padding: 5.78125vw 0px 5.6770833333vw;
    }
    .sec4 .wrap .l_box{
        width: 53.125vw;
    }
    .sec4 .wrap .l_box .title{
        font-size: 1.875vw;
        margin-bottom: 2.6041666667vw;
    }
    .sec4 .wrap .l_box .box .item .h5{
        font-size: 1.5625vw;
    }
    .sec4 .wrap .l_box .box .item .p{
        margin: 1.5625vw 0px 2.7083333333vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .sec4 .wrap .l_box .box .item .img{
        width: 46.875vw;
        height: 23.9583333333vw;
        border-radius: 0.5208333333vw;
    }
    .sec4 .wrap .r_box{
        width: 20.8333333333vw;
        border-radius: 0.5208333333vw;
        padding: 5.9895833333vw 0px 3.6458333333vw;
        gap: 4.6354166667vw;
    }
    .sec4 .wrap .r_box .item{
        width: 9.375vw;
    }
    .sec4 .wrap .r_box .item .icon{
        width: 3.90625vw;
        height: 3.2291666667vw;
        margin: 0px auto 0.7291666667vw;
    }
    .sec4 .wrap .r_box .item p{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .sec5{
        padding: 5.2083333333vw 0px 8.75vw;
    }
    .sec5 .wrap .sec5_top{
        margin-bottom: 4.0625vw;
        padding: 0px 4.1666666667vw 0px 0px;
    }
    .sec5 .wrap .sec5_top .title{
        font-size: 1.875vw;
    }
    .sec5 .wrap .sec5_top .btns{
        gap: 1.5625vw;
    }
    .sec5 .wrap .sec5_top .btns .iconfont{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.46875vw;
    }
    .sec5 .wrap .swiper_box .line{
        top: 6.4583333333vw;
    }
    .sec5 .wrap .swiper_box .swiper{
        width: 79.1666666667vw;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .year{
        font-size: 2.6041666667vw;
        line-height: 3.8541666667vw;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .dian{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        margin: 2.6041666667vw 0px 1.9270833333vw 0.5208333333vw;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .dian::after{
        width: 1.1458333333vw;
        height: 1.1458333333vw;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .p{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        height: 7.5vw;
        margin-bottom: 1.875vw;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .img{
        height: 11.6666666667vw;
        border-radius: 0.5208333333vw;
    }
    .sec6 .wrap .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
        margin-bottom: 3.125vw;
    }
    .sec6 .wrap .swiper_box .btns{
        gap: 58.2291666667vw;
        top: 11.3541666667vw;
    }
    .sec6 .wrap .swiper_box .btns .iconfont{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.46875vw;
    }
    .sec6 .wrap .swiper_box .swiper{
        width: 34.6875vw;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide .img{
        padding: 0.5208333333vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.78125vw 1px;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide p{
        margin: 1.5625vw 0px 0px;
        font-size: 0.8333333333vw;
    }
    .sec6 .wrap .swiper_box .swiper-pagination{
        gap: 0.5208333333vw;
        margin: 2.6041666667vw 0px 0px;
    }
    .sec6 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet{
        width: 1.40625vw;
        height: 0.2604166667vw;
    }
    .sec6 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 3.125vw;
    }
    .sec7{
        padding: 5.2083333333vw 0px 5.9375vw;
    }
    .sec7 .wrap .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
        margin-bottom: 4.84375vw;
    }
    .sec7 .wrap .logos{
        gap: 2.6041666667vw 3.3854166667vw;
    }
    .sec7 .wrap .logos .logo{
        width: 10.9895833333vw;
        height: 4.8958333333vw;
        border-radius: 0.3125vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap .box {
        display: block;
    }
    .sec1 .wrap .box .l {
        width: 100%;
    }
    .sec1 .wrap .box .l .title {
        font-size: 20px;
    }
    .sec1 .wrap .box .l .p {
        margin: 25px 0 0;
        font-size: 15px;
        line-height: 1.8;
    }
    .sec1 .wrap .box .r {
        width: 100%;
        height: 55vw;
        border-radius: 8px;
        margin: 25px 0 0;
    }
    .sec1 .wrap .box .r .play {
        width: 32px;
        height: 32px;
    }
    .sec1 .wrap .box .r .play .iconfont {
        font-size: 12px;
    }
    .sec1 .wrap .num_list {
        margin: 25px 0 0;
        flex-wrap: wrap;
        gap: 15px 0;
    }
    .sec1 .wrap .num_list .item {
        width: 48%;
        padding: 0 0 10px;
        border-bottom: 1px solid #ccc;
    }
    .sec1 .wrap .num_list .item .item_top {
        gap: 10px;
        margin-bottom: 5px;
    }
    .sec1 .wrap .num_list .item .item_top .icon {
        width: 24px;
        height: 24px;
    }
    .sec1 .wrap .num_list .item .item_top .num {
        font-size: 26px;
    }
    .sec1 .wrap .num_list .item .item_des {
        font-size: 12px;
        padding: 0 0 0 34px;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .title {
        font-size: 20px;
    }
    .sec2 .des {
        width: 90%;
        font-size: 15px;
        line-height: 1.8;
        margin: 20px auto 25px;
    }
    .sec2 .box {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    .sec2 .box .img_item .img {
        width: 100%;
        height: 100%;
        border-radius: 14px;
    }
    .sec2 .box .img_item .img .img_box .img_text {
        padding: 30px 20px;
    }
    .sec2 .box .img_item .img .img_box .img_text h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec2 .box .img_item .img .img_box .img_text p {
        font-size: 14px;
    }
    .sec2 .box .img_item {
        position: unset !important;
        width: 100% !important;
        height: 46vw !important;
    }
    .sec2 .box .img_item .img .img_box {
        width: 100% !important;
        height: 100% !important;
        position: unset;
        transform: unset;
    }
    .sec2 .box .img_item .img .img_box img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sec3 {
        padding: 60px 0 40px;
    }
    .sec3 .wrap .top .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec3 .wrap .top {
        margin: 0 0 20px;
    }
    .sec3 .wrap .top .des {
        font-size: 15px;
        line-height: 1.6;
    }
    .sec3 .wrap .map {
        width: 100%;
        position: relative;
        top: unset;
        margin-bottom: 15px;
    }
    .sec3 .wrap .bottom .item .num p {
        font-size: 28px;
    }
    .sec3 .wrap .bottom .item {
        height: 55px;
    }
    .sec3 .wrap .bottom .item .p {
        font-size: 14px !important;
    }

    .sec3 .wrap .map img:nth-child(2) {
        width: 72.4375vw;
        top: 5.21875vw;
        left: 13.885417vw;
    }
    html[lang='en'] .sec3 .wrap .map img.en_img {
        width: 78.4375vw;
        top: 6.21875vw;
        left: 15.285417vw;
    }
    .sec3 .wrap .bottom {
        width: 100%;
    }
    .sec4 {
        padding: 50px 0;
    }
    .sec4 .wrap .l_box .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec4 .wrap {
        display: block;
        position: relative;
    }
    .sec4 .wrap .r_box {
        width: 100%;
        display: flex;
        padding: 0;
        gap: 10px;
        border-radius: 8px;
        flex-direction: row;
        justify-content: center;
        background: unset;
        margin: 30px 0 0;
    }
    .sec4 .wrap .r_box .item p {
        display: none;
    }
    .sec4 .wrap .r_box .item {
        margin: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #0F5EC5;
        opacity: 0.2;
    }
    .sec4 .wrap .r_box .item.on {
        opacity: 1;
    }
    .sec4 .wrap .r_box .item .icon {
        display: none;
    }
    .sec4 .wrap .l_box {
        width: 100%;
    }
    .sec4 .wrap .l_box .box .item .h5 {
        font-size: 18px;
    }
    .sec4 .wrap .l_box .box .item .p {
        font-size: 15px;
        line-height: 1.6;
        margin: 15px 0 20px;
    }
    .sec4 .wrap .l_box .box .item .img {
        width: 100%;
        height: 50vw;
        border-radius: 8px;
    }
    .sec5 {
        padding: 50px 0;
    }
    .sec5 .wrap .sec5_top {
        margin-bottom: 25px;
        display: block;
    }
    .sec5 .wrap .sec5_top .title {
        font-size: 20px;
    }
    .sec5 .wrap .sec5_top .btns {
        gap: 15px;
        margin: 25px 0 0;
    }
    .sec5 .wrap .sec5_top .btns .iconfont {
        width: 32px;
        height: 32px;
        font-size: 10px;
    }
    .sec5 .wrap .swiper_box .swiper {
        width: 100%;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .year {
        font-size: 26px;
        line-height: 1.2;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .dian {
        width: 8px;
        height: 8px;
        margin: 15px 0 15px 0;
    }
    .sec5 .wrap .swiper_box .line {
        top: 49px;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .p {
        font-size: 15px;
        line-height: 1.6;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .p {
        height: unset;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .img {
        height: 50vw;
        border-radius: 4px;
    }
    .sec6 {
        height: unset;
        padding: 60px 0;
    }
    .sec6 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide p {
        opacity: 1;
        font-size: 15px;
        margin: 15px 0 0;
        line-height: 1.4;
    }
    .sec6 .wrap .swiper_box .swiper {
        width: 100%;
    }
    .sec6 .wrap .swiper_box .btns {
        display: none;
    }
    .sec6 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
    }
    .sec6 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }
    .sec6 .wrap .swiper_box .swiper-pagination {
        gap: 10px;
        margin: 40px 0 0;
    }
    .sec7 {
        padding: 60px 0;
        overflow: hidden;
    }
    .sec7 .wrap .title {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 40px;
    }
    .sec7 .wrap .logos {
        flex-wrap: unset;
        width: max-content;
        animation: goA 120s infinite linear;
        gap: 20px;
    }
    .sec7 .wrap .logos .logo {
        width: 150px;
        height: 67px;
    }
    @keyframes goA {
        100%{
            transform: translateX(-50%);
        }
    }
}
