.hyweb { width:100%; height:344px; position: relative; overflow:hidden;  }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:344px; text-align:center;
}
.hyweb li img{ border:0px; }
.hyweb li A{ width:100%;height:344px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:46%; bottom:8px;  height:15px; line-height:20px; position: absolute; z-index: 999;	}
.hyweb .num li {
	text-align:center;
	width: 14px;
	height: 14px;
	line-height:0px;
	overflow:hidden;
	color:#F98904;
	font-size:0px;
	text-align:center;
	margin-right:3px;
	margin-left:3px;
	cursor:pointer;
	float: left;
		background-image:url(grey.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.hyweb .num li.on {background-image: url(darkblue.png);

	background-repeat: no-repeat;
	background-position: center center;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 40px;
	height:344px;
	position: absolute;
	filter: Alpha(Opacity=0.3);
-moz-opacity:0.3; 			opacity:0.3;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
	
}
.hyweb .prev {
	left:0px;
	background-image: url(left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:0px;
	background-position: right center;
	background-image: url(right.jpg);
}

.hyweb1 { width:450px; height:260px; position: relative; overflow:hidden;  }
.hyweb1 li{width:450px;
	background-repeat: no-repeat;
	background-position: center top; height:260px; text-align:center; position:relative;
}
.hyweb1 li h3{
	width:430px;
	padding-left:20px;
	background-image: url(d4.png);
	background-repeat: repeat;
	background-position: left top; color:#fff; height:40px; line-height:40px; font-weight:normal; font-size:14px; text-align:left; position:absolute; left:0px; bottom:0px; z-index:800;
}
.hyweb1 li img{ border:0px; width:450px;height:260px;}
.hyweb1 li A{}
/*数字按钮样式*/
.hyweb1 .num {right:10px; bottom:0px;  height:40px; line-height:40px; position: absolute; z-index: 999; 	}
.hyweb1 .num li { 
	text-align:center;
	width: 18px;
	height: 40px;
	line-height:0px;
	overflow:hidden;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden;
	background-image: url(yd1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.hyweb1 .num li.on {
	background-image: url(yd2.png);
	background-repeat: no-repeat;
	background-position: center center;
} /*当前项*/

/*上一个  下一个*/
.hyweb1 .prev,
.hyweb1 .next {
	width: 50px;
	height:344px;
	position: absolute;
	filter: Alpha(Opacity=0.1);
-moz-opacity:0.1; 		opacity:0.1;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb1 .prev {
	left:1px;

}
.hyweb1 .next {
	right:1px;

}
