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

    .aboutTitle {
        font-weight: 700;
        font-size: 48px;
        line-height: 1.5;
        text-align: center;
        color: #000000;
    }

    @media (max-width:1440px) {
        .aboutTitle {
            font-size: 40px;
        }
    }

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

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

    /* box1  */
    .aboutBox1 {
        padding-top: 90px;
        position: relative;
        z-index: 2;
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .aboutBox1 .bj1 {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 210px);
        object-fit: cover;
    }

    .about1 {
        position: relative;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about1 .lt1 {
        position: relative;
        z-index: 2;
        width: 30%;
        background: #FFFFFF;
        box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.15);
        padding: 70px 45px;
    }

    .about1 .lt1 .top1 p {
        font-size: 16px;
        line-height: 1.5;
        color: #1F1F1F;
    }

    .about1 .lt1 .top1 h1 {
        font-size: 28px;
        line-height: 1.5;
        color: #1F1F1F;
        margin-top: 75px;
        margin-bottom: 25px;
    }

    .about1 .lt1 .top1 h2 {
        display: inline-block;
        font-size: 16px;
        line-height: 1.5;
        color: #FFFFFF;
        padding: 7px 30px;
        background: #009ADC;
    }

    .Number1 {
        margin-top: 100px;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 70px;
    }

    .Number1 .item1 {
        width: 100%;
        display: flex;
        align-items: center;
        grid-gap: 45px;
    }

    .Number1 .item1 img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .Number1 .item1 h1 {
        font-family: PuHuiTi85;
        font-size: 38px;
        line-height: 1.25;
        color: #000000;
    }

    .Number1 .item1 h2 {
        font-family: PuHuiTi55;
        font-size: 16px;
        line-height: 1.25;
        color: #767676;
    }

    .about1 .rt1 {
        position: relative;
        z-index: 1;
        width: 70%;
    }

    .about1 .rt1 .descBox1 {
        margin-top: 95px;
        padding: 90px 160px;
        padding-left: 90px;
        background: #fff;
    }

    .about1 .rt1 h1 {
        font-weight: 700;
        font-size: 48px;
        line-height: 1.5;
        color: #1F1F1F;
        margin-bottom: 20px;
    }

    .about1 .rt1 .desc {
        font-size: 16px;
        line-height: 1.5;
        color: #818181;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 25px;
    }

    .about1 .rt1 .imgBox1 {
        width: 100%;
    }

    .about1 .rt1 .imgBox1 .img1 {
        width: 100%;
    }



    @media (max-width: 1440px) {
        .about1 .rt1 .descBox1 {
            padding: 60px 60px;
        }

        .about1 .rt1 h1 {
            font-size: 40px;
        }
    }

    @media (max-width: 1200px) {
        .about1 .lt1 {
            width: 35%;
        }

        .about1 .rt1 {
            width: 65%;
        }

        .about1 .rt1 .descBox1 {
            padding: 60px;
        }

        .about1 .rt1 h1 {
            font-size: 32px;
        }
    }

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

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

        .about1 .lt1 {
            width: 100%;
        }

        .about1 .rt1 {
            width: 100%;
        }

        .about1 .rt1 .descBox1 {
            margin: 0;
        }

        .about1 .lt1 .top1 h1 {
            font-size: 24px;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        .Number1 {
            grid-gap: 70px 0;
        }

        .Number1 .item1 {
            width: 50%;
        }
    }


    @media (max-width:720px) {
        .about1 .rt1 .descBox1 {
            padding: 0;
            padding-bottom: 30px;
            background: #fff0;
        }

        .Number1 {
            margin-top: 30px;
            grid-gap: 15px 0;
        }

        .Number1 .item1 img {
            width: 45px;
            height: 45px;
        }

        .Number1 .item1 {
            grid-gap: 15px;
        }

        .Number1 .item1 h1 {
            font-size: 30px;
        }

        .about1 .lt1 {
            margin-top: 30px;
            background: #FFFFFF00;
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
            padding: 0px;
        }

        .aboutBox1 .bj1 {
            width: 100%;
            height: 100%;
        }

        .about1 .rt1 h1 {
            font-size: 24px;
        }
    }

    @media (max-width:460px) {
        .Number1 .item1 img {
            width: 40px;
            height: 40px;
        }

        .Number1 .item1 h1 {
            font-size: 24px;
        }
    }


    /* box2 */
    .aboutBox2 {
        position: relative;
        overflow: hidden;
        padding-top: 120px;
        padding-bottom: 60px;
        padding-right: var(--container);
        padding-left: var(--container);
    }

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

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


    .about2 {
        position: relative;
        margin-top: 75px;
        width: 100%;
    }

    .Swiper2 {
        padding-bottom: 125px;
    }

    .Slide2 {
        background: #F9F9F9;
        padding: 50px;
        display: flex;
        flex-wrap: wrap;
    }

    .Slide2 .text2 {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Slide2 .text2 h1 {
        font-weight: 700;
        font-size: 28px;
        line-height: 1.5;
        color: #000000;
    }

    .Slide2 .text2 p {
        font-size: 16px;
        line-height: 1.5;
        text-decoration-line: underline;
        color: var(--color);
    }

    .Slide2 img {
        width: 50%;
    }

    .prev2 {
        position: absolute;
        z-index: 3;
        left: 0;
        bottom: 0;
        width: 55px;
        height: 55px;
        border: 1px solid #3E3E3E;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
    }

    .next2 {
        position: absolute;
        z-index: 3;
        left: 75px;
        bottom: 0;
        width: 55px;
        height: 55px;
        border: 1px solid #3E3E3E;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .Swiper2 .swiper-pagination {
        top: auto;
        bottom: 25px;
        left: auto;
        right: 0;
        width: calc(100% - 160px);
        background: #C2C2C2;
    }

    .Swiper2 .swiper-pagination span {
        background: #000;
    }

    @media (max-width:1700px) {
        .Slide2 {
            padding: 50px 30px;
        }

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

    @media (max-width:1440px) {
        .Slide2 .text2 h1 {
            word-break: break-all;
        }
    }

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

        .Swiper2 {
            padding-bottom: 90px;
        }

        .Slide2 {
            padding: 30px;
        }

        .Slide2 .text2 {
            width: 100%;
            padding-bottom: 30px;
        }

        .Slide2 .text2 p {
            margin-top: 15px;
        }

        .Slide2 img {
            width: 100%;
        }
    }

    @media (max-width:720px) {


        .about2 {
            margin-top: 30px;
        }

        .Swiper2 {
            padding-bottom: 60px;
        }

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

        .next2 {
            width: 45px;
            height: 45px;
            left: 60px;
        }

        .Swiper2 .swiper-pagination {
            width: calc(100% - 120px);
            bottom: 20px;
        }
    }

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



    /* box3 */
    .aboutBox3 {
        padding-top: 120px;
        padding-bottom: 175px;
        padding-left: var(--container);
        padding-right: var(--container);
        position: relative;
    }

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

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


    .aboutBox3 .top3 {
        position: relative;
        margin-bottom: 70px;
        display: flex;
        align-items: center;
    }


    .prev3 {
        position: absolute;
        z-index: 3;
        right: 75px;
        width: 55px;
        height: 55px;
        border: 1px solid #3E3E3E;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
    }

    .next3 {
        position: absolute;
        z-index: 3;
        right: 0;
        width: 55px;
        height: 55px;
        border: 1px solid #3E3E3E;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Swiper3 {
        height: 42vw;
        width: 100%;
    }

    .Slide3 {
        position: relative;
        height: calc((100% - 25px) / 2) !important;
    }

    .Slide3 .text {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: 0.5s;
    }

    .Slide3:hover .text {
        opacity: 1;
    }

    .Slide3 .text .icon {
        width: 65px;
        margin-bottom: 20px;
    }

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

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

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

    @media (max-width: 1200px) {
        .aboutBox3 .top3 {
            margin-bottom: 30px;
        }

        .aboutBox3 {
            padding-top: 90px;
            padding-bottom: 90px;
        }

        .Slide3 .text .icon {
            width: 45px;
            margin-bottom: 15px;
        }

        .prev3 {
            right: 60px;
            width: 45px;
            height: 45px;
        }

        .next3 {
            right: 0;
            width: 45px;
            height: 45px;
        }
    }

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

        .Swiper3 {
            height: 65vw;
            width: 100%;
        }

        .Slide3 {
            position: relative;
            height: calc((100% - 15px) / 2) !important;
        }

        .Slide3 .text .icon {
            width: 30px;
        }

        .prev3 {
            right: 60px;
            width: 45px;
            height: 45px;
        }

        .next3 {
            right: 0;
            width: 45px;
            height: 45px;
        }
    }

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