@charset "UTF-8";
*{padding:0;margin:0}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
ul,li,ol,dl,dt,dd{
	list-style:none;
	margin:0;
	padding:0;
}
header,nav,section,article,footer,aside{
	display:block;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	display:block;
	content:"";
	overflow:hidden;
	clear:both;
}

.wrapper{
	margin:0 auto;
	height:100%;
}


.pic{
	position:relative;
	width:1076px;  /*控制图片宽度*/
   height:377px;  /*控制图片高度*/
	overflow:hidden;
	
	
	
	
	
	
}
.pic .sildebar{
	 width:100%;
	 position:absolute;
	 top:0;
	 height:377px;
}
.pic .sildebar li{
	 float:left;
	 width:1076px;
	 overflow:hidden;
	 height:377px;
}
img{border:none;}
.focusBox {
  position: absolute;
 
  bottom: 40px;
  width: 120px;
  left: 53%;
  margin-left: -60px;
 
  
  
}
.focusBox li{
	float:left;
	margin-right:10px;
	width:10px;
	height:10px;
	border-radius:10px;
	background:#fff;
	cursor:pointer;
}
.focusBox li.cur{
	background:#f60;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.btn-focus{
	position:absolute;
	display:block;
	width:60px;
	height:30px;
	background-color:#000;
	opacity:0;
	filter:alpha(opacity=0);
	text-align: center;
	color:#fff;
	line-height:30px;
	text-decoration:none;
}
.prev{
	left:2px;
	top:40%;
}
.next{
	right:2px;
	top:40%;
}

.image-slider ul{
	overflow: hidden;
	/*width: 400% !important;*/
}
.
.image-slider img{
	display: block;
	width: 100%;
}
