/*
banner_video
*/
.banner_video {
    position: relative;
    background: #000;
}

.banner_video .play_icon {
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    z-index: 100;
    background: url("/res/site/img/icon_play.png") no-repeat center center;
    background-size: 100% 100%;
    display: none;
}

@media (max-width: 768px) {
    .banner_video .play_icon {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }
}


.banner_video .banner_video_cmds {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_video .banner_video_icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;

    cursor: pointer;
    border-radius: 25px;
    background-color: rgba(235, 230, 228, 0.5);
    border: 2px solid #ccc;
}

.banner_video .banner_video_play .banner_video_icon_play {
    display: none;
}

.banner_video .banner_video_play .banner_video_icon_pause {
    display: flex;
}

.banner_video .banner_video_pause .banner_video_icon_play {

    display: flex;
}

.banner_video .banner_video_pause .banner_video_icon_pause {
    display: none;
}

/*
banner1
*/

.banner1 .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    .banner1 .swiper-slide {
        height: 180px;
        position: relative;
    }
}


.banner1 .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 6px;
    opacity: 1;
}

.banner1 .swiper-pagination-bullet-active {
    width: 30px;
    background: #dc3545;
}

@media (max-width: 760px) {
    .banner1 .swiper-pagination-bullet {
        width: 12px;
        height: 6px;
        border-radius: 4px;
    }

    .banner1 .swiper-pagination-bullet-active {
        width: 20px;
    }
}

.banner1 .swiper-button {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-color: rgba(235, 230, 228, 0.8);
    color: #dc3545;
    border-radius: 5px;
    background-image: none;
    display: none;
    font-size: 30px;
}

.banner1 .swiper-button-con {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner1 .swiper-button:hover {
    background-color: rgba(172, 130, 65, 0.8);
    color: #fff;
}

@media (max-width: 760px) {
    .banner1 .swiper-button {
        background-color: rgba(235, 230, 228, 0.6);
        width: 20px;
        height: 40px;
        margin-top: -20px;
        font-size: 26px;
    }

    .banner1 .swiper-button-prev {
        left: 5px;
    }

    .banner1 .swiper-button-next {
        right: 5px;
    }
}
