.banner_set {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

.swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}

.logo_section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    margin: 3% auto 2%;
}

.logo_section img {
    width: 50%;
    height: auto;
}

.new_banner_sty {
    position: relative;
    width: 100%;
}

.ab_banner img {
    width: 100%;
}

.banner_text {
    position: absolute;
    left: 15%;
    top: 23%;
    width: 33%;
    padding: 0 15px;
    color: #fff;
}

.first_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.first_text img {
    width: 25%;
}

.first_text span {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    width: 72%;
}

.banner_text p {
    line-height: 36px;
    font-size: 18px;
}



.video_content {
    margin-bottom: 30px;
}


.video_zz {
    display: none;
    position: fixed;
    z-index: 1003;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.video_play {
    width: 95%;
    max-width: 835px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1004;
}

.video-controls {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 1002;
}

.video-controls:hover {
    cursor: pointer;
}

.video_detail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_img {
    position: relative;
}

.bf_img {
    width: 60px;
    height: 60px;
    background: url(../img/moving-icon.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    transition: transform 0.3s ease;
}

.video_tit {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 12px;
    z-index: 21;
}

.video_tit>p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}

.sp_banner_img {
    display: none;
}

.shop_mask {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 60%,
        rgba(0, 0, 0, 0.8) 100%
    );
    z-index: 19;
}

.video_img:hover .shop_mask {
    display: none;
}

.video_img:hover .bf_img {
    transform: translate(-50%, -50%) scale(1.2);
}

@media screen and (max-width:1410px) and (min-width:991px) {
    .banner_text {
        width: 40%;
        top: 15%;
    }

    .banner_text p {
        font-size: 16px;
    }
    .bf_img {
        width: 60px!important;
        height: 60px!important;
    }
}

@media screen and (max-width:1170px) and (min-width:991px) {
    .banner_text {
        width: 45%;
        top: 15%;
    }

    .banner_text p {
        line-height: 30px;
    }

    .first_text span {
        font-size: 26px;
    }
}


@media screen and (min-width: 200px) and (max-width: 991px) {
    .videos {
        margin-top: 30px;
    }

    .banner_text {
        width: 100%;
        top: 0;
        left: 0;
        padding: 40px 15px;
    }

    .first_text span {
        font-size: 20px;
    }

    .first_text {
        margin-bottom: 20px;
    }

    .banner_text p {
        max-width: 100%;
        line-height: 28px;
         font-size: 16px;
    }

    .sp_banner_img {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .logo_section img {
        width: 70%;
    }

    .my-swiper-button-prev, .my-swiper-button-next {
        background: unset !important;
    }

}