.common_banner .text {
    top: 21.25vw;
}

.common_banner .text h5 {
    font-size: 50px;
}

.common_banner .text h5 div {
    font-size: 50px;
}

.sec1 {
    padding: 129px 0 0;
    width: 100vw;
    overflow: hidden;
}

.sec1 .zi {
    width: 405px;
    margin: 0 auto;
}

.sec1 .title {
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 36px;
    text-align: center;
    margin: 20px 0 30px;
}

.sec1 .text {
    width: 1075px;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 18px;
    color: #888888;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 141px;
}

.sec1 .imgs {
    display: flex;
    width: max-content;
    animation: img_go 80s infinite linear;
}

.sec1 .imgs .flex {
    display: flex;
    align-items: flex-start;
}

.sec1 .imgs .flex .img {
    margin-right: 30px;
    border-radius: 36px;
    overflow: hidden;
}

.sec1 .imgs .flex .img img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec1 .imgs .flex .img:hover img {
    transform: scale(1.1);
}

.sec1 .imgs .flex .img1 {
    width: 470px;
    margin-top: 50px;
}

.sec1 .imgs .flex .img3 {
    width: 300px;
    margin-top: 113px;
}

.sec1 .imgs .flex .img4 {
    width: 400px;
}

.sec1 .imgs .flex .img5 {
    width: 400px;
    margin-top: 113px;
}

.sec1 .imgs .flex .img6 {
    width: 510px;
    margin-top: 50px;
}

.sec1 .imgs .flex .img7 {
    width: 510px;
}

.sec1 .imgs .flex .img8 {
    width: 300px;
    margin-top: 113px;
}

@keyframes img_go {
    100% {
        transform: translateX(-50%);
    }
}

.sec2 {
    padding: 128px 0 143px;
}

.sec2 .wrap .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec2 .wrap .item .item_l {
    width: 615px;
}

.sec2 .wrap .item .item_l .item_l_title {
    font-family: 'Neue Kaine';
    font-weight: 600;
    font-size: 46px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 35px;
}

.sec2 .wrap .item .item_l .item_l_text {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 28px;
}

.sec2 .wrap .item .img {
    width: 644px;
}

.sec2 .wrap .item .img img {
    display: block;
    width: 100%;
}

.sec2 .wrap .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.sec2 .wrap .item:not(:last-child) {
    margin-bottom: 120px;
}


@media screen and (max-width: 1919px) {
    .common_banner .text h5 {
        font-size: 2.6041666667vw;
    }

    .common_banner .text h5 div {
        font-size: 2.6041666667vw;
    }

    .sec1 {
        padding: 6.71875vw 0px 0px;
    }

    .sec1 .zi {
        width: 21.09375vw;
    }

    .sec1 .title {
        font-size: 1.25vw;
        line-height: 1.875vw;
        margin: 1.0416666667vw 0px 1.5625vw;
    }

    .sec1 .text {
        width: 55.9895833333vw;
        font-size: 0.9375vw;
        line-height: 1.25vw;
        margin: 0px auto 7.34375vw;
    }

    .sec1 .imgs .flex .img {
        margin-right: 1.5625vw;
        border-radius: 1.875vw;
    }
    .sec1 .imgs .flex .img2 {
        width: 24.47916666vw;
    }
    .sec1 .imgs .flex .img1 {
        width: 24.4791666667vw;
        margin-top: 2.6041666667vw;
    }

    .sec1 .imgs .flex .img3 {
        width: 15.625vw;
        margin-top: 5.8854166667vw;
    }

    .sec1 .imgs .flex .img4 {
        width: 20.8333333333vw;
    }

    .sec1 .imgs .flex .img5 {
        width: 20.8333333333vw;
        margin-top: 5.8854166667vw;
    }

    .sec1 .imgs .flex .img6 {
        width: 26.5625vw;
        margin-top: 2.6041666667vw;
    }

    .sec1 .imgs .flex .img7 {
        width: 26.5625vw;
    }

    .sec1 .imgs .flex .img8 {
        width: 15.625vw;
        margin-top: 5.8854166667vw;
    }

    .sec2 {
        padding: 6.6666666667vw 0px 7.4479166667vw;
    }

    .sec2 .wrap .item .item_l {
        width: 32.03125vw;
    }

    .sec2 .wrap .item .item_l .item_l_title {
        font-size: 2.3958333333vw;
        margin-bottom: 1.8229166667vw;
    }

    .sec2 .wrap .item .item_l .item_l_text {
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }

    .sec2 .wrap .item .img {
        width: 33.5416666667vw;
    }

    .sec2 .wrap .item:not(:last-child) {
        margin-bottom: 6.25vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner .text {
        top: 40%;
    }
    .common_banner .text h5 div {
        font-size: 22px;
    }
    .common_banner .text {
        width: 90%;
        text-align: center;
    }
    .sec1 {
        padding: 50px 5vw 0;
    }
    .sec1 .zi {
        width: 140px;
    }
    .sec1 .title {
        font-size: 16px;
        line-height: 1.3;
        margin: 15px 0;
    }
    .sec1 .text {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 0 30px;
    }
    .sec1 .imgs .flex {
        align-items: flex-end;
    }
    .sec1 .imgs .flex .img1 {
        width: 120px;
        margin-top: 30px;
    }
    .sec1 .imgs .flex .img {
        margin-right: 15px;
        border-radius: 8px;
    }
    .sec1 .imgs .flex .img2 {
        width: 160px;
    }
    .sec1 .imgs .flex .img3 {
        width: 80px;
    }
    .sec1 .imgs .flex .img4 {
        width: 120px;
    }
    .sec1 .imgs .flex .img5 {
        width: 120px;
    }
    .sec1 .imgs .flex .img6 {
        width: 140px;
    }
    .sec1 .imgs .flex .img7 {
        width: 140px;
    }
    .sec2 {
        padding: 80px 0 60px;
    }
    .sec2 .wrap .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .sec2 .wrap .item {
        flex-direction: column-reverse !important;
        padding: 0 0 12px;
        border-bottom: 1px solid #cccccc;
    }
    .sec2 .wrap .item .img {
        width: 100%;
    }
    .sec2 .wrap .item .item_l {
        width: 100%;
        padding: 30px 0 0;
    }
    .sec2 .wrap .item .item_l .item_l_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec2 .wrap .item .item_l .item_l_text {
        font-size: 14px;
        line-height: 1.6;
    }
}
