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

    .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 {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 120px 60px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .bannerBox .text h2 {
        font-family: AliHYAiHei;
        font-size: 32px;
        line-height: 1.5;
        color: #FFFFFF;
        background: var(--color);
        padding: 5px;
    }

    .bannerBox .text h1 {
        margin-left: 30px;
        width: 620px;
        font-family: PuHuiTi85;
        font-size: 52px;
        line-height: 1.1;
        color: #FFFFFF;
    }

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

    .bannerSwiper .swiper-pagination {
        bottom: 4vw;
    }

    .bannerSwiper .swiper-pagination span {
        width: 12px;
        height: 12px;
        background: #fff;
    }

    @media (max-width: 1440px) {
        .bannerBox .text {
            padding: 60px 30px;
        }
    }

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

        .bannerBox .text h1 {
            width: 400px;
            font-size: 32px;
            line-height: 1.25;
        }

        .bannerBox .text h2 {
            font-size: 24px;
        }
    }

    @media (max-width: 720px) {
        .bannerBox .text {
            background: #00000080;
            padding: 0px var(--container);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
        }

        .bannerBox .text h2 {
            font-size: 18px;
        }

        .bannerBox .text h2 br {
            display: none;
        }

        .bannerBox .text h1 {
            margin: 0;
            margin-top: 15px;
            margin-bottom: 15px;
            width: 100%;
        }

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

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

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

    }