@charset "utf-8";

/* .swiper-container-index .swiper-pagination {} */
/* .swiper-container-index .swiper-pagination-bullet-active {
    background: #ea5506;
} */

.swiper-container-index .swiper-button-prev,
.swiper-container-index .swiper-button-next {
    width: 40px;
    height: 60px;
    transition: all 0.3s;
    opacity: 0;
}
.banner_img{
    height: 100%;
}
.swiper-container-index .swiper-button-prev {
    background: url(../img/left.png) no-repeat center center;
    left: 0;
}

.swiper-container-index .swiper-button-next {
    background: url(../img/right.png) no-repeat center center;
    right: 0;
}

.swiper-container-index:hover .swiper-button-prev {
    left: 12px;
    opacity: 1;
}

.swiper-container-index:hover .swiper-button-next {
    right: 12px;
    opacity: 1;
}

.swiper-container-index .swiper-slide .banner_img {
    transform: scale(1.5, 1.5);
    opacity: 0;
}

.swiper-container-index .swiper-slide-active .banner_img {
    transform: scale(1, 1);
    opacity: 1;
}

.swiper-container-index .swiper-slide video {
    opacity: 0;
}

.swiper-container-index .swiper-slide-active video {
    opacity: 1;
}

.ban_word {
    width: 50%;
    overflow: hidden;
    position: absolute;
    top: 68%;
    left: 25%;
    font-size: 40px;
    text-align: center;
    opacity: 0;
    transition-delay: 2s;
}

.swiper-container-index .swiper-slide-active .ban_word {
    top: 42%;
    opacity: 1;
}

.ban_word p {
    font-size: 15px;
    position: relative;
    padding: 8px 0 12px;
    margin-top: 26px;
}

.ban_word p span {
    width: 60px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    display: block;
}

.ban_word p .t {
    top: 0;
}

.ban_word p .b {
    bottom: 0;
}

.ban_word_white {
    color: #ffffff;
}

.ban_word_black {
    color: #000;
}

.ban_word_black p span {
    background: #000;
}

.swiper-container-index .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #ccc;
}

.swiper-container-index .swiper-pagination-bullet-active {
    background: #007aff;
}

.swiper-container-index .swiper-pagination {
    bottom: 5%;
}

/*********************************************/

.swiper-container-pro .swiper-slide .banner_img {
    transform: scale(1.5, 1.5);
    opacity: 0;
}

.swiper-container-pro .swiper-slide-active .banner_img {
    transform: scale(1, 1);
    opacity: 1;
}

.swiper-container-pro .swiper-button-prev,
.swiper-container-pro .swiper-button-next {
    width: 40px;
    height: 60px;
    transition: all 0.3s;
    opacity: 0;
}

.swiper-container-pro .swiper-button-prev {
    background: url(../images/left.png) no-repeat center center;
    left: 0;
}

.swiper-container-pro .swiper-button-next {
    background: url(../images/right.png) no-repeat center center;
    right: 0;
}

.swiper-container-pro:hover .swiper-button-prev {
    left: 12px;
    opacity: 1;
}

.swiper-container-pro:hover .swiper-button-next {
    right: 12px;
    opacity: 1;
}

@media (max-width: 640px) {
    .ban_word {
        width: 360px;
        margin-left: -180px;
        top: 50%;
        font-size: 30px;
    }

    .ban_word p {
        margin-top: 16px;
        padding: 4px 0 10px;
    }

    .swiper-container-index .swiper-slide-active .ban_word {
        top: 30%;
    }
}