.banner .text {
    left: calc(50vw - 800px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner .text .title h3 {
    color: #1B1B1B;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.2;
}

.banner .text .title {
    margin-bottom: 40px;
}

.banner .text .txt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 32px;
    font-weight: 200;
}

.banner .text .txt p {
    font-family: "HSL";
}

.banner .text .txt .line {
    width: 50px;
    height: 1px;
    background-color: #535353;
}

.section1 .wrap {
    width: 1400px;
    margin: 0 auto;

    padding-top: 170px;
    padding-bottom: 160px;
}

.section1 .wrap .top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 150px;
}

.section1 .wrap .left {
    width: 590px;
}

.section1 .wrap .right {
    width: 440px;
    color: #898989;
    font-size: 22px;
    line-height: 35px;
    font-weight: 200;
}

.section1 .wrap .right .text p {
    font-family: "HSL";
}

.section1 .wrap .right span {
    color: #BF9368;
    /* font-weight: 700; */
    font-family: "HSM";
}

.section1 .wrap .bottom {
    position: relative;
}

.section1 .wrap .bottom .list {
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.section1 .wrap .bottom .list .item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 75px;
}

.section1 .wrap .bottom .list .item p {
    font-family: "HSL";
}


.section1 .wrap .bottom .list .line {
    width: 1px;
    height: 100%;
    opacity: .6;
    background-color: #B1977F;
}

.section1 .wrap .bottom .list .item span {
    /* font-weight: 700; */
    font-family: "HSB";
}

.section2 .wrap .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.section2 .wrap .list .item {
    position: relative;
    overflow: hidden;
}

.section2 .wrap .list .item:hover img {
    transform: scale(1.1);
}

.section2 .wrap .list .item img {
    width: 100%;
    transition: all 2s;
    height: 100%;
    display: block;
}

.section2 .wrap .list .item .text {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 36px;
    color: #fff;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.section2 .wrap .list .item:nth-child(2) {
    background-color: #AC8D6E;
}

.section2 .wrap .list .item:nth-child(4) {
    background-color: #AC8D6E;
}

.section2 .wrap .list .item:nth-child(6) {
    background-color: #AC8D6E;
}

.section3 .wrap {
    padding-top: 170px;
    padding-bottom: 200px;
    width: 1600px;
    margin: 0 auto;
}

.section3 .wrap .title {
    margin-bottom: 90px;
}

.section3 .wrap .title h3 {
    font-size: 60px;
    text-align: center;
    color: #000;
    font-weight: 400;
}

.section3 .wrap .title h3 span {
    color: #BF9368;
}

.section3 .wrap .main {
    display: flex;
    justify-content: space-between;
}

.section3 .wrap .main .item {
    width: 790px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.section3 .wrap .main .item img {
    transition: all 2s;
}

.section3 .wrap .main .item:hover img {
    transform: scale(1.1);
}

.section3 .wrap .main .item .text {
    position: absolute;
    left: 60px;
    bottom: 50px;
    z-index: 2;
    color: #FFFFFF;
    font-weight: 200;
    font-size: 30px;
}

.section3 .wrap .main .item .text p {
    font-family: "HSL";
}

.section4 {
    background-color: #F4F1EC;
}

.section4 .wrap {
    width: 1600px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 150px;
}

.section4 .wrap .top {
    margin-bottom: 100px;
}

.section4 .wrap .top .title {
    margin-bottom: 10px;
}

.section4 .wrap .top .text {
    color: #1B1B1B;
    font-size: 28px;
    font-weight: 200;
}

.section4 .wrap .top .text p {
    font-family: "HSL";
}

.section4 .wrap .top .title h3 {
    color: #1B1B1B;
    font-size: 60px;
    font-weight: 400;
}

.section4 .wrap .bottom .item {
    text-align: center;
}

.section4 .wrap .bottom .img {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4 .wrap .bottom .text {
    margin-top: 20px;
    color: #1B1B1B;
    /* font-size: 24px; */
    font-size: 24px;
}


.section4 .wrap .bottom .page {
    width: 700px;
    margin: 160px auto 0;
    height: 2px;
}

.section4 .wrap .bottom .page .swiper-pagination {
    position: static;
    height: 2px;
    background-color: #C9C9C9;
}

.section4 .wrap .bottom .page .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #B0947B;
}

html[lang="en"] .section1 .wrap .left {
    width: 480px;
}

html[lang="en"] .section1 .wrap .right {
    /* width: 580px; */
    width: 640px;
    /* font-size: 18px; */
}

html[lang="en"] .section2 .wrap .list .item .text {
    text-align: center;
    font-size: 32px;
}

html[lang="en"] .section3 .wrap .title h3 {
    width: 680px;
    font-size: 40px;
    margin: 0 auto
}

/* html[lang="en"] .section4 .wrap .top .title h3 {
    font-size: 40px;
}



html[lang="en"] .section4 .wrap .bottom .text {
    font-size: 18px;
} */
html[lang="en"] .section2 .wrap .more a {
    width: 170px;
}
html[lang="en"] .section4 .wrap .bottom .text {
    font-size: 22px;
    font-family: "HSL";
}
html[lang="en"] .section4 .wrap .top .text {
    font-size: 24px;
}


@media screen and (max-width: 1919px) {
    .banner .text {
        left: calc(-41.6666666667vw + 50vw);
    }

    .banner .text .title h3 {
        /* font-size: 5.2083333333vw; */
        /* font-size: 4.166666666vw; */
        font-size: 3.125vw;
        /* line-height: 5.9375vw; */
    }

    .banner .text .title {
        margin-bottom: 2.0833333333vw;
    }

    .banner .text .txt {
        gap: 0.5208333333vw;
        font-size: 1.6666666667vw;
    }

    .banner .text .txt .line {
        width: 2.6041666667vw;
    }

    .section1 .wrap {
        width: 72.9166666667vw;
        padding-top: 8.8541666667vw;
        padding-bottom: 8.3333333333vw;
    }

    .section1 .wrap .top {
        margin-bottom: 7.8125vw;
    }

    .section1 .wrap .left {
        width: 30.7291666667vw;
    }

    .section1 .wrap .right {
        width: 22.9166666667vw;
        font-size: 1.1458333333vw;
        line-height: 1.8229166667vw;
    }

    .section1 .wrap .bottom .list .item {
        font-size: 3.90625vw;
    }

    .section2 .wrap .list .item .text {
        font-size: 1.875vw;
    }

    .section3 .wrap {
        padding-top: 8.8541666667vw;
        padding-bottom: 10.4166666667vw;
        width: 83.3333333333vw;
    }

    .section3 .wrap .title {
        margin-bottom: 4.6875vw;
    }

    .section3 .wrap .title h3 {
        font-size: 3.125vw;
    }

    .section3 .wrap .main .item {
        width: 41.1458333333vw;
        border-radius: 1.0416666667vw;
    }

    .section3 .wrap .main .item .text {
        left: 3.125vw;
        bottom: 2.6041666667vw;
        font-size: 1.5625vw;
    }

    .section4 .wrap {
        width: 83.3333333333vw;
        padding-top: 6.25vw;
        padding-bottom: 7.8125vw;
    }

    .section4 .wrap .top {
        margin-bottom: 5.2083333333vw;
    }

    .section4 .wrap .top .title {
        margin-bottom: 0.5208333333vw;
    }

    .section4 .wrap .top .text {
        font-size: 1.4583333333vw;
    }

    .section4 .wrap .top .title h3 {
        font-size: 3.125vw;
    }

    .section4 .wrap .bottom .img {
        height: 6.7708333333vw;
    }

    .section4 .wrap .bottom .text {
        margin-top: 1.0416666667vw;
        font-size: 1.25vw;
    }
    

    .section4 .wrap .bottom .page {
        width: 36.4583333333vw;
        margin: 8.3333333333vw auto 0px;
        height: 0.1041666667vw;
    }

    .section4 .wrap .bottom .page .swiper-pagination {
        height: 0.1041666667vw;
    }


    html[lang="en"] .section1 .wrap .left {
        width: 25vw;
    }

    html[lang="en"] .section1 .wrap .right {
        width: 33.33333333vw;
        /* font-size: 0.9375vw; */
    }

    html[lang="en"] .section3 .wrap .title h3 {
        width: 35.4166666667vw;
        font-size: 2.0833333333vw;
    }

    /* html[lang="en"] .section4 .wrap .top .title h3 {
        font-size: 2.0833333333vw;
    }

    html[lang="en"] .section4 .wrap .top .text {
        font-size: 1.1458333333vw;
    }

    html[lang="en"] .section4 .wrap .bottom .text {
        font-size: 0.9375vw;
    } */

    html[lang="en"] .section2 .wrap .more a {
        width: 8.854166666vw;
    }

    html[lang="en"] .section2 .wrap .list .item .text {
        font-size: 1.66666666vw;
    }
    html[lang="en"] .section4 .wrap .bottom .text {
        font-size: 1.145833333vw;
    }
    html[lang="en"] .section4 .wrap .top .text {
        font-size: 1.25vw;
    }
}

@media screen and (max-width: 768px) {
    .banner .wrap .img {
        position: relative;
    }



    .banner .wrap .img::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: rgba(255, 255, 255, .3);
    }

    .banner .text .title h3 {
        font-size: 22px;
    }

    .banner .text .title {
        margin-bottom: 10px;
    }

    .banner .text .title h3 br {
        display: none;
    }

    .banner .text .txt {
        gap: 10px;
        justify-content: center;
        font-size: 16px;
    }

    .banner .wrap .text {
        /* left: 5vw; */
        left: 50%;
        width: 90%;
        top: 60px;
        transform: translateX(-50%);
    }
    .banner .wrap .title {
        text-align: center;
    }

    .section1 .wrap {
        width: 90vw;
        margin: 0 auto;
        padding: 50px 0;
    }

    .section1 .wrap .top {
        display: block;
        margin-bottom: 25px;
    }

    .section1 .wrap .left {
        width: 220px;
    }

    .section1 .wrap .right {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
        margin: 25px 0 0;
    }

    .section2 .wrap .list {
        display: flex;
        flex-wrap: wrap;
    }

    .section2 .wrap .list .item {
        width: 50vw;
        height: 50vw;
    }

    .section2 .wrap .list .item:nth-child(1) {
        order: 1;
    }

    .section2 .wrap .list .item:nth-child(2) {
        order: 2;
    }

    .section2 .wrap .list .item:nth-child(3) {
        order: 4;
    }

    .section2 .wrap .list .item:nth-child(4) {
        order: 3;
    }

    .section2 .wrap .list .item:nth-child(5) {
        order: 5;
    }

    .section2 .wrap .list .item:nth-child(6) {
        order: 6;
    }

    .section2 .wrap .list .item .text {
        font-size: 18px;
    }

    .section1 .wrap .bottom .img img {
        height: 120px;
        border-radius: 10px;
    }

    .section3 .wrap {
        width: 90%;
        padding: 60px 0;
    }

    .section3 .wrap .title h3 {
        font-size: 22px;
    }

    .section3 .wrap .title {
        margin-bottom: 35px;
    }

    .section3 .wrap .main {
        flex-wrap: wrap;
        gap: 25px;
    }

    .section3 .wrap .main .item {
        width: 100%;
        border-radius: 14px;
    }

    .section3 .wrap .main .item .text {
        font-size: 18px;
        left: 20px;
        bottom: 20px;
    }

    .section4 .wrap {
        width: 90vw;
        padding: 50px 0;
    }

    .section4 .wrap .top .title h3 {
        font-size: 24px;
    }

    .section4 .wrap .top .title {
        margin-bottom: 10px;
    }

    .section4 .wrap .top .text {
        font-size: 14px;
    }

    .section4 .wrap .top {
        margin-bottom: 60px;
    }

    .section4 .wrap .bottom .img {
        height: 80px;
    }

    .section4 .wrap .bottom .text {
        font-size: 12px;
        margin-top: 10px;
    }

    .section4 .wrap .bottom .page .swiper-pagination {
        height: 2px;
    }

    .section4 .wrap .bottom .page {
        width: 100%;
        margin-top: 60px;
    }

    html[lang="en"] .section1 .wrap .left {
        width: 220px;
    }

    html[lang="en"] .section1 .wrap .right {
        width: 100%;
        /* font-size: 14px; */
    }

    html[lang="en"] .section3 .wrap .title h3 {
        width: 100%;
        font-size: 20px;
    }

    html[lang="en"] .section4 .wrap .bottom .text {
        font-size: 10px;
    }
    html[lang="en"] .section4 .wrap .top .text {
        font-size: 16px;
    }
    html[lang="en"] .section2 .wrap .list .item .text{
        font-size: 14px;
    }

    /* html[lang="en"] .section4 .wrap .top .title h3 {
        font-size: 24px;
    }

    html[lang="en"] .section4 .wrap .bottom .text,
    html[lang="en"] .section4 .wrap .top .text {
        font-size: 14px;
    }

    html[lang="en"] .section2 .wrap .list .item .text {
        font-size: 18px; 
    }*/
}