.hyweb { width:100%; height:420px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:420px; text-align:center;
}
.hyweb li img{ border:0px; width:100%;height:420px;}
.hyweb li A{ width:100%;height:420px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {right:10%; bottom:10px;  height:22px; line-height:22px; position: absolute; z-index: 999;	}
.hyweb .num li {
	text-align:center;
	width: 22px;
	height: 22px;
	line-height:22px;
	overflow:hidden;
	color:#BD1302;
	font-size:12px;
	text-align:center;
	margin-right: 2px;
	margin-left:2px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
	border:#BD1302 solid 1px;
	background-color:#fff;
}
.hyweb .num li.on { background-color:#cc0000; border:#BD1302 solid 1px; color:#fff; background-image:none;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:420px;
	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:5%;
	background-image: url(left.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.hyweb1 { width:100%; height:260px; position: relative; overflow:hidden; }
.hyweb1 li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:260px; text-align:center;
}
.hyweb1 li img{ border:0px; width:100%;height:260px;}
.hyweb1 li A{ width:100%;height:260px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb1 .num {right:2%; bottom:10px;  height:22px; line-height:22px; position: absolute; z-index: 999;	}
.hyweb1 .num li {
	text-align:center;
	width: 22px;
	height: 22px;
	line-height:22px;
	overflow:hidden;
	color:#BD1302;
	font-size:12px;
	text-align:center;
	margin-right: 2px;
	margin-left:2px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
	border:#BD1302 solid 1px;
	background-color:#fff;
}
.hyweb1 .num li.on { background-color:#cc0000; border:#BD1302 solid 1px; color:#fff; background-image:none;
}