    .NyBigBox {
        padding-bottom: 0;
    }

    section {
        position: relative;
        overflow: hidden;
        padding: 100px 0;
    }

    @media (max-width:720px) {
        section {
            padding: 75px 0;
        }
    }

    @media (max-width:460px) {
        section {
            padding: 45px 0;
        }
    }

    /* box1  */
    .section1 {
        padding-top: 0;
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .About1 {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .About1 .NyTitle {
        width: 55%;
        display: flex;
        align-items: flex-start;
        padding-right: 120px;
    }

    .About1 .NyTitle * {
        text-align: left;
    }

    .img1 {
        width: 45%;
        position: relative;
        z-index: 2;
    }

    .img1 .icon1 {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 15px;
        background: #00000080;
        font-size: 16px;
        color: #FFFFFF;
    }

    .img1 .video1 {
        display: block;
        width: 100%;
        height: 364px;
        position: relative;
        z-index: 1;
    }

    .Number {
        margin-top: 75px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .Number .item1 {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        grid-gap: 30px;
    }

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

    .Number .item1 span {
        display: flex;
        align-items: flex-end;
        grid-gap: 15px;
        position: relative;
    }

    .Number .item1 h1 {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 58px;
        line-height: 1;
        color: #000000;
    }

    .Number .item1 h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 16px;
        line-height: 1;
        color: #fff;
        background: var(--color2);
    }

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

    @media (max-width: 1500px) {
        .img1 .video1 {
            height: 23vw;
        }
    }

    @media (max-width: 1200px) {
        .About1 .NyTitle {
            padding-right: 30px;
            width: 50%;
        }

        .img1 {
            width: 50%;
        }

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

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

        .Number .item1 h1 {
            font-size: 38px;
        }
        
        .img1 .video1 {
            height: 25.5vw;
        }
    }

    @media (max-width:900px) {
        .About1 .NyTitle {
            width: 100%;
            padding: 0;
            padding-bottom: 30px;
        }

        .img1 {
            width: 100%;
        }

        .Number {
            margin-top: 45px;
            display: flex;
            flex-wrap: wrap;
            grid-gap: 30px 0;
        }

        .Number .item1 {
            width: 50%;
        }
        
        .img1 .video1 {
            height: 51vw;
        }
    }

    @media (max-width:460px) {
        .img1 .icon1 img {
            width: 45px;
        }

        .Number .item1 {
            grid-gap: 5px;
        }

        .Number .item1 img {
            width: 30px;
            height: 30px;
        }

        .Number .item1 span {
            grid-gap: 5px;
        }

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

        .Number .item1 h3 {
            width: 20px;
            height: 20px;
            font-size: 14px;
        }
    }

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

    /* About2 */
    .section2 {
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .Title2 {
        width: 100%;
    }

    .Title2 h2 {
        font-size: 14px;
        line-height: 2;
        text-align: center;
        color: #2F2F2F;
    }

    .Title2 img {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 75px;
    }

    .About2 {
        display: flex;
        grid-gap: 30px;
    }

    .About2 .item2 {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .About2 .item2 .img2 {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .About2 .item2 .text2 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        background: linear-gradient(180deg, #00000000 50%, #000000 100%);
    }

    .About2 .item2 .text2 h1 {
        font-size: 16px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        grid-gap: 10px;
    }


    @media (max-width: 1200px) {
        .Title2 img {
            margin-top: 15px;
            margin-bottom: 30px;
        }
    }

    @media (max-width:900px) {
        .About2 {
            display: flex;
            flex-wrap: wrap;
        }
    }




    /* About3 */
    .section3 {
        padding: 0;
        position: relative;
    }

    .About3 {
        width: 100%;
        position: relative;
    }

    .text3 {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
    }

    .text3 li {
        width: 100%;
        border-right: 1px solid rgb(255, 255, 255, 0.4);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0 15px;
        padding-top: 25%;
    }

    .text3 h1 {
        font-weight: 700;
        font-size: 32px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 15px;
    }

    .text3 h2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        color: #FFFFFF;
        width: 50%;
    }

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

    .img3 img {
        display: none;
        width: 100%;
    }

    .img3 img.on {
        display: block;
    }


    @media (max-width: 1200px) {
        .text3 li {
            justify-content: center;
            padding: 15px;
        }

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

        .text3 h2 {
            font-size: 14px;
            width: 100%;
        }
    }

    @media (max-width:720px) {
        .text3 {
            display: flex;
            flex-direction: column;
        }

        .text3 li {
            height: 100%;
            border-right: 0px solid rgb(255, 255, 255, 0.4);
            border-bottom: 1px solid rgb(255, 255, 255, 0.4);
        }

        .img3 img {
            height: 400px;
            object-fit: cover;
        }
    }

    /* About4 */

    .section4 {
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .About4 {
        position: relative;
        width: 100%;
    }

    .text4 {
        margin: 30px 0;
        display: flex;
        justify-content: center;
        grid-gap: 120px;
    }

    .text4 span {
        display: flex;
        align-items: center;
        grid-gap: 10px;
        font-weight: 700;
        font-size: 18px;
        color: #353535;
    }

    .text4 span img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .donghua {
        width: 100%;
        position: relative;
        z-index: 2;
    }

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

    .xian {
        position: absolute;
        z-index: 3;
        width: 0%;
        height: 100%;
        right: 20%;
        top: 0%;
        object-fit: contain;
        overflow: hidden;
        border-radius: 100%;
        transition: 2s ease-out;
        background: #cccccc80;
        background-size: cover;
        background-position: 80% 0%;
    }

    .section4.on .xian {
        width: 100%;
        right: 0;
    }

    .top4 {
        position: absolute;
        z-index: 9;
        right: 21.7%;
        top: 38%;
    }

    .dian4 {
        position: absolute;
        z-index: 5;
    }



    .dian4 {
        position: absolute;
        z-index: 2;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #0086C9;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-50%) translateY(-50%);
    }

    @keyframes dingwei {
        0% {
            opacity: 0.5;
            transform: scale(0);
        }

        80% {
            opacity: 0.5;
            transform: scale(1);
        }

        100% {
            opacity: 0;
            transform: scale(1);
        }
    }

    .dian4::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #0086C9;
        opacity: 0.5;
        animation: dingwei 2s infinite;
    }

    @media (max-width: 720px) {
        .dian4 {
            transform: translateX(-50%) translateY(-50%) scale(0.6);
        }

        .text4 {
            grid-gap: 30px;
        }

        .text4 span {
            grid-gap: 15px;
            font-size: 16px;
        }

    }

    @media (max-width: 460px) {
        .text4 {
            flex-wrap: wrap;
        }

    }

    /* About5 */
    .section5 {
        position: relative;
        z-index: 2;
        overflow: visible;
        display: flex;
        flex-direction: column;
    }

    .section5 .NyTitle {
        padding-left: var(--container);
        padding-right: var(--container);
        display: flex;
        align-items: flex-start;
    }

    .section5 .NyTitle * {
        text-align: left;
        color: #fff;
    }

    .About5 {
        width: 100%;
    }

    .Swiper5 {
        margin-top: 75px;
        overflow: hidden;
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .Slide5 {
        width: 480px;
        height: auto;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        grid-gap: 15px;
        opacity: 0.5;
        overflow: hidden;
    }

    .Slide5:hover {
        opacity: 1;
    }

    .Slide5:hover::after {
        content: "";
        display: block;
        width: 0.5%;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 15px;
        top: 40px;
    }

    .Slide5:hover::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #fff;
        position: absolute;
        left: 10px;
        top: 30px;
    }

    .Slide5 h1 {
        font-family: 'Montserrat';
        font-weight: bold;
        font-size: 48px;
        color: #FFFFFF;
        padding-left: 25px;

    }

    .Slide5 .desc5 {
        padding-left: 25px;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }

    .Slide5 .desc5 p {
        font-size: 14px;
        line-height: 1.25;
        text-align: justify;
        color: #FFFFFF;
        padding-left: 10px;
        border-left: 2px solid #fff;
    }

    .Slide5 img {
        width: 100%;
    }

    @media (max-width: 1440px) {
        .Slide5 {
            width: 340px;
        }
    }

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

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

        .Slide5 {
            width: 240px;
        }
    }










    /* About6 */
    .About6section6 {
        position: relative;
        z-index: 1;
        /* padding-top: 300px; */
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .About6 {
        width: 100%;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .About6 .NyTitle {
        position: absolute;
        left: 0;
        top: 0px;
        display: flex;
        align-items: flex-start;
    }

    .lt6 {
        width: 35%;
        height: calc(100% - 120px);
        position: relative;
        top: 120px;
        z-index: 1;
    }

    .Nav6 {
        position: relative;
        z-index: 2;
        display: flex;
        grid-gap: 120px;
    }

    .Nav6 h1 {
        font-weight: 700;
        font-size: 18px;
        color: #000000;
    }

    .Nav6 h1.on {
        color: var(--color);
    }

    .List6Box {
        position: relative;
        z-index: 2;
        margin-top: 45px;
        padding-top: 45px;
        border-top: 1px solid #00000080;
    }

    .list6 {
        display: none;
    }

    .list6.on {
        display: block;
    }

    .SwiperText6_2,
    .SwiperText6_1 {
        height: 210px;
    }

    .text6 {
        display: flex;
        align-items: center;
    }

    .text6 p {
        font-size: 18px;
        color: #474747;
    }

    .text6 p:last-child {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }


    .text6.swiper-slide-next p {
        color: var(--color);
    }

    .text6.swiper-slide-active p {
        font-weight: 700;
        color: var(--color);
    }

    .rt6 {
        width: 65%;
        position: relative;
        z-index: 2;
        padding: 0 60px;
    }

    .item6 {
        position: relative;
        width: 100%;
        height: 100%;
        display: none;
    }

    .item6.on {
        display: block;
    }

    .item6 .bj6 {
        position: relative;
        z-index: 1;
        object-fit: cover;
        width: 100%;
    }

    .item6 .swiper {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        inset: 0;
    }

    .img6 {
        position: relative;
    }

    .img6 img {
        position: relative;
        width: 85%;
        opacity: 0;
        top: 20%;
        transition: 0.2s;
    }

    .img6.swiper-slide-prev img {
        top: 23%;
        left: 40%;
        opacity: 1;
        transition: 0.5s;
    }

    .img6.swiper-slide-active img {
        top: 12%;
        left: 28%;
        opacity: 1;
        transition: 0.5s;
    }

    .img6.swiper-slide-next img {
        top: 33%;
        left: -33%;
        opacity: 1;
        transition: 0.5s;
    }

    .prev6 {
        width: 60px;
        height: 60px;
        background: url(/assets/images/icon10.png);
        background-size: contain;
    }

    .next6 {
        width: 60px;
        height: 60px;
        background: url(/assets/images/icon10.png);
        background-size: contain;
        transform: rotateY(180deg);
    }

    .prev6::after,
    .next6::after {
        opacity: 0;
    }

    @media (max-width: 1200px) {
        .About6 .NyTitle {
            position: unset;
        }

        .lt6 {
            top: 0;
            padding: 0;
            padding-top: 45px;
            width: 100%;
            overflow: hidden;

        }

        .List6Box {
            margin-top: 15px;
            padding-top: 15px;
        }

        .list6 a {
            margin-top: 30px;
        }

        .rt6 {
            width: 100%;
            padding: 0;
        }
    }

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

        .Nav6 {
            display: flex;
            grid-gap: 0;
            justify-content: space-around;
        }

        .SwiperText6_2,
        .SwiperText6_1 {
            width: 100%;
            height: auto;
        }

        .text6 {
            padding: 0 15px;
            text-align: center;
            -webkit-line-clamp: 2;
        }

        .list6 a {
            margin: 0 auto;
            margin-top: 30px;
        }

        .text6 {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .text6 p {
            text-align: center;
        }

        .text6 p:first-child {
            display: none;
        }

        .prev6,
        .next6 {
            width: 45px;
            height: 45px;
            background-color: #fff;
            border-radius: 50%;
        }

        .item6 {
            padding: 0;
        }

        .item6 .swiper {
            position: relative;
        }

        .item6 .bj6 {
            display: none;
        }

        .img6 {
            padding: 10px;
        }

        .img6 img {
            width: 100%;
            inset: 0 !important;
        }
    }

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

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

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

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

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

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

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

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