/* Box1 */
.bannerBox {
    overflow: hidden;
    width: 100%;
}

.bannerSwiper {
    overflow: hidden;
    width: 100%;
}

.bannerSlide {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
}

.bannerSlide .text {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 var(--container);
    background: #00000080;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bannerSlide .text h1 {
    font-family: PuHuiTi100;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.bannerSlide .text h2 {
    margin: 15px 0;
    font-family: PuHuiTi600;
    font-size: 58px;
    line-height: 1.25;
    text-align: center;
    background: linear-gradient(91deg, #5FAED1 3.7%, #2C8AB5 93.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bannerSlide .text .anniu {
    width: 300px;
    display: flex;
    justify-content: space-around;
}

.bannerSlide .text .anniu .videospan {
    display: none;
}

.video2 {
    display: none;
    background: #00000080;
}

.bannerSlide .text a {
    font-family: PuHuiTi100;
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
}

.bannerSlide .text .anniu img {
    margin-left: 15px;
}

.bannerSlide>video,
.bannerSlide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

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

    .bannerSlide .text h1 {
        font-size: 24px;
    }

    .bannerSlide .text h2 {
        font-size: 32px;
    }
}

@media (max-width: 720px) {

    .bannerSlide .text h1 {
        font-size: 18px;
    }

    .bannerSlide .text h2 {
        font-size: 18px;
        letter-spacing: -1.5px;
        margin: 15px 0 20px;
    }


    .bannerSlide .text a {
        font-size: 16px;
    }

    .bannerSlide .text .anniu .videospan {
        display: block;
        color: #fff;
        font-size: 14px;
    }

    .bannerSlide .text .anniu img {
        width: 30px;
    }

    .bannerSlide video {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .bannerSlide>img {
        min-height: 200px;
    }

    .video2.cur {
        padding: 10vw;
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: flex;
        align-items: center;
    }

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

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

    .bannerSlide .text a {
        font-size: 14px;
    }
}