.hyweb { width:100%; height:306px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:420px;
}
.hyweb li img{ border:0px; width:1000px;height:420px;}
.hyweb li A{ width:1000px;TEXT-INDENT: -1010px;height:420px; DISPLAY: block; WHITE-SPACE: nowrap; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:45%; bottom:12px; overflow:hidden;  height:20px; line-height:20px; position: absolute; z-index: 999;	}
.hyweb .num li { text-align:center;
	width: 20px;
	height: 20px;
	line-height:0px;
	color:#fff;
	cursor:pointer;
	float: left;
	overflow:hidden;
	background-image: url(p2.png);
	background-repeat: no-repeat;
	background-position: center center;font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
}
.hyweb .num li.on {
	color:#FE8713;
	background-image: url(p1.png);
	background-repeat: no-repeat;
	background-position: center center;
} /*当前项*/
.hyweb .zz{
	width:100%;position: absolute; z-index: 888;
	left:0px; bottom:0px; height:30px;
	background-image: url(xb.png);
	background-repeat: repeat;
	background-position: left top;
}
/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 44px;
	height: 420px;
	position: absolute;
	filter: Alpha(Opacity=0);
-moz-opacity:0; 			opacity:0;
	background-position: center center;
	top:0px;
	background-repeat: no-repeat;
}
.hyweb .prev {
	left:2%;
		background-position: left center;
}
.hyweb .next {
	right:2%;
	background-position: right center;

}
