    /* Box1 */
    .section1 {
        padding: 0 !important;
        width: 100%;
        height: 100%;
    }

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

    .Swiper1 .bj {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 1;
    }


    .Swiper1 .text {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0 var(--w1600);
    }

    .Swiper1 .text h1 {
        font-weight: 700;
        font-size: 48px;
        line-height: 1.5;
        color: #FFFFFF;
    }

    .Swiper1 .text p {
        width: 400px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.5;
        color: #FFFFFF;
    }




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

        .Swiper1 .text h1 {
            font-size: 32px;
        }

        .Swiper1 .text p {
            font-size: 18px;
        }

    }

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

        .Swiper1 .text p {
            width: 100%;
            font-size: 16px;
        }
    }

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

    .videoBanner {
        display: none;
    }

    .bannerBox .AMore1 {
        display: none;
    }

    @media (max-width: 720px) {
        .bannerBox .AMore1 {
            font-size: 14px;
            color: #fff;
            border-radius: 45px;
            width: 140px;
            height: 45px;
            margin-top: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--color);
        }

        .bannerBox .video1 {
            display: none;
        }

        .videoBanner.cur {
            padding: 5vw;
            display: block;
            width: 100vw;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #00000099;
        }

        .video2 {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .gb1 {
            width: 30px;
            background: #fff;
            padding: 5px;
            margin-top: 30px;
        }
    }

    @keyframes animation1 {
        from {
            top: 0;
        }


        100% {
            top: 10px;
        }
    }