@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
.banner {
	width:100%;
	position:relative;
	margin:auto; 
	overflow:hidden;
    margin-bottom: 10px;
}
.banner .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.banner .bd ul {
}
.banner .bd li {
	width:100%;
	overflow:hidden; 
	text-align:center;
}
.banner .bd li img{
	width:100%;

}
.banner .bd li a {
	display:block;
}
.banner .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0px;  /*图标距离底部像素为  0px  */
	left:0;
	height:30px;
	line-height:30px;
}
.banner .hd ul {
	text-align:center;
}
.banner .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:13px; /*图标宽度*/
	height:13px; /*图标高度*/
	margin:1px 3px;  /*图标间距 上下=1px  左右 =3px */
	overflow:hidden;
	border-radius:50%;  /*图标变成圆点*/
	background:#fff; /*平常图标颜色*/
	line-height:999px;
}
.banner .hd ul .on {
	background:#13d8fa; /*高亮图标颜色*/
}
.banner .prev,.banner .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:5%;/*左切换按钮浏览器距离*/
	z-index:1;
	width:40px;
	height:60px;
	background:url(../slider-arrow.png) -126px -137px #000 no-repeat; /*左右切换按钮背景图*/
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.banner .next {
	left:auto;
	right:5%; /*右切换按钮浏览器距离*/
	background-position:-6px -137px;
}