.hyweb { width:100%; height:400px; position: relative; overflow:hidden;z-index:5;	 }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:400px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:400px;}
.hyweb li A{ width:100%;height:400px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:42%; bottom:10px;  height:15px; line-height:16px; position: absolute; z-index:10;	}
.hyweb .num li {
text-align:center;
	width: 30px;
	height: 8px;
	line-height:0px;
	overflow:hidden;
	color:#0B89DD;
	text-align:center;
	margin-right: 4px;
	margin-left:4px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden; background-color:#0B89DD;border-radius:4px;transition:all 0.3s ease-in-out 0s;
}
.hyweb .num li.on { background-color:#FCBA04; color:#FCBA04;width: 60px;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:400px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;filter: Alpha(Opacity=0.7);
-moz-opacity:0.7; 		opacity:0.7;
	top:0px;
}
.hyweb .prev {
	left:-50px;
	background-image: url(left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(right.jpg);
}
