.common_banner .text {
    transform: unset;
    left: 59.4791666666666vw;
    bottom: 12.5vw;
}
.common_banner .text h1 {
    text-align: left;
}
.common_banner .text p {
    text-align: left;
    margin-left: 70px;
}
.sec1 {
    padding: 144px 0 0;
    position: relative;
    z-index: 3;
}

.sec1 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .l {
    width: 615px;
}

.sec1 .wrap .l .title {
    font-weight: bold;
    font-size: 42px;
    line-height: 100%;
    color: #87b22e;
}

.sec1 .wrap .l .h5 {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #1a1a1a;
    margin: 21px 0 51px;
}

.sec1 .wrap .l .p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #888888;
}

.sec1 .wrap .r {
    width: 620px;
    height: 680px;
    border-radius: 16px;
    overflow: hidden;
}

.sec1 .wrap .r img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 {
    border-radius: 200px 200px 0 0;
    padding: 277px 0 231px;
}

.sec2 .img {
    width: 632px;
    margin: 0 auto;
    position: relative;
}

.sec2 .img img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;
}

.sec2 .img .dians .dian {
    position: absolute;
}

.sec2 .img .dians .dian .cir {
    width: 16px;
    height: 16px;
    background: #87b22e;
    border-radius: 50%;
    position: relative;
    transform: scale(0);
    transition: 0.6s;
}

.sec2 .img .dians .dian .cir:after, .sec2 .img .dians .dian .cir:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #87b22e;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
}

.sec2 .img .dians .dian .cir:before {
    animation-delay: 1.5s;
}

.sec2 .img .dians .dian p {
    font-weight: bold;
    font-size: 32px;
    background: linear-gradient(270deg, #3AA054 0%, #ADD293 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: -31px;
    top: 50%;
    width: max-content;
    transform: translate(100%, -50%);
    opacity: 0;
    transition: 0.6s;
}

.sec2 .img .dians .dian:nth-child(1) {
    top: -86px;
    left: -27px;
}

.sec2 .img .dians .dian:nth-child(1) .cir, .sec2 .img .dians .dian:nth-child(1) p {
    transition-delay: 1.6s;
}

.sec2 .img .dians .dian:nth-child(2) {
    top: 117px;
    right: -364px;
}

.sec2 .img .dians .dian:nth-child(2) p {
    text-align: right;
    left: -39px;
    transform: translate(-100%, -50%);
}

.sec2 .img .dians .dian:nth-child(2) .cir, .sec2 .img .dians .dian:nth-child(2) p {
    transition-delay: 1.8s;
}

.sec2 .img .dians .dian:nth-child(3) {
    top: 243px;
    left: -366px;
}

.sec2 .img .dians .dian:nth-child(3) p {
    right: -38px;
}

.sec2 .img .dians .dian:nth-child(3) .cir, .sec2 .img .dians .dian:nth-child(3) p {
    transition-delay: 1.8s;
}

.sec2 .img .dians .dian:nth-child(4) {
    bottom: -165px;
    left: 308px;
}

.sec2 .img .dians .dian:nth-child(4) p {
    left: 50%;
    top: -48px;
    transform: translate(-50%, -100%);
}

.sec2 .img .dians .dian:nth-child(4) .cir, .sec2 .img .dians .dian:nth-child(4) p {
    transition-delay: 1.6s;
}

.sec2 .img .dians .dian:nth-child(5) {
    top: 425px;
    right: -53px;
}

.sec2 .img .dians .dian:nth-child(5) p {
    text-align: right;
    right: -55px;
}

.sec2 .img .dians .dian:nth-child(5) .cir, .sec2 .img .dians .dian:nth-child(5) p {
    transition-delay: 1.6s;
}

.sec2 .img .dians.on .dian .cir {
    transform: scale(1);
}

.sec2 .img .dians.on .dian p {
    opacity: 1;
}

.sec2 .img .cir_box {
    position: absolute;
    width: 264px;
    height: 264px;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .img .cir_box .c1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #b8e0c6;
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.4s;
}

.sec2 .img .cir_box .c2 {
    width: 864px;
    height: 864px;
    border-radius: 50%;
    border: 1px solid #b8e0c6;
    position: absolute;
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.6s;
}

.sec2 .img .cir_box .c3 {
    width: 1352px;
    height: 1352px;
    position: absolute;
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.8s;
}

.sec2 .img .cir_box .c3 img {
    display: block;
    width: 100%;
}

.sec2 .img .cir_box.on .c1, .sec2 .img .cir_box.on .c2, .sec2 .img .cir_box.on .c3 {
    transform: scale(1);
}

.footer {
    position: relative;
    z-index: 3;
    background: #FFFFFF;
}

.sec3 {
    padding: 0px 0 139px;
    position: relative;
    overflow: hidden;
}
.sec3 .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.sec3 .bg img {
    display: block;
    width: 100%;
    opacity: 0.3;
}
.sec3 .wrap .title {
    margin-bottom: 30px;
    color: #1A1A1A;
    font-size: 42px;
    font-weight: 600;
}
.sec3 .wrap .list {
    display: flex;
    gap: 20px;
}
.sec3 .wrap .list .item {
    position: relative;
    flex: 1;
    height: 470px;
    border-radius: 32px;
    overflow: hidden;
    transition: 1s;
}

.sec3 .wrap .list .item .img {
    width: 800px;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    filter: brightness(0.8);
    transition: 0.6s;
}
.sec3 .wrap .list .item.on .img {
    filter: brightness(1);
}
.sec3 .wrap .list .item.on .item_h5 {
    opacity: 0;
    transform: translateY(20px);
}
.sec3 .wrap .list .item.on .item_text {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
}
.sec3 .wrap .list .item .item_text {
    position: absolute;
    width: 800px;
    padding: 0 60px;
    top: 262px;
    left: 0;
    z-index: 3;
    opacity: 0;
    transform: translateY(20px);
}
.sec3 .wrap .list .item .item_text .h5 {
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
}
.sec3 .wrap .list .item .item_text .p {
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    margin: 19px 0 0;
    line-height: 1.75;
}
.sec3 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec3 .wrap .list .item.on {
    flex: 2.857;
}
.sec3 .wrap .list .item .item_h5 {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    width: 100%;
    padding: 0 30px 0 40px;
    top: 297px;
    z-index: 3;
}
html[lang='en'] .sec3 .wrap .list .item .item_h5 {
    font-size: 20px;
}
html[lang='en'] .sec3 .wrap .list .item .item_text .h5 {
    font-size: 24px;
}
html[lang='en'] .sec3 .wrap .list .item .item_text .p {
    font-size: 15px;
    line-height: 1.5;
}
.sec3 .wrap .list .item .icon {
    width: 62px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 47px;
    right: 44px;
    z-index: 2;
}
.sec3 .wrap .list .item .icon img {
    display: block;
}
.sec4 {
    padding: 125px 0 145px;
}
.sec4 .wrap .sec4_top {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 63px;
}
.sec4 .wrap .sec4_top .l .icon {
    width: 62px;
}
.sec4 .wrap .sec4_top .l .icon img {
    display: block;
    width: 100%;
}
.sec4 .wrap .sec4_top .l .title {
    color: #1A1A1A;
    font-size: 42px;
    font-weight: bold;
    margin: 20px 0 0;
}
.sec4 .wrap .sec4_top .r {
    padding: 72px 0 0;
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    width: 680px;
}
.sec4 {
    overflow: hidden;
}
.sec4 .wrap .swiper {
    width: 2130px;
}
.sec4 .wrap .swiper .swiper-slide .img {
    width: 100%;
    height: 406px;
    border-radius: 26px;
    overflow: hidden;
}
.sec4 .wrap .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}
.sec4 .wrap .swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}
.sec4 .wrap .swiper .swiper-slide .h5 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    margin: 45px 0 20px;
}
.sec4 .wrap .swiper .swiper-slide .p {
    color: #A9A9A9;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.sec5 {
    width: 100%;
    height: 100vh;
    background: url("/static/images/s17.jpg") no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec5 .wrap .title {
    color: #000;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.42;
    margin-bottom: 89px;
}
.sec5 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    width: 830px;
}
.sec5 .wrap .list .item {
    width: 270px;
    height: 92px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
    text-align: center;
}
html[lang='en'] .sec5 .wrap .list .item {
    width: 410px;
}
.sec5 .wrap .list .item .item_title {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}
.sec5 .wrap .list .item .item_p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.sec5 .wrap .list .item .sq {
    height: 100%;
    position: absolute;
}
.sec5 .wrap .list .item .sq img {
    display: block;
    height: 100%;
}
.sec5 .wrap .list .item .sq1 {
    left: 0;
}
.sec5 .wrap .list .item .sq2 {
    right: 0;
}
@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

@media screen and (max-width: 1919px) {
    html[lang='en'] .sec5 .wrap .list .item {
        width: 21.354166666vw;
    }
    html[lang='en'] .sec3 .wrap .list .item .item_h5 {
        font-size: 1.041666666vw;
    }
    html[lang='en'] .sec3 .wrap .list .item .item_text .h5 {
        font-size: 1.25vw;
    }
    html[lang='en'] .sec3 .wrap .list .item .item_text .p {
        font-size: 0.78125vw;
    }
    .common_banner .text p{
        margin-left: 3.6458333333vw;
    }
    .sec1{
        padding: 7.5vw 0px 0px;
    }
    .sec1 .wrap .l{
        width: 32.03125vw;
    }
    .sec1 .wrap .l .title{
        font-size: 2.1875vw;
    }
    .sec1 .wrap .l .h5{
        font-size: 1.3020833333vw;
        line-height: 1.6666666667vw;
        margin: 1.09375vw 0px 2.65625vw;
    }
    .sec1 .wrap .l .p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .sec1 .wrap .r{
        width: 32.2916666667vw;
        height: 35.4166666667vw;
        border-radius: 0.8333333333vw;
    }
    .sec2{
        border-radius: 10.4166666667vw 10.4166666667vw 0px 0px;
        padding: 14.4270833333vw 0px 12.03125vw;
    }
    .sec2 .img{
        width: 32.9166666667vw;
    }
    .sec2 .img .dians .dian .cir{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
    }
    .sec2 .img .dians .dian p{
        font-size: 1.6666666667vw;
        right: -1.6145833333vw;
    }
    .sec2 .img .dians .dian:nth-child(1){
        top: -4.4791666667vw;
        left: -1.40625vw;
    }
    .sec2 .img .dians .dian:nth-child(2){
        top: 6.09375vw;
        right: -18.9583333333vw;
    }
    .sec2 .img .dians .dian:nth-child(2) p{
        left: -2.03125vw;
    }
    .sec2 .img .dians .dian:nth-child(3){
        top: 12.65625vw;
        left: -19.0625vw;
    }
    .sec2 .img .dians .dian:nth-child(3) p{
        right: -1.9791666667vw;
    }
    .sec2 .img .dians .dian:nth-child(4){
        bottom: -8.59375vw;
        left: 16.0416666667vw;
    }
    .sec2 .img .dians .dian:nth-child(4) p{
        top: -2.5vw;
    }
    .sec2 .img .dians .dian:nth-child(5){
        top: 22.1354166667vw;
        right: -2.7604166667vw;
    }
    .sec2 .img .dians .dian:nth-child(5) p{
        right: -2.8645833333vw;
    }
    .sec2 .img .cir_box{
        width: 13.75vw;
        height: 13.75vw;
        top: 3.2291666667vw;
    }
    .sec2 .img .cir_box .c2{
        width: 45vw;
        height: 45vw;
    }
    .sec2 .img .cir_box .c3{
        width: 70.4166666667vw;
        height: 70.4166666667vw;
    }
    .sec3{
        padding: 0px 0px 7.2395833333vw;
    }
    .sec3 .wrap .title{
        margin-bottom: 1.5625vw;
        font-size: 2.1875vw;
    }
    .sec3 .wrap .list{
        gap: 1.0416666667vw;
    }
    .sec3 .wrap .list .item{
        height: 24.4791666667vw;
        border-radius: 1.6666666667vw;
    }
    .sec3 .wrap .list .item .img{
        width: 41.6666666667vw;
        border-radius: 1.6666666667vw;
    }
    .sec3 .wrap .list .item.on .item_h5{
        transform: translateY(1.0416666667vw);
    }
    .sec3 .wrap .list .item .item_text{
        width: 41.6666666667vw;
        padding: 0px 3.125vw;
        top: 13.6458333333vw;
        transform: translateY(1.0416666667vw);
    }
    .sec3 .wrap .list .item .item_text .h5{
        font-size: 1.875vw;
    }
    .sec3 .wrap .list .item .item_text .p{
        font-size: 0.8333333333vw;
        margin: 0.9895833333vw 0px 0px;
    }
    .sec3 .wrap .list .item .item_h5{
        font-size: 1.4583333333vw;
        padding: 0px 1.5625vw 0px 2.0833333333vw;
        top: 15.46875vw;
    }
    .sec3 .wrap .list .item .icon{
        width: 3.2291666667vw;
        height: 2.7604166667vw;
        top: 2.4479166667vw;
        right: 2.2916666667vw;
    }
    .sec4{
        padding: 6.5104166667vw 0px 7.5520833333vw;
    }
    .sec4 .wrap .sec4_top{
        padding: 0px 0px 1.5625vw;
        margin-bottom: 3.28125vw;
    }
    .sec4 .wrap .sec4_top .l .icon{
        width: 3.2291666667vw;
    }
    .sec4 .wrap .sec4_top .l .title{
        font-size: 2.1875vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .sec4 .wrap .sec4_top .r{
        padding: 3.75vw 0px 0px;
        font-size: 0.8333333333vw;
        width: 35.4166666667vw;
    }
    .sec4 .wrap .swiper{
        width: 110.9375vw;
    }
    .sec4 .wrap .swiper .swiper-slide .img{
        height: 21.1458333333vw;
        border-radius: 1.3541666667vw;
    }
    .sec4 .wrap .swiper .swiper-slide .h5{
        font-size: 1.4583333333vw;
        margin: 2.34375vw 0px 1.0416666667vw;
    }
    .sec4 .wrap .swiper .swiper-slide .p{
        font-size: 0.8333333333vw;
    }
    .sec5 .wrap .title{
        font-size: 1.9791666667vw;
        margin-bottom: 4.6354166667vw;
    }
    .sec5 .wrap .list{
        gap: 1.0416666667vw 0.5208333333vw;
        width: 43.2291666667vw;
    }
    .sec5 .wrap .list .item{
        width: 14.0625vw;
        height: 4.7916666667vw;
        padding: 0px 2.34375vw;
    }
    .sec5 .wrap .list .item .item_title{
        font-size: 0.8333333333vw;
    }
    .sec5 .wrap .list .item .item_p{
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 768px) {
    html[lang='en'] .sec5 .wrap .list .item {
        width: 100%;
    }
    .common_banner .text {
        left: unset;
        right: 5vw;
    }
    .sec3 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sec1 {
        padding: 50px 0 0;
    }
    .sec1 .wrap {
        display: block;
    }
    .sec1 .wrap .l {
        width: 100%;
    }
    .sec1 .wrap .l .title {
        font-size: 22px;
    }
    .sec1 .wrap .l .h5 {
        font-size: 18px;
        line-height: 1.4;
        margin: 15px 0 25px;
    }
    .sec1 .wrap .l .p {
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .r {
        width: 100%;
        height: unset;
        border-radius: 8px;
        margin: 20px 0 0;
    }
    .sec2 {
        padding: 40vw 0;
    }
    .sec2 .img {
        width: 50vw;
    }
    .sec2 .img .cir_box {
        width: 20vw;
        height: 20vw;
    }
    .sec2 .img .cir_box .c2 {
        width: 60vw;
        height: 60vw;
    }
    .sec2 .img .cir_box .c3 {
        width: 90vw;
        height: 90vw;
    }
    .sec2 .img .dians .dian .cir {
        width: 8px;
        height: 8px;
    }
    .sec2 .img .dians .dian p {
        font-size: 15px;
        right: -12px;
    }
    .sec2 .img .dians .dian:nth-child(1) {
        left: -0.30625vw;
    }
    .sec2 .img .dians .dian:nth-child(4) {
        bottom: -6.99375vw;
        left: 24.041667vw;
    }
    .sec2 .img .dians .dian:nth-child(4) p {
        top: unset;
        bottom: -50px;
    }
    .sec2 .img .dians .dian:nth-child(3) {
        left: -21.0625vw;
    }
    .sec2 .img .dians .dian:nth-child(2) {
        right: -15.658333vw;
        top: -7.90625vw;
    }
    .sec2 .img .dians .dian:nth-child(5) {
        top: 31.135417vw;
        right: 1.239583vw;
    }
    .sec3 {
        padding: 30px 0 25px;
    }
    .sec3 .wrap .list {
        display: block;
    }
    .sec3 .wrap .list .item {
        width: 100%;
        height: 70vw;
        border-radius: 10px;
        margin-bottom: 25px;
    }
    .sec3 .wrap .list .item .img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        filter: brightness(0.8);
    }
    .sec3 .wrap .list .item .icon {
        width: 32px;
        height: 32px;
        top: 15px;
        right: 15px;
    }
    .sec3 .wrap .list .item .item_text {
        opacity: 1;
        transform: unset;
        width: 100%;
        padding: 0 15px;
        bottom: 15px;
        top: unset;
    }
    .sec3 .wrap .list .item .item_h5 {
        display: none;
    }
    .sec3 .wrap .list .item .item_text .h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .sec3 .wrap .list .item .item_text .p {
        font-size: 14px;
    }
    .sec4 {
        padding: 50px 0;
    }
    .sec4 .wrap .sec4_top {
        padding: 0 0 20px;
        display: block;
    }
    .sec4 .wrap .sec4_top .l .icon {
        width: 40px;
        height: 40px;
    }
    .sec4 .wrap .sec4_top .l .title {
        font-size: 20px;
        margin: 6px 0 0;
    }
    .sec4 .wrap .sec4_top .r {
        width: 100%;
        padding: 15px 0 0;
        font-size: 15px;
        line-height: 1.8;
    }
    .sec4 .wrap .swiper {
        width: 100%;
        margin: 30px 0 0;
    }
    .sec4 .wrap .swiper .swiper-slide .img {
        height: 42vw;
        border-radius: 8px;
    }
    .sec4 .wrap .swiper .swiper-slide .h5 {
        font-size: 16px;
        margin: 20px 0 10px;
    }
    .sec4 .wrap .swiper .swiper-slide .p {
        font-size: 14px;
        line-height: 1.8;
    }
    .sec5 {
        height: unset;
        padding: 50px 0;
    }
    .sec5 .wrap .title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sec5 .wrap .list {
        width: 100%;
        justify-content: space-between;
        gap: 20px 0;
    }
    .sec5 .wrap .list .item {
        width: 100%;
        height: 70px;
        padding: 0 15px;
    }
    .sec5 .wrap .list .item .item_title {
        font-size: 14px;
    }
    .sec5 .wrap .list .item .item_p {
        font-size: 14px;
    }
    html[lang='en'] .sec3 .wrap .list .item .item_h5 {
        font-size: 1.041666666vw;
    }
    html[lang='en'] .sec3 .wrap .list .item .item_text .h5 {
        font-size: 16px;
    }
    html[lang='en'] .sec3 .wrap .list .item .item_text .p {
        font-size: 14px;
    }
    html[lang='en'] .sec3 .wrap .list .item {
        height: 100vw;
    }
    html[lang='en'] .sec2 .img .dians .dian:nth-child(1) p {
        transform: translate(-39%, -135%);
        left: -50%;
    }
    html[lang='en'] .sec2 .img .dians .dian:nth-child(4) {
        bottom: -12.99375vw;
    }
    .sec2 .img .dians .dian:nth-child(5) p {
        right: 50%;
        transform: translate(50%,4px);
    }
}
