* {
	margin: 0 0;
	padding: 0 0;
}

a,
a:hover {
	text-decoration: none;
}

ul,
li,
ol {
	list-style: none;
}




/*******      header部分开?       *******/

.aside,
.email_swiper {
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}






/*******      header部分 结束      *******/




/*******      footer部分 结束      *******/



.swiper-container {
	width: 1000px;
	height:100%;
}

.swiper-wrapper {
	width: 1000px;
	height:100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 1280px;
	height: 721px;
	cursor: pointer;
}

.swiper-slide img {
	width: 1280px;
	height: 721px;
}

.swiper-pagination-bullet-active {
	background-color: #12a0e9;
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 140px;
	background-size: 40px 140px;
	margin-top: -200px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(left.png);
	left: 10px;
	right: auto;
	top:55%;
	
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(right.png) !important;
	top:55%;
}

.public_swiper {
	display: none !important;
}