.about1 {
    padding: 130px 0 140px
}

.about1 .wrap {
    width: 1480px;
    margin: auto
}

.about1 .wrap .title {
    width: 660px;
    font-weight: bold;
    font-size: 56px;
    color: #1A1A1A;
    line-height: 68px;
    margin: 0 auto 130px;
    text-align: center
}

.about1 .wrap .figure {
    display: flex;
    justify-content: space-between
}

.about1 .wrap .figure .item {
    text-align: center
}

.about1 .wrap .figure .item .dis {
    display: flex;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: auto
}

.about1 .wrap .figure .item .dis span {
    font-weight: 500;
    font-size: 80px;
    color: #49B247;
    font-family: 'AvantGarde Md BT', sans-serif
}

.about1 .wrap .figure .item .dis .p1 {
    font-weight: 500;
    font-size: 16px;
    color: #49B247;
    margin: 16px 0 0 10px;
    text-transform: uppercase;
    position: absolute;
    left: 100%;
    white-space: nowrap;
}

.about1 .wrap .figure .item .p2 {
    font-weight: 500;
    font-size: 16px;
    color: #969696
}

.about1 .wrap .video {
    height: 700px;
    border-radius: 14px;
    overflow: hidden;
    margin: 60px auto 135px;
    position: relative
}

.about1 .wrap .video img {
    width: 100%;
    height: 100%
}

.about1 .wrap .video .play {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(45px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer
}

.about1 .wrap .video .play svg {
    width: 22px;
    height: fit-content
}

.about1 .wrap .video .play svg path {
    fill: #fff
}

.about1 .wrap .content {
    display: flex;
    justify-content: space-between
}

.about1 .wrap .content .l {
    width: 611px;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    line-height: 48px
}

html[lang="zh-CN"] .about1 .wrap .content .l{
    font-size: 26px;
}

.about1 .wrap .content .l span {
    color: #49B247
}

.about1 .wrap .content .r {
    width: 716px
}

.about1 .wrap .content .r .lenis_scroll {
    width: 100%;
    height: 445px;
    padding: 0 45px 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px
}

.about2 {
    height: 100vh;
    position: relative
}

.about2 .position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    z-index: 6
}

.about2 .position .item {
    width: 100%;
    height: 122px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    transition: .6s ease;
    cursor: pointer
}

.about2 .position .item:hover {
    color: var(--color)
}

.about2 .position .item.on {
    background: rgba(73, 178, 71, 0.8);
    color: #fff
}

.about2 .position .item:last-child {
    border: none
}

.about2 .ab2Swiper {
    width: 100%;
    height: 100%
}

.about2 .ab2Swiper .swiper-slide.swiper-slide-active .content .p1, .about2 .ab2Swiper .swiper-slide.swiper-slide-active .content .p2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.about2 .ab2Swiper .swiper-slide.swiper-slide-active .content .p2 {
    transition-delay: 400ms
}

.about2 .ab2Swiper .swiper-slide .content {
    width: 1480px;
    margin: 240px auto 0
}

.about2 .ab2Swiper .swiper-slide .content .p1 {
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    margin: 0 0 72px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 300ms, transform 600ms 300ms
}

.about2 .ab2Swiper .swiper-slide .content .p2 {
    width: 662px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 300ms, transform 600ms 400ms
}

.about3 {
    height: calc(100vh + 1500px);
    position: relative
}

.about3 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.about3 .wrap {
    width: 1480px;
    margin: auto;
    position: relative
}

.about3 .wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 125px;
    color: #49B247;
    line-height: 145px;
    text-transform: uppercase;
    transform: scale(0.3)
}

.about3 .wrap .item {
    position: absolute
}

.about3 .wrap .center {
    position: absolute;
    top: 0;
    left: 41%
}

.about3 .wrap .item1 {
    width: 209px;
    height: 190px;
    border-radius: 25px;
    overflow: hidden;
    left: -10px
}

.about3 .wrap .item1:hover img {
    transform: scale(1.05)
}

.about3 .wrap .item1 img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.about3 .wrap .item2 {
    width: 280px;
    height: 280px;
    background: #6BBF69;
    border-radius: 25px;
    padding: 17px
}

.about3 .wrap .item2 .headline {
    display: flex;
    justify-content: space-between
}

.about3 .wrap .item2 .headline .text {
    width: 190px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #49B247
}

.about3 .wrap .item2 .headline .like {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center
}

.about3 .wrap .item2 .headline .like img {
    width: 22px
}

.about3 .wrap .item2 .pick {
    margin: 110px 0 0 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px
}

.about3 .wrap .item3 {
    width: 280px;
    height: 254px;
    background: #49B247;
    border-radius: 25px;
    padding: 31px 32px 0 25px
}

.about3 .wrap .item3 .headline {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about3 .wrap .item3 .headline .text {
    width: 100px;
    height: 42px;
    background: #7EC67C;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

.about3 .wrap .item3 .headline .img {
    width: 23px;
    height: 22px
}

.about3 .wrap .item3 .headline .img img {
    width: 100%;
    object-fit: contain
}

.about3 .wrap .item3 .pick {
    margin: 63px 0 0 0;
    width: 205px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px
}

.about3 .wrap .item4 {
    width: 280px;
    height: 254px;
    background: #E7ECFF;
    border-radius: 25px;
    padding: 30px 26px 0 23px
}

.about3 .wrap .item4 .text {
    width: 140px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A
}

.about3 .wrap .item4 .flex {
    margin: 40px 0 0 0
}

.about3 .wrap .item4 .flex .list {
    display: flex;
    align-items: center
}

.about3 .wrap .item4 .flex .list span {
    width: 6px;
    height: 6px;
    background: #8C99CD;
    border-radius: 50%
}

.about3 .wrap .item4 .flex .list p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin: 0 0 0 24px
}

.about3 .wrap .item5 {
    width: 280px;
    height: 254px;
    padding: 59px 32px;
    border-radius: 25px;
    overflow: hidden;
    z-index: 2
}

.about3 .wrap .item5:hover .common_bg {
    transform: scale(1.05)
}

.about3 .wrap .item5 .common_bg {
    transition: 0.6s
}

.about3 .wrap .item5 .text {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 85px
}

.about3 .wrap .item5 .pick {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px
}

.about4 {
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh
}

.about4 .wrap {
    width: 90%
}

.about4 .wrap .title {
    font-weight: bold;
    font-size: 48px;
    color: #1A1A1A;
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase
}

.about4 .wrap .whole_cut {
    margin: auto
}

.about4 .wrap .content {
    margin: 70px 0 0 0;
    position: relative
}

.about4 .wrap .content .matter {
    width: 100%;
    height: 485px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 300ms, transform 600ms 300ms
}

.about4 .wrap .content .matter.on {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms;
    pointer-events: auto
}

.about4 .wrap .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.about4 .wrap .content .yearSwiper {
    width: 3027px;
    height: 400px;
    left: 50%;
    transform: translateX(-50%)
}

.about4 .wrap .content .yearSwiper .swiper-slide.swiper-slide-active .item .p1 {
    color: #DBEEDB
}

.about4 .wrap .content .yearSwiper .swiper-slide .item {
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.about4 .wrap .content .yearSwiper .swiper-slide .item .p1 {
    font-weight: bold;
    font-size: 400px;
    color: #EDEDED;
    line-height: 187px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .6s ease
}

.about4 .wrap .content .yearSwiper .swiper-slide .item .text {
    width: 543px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    position: relative;
    z-index: 2;
    top: 22px
}

.about4 .wrap .content .cut {
    display: flex;
    width: 585px;
    margin: 60px auto 0;
    overflow: hidden
}

.about4 .wrap .content .cut .x {
    display: flex
}

.about4 .wrap .content .cut .list {
    width: 40px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(26, 26, 26, 0.3);
    cursor: pointer;
    position: relative;
    transition: .6s ease
}

.about4 .wrap .content .cut .list.on {
    color: var(--color)
}

.about4 .wrap .content .cut .list:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #E1E1E1;
    border-radius: 50%;
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%)
}

.about4 .wrap .content .cut .list:not(:last-child) {
    margin: 0 69px 0 0
}

.about5 {
    position: relative;
    z-index: 1;
}

.about5 .img{
    width: 100%;
}

.about5 .wrap {
    width: 1480px;
    margin: auto
}


.about5 .wrap .top{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 106px;
}
.about5 .wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #1A1A1A;
    text-transform: uppercase
}

.about5 .wrap .pick{
    width: 734px;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 36px;
    margin: 49px auto 0;
    text-align: center;
}

html[lang="zh-CN"] .about5 .wrap .pick{
    width: 1000px;
}

.about5 .wrap .content {
    margin: 58px 0 0 0;
    height: 620px;
    background: #F7F7F7;
    border-radius: 20px;
    padding: 96px 0 0 0;
    overflow: hidden
}

.about5 .wrap .content .jump {
    margin: 0 85px 0 80px
}

@keyframes goAnimate {
    100% {
        transform: translateX(-50%)
    }
}

.about5 .wrap .content .honorSwiper {
    width: max-content;
    display: flex;
    animation: goAnimate 40s linear infinite
}

.about5 .wrap .content .honorSwiper:hover {
    animation-play-state: paused
}

.about5 .wrap .content .honorSwiper .swiper-slide {
    width: 280px;
    padding: 0 0 90px;
    margin: 0 63px 0 0
}

.about5 .wrap .content .honorSwiper .swiper-slide:nth-child(2n-1) .item {
    margin: 94px 0 0 0
}

.about5 .wrap .content .honorSwiper .swiper-slide .item {
    width: 100%
}

.about5 .wrap .content .honorSwiper .swiper-slide .item p {
    text-align: center;
    width: 178px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 24px;
    margin: auto
}

.about5 .wrap .content .honorSwiper .swiper-slide .item .pic {
    width: 169px;
    height: 240px;
    margin: 39px auto 0;
    position: relative;
    z-index: 5
}

.about5 .wrap .content .honorSwiper .swiper-slide .item .pic .img {
    width: 100%;
    height: 100%
}

.about5 .wrap .content .honorSwiper .swiper-slide .item .kao {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.box {
    height: 100vh
}

.box .fix {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.box .fix .wrap {
    width: 1560px
}

.box .fix .wrap .x {
    display: flex;
    width: max-content
}

.box .fix .wrap .x .img {
    width: 500px;
    height: 300px;
    margin: 0 50px 0 0
}

.box .fix .wrap .x .img img {
    width: 100%;
    height: 100%
}



@media screen and (max-width: 1919px) {
    .about1{
        padding: 6.7708333333vw 0px 7.2916666667vw;
    }
    .about1 .wrap{
        width: 77.0833333333vw;
    }
    .about1 .wrap .title{
        width: 34.375vw;
        font-size: 2.9166666667vw;
        line-height: 3.5416666667vw;
        margin: 0px auto 6.7708333333vw;
    }
    .about1 .wrap .figure .item .dis span{
        font-size: 4.1666666667vw;
    }
    .about1 .wrap .figure .item .dis .p1{
        font-size: 0.8333333333vw;
        margin: 0.8333333333vw 0px 0px 0.5208333333vw;
    }
    .about1 .wrap .figure .item .p2{
        font-size: 0.8333333333vw;
    }
    .about1 .wrap .video{
        height: 36.4583333333vw;
        border-radius: 0.7291666667vw;
        margin: 3.125vw auto 7.03125vw;
    }
    .about1 .wrap .video .play{
        width: 5.3125vw;
        height: 5.3125vw;
        backdrop-filter: blur(2.34375vw);
    }
    .about1 .wrap .video .play svg{
        width: 1.1458333333vw;
    }
    .about1 .wrap .content .l{
        width: 31.8229166667vw;
        font-size: 1.6666666667vw;
        line-height: 2.5vw;
    }

    html[lang="zh-CN"] .about1 .wrap .content .l{
        font-size: 1.354166vw;
    }
    .about1 .wrap .content .r{
        width: 37.2916666667vw;
    }
    .about1 .wrap .content .r .lenis_scroll{
        height: 23.1770833333vw;
        padding: 0px 2.34375vw 0px 0px;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .about2 .position .item{
        height: 6.3541666667vw;
        font-size: 0.9375vw;
    }
    .about2 .ab2Swiper .swiper-slide .content{
        width: 77.0833333333vw;
        margin: 12.5vw auto 0px;
    }
    .about2 .ab2Swiper .swiper-slide .content .p1{
        font-size: 2.1875vw;
        margin: 0px 0px 3.75vw;
        transform: translateY(1.5625vw);
    }
    .about2 .ab2Swiper .swiper-slide .content .p2{
        width: 34.4791666667vw;
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        transform: translateY(1.5625vw);
    }
    .about3 .wrap{
        width: 77.0833333333vw;
    }
    .about3 .wrap .title{
        font-size: 6.5104166667vw;
        line-height: 7.5520833333vw;
    }
    .about3 .wrap .item1{
        width: 10.8854166667vw;
        height: 9.8958333333vw;
        border-radius: 1.3020833333vw;
        left: -0.5208333333vw;
    }
    .about3 .wrap .item2{
        width: 14.5833333333vw;
        height: 14.5833333333vw;
        border-radius: 1.3020833333vw;
        padding: 0.8854166667vw;
    }
    .about3 .wrap .item2 .headline .text{
        width: 9.8958333333vw;
        height: 2.5vw;
        border-radius: 0.6770833333vw;
        font-size: 0.9375vw;
    }
    .about3 .wrap .item2 .headline .like{
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 0.6770833333vw;
    }
    .about3 .wrap .item2 .headline .like img{
        width: 1.1458333333vw;
    }
    .about3 .wrap .item2 .pick{
        margin: 5.7291666667vw 0px 0px;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .about3 .wrap .item3{
        width: 14.5833333333vw;
        height: 13.2291666667vw;
        border-radius: 1.3020833333vw;
        padding: 1.6145833333vw 1.6666666667vw 0px 1.3020833333vw;
    }
    .about3 .wrap .item3 .headline .text{
        width: 5.2083333333vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        font-size: 0.9375vw;
    }
    .about3 .wrap .item3 .headline .img{
        width: 1.1979166667vw;
        height: 1.1458333333vw;
    }
    .about3 .wrap .item3 .pick{
        margin: 3.28125vw 0px 0px;
        width: 10.6770833333vw;
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .about3 .wrap .item4{
        width: 14.5833333333vw;
        height: 13.2291666667vw;
        border-radius: 1.3020833333vw;
        padding: 1.5625vw 1.3541666667vw 0px 1.1979166667vw;
    }
    .about3 .wrap .item4 .text{
        width: 7.2916666667vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        font-size: 0.9375vw;
    }
    .about3 .wrap .item4 .flex{
        margin: 2.0833333333vw 0px 0px;
    }
    .about3 .wrap .item4 .flex .list span{
        width: 0.3125vw;
        height: 0.3125vw;
    }
    .about3 .wrap .item4 .flex .list p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        margin: 0px 0px 0px 1.25vw;
    }
    .about3 .wrap .item5{
        width: 14.5833333333vw;
        height: 13.2291666667vw;
        padding: 3.0729166667vw 1.6666666667vw;
        border-radius: 1.3020833333vw;
    }
    .about3 .wrap .item5 .text{
        font-size: 0.9375vw;
        margin: 0px 0px 4.4270833333vw;
    }
    .about3 .wrap .item5 .pick{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .about4 .wrap .title{
        font-size: 2.5vw;
        margin: 0px 0px 1.8229166667vw;
    }
    .about4 .wrap .content{
        margin: 3.6458333333vw 0px 0px;
    }
    .about4 .wrap .content .matter{
        height: 25.2604166667vw;
        transform: translateY(1.5625vw);
    }
    .about4 .wrap .content .yearSwiper{
        width: 157.65625vw;
        height: 20.8333333333vw;
    }
    .about4 .wrap .content .yearSwiper .swiper-slide .item .p1{
        font-size: 20.8333333333vw;
        line-height: 9.7395833333vw;
    }
    .about4 .wrap .content .yearSwiper .swiper-slide .item .text{
        width: 28.28125vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        top: 1.1458333333vw;
    }
    .about4 .wrap .content .cut{
        width: 30.46875vw;
        margin: 3.125vw auto 0px;
    }
    .about4 .wrap .content .cut .list{
        width: 2.0833333333vw;
        font-size: 0.8333333333vw;
    }
    .about4 .wrap .content .cut .list::after{
        width: 0.2083333333vw;
        height: 0.2083333333vw;
        right: -1.9791666667vw;
    }
    .about4 .wrap .content .cut .list:not(:last-child){
        margin: 0px 3.59375vw 0px 0px;
    }
    .about5 .wrap{
        width: 77.0833333333vw;
    }
    .about5 .wrap .top{
        top: 5.5208333333vw;
    }
    .about5 .wrap .title{
        font-size: 2.5vw;
    }
    .about5 .wrap .pick{
        width: 38.2291666667vw;
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
        margin: 2.5520833333vw auto 0px;
    }
    html[lang="zh-CN"] .about5 .wrap .pick{
        width: 52vw;
    }
    .about5 .wrap .content{
        margin: 3.0208333333vw 0px 0px;
        height: 32.2916666667vw;
        border-radius: 1.0416666667vw;
        padding: 5vw 0px 0px;
    }
    .about5 .wrap .content .jump{
        margin: 0px 4.4270833333vw 0px 4.1666666667vw;
    }
    .about5 .wrap .content .honorSwiper .swiper-slide{
        width: 14.5833333333vw;
        padding: 0px 0px 4.6875vw;
        margin: 0px 3.28125vw 0px 0px;
    }
    .about5 .wrap .content .honorSwiper .swiper-slide:nth-child(2n-1) .item{
        margin: 4.8958333333vw 0px 0px;
    }
    .about5 .wrap .content .honorSwiper .swiper-slide .item p{
        width: 9.2708333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .about5 .wrap .content .honorSwiper .swiper-slide .item .pic{
        width: 8.8020833333vw;
        height: 12.5vw;
        margin: 2.03125vw auto 0px;
    }
    .box .fix .wrap{
        width: 81.25vw;
    }
    .box .fix .wrap .x .img{
        width: 26.0416666667vw;
        height: 15.625vw;
        margin: 0px 2.6041666667vw 0px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .about1 {
        padding: 50px 0;
    }

    .about1 .wrap .title {
        width: 100%;
        font-size: 22px;
        line-height: 1.3;
        margin: 0 auto 35px;
    }

    .about1 .wrap {
        width: 90%;
    }

    .about1 .wrap .figure {
        flex-wrap: wrap;
        gap: 25px 0;
    }

    .about1 .wrap .figure .item {
        width: 50%;
    }

    .about1 .wrap .figure .item .dis {
    }

    .about1 .wrap .figure .item .dis span {
        font-size: 26px;
    }

    .about1 .wrap .figure .item .dis .p1 {
        font-size: 10px;
        margin: 4px 0 0 0;
    }

    .about1 .wrap .figure .item .p2 {
        font-size: 12px;
        margin: 6px 0 0 0;
    }

    .about1 .wrap .video {
        height: auto;
        border-radius: 10px;
        margin: 30px auto 40px;
    }

    .about1 .wrap .video .play {
        width: 45px;
        height: 45px;
        transform: translate(-50%, -50%) !important;
    }

    .about1 .wrap .video .play svg {
        width: 14px;
    }

    .about1 .wrap .content {
        flex-direction: column;
    }

    .about1 .wrap .content .l {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 25px;
    }

    html[lang="zh-CN"] .about1 .wrap .content .l{
        font-size: 16px;

    }

    .about1 .wrap .content .r {
        width: 100%;
    }

    .about1 .wrap .content .r .lenis_scroll {
        height: auto;
        padding: 0;
        font-size: 13px;
        line-height: 22px;
    }

    .about2 .ab2Swiper .swiper-slide .content {
        width: 90%;
        margin: 50px auto 0;
    }

    .about2 .ab2Swiper .swiper-slide .content .p1 {
        font-size: 22px;
        margin: 0 0 25px;
    }

    .about2 .ab2Swiper .swiper-slide .content .p2 {
        width: 100%;
        font-size: 13px;
        line-height: 22px;
    }

    .about2 .position .item {
        height: 50px;
        font-size: 11px;
        text-align: center;
    }

    .about2 {
        height: 75vh;
    }

    .about3 {
        height: auto;
    }

    .about3 .fix {
        height: auto;
    }

    .about3 .wrap {
        width: 90%;
        padding: 50px 0;
    }

    .about3 .wrap .title {
        transform: scale(1);
        font-size: 22px;
        line-height: 22px;
    }

    .about3 .wrap .center {
        position: static;
        margin: 30px 0 0 0;
    }

    .about3 .wrap .item {
        width: 100% !important;
        height: 190px!important;
        position: relative;
        top: 0;
        left: 0;
        border-radius: 10px !important;
        margin: 0 0 15px;
        padding: 20px 5% !important;

    }

    .about3 .wrap .item1 {
        padding: 0 !important;
    }

    .about3 .wrap .item2 .headline .text{
        width: fit-content;
        height: 35px;
        border-radius: 999px;
        font-size: 12px;
        padding: 0 15px;
    }
    .about3 .wrap .item2 .headline .like{
        border-radius: 5px;
        width: 35px;
        height: 35px;
    }
    .about3 .wrap .item2 .headline .like img{
        width: 15px;
    }
    .about3 .wrap .item2 .pick{
        margin: 30px 0 0 0;
        font-size: 13px;
        line-height: 22px;
    }
    .about3 .wrap .item3 .headline .text{
        width: fit-content;
        height: 35px;
        border-radius: 25px;
        font-size: 12px;
        padding: 0 20px;
    }
    .about3 .wrap .item3 .headline .img{
        width: 23px;
        height: 22px;
    }
    .about3 .wrap .item3 .pick{
        margin: 30px 0 0 0;
        font-size: 13px;
        line-height: 22px;
        width: 100%;
    }
    .about3 .wrap .item4 .text{
        width: fit-content;
        height: 35px;
        border-radius: 25px;
        font-size: 12px;
        padding: 0 20px;
    }
    .about3 .wrap .item4 .flex .list span{
        width: 4px;
        height: 4px;
    }
    .about3 .wrap .item4 .flex .list p{
        font-size: 13px;
        line-height: 22px;
        margin: 0 0 0 10px;
    }
    .about3 .wrap .item4 .flex{
        margin: 20px 0 0 0;
    }

    .about3 .wrap .item5 .text{
        font-size: 20px;
        margin: 0 0 20px;
    }
    .about3 .wrap .item5 .pick{
        font-size: 13px;
        line-height: 22px;
    }
    .about4{
        height: auto;
        padding: 50px 0;
    }
    .about4 .wrap .title{
        font-size: 22px;
        margin: 0 0 20px;
    }
    .about4 .wrap .content .yearSwiper .swiper-slide{
        padding: 30px 0;
    }
    .about4 .wrap .content .yearSwiper .swiper-slide .item .text{
        width: 100%;
        top: 0;
        font-size: 13px;
        line-height: 22px;
    }
    .about4 .wrap .content .yearSwiper {
        width: 100%;
        height: auto;
    }
    .about4 .wrap .content .matter{
        height: auto;
    }
    .about4 .wrap .content .yearSwiper .swiper-slide{
        height: auto;
    }
    .about4 .wrap .content .yearSwiper .swiper-slide .item .p1 {
        font-size: 150px;
        line-height: unset;
        opacity: .5;
    }
    .about4 .wrap .content .cut .list {
        width: fit-content;
        font-size: 15px;
    }
    .about4 .wrap .content .cut{
        width: 90%;
        margin: 30px auto 0;
    }
    .about4 .wrap .content .cut .list:after {
        width: 4px;
        height: 4px;
        right: -18px;
    }
    .about4 .wrap .content .cut .list:not(:last-child) {
        margin: 0px 30px 0px 0px;
    }
    .about4 .wrap .content{
        margin: 30px 0 0 0;
    }
    .about5 .wrap .title{
        font-size: 22px;
    }
    .about5 .wrap .pick{
        width: 100%;
        margin: 15px 0 0 0;
        font-size: 13px;
        line-height: 22px;
    }
    html[lang="zh-CN"] .about5 .wrap .pick{
        width: 100%;
    }
    .about5 .wrap{
        width: 90%;
    }
    .about5 .wrap .top{
        position: static;
        transform: none;
        margin: 0 0 20px;
    }
    .about5{
        display: flex;
        flex-direction: column-reverse;
        padding: 40px 0;
    }
    .about5 .img{
        width: 90%;
        margin: auto;
        display: block;

    }
    .about3 .wrap .item1{
        display: none;
    }
    .about3 .wrap .item2 .pick{
        text-align: left;
    }
    .about1 .wrap .figure .item{
        text-align: left;
    }
    .about1 .wrap .figure .item .dis{
        justify-content: unset;
        margin: 0;
    }
}
