    /* Box1 */
    .section1 {
        padding: 0 !important;
        margin-top: 100px;
    }


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

    .Slide1 {
        width: 100%;
        height: auto;
    }

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


    .Slide1 .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);
        padding-bottom: 100px;
    }

    .Slide1 .text h1 {
        color: #FFF;
        font-size: 36px;
        font-weight: 700;
        line-height: 2;
        max-width: 1100px;
        width: 100%;
    }

    .Slide1 .text h1 b {
        font-weight: bold;
        position: relative;
        margin-left: 10px;
    }

    .Slide1 .text h1 b::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 6px;
        left: 0;
        width: 100%;
        height: 10px;
        background: var(--color2);
    }

    .Swiper1 .pagination1 {
        padding-bottom: 10%;
        display: flex;
        align-items: center;
        grid-gap: 60px;
    }

    .Swiper1 .pagination1::before {
        content: "";
        display: block;
        width: var(--container);
        height: 1px;
        background: linear-gradient(90deg, #fff0 0%, #fff 100%);
    }

    .Swiper1 .pagination1 span {
        width: auto;
        height: auto;
        background: #fff0;
        margin: 0 !important;
        opacity: 1;
        color: #fff;
    }

    .Swiper1 .pagination1::after {
        content: "";
        display: block;
        width: 50vw;
        height: 1px;
        background: linear-gradient(270deg, #fff0 0%, #fff 100%);
    }

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

        .Slide1 .text {
            padding-bottom: 30px;
        }

        .Slide1 .text h1 {
            font-size: 24px;
        }

        .Swiper1 .pagination1 {
            padding-bottom: 10px;
        }
    }

    @media (max-width: 600px) {
        .Slide1 .text h1 {
            font-size: 18px;
            line-height: 1.5;
        }

        .Slide1 video,
        .Slide1 .bj {
            min-height: 240px;
        }

        .Swiper1 .pagination1 {
            grid-gap: 15px;
        }

        .Swiper1 .pagination1::before {
            width: 10vw;
        }

        .Swiper1 .pagination1::after {
            width: 30vw;
        }


    }

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

    .videoBanner {
        display: none;
    }

    .Slide1 .AMore1 {
        display: none;
    }

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

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