.adbanner{
	margin:0 auto;
	padding:0px;
	display:block;
	box-sizing: border-box;
	margin-top: 80px;
}
.adbannerbox{
	margin:0 auto;
	padding:0px;
	display:block;
}
.hwslider{
	display:table;
	margin:0 auto;
	overflow:auto;	
	width: 100%;
	height:auto;/*高度要在js設定*/	
	margin:0px auto; 
	position: relative;
	 overflow: hidden;
	padding:0px;}

.hwslider ul{
	width: 100%; 
	height:100%; 	
	 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{
	width:100%;
	max-width: 100%; 
	height:auto;
	display: block
}
.hwslider ul li background{
	width:100%;
	max-width: 100%; 
	height:auto;
	display: block;
	background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}
.dots{/*選項點點*/
	position: absolute;
	 top:92.5%;
	 left:200px; 
	 min-width:60px; 
	 height: 12px; 
	 z-index: 2;}
.dots span{
	float: left; 
	width:12px;
	height: 12px; 
	border: 1px solid #fff; 
	border-radius: 50%; 
	background: #ffffff; 
	margin-right: 8px; 
	cursor: pointer;
}
.dots span.active{
	background:#ED8534;
}
.arr{/*上一個&下一個*/
	display:none;
	position: absolute; 
	top: 140px; 
	z-index: 2;
	width: 40px; 
	height: 40px; 
	line-height: 38px; 
	text-align: center; 
	font-size: 36px; 
	background: rgba(0,0,0,.3); 
	color: #fff;
	 text-decoration: none;
	}
	
.arr:hover{
	background: rgba(0,0,0,.7); 
	text-decoration: none;
}
.hwslider:hover .arr{
	display: block; 
	text-decoration: none;
	color: #fff
}
.prev{
	left: 20px;
	top:50%;
}
.next{
	right: 20px;
	top:50%;
}


@media (max-width: 800px) {

.arr{
	width:20px; 
	height: 20px; 
	line-height: 24px; 
	font-size: 18px; 
	 text-decoration: none
	}

 }
 @media (max-width: 600px) {
.dots span{/*選項點點*/
	width:6px;
	height: 6px; 	
}
 }
@media(max-width:400px){

.adbanner{
	display:none !important;
}


}