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

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

    .bannerBox {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

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


    .bannerBox .text {
        background: rgba(0, 0, 0, 0.24);
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 var(--container);
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .bannerBox .text .aa {
        display: block;
        width: 36px;
        height: 4px;
        background: var(--color);
    }

    .bannerBox .text h1 {
        font-weight: 700;
        font-size: 42px;
        line-height: 1.5;
        color: #FFFFFF;
        text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.62);
        margin-top: 30px;
        margin-bottom: 75px;
    }

    .bannerBox .anniu {
        display: flex;
        align-items: center;
        grid-gap: 30px;
    }

    .bannerBox .AMore1 {
        width: 60px;
        height: 60px;
        background: var(--color);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .bannerBox .AMore1 img {
        width: 21px;
    }

    .bannerBox .AMore2 {
        font-size: 14px;
        color: #fff;
        padding: 5px 20px;
        border: 1px solid #fff;
    }

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

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

        .bannerBox .text h1 {
            font-size: 32px;
            margin-top: 15px;
            margin-bottom: 30px;
        }

        .bannerBox .AMore1 {
            width: 45px;
            height: 45px;
        }

        .bannerBox .AMore1 img {
            width: 18px;
        }
    }

    @media (max-width: 720px) {
        .bannerBox .text h1 {
            font-size: 24px;
            margin-top: 10px;
            margin-bottom: 20px;
        }



        .bannerBox .AMore1 {
            width: 40px;
            height: 40px;
        }

        .bannerBox video,
        .bannerBox .bj {
            min-height: 50vh;
        }
    }

    @media (max-width: 460px) {
        .bannerBox .text h1 br {
            display: none;
        }
    }

    .videoBanner {
        display: none;
    }

    .AMore2 {
        display: none;
    }

    @media (max-width: 720px) {
        .bannerBox .video1 {
            display: none;
        }

        .AMore2 {
            display: flex;
        }

        .videoBanner.cur {
            padding: 5vw;
            display: block;
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999;
            display: flex;
            align-items: center;
            background: #00000099;
        }

        .video2 {
            width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

    }