@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #edf0f0;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

.banner .swiper {
	position: relative;
	width: 1600px;
	margin: 0 auto;
}

.current-swiper {
	width: 980px;
	height: 408px;
	border-radius: 10px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 99;
}

.left-swiper {
	position: absolute;
	left: 117px;
	top: 52px;
	z-index: 1;
}

.right-swiper {
	position: absolute;
	right: 117px;
	left: auto;
	top: 52px;
	z-index: 1;
}

.nocurrent-swiper {
	width: 680px;
	height: 283px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.nocurrent-swiper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(237, 240, 240, 0.5);
	z-index: 99;
}

.swiper-button-prev {
	width: 46px;
	height: 46px;
	background: url(../images/curr_prev.png) no-repeat center center;
}

.swiper-button-next {
	width: 46px;
	height: 46px;
	background-size: auto;
	background-image: url(../images/curr_next.png);
}


.swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper .swiper-slide a{
	display: block;
}
