    .NyNav {
        padding: 0 var(--container);
    }

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


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

    .lt1 {
        width: 52%;
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
    }

    .desc1 {
        color: #6A7282;
        font-size: 16px;
        line-height: 1.75;
    }

    .Number1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .Number1 li {
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }

    .Number1 h1 {
        display: flex;
        align-items: baseline;
    }

    .Number1 h1 b {
        font-size: 48px;
        line-height: 1;
        font-weight: 700;
   		font-family: Montserrat;
    }

    .Number1 h1 p {
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
    }

    .Number1 h2 {
        color: #6A7282;
        font-size: 15px;
    }

    .rt1 {
        position: relative;
        overflow: hidden;
        width: calc(48% - 80px);
        border-radius: 20px;
        box-shadow: 0 20px 64px 0 rgba(0, 100, 200, 0.20);
    }

    .rt1 span {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(0, 30, 100, 0.35) 100%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 24px;
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
    }

    .rt1 span p {
        color: rgba(255, 255, 255, 0.70);
        font-size: 14px;
    }

    .rt1 img {
        position: relative;
        width: 100%;
    }

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

    @media (max-width: 1440px) {
        .Number1 li {
            width: auto;
        }
    }

    @media (max-width: 1200px) {
        .lt1 {
            width: calc(52% - 30px);
        }

        .rt1 {
            width: 48%;
        }

        .desc1 {
            font-size: 14px;
        }

        .Number1 h1 b {
            font-size: 38px;
        }
    }

    @media (max-width: 900px) {
        .lt1 {
            width: 100%;
        }

        .rt1 {
            margin-top: 30px;
            width: 100%;
        }
    }

    @media (max-width: 600px) {
        .Number1 h1 b {
            font-size: 28px;
        }

        .Number1 h1 p {
            font-size: 16px;
        }

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




    /* NySection2 - NySection2 - NySection2 - NySection2 - NySection2 */
    .NySection2 {
        background: linear-gradient(0deg, #F8FAFC 0%, #F8FAFC 100%);
    }

    .NySection2 .BaseTitle {
        align-items: center;
    }

    .NySection2 .BaseTitle * {
        text-align: center;
    }

    .About2 {
        width: 100%;
        margin-top: 75px;
    }

    .Swiper2 {
        width: 100%;
        padding-bottom: 90px;
    }

    .Swiper2::after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: var(--jianbian);
        position: absolute;
        left: 0;
        bottom: 10px;
    }

    .Slide2 {
        height: auto;
        padding: 30px;
        border-radius: 20px;
        border: 1px solid #E8EDF2;
        background: #FFF;
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
    }

    .Slide2::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        border: 3px solid #00A6F4;
        background: #B8E6FE;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -90px;
    }

    .Slide2:hover {
        border: 1px solid #00A6F4;
        background: linear-gradient(135deg, #F0F9FF 0%, #EFF6FF 100%), #FFF;
        box-shadow: 0 8px 32px 0 rgba(0, 166, 244, 0.20);
    }

    .Slide2 p {
        color: #99A1AF;
        font-size: 13px;
    }

    .Slide2 h1 {
        color: #333;
        font-size: 20px;
        font-weight: 700;
    }

    .Slide2 h2 {
        color: #6A7282;
        font-size: 14px;
    }

    .About2 span {
        width: 100%;
        margin-top: 60px;
        display: flex;
        justify-content: center;
        grid-gap: 60px;
    }


    @media (max-width: 1200px) {
        .Swiper2 {
            width: 100%;
            padding-bottom: 60px;
        }

        .Slide2::after {
            bottom: -60px;
        }

        .About2 span {
            margin-top: 30px;
        }
    }

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

        .Slide2 {
            padding: 20px;
        }
    }

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

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



    /* NySection3 - NySection3 - NySection3 - NySection3 - NySection3 */
    .NySection3 .BaseTitle {
        align-items: center;
    }

    .NySection3 .BaseTitle * {
        text-align: center;
    }

    .About3 {
        margin-top: 75px;
        display: flex;
        grid-gap: 72px;
    }

    .item3 {
        width: 100%;
        padding: 50px 30px;
        border-radius: 20px;
        border: 1px solid #E8EDF2;
        background: #FFF;
        display: flex;
        flex-direction: column;
        grid-gap: 8px;
        transition: 0.5s;
    }

    .item3:hover {
        border: 1px solid #00A6F4;
        background: linear-gradient(135deg, #F0F9FF 0%, #EFF6FF 100%), #FFF;
        box-shadow: 0 8px 32px 0 rgba(0, 166, 244, 0.20);
    }

    .item3 h1 {
        color: #333;
        font-size: 20px;
        text-align: center;
        font-weight: 700;
    }

    .item3 h2 {
        color: #6A7282;
        text-align: center;
        font-size: 14px;
        line-height: 1.75;
    }


    @media (max-width: 1440px) {
        .About3 {
            grid-gap: 20px;
        }
    }

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

        .item3 {
            padding: 40px 20px;
        }
    }

    @media (max-width: 900px) {
        .About3 {
            margin-top: 30px;
            flex-wrap: wrap;
        }
    }

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

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



