.swiper {
	display: inline-block;
    width: 300px;
    height: 230px;
	margin-left: 15px;
	overflow: hidden;
}
.swiper img{
	width: 300px;
	height: 230px;
	display: block;
}
.swiper .swiper-items{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.swiper .swiper-items li{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1
}
.swiper .swiper-indexs{
	float: right;
	position: relative;
	bottom: 15px;
	right: 5px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.swiper .swiper-indexs span{
	width:12px;
	height:12px;
	background:#fff;
	border-radius:12px;
	margin-right:6px;
	cursor:pointer
}
.swiper .swiper-indexs span:last-child{
	margin:0
}
.swiper .swiper-indexs span.active{
	width:20px;
	-webkit-transition:all .3s;
	transition:all .3s
}