.swiper-wrap {
	position: relative;
	margin:0 auto;
	overflow: hidden;
}
.swiper-wrap:hover .left-arrow,.swiper-wrap:hover .right-arrow{
	/*display: block;*/
	opacity: 1;
}
.swiper-wrap .swiper-inner {
	position: relative;
	left:0;
	top:0;
}
.swiper-wrap .swiper-inner.fade a:first {
	display:block;
}
.swiper-wrap .swiper-inner.fade a {
	position:absolute;
	left:0;
	top:0;
	float:none;
	display:none;
}
.swiper-wrap .swiper-inner a{
	float: left;
}
.swiper-wrap .swiper-inner img {
}
.swiper-wrap .paganation {
	position: absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align: center;
	min-width: 1200px;
	-webkit-user-select:none;
}
.swiper-wrap .paganation span {
	display: inline-block;
	margin: 0 4px;
	width:30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	background-color: #fff;
	opacity: 0.5;
}
.swiper-wrap .paganation span.active {
	background-color: #548B31;
	color:#fff;
}
a {
	text-decoration: none;
}
.swiper-wrap .left-arrow {
	/*display: none;*/
	opacity: 0;
	transition:all 1s;
	position: absolute;
	font-family: "宋体";
	left:0;
	top:50%;
	width:40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-top: -20px;
	color:#fff;
	text-align: center;
	font-size: 40px;
	background-color: rgba(0,0,0,.5);
	-webkit-user-select:none;
}
.swiper-wrap .right-arrow {
	/*display: none;*/
	opacity: 0;
	transition:all 1s;
	position: absolute;
	font-family: "宋体";
	right:0;
	top:50%;
	width:40px;
	height: 40px;
	line-height:40px;
	border-radius: 50%;
	margin-top: -20px;
	color:#fff;
	text-align: center;
	font-size: 40px;
	background-color: rgba(0,0,0,.5);
	-webkit-user-select:none;
}
#swiperBanner .swiper-inner img{
	width: 100%;
	min-width: 1200px;
}
