    .NyBigBox {
        padding-top: 0;
        padding-bottom: 0;
    }

    .NySection {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: var(--container);
        padding-right: var(--container);
    }

    @media (max-width: 1200px) {
        .NySection {
            padding-top: 90px;
            padding-bottom: 90px;
        }
    }

    @media (max-width:720px) {
        .NySection {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    /* box1  */
    .NySection1 {
        padding: 0;
    }

    .Box1 {
        display: flex;
        flex-wrap: wrap;
    }

    .text1 {
        padding-top: 120px;
        padding-bottom: 75px;
        padding-left: var(--container);
        padding-right: 90px;
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .text1 h2 {
        margin: 15px 0 75px;
        font-size: 28px;
        color: #000;
    }

    .text1 h3 {
        position: relative;
        font-size: 48px;
        line-height: 1;
        color: #484848;
        position: relative;
    }

    .text1 h3::after {
        content: "";
        display: block;
        width: 900px;
        height: 1px;
        background: #D9D9D9;
        position: absolute;
        left: -920px;
        top: 50%;
    }

    .text1 h3 b {
        font-size: 48px;
        line-height: 1;
        color: var(--color);
    }

    .desc1 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .desc1::after {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        background: linear-gradient(180deg, #ffffff00 0%, #FFFFFF 100%);
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
    }

    .content1 {
        margin-top: 60px;
        padding-right: 45px;
        height: 24vw;
        overflow-y: scroll;
        position: relative;
        color: #545454;
        padding-bottom: 30px;
    }


    .img1 {
        width: 50%;
    }

    .img1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



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

    @media (max-width: 1440px) {
        .text1 {
            padding-right: 30px;
        }

        .text1 h2 {
            margin: 15px 0 45px;
        }

        .content1 {
            margin-top: 30px;
            padding-right: 15px;
        }
    }

    @media (max-width: 1200px) {
        .text1 {
            padding-top: 90px;
            padding-bottom: 45px;
        }

        .text1 h2 {
            font-size: 24px;
        }

        .text1 h3 {
            font-size: 32px;
        }

        .text1 h3 b {
            font-size: 32px;
        }

        .content1 {
            height: 30vw;
            font-size: 14px;
        }
    }

    @media (max-width: 900px) {
        .text1 {
            width: 100%;
            padding: 60px var(--container);
        }

        .img1 {
            width: 100%;
        }
    }

    @media (max-width:720px) {
        .content1 {
            height: 400px;
        }
    }

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

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

    /* box2 */
    .NySection2 {
        position: relative;
        overflow: hidden;
        background: #F8FAFC;
        padding-top: 175px;
        padding-bottom: 190px;
    }

    .Box2 {
        width: 100%;
        height: 100%;
    }

    .Box2 p {
        color: #686868;
    }

    @media (max-width: 1200px) {
        .NySection2 {
            padding-top: 120px;
            padding-bottom: 120px;
        }

        .Box2 h4 {
            font-size: 18px;
        }

        .Box2 p {
            font-size: 14px;
        }
    }

    @media (max-width:720px) {
        .NySection2 {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    /* box3 */
    .NySection3 {
        position: relative;
    }

    .NySection3 .NyTitle h1 {
        color: #fff;
        text-align: center;
    }

    .Box3 {
        margin-top: 90px;
    }

    .Swiper3 {
        width: 100%;
        max-width: 1320px;
        height: 400px;
    }

    .Slide3 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .Slide3 img {
        width: 50%;
        height: 100%;
        object-fit: cover;
    }

    .text3 {
        width: 50%;
        padding: 0 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .text3 h1 {
        font-weight: 700;
        font-size: 88px;
        line-height: 1;
        color: #FFFFFF;
    }

    .text3 h2 {
        font-weight: 700;
        font-size: 22px;
        color: #FFFFFF;
        margin-top: 45px;
        margin-bottom: 30px;
    }

    .text3 h3 {
        font-size: 16px;
        color: #FFFFFF;
    }

    .Swiper3 .scrollbar3 {
        left: auto;
        right: 0;
        background: #D9D9D9;
    }

    .Swiper3 .scrollbar3 div {
        background: #020202;
    }


    @media (max-width: 1440px) {
        .Box3 {
            margin-top: 60px;
        }

        .text3 {
            padding: 0 60px;
        }
    }

    @media (max-width: 1200px) {
        .Swiper3 {
            height: 300px;
        }

        .text3 h1 {
            font-size: 48px;
        }
    }

    @media (max-width:720px) {
        .Swiper3 {
            height: calc(55vw + 250px);
        }

        .Slide3 {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column-reverse;
            justify-content: space-between;
        }

        .Slide3 img {
            width: 100%;
            height: 55vw;
            object-fit: cover;
        }

        .text3 {
            padding: 0 15px;
            width: 100%;
            height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }

        .text3 h2 {
            margin: 0;
        }
    }

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

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

    /* box4 */
    .NySection4 {
        overflow: hidden;
        width: 100%;
        position: relative;
        background: #F0F4F9;
    }

    .NySection4 .NyTitle h1 {
        text-align: center;
    }

    .Box4 {
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        margin-top: 90px;
        position: relative;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 40px;
    }

    .Box4 li {
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .Box4 li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media (max-width: 1200px) {
        .Box4 {
            margin-top: 60px;
            grid-gap: 30px;
        }
    }

    @media (max-width: 800px) {
        .Box4 {
            grid-template-columns: repeat(4, 1fr);
            grid-gap: 15px;
        }
    }

    @media (max-width: 720px) {
        .Box4 {
            margin-top: 30px;
        }
    }

    @media (max-width:460px) {
        .Box4 {
            grid-template-columns: repeat(3, 1fr);
        }
    }