.banner .text .ch {
    color: #fff;
    font-size: 50px;
    letter-spacing: 20px;
    line-height: 1;
    font-family: "HSL";
    text-align: center;
}

.banner .wrap {
    height: 100vh;
}

.banner .text .en {
    color: #fff;
    font-size: 72px;
    text-align: center;
    line-height: 1;
    /* font-size: 28px; */
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "HSB";
}

.banner .wrap .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    /* font-size: 70px; */
    /* font-weight: 200; */
}

.section1 .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 230px;
    padding-bottom: 270px;
}

.section1 .wrap .logo {
    width: 500px;
    margin-bottom: 120px;
}

.section1 .wrap .ch {
    color: #1B1B1B;
    font-size: 22px;
    text-align: center;
    /* font-weight: 200; */
    line-height: 35px;
    margin-bottom: 50px;
    width: 660px;
}

.section1 .wrap .en {
    color: #1B1B1B;
    font-size: 20px;
    text-align: center;
    /* font-weight: 200; */
    line-height: 32px;
    margin-bottom: 50px;
    width: 660px;
}

.section1 .wrap .en p,
.section1 .wrap .ch p {
    font-family: "HSL";
}

.section2 .wrap .title .ch h3 {
    color: #1B1B1B;
    font-size: 70px;
    font-weight: 400;
}

.section2 .wrap .title .en h4 {
    display: flex;
    color: #1B1B1B;
    font-size: 32px;
    font-family: "HSB";
}

.section2 .wrap .title .en h4 .logo {
    width: 130px;
    margin-right: 10px;
}

.section2 .wrap .left {
    padding-left: calc(50vw - 800px);
    /* padding-right: 140px; */
    padding-right: 110px;
    background-color: #D3C1AF;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 130px;
    padding-bottom: 140px;
}

.section2 .wrap .right {
    width: 1100px;
}

.section2 .wrap .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section2 .wrap {
    display: flex;
}

.section2 .wrap .left .text {
    color: #1B1B1B;
    font-size: 20px;
    line-height: 34px;
}

.section2 .wrap .left .text p {
    font-family: "HSL";
}

.section3 .wrap {
    padding-top: 110px;
    padding-bottom: 110px;
    width: 1600px;
    margin: 0 auto;
}

.section3 .wrap .title {
    margin-bottom: 80px;
    text-align: center;
}

.section3 .wrap .title h3 {
    color: #000;
    font-size: 70px;
    font-weight: 400;
}

.section3 .wrap .title h3 span {
    color: #BF9368;
}

.section3 .wrap .main .img {
    border-radius: 30px;
    overflow: hidden;
}

.section3 .wrap .main .img img {
    width: 100%;
    transform: scale(1.1);
    transition: all 2s;
}

.section3 .wrap .main .swiper .swiper-slide-active .img img {
    transform: scale(1);
}

.section3 .wrap .main .swiper .swiper-slide-active .text p,
.section3 .wrap .main .swiper .swiper-slide-active .type {
    transform: translateY(0);
    opacity: 1;
}

.section3 .wrap .main .swiper .swiper-slide-active .type {
    transition-delay: .3s;
}

.section3 .wrap .main .swiper .swiper-slide-active .text p {
    transition-delay: .6s;
}

.section3 .wrap .main .swiper .type {
    height: 38px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 60px;
    left: 70px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .6);
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}

.section3 .wrap .main .swiper .text {
    color: #fff;
    font-size: 50px;
    line-height: 63px;
    position: absolute;
    z-index: 2;
    left: 70px;
    top: 50%;
    font-weight: 200;
    transform: translateY(-50%);
}

.section3 .wrap .main .swiper .text p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
    font-family: "HSL";
}

.section3 .wrap .main .tab {
    margin-top: 60px;
    display: flex;
    gap: 50px;
}

.section3 .wrap .main .tab .item {
    flex: 1;
    cursor: pointer;
}

.section3 .wrap .main .tab .item.active .text {
    color: #BF9368;
}

.section3 .wrap .main .tab .item .line::after {
    width: 100%;
    content: "";
    height: 100%;
    display: block;
    background-color: #BF9368;
    transform: translateX(-100%);
}

.section3 .wrap .main .tab .item.active .line::after {
    animation: line 5s ease alternate;
}

.section3 .wrap .main .tab .item .text {
    color: #898989;
    font-size: 22px;
    transition: all .6s;
}

.section3 .wrap .main .tab .item .line {
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
    background-color: #BFBFBF;
    overflow: hidden;
}

.section4 {
    background-color: #D3C1AF;
}

.section4 .wrap {
    padding-top: 280px;
    padding-bottom: 280px;
    width: 1600px;
    margin: 0 auto;
    display: flex;
}

.section4 .wrap .left .title h3 {
    color: #000000;
    font-size: 60px;
    line-height: 63px;
    font-weight: 400;
    text-transform: uppercase;
}

.section4 .wrap .right {
    margin-left: 300px;
    flex: 1;
}

.section4 .wrap .right .list {
    display: flex;
    justify-content: space-between;

}

.section4 .wrap .right .list .line {
    width: 1px;
    height: 193px;
    background-color: #583D23;
    opacity: .15;
}

.section4 .wrap .right .list .item .tit .ch {
    color: #1B1B1B;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 10px;
}

.section4 .wrap .right .list .item .tit .en {
    color: #1B1B1B;
    font-size: 22px;
}

.section4 .wrap .right .list .item .text {
    width: 180px;
    margin-top: 30px;
    color: #1B1B1B;
    font-size: 18px;
    font-family: "HSL";
    line-height: 28px;
}


.section5 .wrap {
    height: 100vh;
    position: relative;
}

.section5 .wrap .PE {
    display: none;
}

.section5 .wrap .swiper {
    height: 100%;
}




.section5 .wrap .item {
    height: 100%;
}

.section5 .wrap .item .title {
    position: absolute;
    left: calc(50vw - 800px);
    top: 150px;
}

.section5 .wrap .item .title .en {
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}

.section5 .wrap .item .title .ch {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}

.section5 .wrap .swiper-slide-active .item .title .en {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}

.section5 .wrap .swiper-slide-active .item .title .ch {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .6s;
}

.section5 .wrap .item .title .en h3 {
    color: #FFFFFF;
    /* font-size: 120px; */
    font-size: 100px;
    line-height: 1;
    font-weight: 400;
}

.section5 .wrap .item .title .ch h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
}

.section5 .wrap .item .img {
    width: 100%;
    height: 100%;
}

.section5 .wrap .item .img img {
    width: 100%;
    height: 100%;
    filter: brightness(.8);
}

.section5 .wrap .item .content {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 140px;
    width: 1600px;
    left: 50%;
    transform: translateX(-50%);
}

.section5 .wrap .item .content .left .common_title h3 {
    color: #fff;
    line-height: 1;
}

.section5 .wrap .item .content .left .common_title {
    margin-bottom: 20px;
}

.section5 .wrap .item .content .left .text {
    color: #fff;
    font-size: 26px;
}

.section5 .wrap .item .content .right .type {
    min-width: 220px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #FFFFFF;
    font-size: 18px;
}


.section5 .wrap .page {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 1600px;
    display: flex;
    gap: 30px;
}

.section5 .wrap .page .item {
    flex: 1;
    cursor: pointer;
}

.section5 .wrap .page .item .line {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 15px;
    overflow: hidden;
}

.section5 .wrap .page .item .line::after {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    background-color: #fff;
    transform: translateX(-100%);
}

.section5 .wrap .page .item.active .line::after {
    animation: line 5s ease alternate;
}

.section5 .wrap .page .item .value {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 22px;
    opacity: .3;
    transition: all .6s;
}

.section5 .wrap .page .item .value p {
    font-family: "HSB";
}

.section5 .wrap .page .item .value .num {
    font-family: "HSL";
}

.section5 .wrap .page .item.active .value {
    opacity: 1;
}

.section6 .wrap {
    padding-top: 210px;
    padding-bottom: 220px;
}

.section6 .wrap .logo {
    width: 520px;
    margin: 0 auto 60px;
}

.section6 .wrap .more a {
    width: 220px;
    height: 64px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CFB396;
    font-size: 24px;
    margin: 0 auto;
    transition: all .6s;
    color: #1B1B1B;
}

.section6 .wrap .more a:hover .icon {
    transform: translateX(10px);
    color: #fff;
}

.section6 .wrap .more a:hover {
    background-color: #003DAA;
    color: #fff;
}

.section6 .wrap .more a .icon {
    margin-left: 5px;
    transition: all .6s;
    display: flex;
    align-items: center;
}

/* html[lang="en"] .banner .text .ch {
    letter-spacing: 0px;
    text-align: center;
    font-size: 64px;
}


html[lang="en"] .section4 .wrap .left .title h3,
html[lang="en"] .section3 .wrap .title h3,
html[lang="en"] .section2 .wrap .title .ch h3 {
    font-size: 52px;
}

html[lang="en"] .section4 .wrap .right .list .item .tit .ch {
    font-size: 40px;
}

html[lang="en"] .section4 .wrap .right .list .item .text {
    width: 220px;
}

html[lang="en"] .section5 .wrap .item .title .en h3 {
    font-size: 80px;
} */

/* html[lang="en"] .section2 .wrap .title .en h4 .logo{
    display: none;
} */

html[lang="en"] .section4 .wrap .right .list .item .tit .ch p {
    font-family: "HSL";
}

html[lang="en"] .section4 .wrap .right .list .item .text {
    width: 280px;
    font-size: 16px;
}

.section3 .wrap .main .swiper .type {
    display: none;
}

html[lang="en"] .section2 .wrap .title .en h4 .logo{
    display: none;
}
html[lang="en"] .section5 .wrap .item .title .ch{
    display: none;
}
html[lang="en"] .section1 .wrap .ch{
    display: none;
}


@media screen and (max-width: 1919px) {
    .banner .text .ch {
        font-size: 2.6041666667vw;
        letter-spacing: 1.0416666667vw;
    }

    .banner .text .en {
        font-size: 3.75vw;
        margin-bottom: 1.0416666667vw;
    }

    /* .banner .text .ch {
        font-size: 3.90625vw;
        letter-spacing: 1.0416666667vw;
    }

    .banner .text .en {
        font-size: 1.4583333333vw;
        margin-top: 1.0416666667vw;
    }

    .banner .wrap .text {
        font-size: 3.6458333333vw;
    } */

    .section1 .wrap {
        padding-top: 11.9791666667vw;
        padding-bottom: 14.0625vw;
    }

    .section1 .wrap .logo {
        width: 26.0416666667vw;
        margin-bottom: 6.25vw;
    }

    .section1 .wrap .ch {
        font-size: 1.1458333333vw;
        line-height: 1.8229166667vw;
        margin-bottom: 2.6041666667vw;
        width: 34.375vw;
    }

    .section1 .wrap .en {
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
        margin-bottom: 2.6041666667vw;
        width: 34.375vw;
    }

    .section2 .wrap .title .ch h3 {
        font-size: 3.6458333333vw;
    }

    .section2 .wrap .title .en h4 {
        font-size: 1.6666666667vw;
    }

    .section2 .wrap .title .en h4 .logo {
        width: 6.7708333333vw;
        margin-right: 0.5208333333vw;
    }

    .section2 .wrap .left {
        padding: 6.7708333333vw 5.7291666666vw 7.2916666667vw calc(-41.6666666667vw + 50vw);
    }

    .section2 .wrap .right {
        width: 57.2916666667vw;
    }

    .section2 .wrap .left .text {
        font-size: 1.0416666667vw;
        line-height: 1.7708333333vw;
    }

    .section3 .wrap {
        padding-top: 5.7291666667vw;
        padding-bottom: 5.7291666667vw;
        width: 83.3333333333vw;
    }

    .section3 .wrap .title {
        margin-bottom: 4.1666666667vw;
    }

    .section3 .wrap .title h3 {
        font-size: 3.6458333333vw;
    }

    .section3 .wrap .main .img {
        border-radius: 1.5625vw;
    }

    .section3 .wrap .main .swiper .type {
        height: 1.9791666667vw;
        padding: 0px 1.3020833333vw;
        top: 3.125vw;
        left: 3.6458333333vw;
        border-radius: 1.0416666667vw;
        transform: translateY(1.0416666667vw);
        font-size: 0.8333vw;
    }

    .section3 .wrap .main .swiper .text {
        font-size: 2.6041666667vw;
        line-height: 3.28125vw;
        left: 3.6458333333vw;
    }

    .section3 .wrap .main .swiper .text p {
        transform: translateY(1.0416666667vw);
    }

    .section3 .wrap .main .tab {
        margin-top: 3.125vw;
        gap: 2.6041666667vw;
    }

    .section3 .wrap .main .tab .item .text {
        font-size: 1.1458333333vw;
    }

    .section3 .wrap .main .tab .item .line {
        height: 0.1041666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .section4 .wrap {
        padding-top: 14.5833333333vw;
        padding-bottom: 14.5833333333vw;
        width: 83.3333333333vw;
    }

    .section4 .wrap .left .title h3 {
        font-size: 3.125vw;
        line-height: 3.28125vw;
    }

    .section4 .wrap .right {
        margin-left: 15.625vw;
    }

    .section4 .wrap .right .list .line {
        height: 10.0520833333vw;
    }

    .section4 .wrap .right .list .item .tit .ch {
        font-size: 2.9166666667vw;
        margin-bottom: 0.5208333333vw;
    }

    .section4 .wrap .right .list .item .tit .en {
        font-size: 1.1458333333vw;
    }

    .section4 .wrap .right .list .item .text {
        width: 9.375vw;
        margin-top: 1.5625vw;
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }

    .section5 .wrap .item .title {
        left: calc(-41.6666666667vw + 50vw);
        top: 7.8125vw;
    }

    .section5 .wrap .item .title .en {
        margin-bottom: 1.0416666667vw;
        transform: translateY(1.0416666667vw);
    }

    .section5 .wrap .item .title .ch {
        transform: translateY(1.0416666667vw);
    }

    .section5 .wrap .item .title .en h3 {
        /* font-size: 6.25vw; */
        font-size: 5.20833333vw;
    }

    .section5 .wrap .item .title .ch h4 {
        font-size: 2.34375vw;
    }

    .section5 .wrap .item .content {
        top: 7.2916666667vw;
        width: 83.3333333333vw;
    }

    .section5 .wrap .item .content .left .common_title {
        margin-bottom: 1.0416666667vw;
    }

    .section5 .wrap .item .content .left .text {
        font-size: 1.3541666667vw;
    }

    .section5 .wrap .item .content .right .type {
        min-width: 11.4583333333vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        font-size: 0.9375vw;
    }

    .section5 .wrap .page {
        bottom: 4.1666666667vw;
        width: 83.3333333333vw;
        gap: 1.5625vw;
    }

    .section5 .wrap .page .item .line {
        height: 0.1041666667vw;
        margin-bottom: 0.78125vw;
    }

    .section5 .wrap .page .item .value {
        font-size: 1.1458333333vw;
    }

    .section6 .wrap {
        padding-top: 10.9375vw;
        padding-bottom: 11.4583333333vw;
    }

    .section6 .wrap .logo {
        width: 27.0833333333vw;
        margin: 0px auto 3.125vw;
    }

    .section6 .wrap .more a {
        width: 11.4583333333vw;
        height: 3.3333333333vw;
        border-radius: 1.6666666667vw;
        font-size: 1.25vw;
    }

    .section6 .wrap .more a:hover .icon {
        transform: translateX(0.5208333333vw);
    }

    .section6 .wrap .more a .icon {
        margin-left: 0.2604166667vw;
    }

    .section6 .wrap .more a .icon span {
        font-size: 0.833333vw;
    }

    /* html[lang="en"] .banner .text .ch {
        font-size: 3.333333333vw;
    }

    html[lang="en"] .section4 .wrap .left .title h3,
    html[lang="en"] .section3 .wrap .title h3,
    html[lang="en"] .section2 .wrap .title .ch h3 {
        font-size: 2.7083333333vw;
    }

    html[lang="en"] .section4 .wrap .right .list .item .tit .ch {
        font-size: 2.0833333333vw;
    }

    html[lang="en"] .section4 .wrap .right .list .item .text {
        width: 11.4583333333vw;
    }

    html[lang="en"] .section5 .wrap .item .title .en h3 {
        font-size: 4.1666666667vw;
    } */
    html[lang="en"] .section4 .wrap .right .list .item .text {
        width: 14.58333333vw;
        font-size: 0.833333vw;
    }
}

@media screen and (max-width: 768px) {
    .banner .wrap {
        height: unset;
    }

    .banner .text .ch {
        font-size: 22px;
        text-align: center;
    }

    .banner .text .en {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .banner .wrap .text {
        width: 90%;
    }

    .section1 .wrap {
        width: 90%;
        padding: 50px 0;
        margin: 0 auto;
    }

    .section1 .wrap .logo {
        width: 210px;
        margin-bottom: 30px;
    }

    .section1 .wrap .ch {
        width: 100%;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .section1 .wrap .en {
        width: 100%;
        /* font-size: 15px; */
        font-size: 12px;
        line-height: 1.4;
    }

    .section2 .wrap {
        width: 90%;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .section2 .wrap .right {
        width: 100%;
    }

    .section2 .wrap .left {
        /* padding: 25px; */
        padding: 20px;
    }

    .section2 .wrap .title .ch h3 {
        font-size: 20px;
    }

    .section2 .wrap .title .en h4 {
        font-size: 16px;
    }

    .section2 .wrap .title .en h4 .logo {
        width: 68px;
        margin-right: 6px;
    }

    .section2 .wrap .title .en {
        margin: 10px 0;
    }

    .section2 .wrap .left .text {
        font-size: 15px;
        line-height: 1.6;
    }

    .section3 .wrap {
        padding: 60px 0;
        width: 90%;
    }

    .section3 .wrap .title h3 {
        font-size: 24px;
    }

    .section3 .wrap .title {
        margin-bottom: 25px;
    }

    .section3 .wrap .main .img {
        border-radius: 12px;
    }

    .section3 .wrap .main .swiper .type {
        height: 34px;
        border-radius: 17px;
        font-size: 14px;
        padding: 0 10px;
        top: 20px;
        left: 15px;
    }

    .section3 .wrap .main .swiper .text {
        font-size: 16px;
        line-height: 1.4;
        left: 15px;
        bottom: 20px;
        top: unset;
        transform: unset;
    }

    .section3 .wrap .main .swiper .text br {
        display: none;
    }

    .section3 .wrap .main .img {
        height: 50vw;
    }

    .section3 .wrap .main .img img {
        height: 100%;
        filter: brightness(0.8);
    }

    .section3 .wrap .main .tab .item .text {
        font-size: 13px;
    }

    .section3 .wrap .main .tab .item .line {
        height: 1px;
        margin-bottom: 6px;
    }

    .section3 .wrap .main .tab {
        margin-top: 15px;
    }

    .section4 .wrap {
        width: 90%;
        padding: 40px 0;
        display: block;
    }

    .section4 .wrap .left .title {
        margin-bottom: 25px;
    }

    .section4 .wrap .left .title h3 {
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
    }

    .section4 .wrap .right {
        margin: 30px 0 0;
    }

    .section4 .wrap .right .list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .section4 .wrap .right .list .item {
        width: 100%;
        text-align: center;
    }

    .section4 .wrap .right .list .line {
        width: 100%;
        height: 1px;
    }

    .section4 .wrap .right .list .item .tit .ch {
        font-size: 20px;
    }

    .section4 .wrap .right .list .item .tit .en {
        font-size: 14px;
    }

    .section4 .wrap .right .list .item .text {
        width: 90%;
        font-size: 14px;
        line-height: 1.4;
        margin: 10px auto 0;
    }

    .section5 .wrap {
        /* height: unset; */
        /* height: 360px; */
        height: 480px;
    }

    .section5 .wrap .item .img {
        filter: brightness(.8)
    }

    .section5 .wrap .swiper {
        /* height: 40vh; */
        /* height: 300px; */
        height: 100%;
    }

    .section5 .wrap .page .item .value {
        opacity: .5;
    }

    .section5 .wrap .item .title .en h3 {
        font-size: 28px;
    }
    

    .section5 .wrap .item .title .en {
        margin-bottom: 10px;
    }

    .section5 .wrap .item .title .ch h4 {
        font-size: 16px;
    }

    .section5 .wrap .page {
        /* position: unset;
        transform: unset; */
        width: 90%;
        margin: 25px auto 0;
        flex-wrap: wrap;
        gap: 20px 0;
        justify-content: space-between;
    }

    .section5 .wrap .page .item {
        width: 47%;
        flex: unset;
    }

    .section5 .wrap .page .item .line {
        height: 1px;
        margin-bottom: 10px;
        background: #ccc;
    }

    .section5 .wrap .page .item .value {
        font-size: 15px;
        /* color: #000000; */
    }

    .section5 .wrap .page .item .line::after {
        /* background: #000000; */
    }

    /* .section5 {
        padding: 0 0 60px;
    } */
    .section5 .wrap .item .title {
        left: 5vw;
        top: 30px;
    }

    .section6 .wrap {
        padding: 60px 0;
    }

    .section6 .wrap .logo {
        width: 240px;
        margin-bottom: 30px;
    }

    .section6 .wrap .more a {
        width: 160px;
        height: 40px;
        font-size: 14px;
        border-radius: 20px;
    }

    .section6 .wrap .more a .icon {
        margin-left: 10px;
    }

    .section6 .wrap .more a .icon span {
        font-size: 14px;
    }

    /* html[lang="en"] .banner .text .ch {
        font-size: 20px;
        line-height: 1.4;
    }

    html[lang="en"] .section4 .wrap .left .title h3,
    html[lang="en"] .section3 .wrap .title h3,
    html[lang="en"] .section2 .wrap .title .ch h3 {
        font-size: 24px;
    }

    html[lang="en"] .section4 .wrap .right .list .item .tit .ch {
        font-size: 20px;
    }

    html[lang="en"] .section4 .wrap .right .list .item .text {
        width: 100%;
    }

    html[lang="en"] .section5 .wrap .item .title .en h3 {
        font-size: 28px;
    } */

    html[lang="en"] .section3 .wrap .main .tab {
        flex-wrap: wrap;
        gap: 15px;
    }

    html[lang="en"] .section3 .wrap .main .tab .item {
        flex: none;
        /* width: calc(50% - 10px); */
        width: 100%;
    }

    html[lang="en"] .section4 .wrap .right .list .item .text {
        font-size: 14px;
        width: 100%;
    }

    .section4 .wrap .left .title h3 br:nth-child(2){
        display: none;
    }
    .section4 .wrap .right .list .item{
        display: flex;
        align-items: end;
    }
    .section4 .wrap .right .list .item .text{
        text-align: right;
        margin-top: 0;
        flex: 1;
    }
    .section4 .wrap .right .list .item .tit{
        width: fit-content;
        display: flex;
        align-items: flex-end;
    }
    .section4 .wrap .right .list .item .tit .ch{
        margin-right: 5px;
        font-size: 24px;
    }
    .section4 .wrap .left .title{
        margin-bottom: 40px;
    }
    .section4 .wrap .left .title{
        display: flex;
        flex-direction: column-reverse;
    }
    .section4 .wrap .left .title .en br{
        display: none;
    }
}