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


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

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

    .Slide1 video,
    .Slide1 .bj {
        width: 100%;
        max-height: calc(100vh - 80px);
        display: block;
        position: relative;
        object-fit: cover;
        z-index: 1;
    }


    .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;
        grid-gap: 45px;
        padding: 0 var(--container);
        background: rgba(0, 0, 0, 0.40);
    }

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

    .Slide1 .text p {
        max-width: 700px;
        font-size: 16px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.75);
    }

    .Slide1 .text span {
        display: flex;
        grid-gap: 30px;
    }

    .Slide1 .text a {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 10px;
        border-radius: 14px;
        padding: 15px 30px;
        color: #fff;
        font-size: 16px;
    }

    .Slide1 .text a:nth-child(1) img {
        filter: brightness(0) invert(1);
    }

    .Slide1 .text a:nth-child(2) {
        border: 2px solid rgba(255, 255, 255, 0.40);
    }

    .Slide1 .text a:nth-child(2):hover {
        background: #fff;
        color: #333;
    }

    .Slide1 .text a:nth-child(2):hover img {
        filter: invert(1);
    }

    .videoPlay {
        position: absolute;
        z-index: 9999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        font-size: 32px;
        display: none;
    }

    .down1 {
        position: absolute;
        z-index: 6;
        left: 50%;
        bottom: 75px;
        transform: translateX(-50%);
    }

    .anniu1A,
    .anniu1B {
        position: absolute;
        right: 45px;
        bottom: 60px;
        cursor: pointer;
        z-index: 6;
        display: none;
    }

    .anniu1A.on,
    .anniu1B.on {
        display: block;
    }

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

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

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

        .down1 {
            bottom: 15px;
        }
    }

    @media (max-width: 900px) {
        .Slide1 .text {
            grid-gap: 15px;
        }

        .Slide1 .text a {
            font-size: 14px;
            grid-gap: 5px;
            padding: 10px 20px;
        }

        .down1 {
            width: 10px;
        }
    }

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

        .Slide1 .text h1 br {
            display: none;
        }

        .Slide1 .text span {
            grid-gap: 10px;
        }

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

        .anniu1A,
        .anniu1B {
            right: 15px;
            bottom: 15px;
        }

    }
