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


    .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 .text1 {
        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;
        grid-gap: 60px;
        padding: 0 var(--container);
    }

    .Slide1 .text1 h1 {
        font-family: Montserrat;
        color: #FFF;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 52px;
        line-height: 1.5;
    }

    .Slide1 .text1 a {
        width: 180px;
        height: 60px;
        border-radius: 50px;
        border-radius: 30px;
        border: 1px solid #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        text-align: center;
        font-size: 20px;
    }


    .Slide1 .desc1 {
        position: absolute;
        z-index: 2;
        left: var(--container);
        bottom: 0;
        width: calc(100% - var(--container) * 2);
        height: 100px;
        background: #fff;
        padding: 0 60px;
        display: flex;
        align-items: center;
        color: #000;
        font-size: 24px;
    }

    .Swiper1 .pagination1 {
        width: auto;
        top: auto;
        bottom: 50px;
        transform: translateY(50%);
        left: auto;
        right: var(--container);
        padding: 0 60px;
        display: flex;
        grid-gap: 10px;
    }

    .Swiper1 .pagination1 span {
        opacity: 1;
        width: 30px;
        height: 30px;
        background: #fff0;
        border-radius: 30px;
        border: 1px solid #0000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Swiper1 .pagination1 span::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 30px;
        background: #090909;
    }

    .Swiper1 .pagination1 span.swiper-pagination-bullet-active {
        border: 1px solid #000;
    }

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

        .Slide1 .text1 {
            grid-gap: 15px;
            padding-bottom: 60px;
        }

        .Slide1 .text1 h1 {
            font-size: 38px;
            line-height: 1.25;
        }

        .Slide1 .desc1 {
            height: 60px;
            padding: 0 30px;
            padding-right: 200px;
            font-size: 18px;
        }

        .Swiper1 .pagination1 {
            bottom: 30px;
            padding: 0 30px;
        }
    }

    @media (max-width: 900px) {
        .Slide1 .text1 h1 {
            font-size: 28px;
        }

        .Slide1 .text1 a {
            width: 120px;
            height: 30px;
            font-size: 14px;
        }

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

    @media (max-width: 600px) {
        .Swiper1 .pagination1 {
            padding-right: 15px;
        }

        .Swiper1 .pagination1 span {
            width: 20px;
            height: 20px;
        }

        .Slide1 .desc1 {
            padding-left: 15px;
            padding-right: 120px;
            font-size: 14px;
        }
    }

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