.hyweb { width:100%; height:600px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:600px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:600px;}
.hyweb li a{ width:100%;height:600px; display:block; margin:auto; overflow: hidden;}
/*���ְ�ť��ʽ*/
.hyweb .num {left:45%; bottom:20px;  height:15px; line-height:16px; position: absolute; z-index: 999;	}
.hyweb .num li {
text-align:center;
	width: 30px;
	height: 8px;
	line-height:0px;
	overflow:hidden;
	color:#cbd2cb;
	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:#051d77;border-radius:4px;transition:all 0.3s ease-in-out 0s;
}
.hyweb .num li.on { background-color:#e50003; color:#051d77;width: 60px;
} /*��ǰ��*/

/*��һ��  ��һ��*/
.hyweb .prev,
.hyweb .next {
	width: 500px;
	height:500px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;filter: alpha(opacity=0.6);
-moz-opacity:0.6; 		opacity:0.6;
}
.hyweb .prev {
	left:-100px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:-100px;
	background-position: right center;
	background-image: ;
}
.hywebn { width:100%; height:280px; position: relative; overflow:hidden; }
.hywebn li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:280px; text-align:center;
}