@charset "utf-8";
.banner {width: 100%;overflow: hidden;height: 650px;}
@media screen and (max-width: 1200px){
	.banner {height: 460px;}
}
@media screen and (max-width: 992px){
	.banner {height: 210px;}
}

.banner .swiper-container {width: 100%;height:100%;}
.banner .swiper-container .swiper-slide{width: 100%;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.banner .swiper-container .swiper-slide img{width: 100%;}
.swiper-button-prev,.swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: 0 0}
.swiper-button-prev {left:0}
.swiper-button-next {right: 0}
.swiper-button-prev span,.swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	background: rgba(180,180,180,.25) url(../images/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}
.swiper-button-next span {
	background: rgba(180,180,180,.25) url(../images/arrows.png) no-repeat center -71px;
	left: auto;
	right: 20px
}
.swiper-button-prev:hover span,.swiper-button-next:hover span {opacity: .6}
.banner .swiper-pagination {
	top: auto;
	bottom:0px;
	background: 0 0
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: 0 0;
	border-radius: 0;
	opacity: 1
}

.banner .swiper-pagination-bullet span {
	width: 50px;
	height: 3px;
	display: block;
	background: rgba(128,128,128,.2)
}

.banner .swiper-pagination-bullet-active span {
	background: gray
}

.banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(128,128,128,.2)
}

.banner .swiper-pagination-bullet i {
	background: gray;
	height: 3px;
	transform: scaleX(0);
	transform-origin: 0;
	display: block
}

.banner .autoplay .firsrCurrent i {
	transition: transform 2.9s linear;
	transform: scaleX(1)
}

.banner .autoplay .current i {
	transition: transform 4s linear;
	transform: scaleX(1)
}

.banner .autoplay .replace span {
	background: gray
}

@media screen and (max-width: 1200px){
	.swiper-button-prev,.swiper-button-next {display: none;}
}
@media screen and (max-width: 992px){
	.swiper-button-prev,.swiper-button-next {display: none;}
	.banner .swiper-pagination {bottom:-20px;}
	.banner .swiper-pagination-bullet {width: 30px;height:20px;}
	.banner .swiper-pagination-bullet span {width: 30px;height: 2px;}
	.banner .swiper-pagination-bullet i {height: 2px;}

}