/*banner样式*/



.banner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide {
	width: 100%;
	height: 100vh;
	/*height: auto;*/



	float: left;
	background: no-repeat center center;
	background-size: cover;
}
/*.banner ul li:nth-child(1){*/



/*background: url('./1.jpg') no-repeat center center;*/



/*}*/



/*.banner ul li:nth-child(2){*/



/*background: url('./2.jpg') no-repeat center center;*/



/*}*/



/*.banner ul li:nth-child(3){*/



/*background: url('./3.jpg') no-repeat center center;*/



/*}*/



.banner ol {
	/*width: 60px;*/



	height: 0.20rem;
	/*background: rgba(0,0,0,0.5);*/



	position: absolute;
	left: 50%;
	/*margin-left: -40px;*/



	bottom: 0.30rem;
	padding: 0 0.10rem;
	border-radius: 0.10rem;
}
.banner ol li {
	width: 0.10rem;
	height: 0.10rem;
	float: left;
	margin: 0.05rem 0.05rem;
	background: #929292;
	border-radius: 50%;
	cursor: pointer;
}
.banner ol .current {
	background: #000;
}
.banner .swiper-button-prev, .banner .swiper-container-rtl, .banner .swiper-button-next {
	width: 0.22rem;
	height: 0.92rem;
	position: absolute;
	top: 50%;
	margin-top: -0.46rem;
	cursor: pointer;
	
	transition: all 0.5s;
}
.banner .swiper-button-prev {
	left: 0.4rem;
	background: url('../images/banner_08.png') no-repeat center center !important;
	background-size: 100% !important;
	opacity: 1;
}
.banner .swiper-button-next {
	opacity: 1;
	right: 0.4rem;
	background: url('../images/banner_05.png') no-repeat center center !important;
	background-size: 100% !important;
}
.banner:hover .swiper-button-prev {
	opacity: 1;
}
.banner:hover .swiper-button-next {
	opacity: 1;
}
.banner .swiper-pagination-bullet {
	background: #fff;
	width: 0.11rem;
	height: 0.11rem;
	margin: 0.12rem 0.12rem !important;
	font-size: 0px;
	letter-spacing: 0px;
	border: none;
	padding: 0px;
	border-radius: 80%;
	cursor: pointer;
	overflow: hidden;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background: #d61518;
}
