@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;}
.swiper-container-index .swiper-button-prev {background:url(../images/left.png) no-repeat center center; left:0;}
.swiper-container-index .swiper-button-next {background:url(../images/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:600px; overflow:hidden; position:absolute; top:68%; left:50%; margin-left:-300px; 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:#df0501;}
.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:300px; margin-left:-150px; top:50%;}
	.swiper-container-index .swiper-slide-active .ban_word {top:38%;}
}