    .NyBigBox {
        padding-top: 0;
        padding-bottom: 0;
        background: #f5fafa;
    }

    .NyTitle {
        color: var(--color);
        font-size: 48px;
        font-weight: 900;
        line-height: 1;
    }


    @media (max-width: 1200px) {
        .NyTitle {
            font-size: 38px;
        }
    }

    @media (max-width:720px) {
        .NyTitle {
            font-size: 28px;
        }
    }

    /* About1  */
    .NySection1 {
        padding-bottom: 300px;
    }

    .About1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .img1 {
        width: 30%;
    }

    .img1 img {
        width: 37.8vw;
    }

    .text1 {
        width: 68%;
        padding-right: var(--container);
    }

    .text1 .NyTitle {
        text-align: right;
        padding-top: 60px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D9D9D9;
    }

    .text1 .desc {
        width: 100%;
        max-width: 900px;
        margin-top: 60px;
        margin-bottom: 45px;
        color: #707070;
    }

    .text1 .Number {
        width: 100%;
        max-width: 900px;
    }

    .Number {
        width: 100%;
        display: flex;
        justify-content: space-between;
        grid-gap: 15px;
    }

    .Number .item1 {
        width: auto;
    }

    .Number .item1 span {
        display: flex;
        align-content: center;
    }

    .Number .item1 h1 {
        color: var(--color);
        font-size: 48px;
        line-height: 1;
        font-weight: 700;
    }


    .Number .item1 h2 {
        margin-top: 15px;
        color: #4B4B4B;
        font-size: 16px;
    }

    @media (max-width: 1440px) {
        .Number .item1 {
            width: 100%;
        }
    }

    @media (max-width: 1200px) {
        .img1 {
            width: 25%;
        }

        .text1 {
            width: 75%;
        }

        .text1 .desc {
            margin: 45px 0;
        }
    }

    @media (max-width:720px) {
        .img1 {
            width: auto;
        }

        .img1 img {
            width: 60vw;
        }

        .text1 {
            width: 100%;
            padding: 0 var(--container);
        }

        .text1 .NyTitle {
            padding-top: 30px;
            text-align: left;
        }

        .text1 .desc {
            padding: 0;
            margin: 30px 0;
        }

        .text1 .Number {
            flex-wrap: wrap;
            grid-gap: 30px 0;
        }

        .text1 .Number .item1 {
            width: 50%;
        }

        .Number .item1 h1 {
            font-size: 38px;
        }
    }


    /* About2 */
    .NySection2 {
        margin-top: -150px;
    }

    .Swiper2 {
        overflow: visible;
        width: 100%;
    }

    .Slide2 {
        height: calc((100vw - (120px * 4)) / 5);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .Slide2::after {
        content: "";
        display: block;
        border: 10px solid #FAE1C9;
        background: #F6FAFA;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        transform: rotate(45deg);
    }

    .Slide2 img {
        width: 60%;
        height: 50%;
        max-width: 150px;
        object-fit: contain;
    }

    .Slide2:nth-child(even) {
        margin-top: 60px;
    }

    .Slide2:nth-child(odd)::after {
        background: #FAE1C9;

    }

    @media (max-width: 1600px) {}

    @media (max-width: 1440px) {
        .NySection1 {
            padding-bottom: 240px;
        }

        .Slide2 {
            height: calc((100vw - (75px * 4)) / 5);
        }
    }

    @media (max-width: 1200px) {
        .Slide2 {
            height: calc((100vw - (60px * 3)) / 4);
        }
    }

    @media (max-width:720px) {
        .NySection1 {
            padding-bottom: 0px;
        }

        .NySection2 {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .NySection2 {
            margin-top: 0px;
        }

        .Slide2 {
            height: calc((100vw - (30px * 2)) / 3);
        }

        .Slide2::after {
            border: 6px solid #FAE1C9;
        }
    }

    @media (max-width:480px) {
        .Slide2 {
            height: calc((100vw - (30px * 1)) / 2);
        }
    }

    @media (max-width:380px) {}



    /* About3 */
    .NySection3 {
        padding: 120px var(--container);
    }

    .Top3 .NyTitle {
        text-align: center;
    }

    .Top3 p {
        margin: 0 auto;
        margin-top: 20px;
        width: 100%;
        max-width: 1000px;
        color: #707070;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }


    .About3 {
        margin-top: 90px;
        width: 100%;
        position: relative;
    }

    .item3 {
        position: absolute;
        z-index: 2;
        display: flex;
        justify-content: center;
        transform: translate(-50%, -50%);
    }

    .item3 h1 {
        position: absolute;
        top: -30px;
        color: #555;
        text-align: center;
        font-size: 14px;
        width: max-content;
    }

    .icon3 {
        position: relative;
    }

    .bj3 {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    @media (max-width: 1200px) {
        .NySection3 {
            padding: 90px var(--container);
        }

        .Top3 p {
            font-size: 14px;
            line-height: 1.5;
        }

        .About3 {
            margin-top: 60px;
        }
    }

    @media (max-width:720px) {
        .NySection3 {
            padding: 60px var(--container);
        }

        .About3 {
            margin-top: 30px;
        }

        .item3 h1 {
            font-size: 12px;
            top: -20px;
        }

        .icon3 img {
            width: 7vw;
        }
    }

    @media (max-width:460px) {}

    @media (max-width:380px) {}

    /* About4 */
    .NySection4 {
        padding: 0 var(--container);
        position: relative;
    }

    .About4 {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .lt4 {
        width: 30%;
        padding-bottom: 90px;
        display: flex;
        flex-direction: column;
        grid-gap: 75px;
    }

    .Top4 {
        width: 100%;
    }

    .Top4 p {
        margin-top: 20px;
        color: #707070;
        font-size: 16px;
    }

    .textBox4 {
        width: 100%;
        height: 400px;
        padding: 120px 0;
        border-right: 1px solid #D9D9D9;
        position: relative;
        display: flex;
        align-items: center;
    }


    .text4 {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        opacity: 0;
    }

    .text4.swiper-slide-active {
        border-right: 3px solid var(--color);
    }

    .text4.swiper-slide-prev,
    .text4.swiper-slide-active,
    .text4.swiper-slide-next {
        opacity: 1;
    }

    .box4Item {
        position: relative;
        width: 60%;
    }

    .bj4 {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .imgBox4 {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

    .img4 img {
        width: 100%;
        position: relative;
        bottom: 0;
        opacity: 0;
    }

    .img4 {
        padding: 0 5%;
        position: relative;
        display: flex;
        align-items: flex-end;
    }

    .img4.swiper-slide-prev img {
        bottom: 9vw;
        left: 5vw;
        opacity: 1;
    }

    .img4.swiper-slide-active img {
        bottom: 19vw;
        left: 2vw;
        opacity: 1;
    }

    .img4.swiper-slide-next img {
        bottom: 8vw;
        left: -2vw;
        opacity: 1;
    }

    @media (max-width: 1600px) {
        .Top4 {
            width: 150%;
        }
    }

    @media (max-width: 1440px) {
        .textBox4 {
            height: 300px;
            padding: 60px 0;
        }

        .lt4 {
            width: 30%;
            padding-bottom: 30px;
            grid-gap: 30px;
        }

        .img4 {
            padding: 0 2%;
            position: relative;
            display: flex;
            align-items: flex-end;
        }

        .img4.swiper-slide-prev img {
            bottom: 8.5vw;
            left: 1vw;
            opacity: 1;
        }

        .img4.swiper-slide-active img {
            bottom: 18.5vw;
            left: 1vw;
            opacity: 1;
        }

        .img4.swiper-slide-next img {
            bottom: 8vw;
            left: 0vw;
            opacity: 1;
        }
    }

    @media (max-width: 1200px) {
        .Top4 {
            position: absolute;
            top: 0;
            width: 100%;
        }

        .Top4 * {
            text-align: center;
        }

        .About4 {
            padding-top: 150px;
            align-items: center;
        }

        .textBox4 {
            height: 200px;
            padding: 0;
        }

        .text4 {
            font-size: 16px;
        }

        .lt4 {
            width: 25%;
            padding-bottom: 30px;
            grid-gap: 30px;
        }

        .box4Item {
            width: 70%;
        }

        .img4.swiper-slide-prev img {
            bottom: 10.5vw;
        }

        .img4.swiper-slide-active img {
            bottom: 23.5vw;
        }

        .img4.swiper-slide-next img {
            bottom: 10vw;
        }
    }

    @media (max-width:720px) {
        .Top4 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .About4 {
            display: flex;
            flex-direction: column-reverse;
        }

        .box4Item {
            width: 100%;
        }

        .lt4 {
            width: 100%;
        }

        .textBox4 {
            padding-top: 30px;
            height: auto;
            border-right: 0px solid #D9D9D9;
        }

        .text4 {
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .text4.swiper-slide-active {
            border: 0px solid var(--color);
            border-bottom: 3px solid var(--color);
        }

        .img4.swiper-slide-prev img {
            bottom: 15.5vw;
        }

        .img4.swiper-slide-active img {
            bottom: 34.5vw;
        }

        .img4.swiper-slide-next img {
            bottom: 15vw;
        }
    }

    @media (max-width:460px) {
        .About4 {
            padding-top: 180px;
        }
    }

    @media (max-width:380px) {}