    /* 标题 */
    .NyTitle {
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }

    .NyTitle p {
        color: var(--color);
        font-size: 16px;
        line-height: 1;
    }

    .NyTitle h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 1;
        color: #2D2D2D;
    }

    @media (max-width: 1200px) {
        .NyTitle h1 {
            font-weight: 700;
            font-size: 32px;
            line-height: 1;
            color: #2D2D2D;
        }
    }


    @media (max-width: 600px) {
        .NyTitle p {
            font-size: 14px;
        }

        .NyTitle h1 {
            font-size: 28px;
        }
    }

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

    .NySection {
        padding: 120px var(--container);
    }

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

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

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

    .text1 {
        width: 75%;
        padding-right: 90px;
        border-right: 1px solid #D9D9D9;
    }

    .text1 .desc {
        margin-top: 30px;
        color: rgba(0, 0, 0, 0.80);
        font-size: 20px;
        line-height: 1.5;
    }

    .Number {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .item1 {
        display: flex;
        align-items: center;
        grid-gap: 5px;
    }

    .item1 h1 {
        color: var(--color);
        font-size: 60px;
        font-weight: 700;
        line-height: 1.5;
    }

    .item1 h2 {
        color: rgba(0, 0, 0, 0.80);
        font-size: 16px;
        line-height: 1.5;
    }

    .Swiper1 {
        margin-top: 60px;
        width: 100%;
    }

    .Slide1 {
        width: 100%;
    }

    .Slide1 img {
        width: 100%;
    }

    .Swiper1 .pagination1 {
        bottom: 2vw;
    }

    .pagination1 span {
        width: 5vw;
        height: 1px;
        border: 0px;
        background: #fff;
        opacity: 1;
    }

    .pagination1 span.swiper-pagination-bullet-active {
        width: 7vw;
        background: var(--color);
    }


    @media (max-width: 1200px) {
        .text1 {
            width: 70%;
            padding-right: 60px;
        }

        .text1 .desc {
            font-size: 16px;
        }

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

        .item1 h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 900px) {
        .About1 {
            grid-gap: 30px;
        }

        .text1 {
            width: 100%;
            padding: 0;
            border: 0px;
        }

        .Number {
            width: 100%;
            display: flex;
            flex-direction: row;
        }

        .Swiper1 {
            margin: 0;
        }
    }

    @media (max-width: 600px) {
        .text1 .desc {
            font-size: 14px;
        }

        .item1 h1 {
            font-size: 32px;
        }

        .item1 h2 {
            font-size: 12px;
        }

        .Number {
            grid-gap: 15px;
        }

        .item1 {
            display: flex;
            grid-gap: 0;
            flex-direction: column;
            align-items: flex-start;
        }

        .item1 h1 {
            line-height: 1;
        }
    }

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



    /* NySection2 - NySection2 - NySection2 - NySection2 - NySection2 */
    .NySection2 {
        padding-top: 0;
    }

    .About2 {
        margin-top: 60px;
    }

    .Swiper2 {
        width: 100%;
        overflow: visible;
        display: flex;
        align-items: center;
    }

    .Slide2 {
        padding: 0 60px;
        border-left: 1px solid #D9D9D9;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }

    .Slide2 h1 {
        color: var(--color);
        font-size: 36px;
        line-height: 1;
    }

    .Slide2 h2 {
        color: #0A0A0A;
        font-size: 20px;
    }

    .Slide2 h3 {
        color: rgba(0, 0, 0, 0.50);
        font-size: 14px;
        line-height: 1.5;
    }

    .Slide2 img {
        margin-top: 60px;
        width: 100%;
    }

    .prev2,
    .next2 {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: 1px solid #000;
        opacity: 0.15;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 2;
        cursor: pointer;
    }

    .prev2 i,
    .next2 i {
        color: #000;
        font-size: 24px;
    }

    .prev2 {
        left: 0;
        transform: translateX(-50%);
    }

    .next2 {
        right: 0;
        transform: translateX(50%);
        background: var(--color);
        border: 0px;
    }

    .next2 i {
        color: #fff;
    }

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

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

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

        .Slide2 {
            padding: 0 30px;
        }

        .Slide2 h1 {
            font-size: 24px;
        }

        .Slide2 h2 {
            font-size: 18px;
        }

        .Slide2 img {
            margin-top: 30px;
        }
    }

    @media (max-width: 900px) {
        .prev2 {
            transform: translateX(0%);
            left: -2vw;
        }

        .next2 {
            transform: translateX(0%);
            right: -2vw;
        }

        .prev2,
        .next2 {
            width: 45px;
            height: 45px;
        }

        .prev2 i,
        .next2 i {
            font-size: 20px;
        }
    }

    @media (max-width: 600px) {
        .Slide2 {
            padding: 0 20px;
            grid-gap: 5px;
        }

        .Slide2 img {
            margin-top: 0px;
        }

        .prev2,
        .next2 {
            width: 30px;
            height: 30px;
        }
    }




    /* NySection3 - NySection3 - NySection3 - NySection3 - NySection3 */
    .About3 {
        margin-top: 60px;
    }

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

    .Slide3 {
        width: 100%;
    }

    .Slide3 img {
        padding: 30px;
        width: 100%;
        background: #fff;
    }

    .Slide3 h1 {
        margin-top: 15px;
        color: #000;
        text-align: center;
        font-size: 16px;
    }


    @media (max-width: 1200px) {
        .Slide3 img {
            padding: 10px;
        }

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

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

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

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



    /* NySection4 - NySection4 - NySection4 - NySection4 - NySection4 */

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

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

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

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

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

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



    /* NySection5 - NySection5 - NySection5 - NySection5 - NySection5 */

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

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

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

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

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

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