.hwslider{
	width: 100%;
	height:auto;
	min-width:280px;
	min-height: 197px;
	margin:0px auto; 
	position: relative; 
	overflow: hidden;
}
.hwslider1{
	width: 100%;
	height:auto;
	min-width:280px;
	min-height: 283px;
	margin:0px auto; 
	position: relative; 
	overflow: hidden;
}
.hwslider1 ul{
	width: 100%; 
	height:100%; 
	position: absolute; 
	z-index: 1
}
.hwslider1 ul li{
	display:none;
	position:absolute; 
	left:0; top:0; 
	width: 100%;
	height:100%; 
	overflow: hidden;
}
.hwslider1 ul li.active{
	display: block;
}
.hwslider1 ul li>img{
	display: block;
	position:absolute; 
	top:0
	;left: 0; 
}
.hwslider1 ul li span{
	color:#7e7e7e;
}
.hwslider ul{
	width: 100%; 
	height:100%; 
	position: absolute; 
	z-index: 1
}
.hwslider ul li{
	display:none;
	position:absolute; 
	left:0; top:0; 
	width: 100%;
	height:100%; 
	overflow: hidden;
}
.hwslider ul li.active{
	display: block;
}
.hwslider ul li>img{
	display: block;
	position:absolute; 
	top:0
	;left: 0; 
}
.hwslider ul li span{
	color:#7e7e7e;
}
.dots{
	position: absolute; 
	bottom:10px; 
	left:200px; 
	min-width:60px; 
	height: 0px; 
	z-index: 2;
}
.dots span{
	display:block;
	float: left; 
	width: 8px; 
	height: 8px; 
	border: 1px solid #fff; 
	border-radius: 50%; 
	background: #c1c1c1; 
	margin-right: 8px; 
	cursor: pointer;
	border-radius: 10px;
}
.dots span.active{
	background:#3b7cba;
}