.hyweb { width:100%; height:478px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; height:478px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:478px;}
.hyweb li A{ width:100%;height:478px; 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:30px;
	height: 4px;
	line-height:0px;
	overflow:hidden;
	color:#1887AD;
	text-align:center;
	margin-right:4px;
	margin-left:4px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden; background-color:#1887AD;transition:all 0.3s ease-in-out 0s;border-radius:8px; 	filter: Alpha(Opacity=80);
-moz-opacity:0.8; 		opacity:0.8;
}
.hyweb .num li.on {
		width:50px; background-color:#ff6600; color:#ff6600;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:478px;
	position: absolute;
	filter: Alpha(Opacity=0.8);
-moz-opacity:0.8; 		opacity:0.8;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:-50px;
	background-image: url(left.png);
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(right.png);	
}
.hywebn { width:100%; height:280px; position: relative; overflow:hidden; }
.hywebn li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; height:280px; text-align:center;
}
.hywebn li img{ border:0px; width:1000px;height:478px;}
.hywebn li A{ width:100%;height:280px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hywebn .num { width:100%; left:0px; bottom:5px; text-align:center; height:20px; line-height:20px; position: absolute; z-index: 999;	}
.hywebn .num li {display:inline-block;
	text-align:center;
	width:30px;
	height: 4px;
	line-height:0px;
	overflow:hidden;
	color:#1887AD;
	text-align:center;
	margin-right:4px;
	margin-left:4px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden; background-color:#1887AD;transition:all 0.3s ease-in-out 0s;border-radius:8px; 	filter: Alpha(Opacity=80);
-moz-opacity:0.8; 		opacity:0.8;
}
.hywebn .num li.on {
		width:50px; background-color:#ff6600; color:#ff6600;
} /*当前项*/

/*上一个  下一个*/
.hywebn .prev,
.hywebn .next {
	width: 50px;
	height:478px;
	position: absolute;
	filter: Alpha(Opacity=0.8);
-moz-opacity:0.8; 		opacity:0.8;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hywebn .prev {
	left:-50px;
	background-image: url(left.png);
}
.hywebn .next {
	right:-50px;
	background-position: right center;
	background-image: url(right.png);	
}