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


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

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

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

    .Slide1 .bj {
        display: block;
        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);
        background: linear-gradient(0deg, rgba(12, 39, 60, 0.50) 0%, rgba(12, 39, 60, 0.50) 100%);
    }

    .Slide1 .text h1 {
    font-family: Fontquan-XinYilogoTi;
        color: #FFF;
        text-shadow: 0 4px 20px  var(--shenhui);
        font-size: 60px;
        line-height: 80px;
    }

    .Swiper1 .pagination1 {
        display: flex;
        grid-gap: 15px;
        padding-left: var(--container);
        padding-bottom: 60px;
        bottom: 0;
    }

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

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

    .Swiper1 .pagination1 span::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
    }

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

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

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


    }

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

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

    @media (max-width: 460px) {
        .Swiper1 .pagination1 span {
            width: 20px;
            height: 20px;
        }

        .Swiper1 .pagination1 span::after {
            width: 4px;
            height: 4px;
        }

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