.hwslider{width: 100%;height:auto;height: 410px !important;margin:0 auto; position: relative; overflow: hidden;}
.hwslider ul{width: 100%; height:100%; position: absolute;  margin: 0;}
.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{width:100%;max-width: 100%; height:auto;display: block}
.dots{position: absolute; bottom:25px; min-width:60px; height: 12px; z-index: 2;}
.dots span{float: left; width:8px;height:8px; border-radius: 50%; background: #e4e4e4; margin-right: 7px; cursor: pointer;}
.dots span.active{background:#f83600}
.arr{display:none;position: absolute; top: 140px; z-index: 2; width: 25px; height: 36px; line-height: 38px; text-align: center;; font-size: 36px; background: rgba(0,0,0,.3); color: #fff; text-decoration: none}
.arr:hover{ text-decoration: none;}
.hwslider:hover .arr{display: block; text-decoration: none;color: #fff}
.prev{left: 20px}
.next{right: 20px}

.hwslider .arr {
	display: none !important;
}
