    /* Box1 */
    .section1 {
        padding: 0 !important;
    }

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

    .bannerSwiper video,
    .bannerSwiper .bj {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 1;
        display: none;
    }


    .bannerSwiper .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(--container);
    }

    .bannerSwiper .text h1 {
        width: 42%;
        font-family: 'Microsoft YaHei';
        font-weight: 700;
        font-size: 54px;
        color: #FFFFFF;
        margin-bottom: 60px;
    }


    @media (max-width: 1500px) {
        .bannerSwiper .text h1 {
            font-size: 38px;
        }
    }

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

        .bannerSwiper .text h1 {
            width: 60%;
            font-size: 28px;
        }
    }

    @media (max-width: 720px) {
        .bannerSwiper .text {
            background: #00000080;
        }

        .bannerSwiper .text h1 {
            font-size: 26px;
            width: 100%;
            margin: 0;
            text-align: center;
        }
    }

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

    .videoBanner {
        display: none;
    }

    .bannerSwiper .AMore1 {
        display: none;
    }

    @media (max-width: 720px) {
        .bannerSwiper .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);
        }

        .bannerSwiper .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;
        }
    }