.hyweb { width:100%; height:330px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:330px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:330px;}
.hyweb li A{ width:1000px;height:330px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:40%; bottom:5px;  height:15px; line-height:15px; position: absolute; z-index: 999;	}
.hyweb .num li {
	text-align:center;
	width: 50px;
	height: 8px;
	line-height:8px;
	overflow:hidden;
	color:#005FBB;
	text-align:center;
	margin-right: 4px; margin-left:4px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	background-color:#005FBB; overflow:hidden;
}
.hyweb .num li.on {
	color:#F7C639;
background-color:#F7C639;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height: 330px;
	position: absolute;
	filter: Alpha(Opacity=0.1);
-moz-opacity:0.1; 		opacity:0.1;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:1px;
	background-image: url(left1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:1px;
	background-position: right center;
	background-image: url(right1.png);
}
