.sec1 {
    padding: 121px 0 0;
}

.sec1 .wrap .content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 117px;
}

.sec1 .wrap .content .l {
    width: 650px;
}

.sec1 .wrap .content .l .title {
    width: 520px;
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    line-height: 44px;
    margin-bottom: 86px;
}

.sec1 .wrap .content .l .title span {
    color: #F7BD23;
}

.sec1 .wrap .content .l .text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.sec1 .wrap .content .r {
    width: 700px;
    border-radius: 10px;
    overflow: hidden;
}

.sec1 .wrap .content .r img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec1 .wrap .content .r:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .numList {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.sec1 .wrap .numList .item .item_top {
    display: flex;
    align-items: center;
}

.sec1 .wrap .numList .item .item_top .icon {
    width: 42px;
    margin-right: 18px;
}

.sec1 .wrap .numList .item .item_top .num {
    font-weight: 400;
    font-size: 50px;
    color: #111111;
    position: relative;
    margin-bottom: 5px;
}

.sec1 .wrap .numList .item .item_top .num:after {
    content: attr(data-biao);
    position: absolute;
    font-weight: 400;
    font-size: 50px;
    color: #111111;
    position: absolute;
    right: 0px;
    bottom: 0px;
    transform: translateX(100%);
}

.sec1 .wrap .numList .item p {
    padding: 0 0 0 60px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.sec2 {
    padding: 200px 0 0;
}

.sec2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #F7BD23;
    line-height: 50px;
    margin-bottom: 40px;
}

.sec2 .wrap .content {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    width: 900px;
}

.sec2 .wrap .img {
    margin: -110px 0 0;
    width: 100%;
    overflow: hidden;
}

.sec2 .wrap .img img {
    display: block;
    width: 100%;
    transform: translateY(100px);
}

.sec2 .wrap .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 120px;
    margin: 65px 0 0;
}

.sec2 .wrap .list .item {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    padding: 0 35px;
    position: relative;
}
html[lang='en'] .sec2 .wrap .list .item {
    text-align: center;
}
.sec2 .wrap .list .item:after {
    content: "";
    width: 35px;
    height: 69px;
    background: url("/static/images/a2.png");
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec2 .wrap .list .item:before {
    content: "";
    width: 35px;
    height: 69px;
    background: url("/static/images/a3.png");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec3 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    text-align: center;
    margin-bottom: 48px;
}

.sec3 .wrap .content {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0;
    position: relative;
}

.sec3 .wrap .content .item .item_box {
    width: 100%;
    position: relative;
}

.sec3 .wrap .content .item .item_box .img {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.6s;
}

.sec3 .wrap .content .item .item_box .img img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec3 .wrap .content .item .item_box .item_text {
    padding: 0 88px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100px;
}

.sec3 .wrap .content .item .item_box .item_text h5 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.sec3 .wrap .content .item .item_box .item_text p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.sec3 .wrap .content .item:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100vh);
}

.sec4 {
    background: #F8F6F4;
    position: relative;
}

.sec4 .bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(200px);
}

.sec4 .bg img {
    display: block;
    width: 100%;
}

.sec4 .fix {
    position: sticky;
    padding: 200px 0 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.sec4 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec4 .wrap .l .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin-bottom: 30px;
}

.sec4 .wrap .l .text {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 36px;
}

.sec4 .wrap .r {
    width: 740px;
    position: relative;
}

.sec4 .wrap .r .btns {
    position: absolute;
    right: -111px;
    bottom: 125px;
    display: none;
}

.sec4 .wrap .r .btns .icon {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    cursor: pointer;
}

.sec4 .wrap .r .btns .icon:nth-child(1) {
    margin-bottom: 25px;
}

.sec4 .wrap .r .btns .icon:nth-child(1) img {
    width: 6px;
    transform: rotate(-90deg);
    transition: 0.6s;
}

.sec4 .wrap .r .btns .icon:nth-child(2) img {
    width: 6px;
    transform: rotate(90deg);
}

.sec4 .wrap .r .btns .icon:hover {
    background: #E1DED6;
}

.sec4 .wrap .r .btns .icon:hover img {
    filter: brightness(0) invert(1);
}

.sec4 .wrap .r .swiper {
    height: 480px;
}

.sec4 .wrap .r .swiper .swiper-wrapper {
    flex-wrap: wrap;
    gap: 40px 0;
}

.sec4 .wrap .r .swiper .swiper-slide {
    border-bottom: 1px solid #E5E2DE;
    position: relative;
    height: 90px;
}

.sec4 .wrap .r .swiper .swiper-slide:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #F7BD23;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scaleX(0.05);
    transform-origin: left;
    transition: 1s;
}

.sec4 .wrap .r .swiper .swiper-slide .year {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin-bottom: 5px;
}

.sec4 .wrap .r .swiper .swiper-slide .text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.sec4 .wrap .r .swiper .swiper-slide:hover:after {
    transform: scaleX(1);
}

.sec5 {
    padding: 90px 0 0;
}

.sec5 .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    text-align: center;
    margin-bottom: 38px;
}

.sec5 .text {
    width: 822px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

.sec5 .map {
    width: 1920px;
    margin: -148px auto 0;
}

.sec6 {
    margin: -57px 0 0;
    width: 100vw;
    overflow-x: hidden;
    padding: 0 0 76px;
}

.sec6 .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    text-align: center;
    margin-bottom: 75px;
}

.sec6 .imgs {
    animation: img_go 100s infinite linear;
    display: flex;
    width: max-content;
}

.sec6 .imgs .flex {
    display: flex;
    align-items: center;
}

.sec6 .imgs .flex .img {
    width: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 160px;
}

.sec6 .imgs1 {
    animation: img_go2 100s infinite linear;
    margin: 60px 0 0;
}

.sec7 {
    position: relative;
    padding: 90px 0 49px;
}

.sec7 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.sec7 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec7 .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    text-align: center;
    margin-bottom: 46px;
}

.sec7 .numList {
    display: flex;
    justify-content: center;
    gap: 0 100px;
}

.sec7 .numList .item .num {
    display: flex;
    justify-content: center;
}

.sec7 .numList .item .num div, .sec7 .numList .item .num span {
    font-weight: bold;
    font-size: 50px;
    color: #F7BD23;
}

.sec7 .numList .item p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.sec7 .control {
    width: fit-content;
    margin: 55px auto 93px;
    padding: 4px 3px;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    gap: 0 25px;
}

.sec7 .control .item {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    padding: 0 19px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}

.sec7 .control .item:hover, .sec7 .control .item.on {
    background: #F7BD23;
}

.sec7 .swiper_box .swiper_item {
    display: none;
    position: relative;
}

.sec7 .swiper_box .swiper_item .btns {
    position: absolute;
    pointer-events: none;
    width: 1700px;
    display: flex;
    justify-content: space-between;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sec7 .swiper_box .swiper_item .btns .icon {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #F4F2F0;
    border-radius: 50%;
    transition: 0.6s;
    pointer-events: auto;
    cursor: pointer;
}

.sec7 .swiper_box .swiper_item .btns .icon img {
    width: 6px;
    filter: brightness(0);
    transition: 0.6s;
    pointer-events: none;
}

.sec7 .swiper_box .swiper_item .btns .icon:nth-child(1) {
    transform: rotate(180deg);
}

.sec7 .swiper_box .swiper_item .btns .icon:hover {
    background: #F7BD23;
}

.sec7 .swiper_box .swiper_item .btns .icon:hover img {
    filter: brightness(0) invert(1);
}

.sec7 .swiper_box .swiper_item .swiper {
    width: 1322px;
}

.sec7 .swiper_box .swiper_item .swiper .swiper-slide .slide_box {
    width: 243px;
    height: 317px;
    background: #F4F2F0;
    border-radius: 4px;
    padding: 8px;
}

.sec7 .swiper_box .swiper_item .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}

.sec7 .swiper_box .swiper_item .swiper .swiper-slide .slide_box .img img {
    display: block;
    max-width: 98%;
    max-height: 98%;
}

.sec7 .swiper_box .swiper_item.on {
    display: block;
}

.sec7 .tai {
    width: 1532px;
    margin: -15px auto 0;
}

.icon img {
    pointer-events: none;
}

@keyframes img_go {
    100% {
        transform: translateX(-50%);
    }
}

@keyframes img_go2 {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 6.3020833333vw 0px 0px;
    }

    .sec1 .wrap .content {
        margin-bottom: 6.09375vw;
    }

    .sec1 .wrap .content .l {
        width: 33.8541666667vw;
    }

    .sec1 .wrap .content .l .title {
        width: 27.0833333333vw;
        font-size: 1.5625vw;
        line-height: 2.2916666667vw;
        margin-bottom: 4.4791666667vw;
    }

    .sec1 .wrap .content .l .text {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }

    .sec1 .wrap .content .r {
        width: 36.4583333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec1 .wrap .numList {
        padding: 0px 2.0833333333vw;
    }

    .sec1 .wrap .numList .item .item_top .icon {
        width: 2.1875vw;
        margin-right: 0.9375vw;
    }

    .sec1 .wrap .numList .item .item_top .num {
        font-size: 2.6041666667vw;
        margin-bottom: 0.2604166667vw;
    }

    .sec1 .wrap .numList .item .item_top .num::after {
        font-size: 2.6041666667vw;
    }

    .sec1 .wrap .numList .item p {
        padding: 0px 0px 0px 3.125vw;
        font-size: 0.8333333333vw;
    }

    .sec2 {
        padding: 10.4166666667vw 0px 0px;
    }

    .sec2 .wrap .title {
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec2 .wrap .content {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        width: 46.875vw;
    }

    .sec2 .wrap .img {
        margin: -5.7291666667vw 0px 0px;
    }

    .sec2 .wrap .img img {
        transform: translateY(5.2083333333vw);
    }

    .sec2 .wrap .list {
        gap: 0px 6.25vw;
        margin: 3.3854166667vw 0px 0px;
    }

    .sec2 .wrap .list .item {
        font-size: 1.0416666667vw;
        padding: 0px 1.8229166667vw;
    }

    .sec2 .wrap .list .item::after {
        width: 1.8229166667vw;
        height: 3.59375vw;
    }

    .sec2 .wrap .list .item::before {
        width: 1.8229166667vw;
        height: 3.59375vw;
    }

    .sec3 .wrap .title {
        font-size: 1.875vw;
        margin-bottom: 2.5vw;
    }

    .sec3 .wrap .content {
        gap: 3.125vw 0px;
    }

    .sec3 .wrap .content .item .item_box .img {
        border-radius: 0.5208333333vw;
    }

    .sec3 .wrap .content .item .item_box .item_text {
        padding: 0px 4.5833333333vw;
        bottom: 5.2083333333vw;
    }

    .sec3 .wrap .content .item .item_box .item_text h5 {
        font-size: 1.875vw;
        margin-bottom: 0.78125vw;
    }

    .sec3 .wrap .content .item .item_box .item_text p {
        font-size: 1.25vw;
    }

    .sec4 .bg {
        transform: translateY(10.4166666667vw);
    }

    .sec4 .fix {
        padding: 10.4166666667vw 0px 0px;
    }

    .sec4 .wrap .l .title {
        font-size: 1.875vw;
        margin-bottom: 1.5625vw;
    }

    .sec4 .wrap .l .text {
        font-size: 1.25vw;
        line-height: 1.875vw;
    }

    .sec4 .wrap .r {
        width: 38.5416666667vw;
    }

    .sec4 .wrap .r .btns {
        right: -5.78125vw;
        bottom: 6.5104166667vw;
    }

    .sec4 .wrap .r .btns .icon {
        width: 3.125vw;
        height: 3.125vw;
    }

    .sec4 .wrap .r .btns .icon:nth-child(1) {
        margin-bottom: 1.3020833333vw;
    }

    .sec4 .wrap .r .btns .icon:nth-child(1) img {
        width: 0.3125vw;
    }

    .sec4 .wrap .r .btns .icon:nth-child(2) img {
        width: 0.3125vw;
    }

    .sec4 .wrap .r .swiper {
        height: 25vw;
    }

    .sec4 .wrap .r .swiper .swiper-wrapper {
        gap: 2.0833333333vw 0px;
    }

    .sec4 .wrap .r .swiper .swiper-slide {
        height: 4.6875vw;
    }

    .sec4 .wrap .r .swiper .swiper-slide::after {
        height: 0.1041666667vw;
    }

    .sec4 .wrap .r .swiper .swiper-slide .year {
        font-size: 1.5625vw;
        margin-bottom: 0.2604166667vw;
    }

    .sec4 .wrap .r .swiper .swiper-slide .text {
        font-size: 0.8333333333vw;
    }

    .sec5 {
        padding: 4.6875vw 0px 0px;
    }

    .sec5 .title {
        font-size: 1.875vw;
        margin-bottom: 1.9791666667vw;
    }

    .sec5 .text {
        width: 42.8125vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .sec5 .map {
        width: 100vw;
        margin: -7.7083333333vw auto 0px;
    }

    .sec6 {
        margin: -2.96875vw 0px 0px;
        padding: 0px 0px 3.9583333333vw;
    }

    .sec6 .title {
        font-size: 1.875vw;
        margin-bottom: 3.90625vw;
    }

    .sec6 .imgs .flex .img {
        width: 8.75vw;
        margin-right: 8.3333333333vw;
    }

    .sec6 .imgs1 {
        margin: 3.125vw 0px 0px;
    }

    .sec7 {
        padding: 4.6875vw 0px 2.5520833333vw;
    }

    .sec7 .title {
        font-size: 1.875vw;
        margin-bottom: 2.3958333333vw;
    }

    .sec7 .numList {
        gap: 0px 5.2083333333vw;
    }

    .sec7 .numList .item .num div, .sec7 .numList .item .num span {
        font-size: 2.6041666667vw;
    }

    .sec7 .numList .item p {
        font-size: 0.8333333333vw;
    }

    .sec7 .control {
        margin: 2.8645833333vw auto 4.84375vw;
        padding: 0.2083333333vw 0.15625vw;
        border-radius: 1.5625vw;
        gap: 0px 1.3020833333vw;
    }

    .sec7 .control .item {
        font-size: 0.8333333333vw;
        padding: 0px 0.9895833333vw;
        height: 2.0833333333vw;
        border-radius: 1.0416666667vw;
    }

    .sec7 .swiper_box .swiper_item .btns {
        width: 88.5416666667vw;
    }

    .sec7 .swiper_box .swiper_item .btns .icon {
        width: 3.125vw;
        height: 3.125vw;
    }

    .sec7 .swiper_box .swiper_item .btns .icon img {
        width: 0.3125vw;
    }

    .sec7 .swiper_box .swiper_item .swiper {
        width: 68.8541666667vw;
    }

    .sec7 .swiper_box .swiper_item .swiper .swiper-slide .slide_box {
        width: 12.65625vw;
        height: 16.5104166667vw;
        border-radius: 0.2083333333vw;
        padding: 0.4166666667vw;
    }

    .sec7 .tai {
        width: 79.7916666667vw;
        margin: -0.78125vw auto 0px;
    }
}
@media screen and (max-width: 768px) {
    .links {
        display: none;
    }
    .sec1 {
        padding: 60px 0;
    }
    .sec1 .wrap .content {
        display: block;
    }
    .sec1 .wrap .content .l {
        width: 100%;
    }
    .sec1 .wrap .content .l .title {
        width: 100%;
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .sec1 .wrap .content .l .text {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .wrap .content .r {
        width: 100%;
        border-radius: 4px;
        margin: 50px 0 40px;
    }
    .sec1 .wrap .numList {
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .sec1 .wrap .numList .item .item_top .icon {
        width: 30px;
        margin-right: 15px;
    }
    .sec1 .wrap .numList .item .item_top .num {
        font-size: 36px;
    }
    .sec1 .wrap .numList .item p {
        font-size: 14px;
        padding: 0 0 0 45px;
        margin: 6px 0 0;
    }
    .sec1 .wrap .numList .item {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 0 0 20px;
    }
    .sec1 .wrap .content .l .title br {
        display: none;
    }
    .sec2 {
        padding: 20px 0 60px;
    }
    .sec2 .wrap .title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .sec2 .wrap .content {
        font-size: 16px;
        line-height: 2;
        width: 100%;
    }
    .sec2 .wrap .img {
        margin: 10px 0 0;
    }
    .sec2 .wrap .img img {
        transform: unset !important;
    }
    .sec2 .wrap .list .item {
        font-size: 14px;
    }
    .sec2 .wrap .list {
        flex-wrap: wrap;
        gap: 20px 10px;
        margin: 30px 0 0 ;
    }
    .sec2 .wrap .list .item:before,.sec2 .wrap .list .item::after {
        width: 15px;
        height: 29px;
        background-size: 100%;
    }
    .sec2 .wrap .list .item {
        padding: 0 24px;
    }
    .sec3 {
        height: unset !important;
        padding: 20px 0 60px;
    }
    .sec3 .fix {
        height: unset;
    }
    .sec3 .wrap .title {
        font-size: 22px;
    }
    .sec3 .wrap .content .item:not(:nth-child(1)) {
        position: unset;
        transform: unset;
    }
    .sec3 .wrap .title {
        margin-bottom: 40px;
    }
    .sec3 .wrap .content .item .item_box .img {
        border-radius: 4px;
    }
    .sec3 .wrap .content {
        gap: 30px;
    }
    .sec3 .wrap .content .item .item_box .item_text h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec3 .wrap .content .item .item_box .item_text p {
        font-size: 16px;
        line-height: 1.4;
    }
    .sec4 {
        height: unset !important;
    }
    .sec4 .fix {
        height: unset !important;
        padding: 50px 0 80px;
    }
    .sec4 .wrap .r .swiper .swiper-slide .year {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec4 .wrap .r .swiper .swiper-slide {
        height: unset;
        margin-bottom: 30px;
    }
    .sec4 .bg {
        transform: unset !important;
    }
    .sec4 .wrap .r .swiper .swiper-slide .text {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sec4 .wrap {
        display: block;
    }
    .sec4 .wrap .l .title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sec4 .wrap .l .text {
        font-size: 16px;
        line-height: 1.6;
    }
    .sec4 .wrap .l {
        margin-bottom: 30px;
    }
    .sec4 .wrap .r {
        width: 100%;
    }
    .sec4 .wrap .r .swiper {
        height: unset;
    }
    .sec4 .wrap .r .swiper .swiper-wrapper {
        transform: unset !important;
    }
    .sec5 {
        padding: 60px 0;
    }
    .sec5 .title {
        font-size: 22px;
        text-align: left;
        width: 90%;
        margin: 0 auto 20px;

    }
    .sec5 .text {
        width: 90%;
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        margin: 0 auto 40px;
    }
    .sec6 .title {
        font-size: 22px;
        margin: 0 5vw 40px;
        text-align: left;
    }
    .sec6 .imgs .flex .img {
        width: 120px;
        height: 40px;
        margin-right: 30px;
    }
    .sec6 .imgs1 {
        margin: 20px 0 0;
    }
    .sec6 {
        padding: 0 0 50px;
    }
    .sec7 {
        padding: 60px 5vw 100px;
    }
    .sec7 .numList {
        gap: 20px 0;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .sec7 .control {
        margin: 0 auto 40px;
        padding: 5px;
        border-radius: 25px;
    }
    .sec7 .control .item {
        height: 40px;
        font-size: 16px;
        border-radius: 20px;
        padding: 0 15px;
    }
    .sec7 .numList .item {
        width: 50%;
    }

    .sec7 .numList .item .num div, .sec7 .numList .item .num span {
        font-size: 36px;
    }
    .sec7 .numList .item p {
        font-size: 14px;

        text-align: center;
    }
    .sec7 .title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .sec7 .swiper_box .swiper_item .swiper {
        width: 100%;
    }
    .sec7 .swiper_box .swiper_item .swiper .swiper-slide .slide_box {
        width: 100%;
        height: 58vw;
        padding: 10px;
    }
    .sec7 .tai {
        width: 100%;
        margin: -55px auto 0px;
    }

    .sec7 .swiper_box .swiper_item {
        padding: 0 0 60px;
    }
    .sec7 .swiper_box .swiper_item .btns {
        bottom: -20px;
        width: 100%;
        height: fit-content;
        justify-content: center;
        transform: unset;
        left: 0;
        top: unset;
        gap: 0 20px;
    }
    .sec7 .swiper_box .swiper_item .btns .icon {
        width: 40px;
        height: 40px;
    }
    .sec7 .swiper_box .swiper_item .btns .icon img {
        width: 5px;
    }

    html[lang='en'] .sec7 .control .item {
        font-size: 13px;
        padding: 0 5px;
    }
}
