
.Swiper_outer{
	position: relative;
}
.Swiper_list{
	width: 100%;
	height: 420px;
	position: relative;
	overflow: hidden;
}
.Swiper_item{
    display:block;
	width: 100%;
	height: 420px;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 100%;
	background: none\9;
}
.Swiper_item:first-child{
	left: 0;
}

.Swiper_left{
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: rgba(0,0,0,0.5);
	top: 50%;
	left: 100px;
	margin-top: -30px;
	cursor: pointer;
}
.Swiper_right{
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: rgba(0,0,0,0.5);
	top: 50%;
	right: 100px;
	margin-top: -30px;
	cursor: pointer;
}
.Swiper_left .icon-font,.Swiper_right .icon-font{
	position: relative;
	font-size: 40px;
	top: 10px;
	left: 10px;
	color: #FFFFFF;
}
.Swiper_points{
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: -40px;
	text-align: center;
}
.Swiper_point{
	cursor: pointer;
	display: inline-block;
	width: 14px;
	height: 6px;
	background-color: #999999;
	margin: 0 5px;
}
.Swiper_point.active{
	background-color: #3385ff;
}
