.section1 .wrap {
    padding-top: 110px;
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 180px;
}

.section1 .wrap .top .text {
    width: 840px;
    text-align: center;
    margin: 0 auto 100px;
}

.section1 .wrap .top .text .ch {
    margin-bottom: 50px;
}

.section1 .wrap .top .text .en p,
.section1 .wrap .top .text .ch p {
    color: #333;
    font-size: 22px;
    line-height: 36px;
    font-family: "HSL";
}

.section1 .wrap .bottom .list .item {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.section1 .wrap .bottom .list .item:not(:last-child) {
    margin-bottom: 40px;
}

.section1 .wrap .bottom .list .item .text {
    position: absolute;
    /* width: 750px; */
    text-align: center;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}

.section1 .wrap .bottom .list .item .text h3 {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}

.section1 .wrap .bottom .list .item .text p {
    /* width: 540px; */
    color: #fff;
    text-align: center;
    font-size: 20px;
    /* font-weight: 200; */
    font-family: "HSL";
}

.section2 .wrap {
    padding-bottom: 210px;
    width: 1400px;
    margin: 0 auto;
}

.section2 .wrap .title {
    text-align: center;
    margin-bottom: 110px
}

.section2 .wrap .title h3 {
    color: #000000;
    font-size: 64px;
    font-weight: 400;
}

.section2 .wrap .title h3 span {
    color: #1C58D7;
}

.section2 .wrap .main {
    display: flex;
    justify-content: space-between;
}

.section2 .wrap .main .item {
    width: 676px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.section2 .wrap .main .item .img img {
    transition: all 2s;
}

.section2 .wrap .main .item:hover .img img {
    transform: scale(1.1);
}

.section2 .wrap .main .item .text {
    position: absolute;
    left: 50px;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    bottom: 40px;
}

/* html[lang="en"] .section1 .wrap .bottom .list .item .text h3 {
    font-size: 32px;
} */

@media screen and (max-width: 1919px) {
    .section1 .wrap {
        padding-top: 5.7291666667vw;
        width: 72.9166666667vw;
        padding-bottom: 9.375vw;
    }

    .section1 .wrap .top .text {
        width: 43.75vw;
        font-size: 1.1458333333vw;
        line-height: 1.875vw;
        margin: 0px auto 5.2083333333vw;
    }

    .section1 .wrap .top .text .ch {
        margin-bottom: 2.6041666667vw;
    }

    .section1 .wrap .top .text .en p,
    .section1 .wrap .top .text .ch p {
        font-size: 1.1458333333vw;
        line-height: 1.875vw;
    }

    .section1 .wrap .bottom .list .item:not(:last-child) {
        margin-bottom: 2.0833333333vw;
    }

    /* .section1 .wrap .bottom .list .item .text {
        width: 39.0625vw;
    } */

    .section1 .wrap .bottom .list .item .text h3 {
        font-size: 2.6041666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .section1 .wrap .bottom .list .item .text p {
        /* width: 28.125vw; */
        font-size: 1.0416666667vw;
    }

    .section2 .wrap {
        padding-bottom: 10.9375vw;
        width: 72.9166666667vw;
    }

    .section2 .wrap .title {
        margin-bottom: 5.7291666667vw;
    }

    .section2 .wrap .title h3 {
        font-size: 3.3333333333vw;
    }

    .section2 .wrap .main .item {
        width: 35.2083333333vw;
        border-radius: 1.5625vw;
    }

    .section2 .wrap .main .item .text {
        left: 2.6041666667vw;
        font-size: 1.25vw;
        line-height: 1.7708333333vw;
        bottom: 2.0833333333vw;
    }

    /* html[lang="en"] .section1 .wrap .bottom .list .item .text h3 {
        font-size: 1.666666666vw;
    } */
}

@media screen and (max-width: 768px) {
    .section1 .wrap {
        width: 90%;
        padding: 50px 0 70px;
    }

    .section1 .wrap .top {
        margin-bottom: 40px;
    }

    .section1 .wrap .top .text {
        width: 100%;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 60px;
    }

    .section1 .wrap .top .text .ch {
        margin-bottom: 15px;
    }

    .section1 .wrap .top .text .en p,
    .section1 .wrap .top .text .ch p {
        font-size: 16px;
        line-height: 1.4;
    }

    .section1 .wrap .bottom .list .item:not(:last-child) {
        margin-bottom: 35px;
    }

    .section1 .wrap .bottom .list .item .text h3 {
        font-size: 17px;
        margin-bottom: 10px;
        color: #000000;
    }

    .section1 .wrap .bottom .list .item .text p {
        width: 100%;
        font-size: 14px;
        color: #666666;
    }

    .section1 .wrap .bottom .list .item {
        display: flex;
        border-radius: 0px;
        flex-direction: column-reverse;
    }

    .section1 .wrap .bottom .list .item .text {
        width: 90%;
        position: unset;
        transform: unset;
        margin: 0 auto 15px;
    }

    .section2 .wrap {
        width: 90%;
        padding: 0 0 60px;
    }

    .section2 .wrap .title {
        margin-bottom: 30px;
    }

    .section2 .wrap .title h3 {
        font-size: 24px;
    }

    .section2 .wrap .main {
        flex-wrap: wrap;
        gap: 20px;
    }

    .section2 .wrap .main .item {
        width: 100%;
        border-radius: 12px;
    }

    .section2 .wrap .main .item .text {
        left: 20px;
        bottom: 20px;
        font-size: 15px;
        line-height: 1.4;
    }

    /* html[lang="en"] .section1 .wrap .bottom .list .item .text h3 {
        font-size: 20px;
    } */
}