.hyweb { width:100%; height:320px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; height:320px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:320px;}
.hyweb li A{ width:100%;height:320px; display:block; margin:auto; OVERFLOW: hidden;}
/*Êý×Ö°´Å¥ÑùÊ½*/
.hyweb .num { width:100%; left:0px; bottom:5px; text-align:center; height:20px; line-height:20px; position: absolute; z-index: 999;	}
.hyweb .num li {display:inline-block;
	text-align:center;
	width:40px;
	height: 8px;
	line-height:0px;
	overflow:hidden;
	color:#058AE7;
	text-align:center;
	margin-right:4px;
	margin-left:4px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden; background-color:#058AE7;transition:all 0.3s ease-in-out 0s;border-radius:8px; 
}
.hyweb .num li.on {
		width:60px; background-color:#8FC41E; color:#8FC41E;
}