body {
    background: #F8F9FC;
}

.crumbs_links {
    background: #F8F9FC;
}

.sec1 {
    padding: 181px 0 87px;
}

.sec1 .wrap .box {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .box .l {
    width: 696px;
}

.sec1 .wrap .box .l .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 46px;
}

.sec1 .wrap .box .l .des {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    margin: 40px 0 70px;
}

.sec1 .wrap .box .l .nums {
    display: flex;
    gap: 100px;
}

.sec1 .wrap .box .l .nums .num_item .num {
    display: flex;
}

.sec1 .wrap .box .l .nums .num_item .num p {
    font-weight: 600;
    font-size: 50px;
    color: #346DCC;
}

.sec1 .wrap .box .l .nums .num_item .num_item_des {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
html[lang='en'] .sec1 .wrap .box .l .nums {
    width: 1600px;
}
.sec1 .wrap .box .r {
    width: 780px;
    height: 540px;
    border-radius: 10px;
    overflow: hidden;
}

.sec1 .wrap .box .r img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .box .r:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    justify-content: space-between;
    margin: 160px 0 66px;
}

.sec1 .wrap .items .item {
    width: 780px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.sec1 .wrap .items .item:after {
    content: "";
    width: 700px;
    height: 100%;
    background: linear-gradient(90deg, #13284A 0%, rgba(16, 37, 74, 0) 100%);
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sec1 .wrap .items .item .item_bg {
    width: 100%;
    height: 100%;
}

.sec1 .wrap .items .item .item_bg img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .items .item .item_box {
    position: absolute;
    width: 400px;
    top: 45px;
    left: 42px;
    z-index: 3;
}

.sec1 .wrap .items .item .item_box h5 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.sec1 .wrap .items .item .item_box p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}

.sec1 .wrap .items .item:hover .item_bg img {
    transform: scale(1.1);
}

.sec1 .wrap .list {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .list .item {
    min-width: 160px;
    text-align: center;
}

.sec1 .wrap .list .item .num {
    display: flex;
    justify-content: center;
}

.sec1 .wrap .list .item .num p {
    font-weight: 600;
    font-size: 50px;
    color: #346DCC;
}

.sec1 .wrap .list .item .p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.sec2 {
    padding: 100px 0 136px;
    background: #DDE7F5;
}

.sec2 .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: center;
}

.sec2 .des {
    width: 974px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    text-align: center;
    margin: 30px auto 69px;
}

.sec2 .img {
    width: 1395px;
    margin: 0 auto;
}

.sec2 .img img {
    display: block;
}

.sec3 {
    padding: 80px 0 25px;
    background: #FFFFFF;
}

.sec3 .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: center;
}

.sec3 .des {
    width: 974px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    margin: 30px auto 57px;
    text-align: center;
}

.sec3 .img {
    width: 883px;
    margin: 0 auto;
    position: relative;
}

.sec3 .img img {
    display: block;
    width: 100%;
    transition: 0.8s;
}

.sec3 .img .position_translate {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.sec3 .img .position_translate.position_translate_right {
    right: 0;
    left: unset;
}

.sec3 .img.left img {
    transform: perspective(400px) rotate3d(0, 1, 0, 1deg);
}

.sec3 .img.right img {
    transform: perspective(400px) rotate3d(0, 1, 0, -1deg);
}

.sec4 {
    background: #DDE7F5;
    padding: 109px 0 80px;
    overflow: hidden;
}

.sec4 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
}

.sec4 .wrap .des {
    margin: 20px 0 80px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.sec4 .wrap .sec4_swiper {
    width: 1460px;
    overflow: unset;
    margin: 0;
}

.sec4 .wrap .sec4_swiper .swiper-slide .p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}
html[lang='en'] .sec4 .wrap .sec4_swiper .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
}
html[lang='en'] .sec4 .wrap .sec4_swiper .swiper-slide .p {
    margin: 20px 0 0;
}
.sec4 .wrap .sec4_swiper .swiper-slide .img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.sec4 .wrap .sec4_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec4 .wrap .sec4_swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.sec4 .wrap .btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 37px 0 0;
}

.sec4 .wrap .btns .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #A9BFDE;
    transition: 0.6s;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 9px;
    border-radius: 50%;
}

.sec4 .wrap .btns .iconfont.prev {
    transform: rotate(180deg);
}

.sec4 .wrap .btns .iconfont:hover {
    background-color: #005FD5;
}

.sec5 {
    padding: 100px 0 110px;
    overflow: hidden;
}

.sec5 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 46px;
    text-align: center;
}

.sec5 .wrap .control_box {
    width: fit-content;
    height: fit-content;
    padding: 4px;
    display: flex;
    gap: 4px;
    background: #F8F9FC;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    margin: 40px auto 119px;
}

.sec5 .wrap .control_box .item {
    min-width: 140px;
    height: 52px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: 0.6s;
    padding: 0 15px;
}

.sec5 .wrap .control_box .item:hover, .sec5 .wrap .control_box .item.on {
    background: #346DCC;
    color: #FFFFFF;
}

.sec5 .wrap .swiper_box .swiper {
    width: 1284px;
    overflow: unset;
    display: none;
}

.sec5 .wrap .swiper_box .swiper.on {
    display: block;
}

.sec5 .wrap .swiper_box .swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: unset;
    margin: 75px 0 0;
}

.sec5 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 27px;
    height: 5px;
    background: #BCC4CC;
    border-radius: 0;
    opacity: 0.2;
    transition: 0.6s;
    cursor: pointer;
    margin: 0;
}

.sec5 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet:hover, .sec5 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #005FD5;
    opacity: 1;
}

.sec5 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.16);
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .slide_bg {
    width: 100%;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .slide_bg img {
    display: block;
    width: 100%;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .img {
    position: absolute;
    width: 230px;
    height: 338px;
    z-index: 3;
    transition: 2s;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide .img img {
    display: block;
    max-height: 100%;
}

.sec5 .wrap .swiper_box .swiper .swiper-slide:hover .img {
    transform: scale(1.05);
}

.sec6 {
    padding: 102px 0 65px;
    background: #FFFFFF;
}

.sec6 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-bottom: 41px;
}

.sec6 .wrap .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.sec6 .wrap .list .item:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #346DCC;
    transform-origin: left;
    transform: scaleX(0);
    transition: 1s;
}

.sec6 .wrap .list .item .l {
    display: flex;
    align-items: center;
    gap: 27px;
}

.sec6 .wrap .list .item .l .icon img {
    display: block;
    width: 29px;
}

.sec6 .wrap .list .item .l p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    transition: 0.6s;
    width: 40vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec6 .wrap .list .item .btn {
    display: flex;
    align-items: center;
    gap: 7px;
}

.sec6 .wrap .list .item .btn img {
    display: block;
    width: 15px;
}

.sec6 .wrap .list .item .btn p {
    font-weight: 400;
    font-size: 16px;
    color: #346DCC;
}

.sec6 .wrap .list .item:nth-child(1) {
    border-top: 1px solid #EBEBEB;
}

.sec6 .wrap .list .item:hover .l p {
    color: #346DCC;
}

.sec6 .wrap .list .item:hover:after {
    transform: scaleX(1);
}

.sec6 .wrap .page {
    margin: 50px 0 0;
}

.sec7 {
    padding: 60px 0 80px;
    background: #F8F9FC;
}

.sec7 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-bottom: 40px;
}

.sec7 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 50px;
    margin-bottom: 58px;
}

.sec7 .wrap .list .item {
    display: block;
    width: 280px;
}

.sec7 .wrap .list .item .img {
    width: 100%;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
}

.sec7 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec7 .wrap .list .item .item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
}

.sec7 .wrap .list .item .item_bottom .p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.sec7 .wrap .list .item .item_bottom .btn {
    display: flex;
    align-items: center;
    gap: 7px;
}

.sec7 .wrap .list .item .item_bottom .btn img {
    display: block;
    width: 15px;
}

.sec7 .wrap .list .item .item_bottom .btn p {
    font-weight: 400;
    font-size: 16px;
    color: #346DCC;
}

.sec7 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec7 .wrap .list .item:hover .item_bottom .p {
    color: #346DCC;
}
html[lang='en'] .sec2 .des,html[lang='en'] .sec3 .des {
    text-align: left;
}
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 9.4270833333vw 0px 4.53125vw;
    }
    .sec1 .wrap .box .l{
        width: 36.25vw;
    }
    .sec1 .wrap .box .l .title{
        font-size: 1.875vw;
        line-height: 2.3958333333vw;
    }
    .sec1 .wrap .box .l .des{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        margin: 2.0833333333vw 0px 3.6458333333vw;
    }
    .sec1 .wrap .box .l .nums{
        gap: 5.2083333333vw;
    }
    .sec1 .wrap .box .l .nums .num_item .num p{
        font-size: 2.6041666667vw;
    }
    .sec1 .wrap .box .l .nums .num_item .num_item_des{
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .box .r{
        width: 40.625vw;
        height: 28.125vw;
        border-radius: 0.5208333333vw;
    }
    .sec1 .wrap .items{
        gap: 2.0833333333vw 0px;
        margin: 8.3333333333vw 0px 3.4375vw;
    }
    .sec1 .wrap .items .item{
        width: 40.625vw;
        height: 15.625vw;
        border-radius: 0.5208333333vw;
    }
    .sec1 .wrap .items .item::after{
        width: 36.4583333333vw;
    }
    .sec1 .wrap .items .item .item_box{
        width: 20.833333333vw;
        top: 2.34375vw;
        left: 2.1875vw;
    }
    .sec1 .wrap .items .item .item_box h5{
        font-size: 1.25vw;
        margin-bottom: 0.5208333333vw;
    }
    .sec1 .wrap .items .item .item_box p{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec1 .wrap .list .item{
        min-width: 8.3333333333vw;
    }
    .sec1 .wrap .list .item .num p{
        font-size: 2.6041666667vw;
    }
    .sec1 .wrap .list .item .p{
        font-size: 0.8333333333vw;
    }
    .sec2{
        padding: 5.2083333333vw 0px 7.0833333333vw;
    }
    .sec2 .title{
        font-size: 1.875vw;
    }
    .sec2 .des{
        width: 50.7291666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        margin: 1.5625vw auto 3.59375vw;
    }
    .sec2 .img{
        width: 72.65625vw;
    }
    .sec3{
        padding: 4.1666666667vw 0px 1.3020833333vw;
    }
    .sec3 .title{
        font-size: 1.875vw;
    }
    .sec3 .des{
        width: 50.7291666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        margin: 1.5625vw auto 2.96875vw;
    }
    .sec3 .img{
        width: 45.9895833333vw;
    }
    .sec3 .img.left img{
        transform: perspective(20.8333333333vw) rotate3d(0, 1, 0, 1deg);
    }
    .sec3 .img.right img{
        transform: perspective(20.8333333333vw) rotate3d(0, 1, 0, -1deg);
    }
    .sec4{
        padding: 5.6770833333vw 0px 4.1666666667vw;
    }
    .sec4 .wrap .title{
        font-size: 1.875vw;
    }
    .sec4 .wrap .des{
        margin: 1.0416666667vw 0px 4.1666666667vw;
        font-size: 0.8333333333vw;
    }
    .sec4 .wrap .sec4_swiper{
        width: 76.0416666667vw;
    }
    .sec4 .wrap .sec4_swiper .swiper-slide .p{
        font-size: 0.8333333333vw;
        margin-bottom: 1.0416666667vw;
    }
    html[lang='en'] .sec4 .wrap .sec4_swiper .swiper-slide .p {
        margin: 1.0416666667vw 0 0;
    }
    .sec4 .wrap .sec4_swiper .swiper-slide .img{
        height: 15.625vw;
        border-radius: 0.5208333333vw;
    }
    .sec4 .wrap .btns{
        gap: 0.5208333333vw;
        margin: 1.9270833333vw 0px 0px;
    }
    .sec4 .wrap .btns .iconfont{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.46875vw;
    }
    .sec5{
        padding: 5.2083333333vw 0px 5.7291666667vw;
    }
    .sec5 .wrap .title{
        font-size: 1.875vw;
        line-height: 2.3958333333vw;
    }
    .sec5 .wrap .control_box{
        padding: 0.2083333333vw;
        gap: 0.2083333333vw;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.78125vw 1px;
        border-radius: 2.0833333333vw;
        margin: 2.0833333333vw auto 6.1979166667vw;
    }
    .sec5 .wrap .control_box .item{
        min-width: 7.2916666667vw;
        height: 2.7083333333vw;
        border-radius: 1.71875vw;
        font-size: 0.8333333333vw;
        padding: 0 0.8vw;
    }
    .sec5 .wrap .swiper_box .swiper{
        width: 66.875vw;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-pagination{
        gap: 0.5208333333vw;
        margin: 3.90625vw 0px 0px;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet{
        width: 1.40625vw;
        height: 0.2604166667vw;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 3.125vw;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide{
        box-shadow: rgba(0, 0, 0, 0.16) 0px 0.2083333333vw 0.5208333333vw 1px;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .img{
        width: 11.9791666667vw;
        height: 17.6041666667vw;
    }
    .sec6{
        padding: 5.3125vw 0px 3.3854166667vw;
    }
    .sec6 .wrap .title{
        font-size: 1.875vw;
        margin-bottom: 2.1354166667vw;
    }
    .sec6 .wrap .list .item{
        padding: 1.6666666667vw 0px;
    }
    .sec6 .wrap .list .item .l{
        gap: 1.40625vw;
    }
    .sec6 .wrap .list .item .l .icon img{
        width: 1.5104166667vw;
    }
    .sec6 .wrap .list .item .l p{
        font-size: 0.9375vw;
    }
    .sec6 .wrap .list .item .btn{
        gap: 0.3645833333vw;
    }
    .sec6 .wrap .list .item .btn img{
        width: 0.78125vw;
    }
    .sec6 .wrap .list .item .btn p{
        font-size: 0.8333333333vw;
    }
    .sec6 .wrap .page{
        margin: 2.6041666667vw 0px 0px;
    }
    .sec7{
        padding: 3.125vw 0px 4.1666666667vw;
    }
    .sec7 .wrap .title{
        font-size: 1.875vw;
        margin-bottom: 2.0833333333vw;
    }
    .sec7 .wrap .list{
        gap: 3.125vw 2.6041666667vw;
        margin-bottom: 3.0208333333vw;
    }
    .sec7 .wrap .list .item{
        width: 14.5833333333vw;
    }
    .sec7 .wrap .list .item .img{
        height: 17.7083333333vw;
        border-radius: 0.5208333333vw;
    }
    .sec7 .wrap .list .item .item_bottom{
        margin: 1.0416666667vw 0px 0px;
    }
    .sec7 .wrap .list .item .item_bottom .p{
        font-size: 0.8333333333vw;
    }
    .sec7 .wrap .list .item .item_bottom .btn{
        gap: 0.3645833333vw;
    }
    .sec7 .wrap .list .item .item_bottom .btn img{
        width: 0.78125vw;
    }
    .sec7 .wrap .list .item .item_bottom .btn p{
        font-size: 0.8333333333vw;
    }
    html[lang='en'] .sec1 .wrap .box .l .nums {
        width: 83vw;
    }
}
@media screen and (max-width: 768px) {
    .crumbs_links {
        display: none;
    }
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap .box {
        flex-direction: column-reverse;
    }
    .sec1 .wrap .box .r {
        width: 100%;
        height: 50vw;
        border-radius: 8px;
    }
    .sec1 .wrap .box .l {
        width: 100%;
        margin: 20px 0 0;
    }
    .sec1 .wrap .box .l .title {
        font-size: 18px;
        line-height: 1.4;
    }
    .sec1 .wrap .box .l .des {
        font-size: 15px;
        line-height: 2;
        margin: 15px 0 25px;
    }
    .sec1 .wrap .box .l .nums .num_item .num p {
        font-size: 28px;
    }
    .sec1 .wrap .box .l .nums .num_item .num_item_des {
        font-size: 12px;
    }
    .sec1 .wrap .box .l .nums {
        justify-content: space-between;
    }

    .sec1 .wrap .items {
        gap: 30px;
        flex-wrap: wrap;
        margin: 40px 0 20px;
    }
    .sec1 .wrap .items .item {
        width: 100%;
        height: unset;
        min-height: 50vw;
        border-radius: 8px;
    }
    .sec1 .wrap .items .item .item_box {
        position: relative;
    }
    .sec1 .wrap .items .item .item_bg {
        position: absolute;
        top: 0;
        left: 0;
    }
    .sec1 .wrap .list {
        justify-content: space-between;
        gap: 20px 0;
        flex-wrap: wrap;
    }
    .sec1 .wrap .list .item {
        width: 48%;
        text-align: left;
        padding: 0 0 10px;
        border-bottom: 1px solid #ccc;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec1 .wrap .list .item .p {
        font-size: 12px;
        margin: 4px 0 0;
    }
    .sec1 .wrap .list .item .num {
        justify-content: flex-start;
    }
    .sec1 .wrap .list .item .num p {
        font-size: 28px;
    }
    .sec1 .wrap .items .item .item_box {
        width: 100%;
        top: 0;
        left: 0;
        padding: 20px;
    }
    .sec1 .wrap .items .item .item_box h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .items .item .item_box p {
        font-size: 14px;
        line-height: 1.8;
    }
    .sec2 .title {
        font-size: 20px;
    }
    .sec2 .des {
        width: 100%;
        font-size: 15px;
        line-height: 2;
        margin: 15px 0 25px;
    }
    .sec2 .img {
        width: 100%;
        overflow-x: auto;
    }
    .sec2 .img img {
        max-width: unset;
        width: max-content;
        height: 150px;
    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .title {
        font-size: 20px;
    }
    .sec3 .des {
        width: 100%;
        font-size: 15px;
        line-height: 2;
        margin: 15px 0 25px;
    }
    .sec3 .img {
        width: 100%;
    }
    .sec4 {
        padding: 50px 0;
    }
    .sec4 .wrap .title {
        font-size: 20px;
    }
    .sec4 .wrap .des {
        font-size: 15px;
        margin: 15px 0 25px;
        line-height: 2;
    }
    .sec4 .wrap .sec4_swiper .swiper-slide .img {
        height: 40vw;
        border-radius: 4px;
    }
    .sec4 .wrap .sec4_swiper .swiper-slide .p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sec4 .wrap .sec4_swiper {
        width: 100%;
    }
    .sec4 .wrap .btns {
        gap: 15px;
        margin: 30px 0 0;
        justify-content: flex-start;
    }
    .sec4 .wrap .btns .iconfont {
        width: 32px;
        height: 32px;
        font-size: 10px;
    }
    .sec5 {
        padding: 50px 0;
    }
    .sec5 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
    }
    .sec5 .wrap .control_box {
        padding: 4px;
        border-radius: 60px;
        margin: 20px auto 25px;
    }
    .sec5 .wrap .control_box .item {
        min-width: 100px;
        height: 36px;
        font-size: 14px;
        border-radius: 20px;
        padding: 0 8px;
    }
    .sec5 .wrap .swiper_box .swiper {
        width: 100%;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-slide .img {
        width: 85%;
        height: 50vw;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-pagination {
        margin: 30px 0 0;
        gap: 8px;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 26px;
        height: 2px;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }
    .sec6 {
        padding: 50px 0;
    }
    .sec6 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec6 .wrap .list .item {
        padding: 15px 0;
    }
    .sec6 .wrap .list .item .l {
        gap: 15px;
        width: 100%;
    }
    .sec6 .wrap .list .item .btn {
        display: none;
    }
    .sec6 .wrap .list .item .l .icon img {
        width: 18px;
    }
    .sec6 .wrap .list .item .l p {
        width: 70%;
        font-size: 15px;
    }
    .sec6 .wrap .page {
        margin: 35px 0 0;
    }
    .sec7 {
        padding: 50px 0;
    }
    .sec7 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec7 .wrap .list {
        gap: 30px 0;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .sec7 .wrap .list .item {
        width: 48%;
    }
    .sec7 .wrap .list .item .img {
        height: 50vw;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .sec7 .wrap .list .item .item_bottom {
        margin: 15px 0 0;
    }
    .sec7 .wrap .list .item .item_bottom .p {
        font-size: 14px;
        width: 100%;
    }
    .sec7 .wrap .list .item .item_bottom .btn {
        gap: 8px;
        display: none;
    }
    .sec7 .wrap .list .item .item_bottom .btn img {
        width: 12px;
    }
    .sec7 .wrap .list .item .item_bottom .btn p {
        font-size: 14px;
    }
    html[lang='en'] .sec1 .wrap .box .l .nums {
        width: 100%;
    }
    html[lang='en'] .sec4 .wrap .sec4_swiper .swiper-slide .p {
        margin: 15px 0 0;
    }
}

