.hyweb { width:100%; height:450px; position: relative; overflow:hidden;  }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:450px; text-align:center;
}
.hyweb li img{ border:0px; }
.hyweb li A{ width:100%;height:450px; 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:#0B75CB;border-radius:4px;transition:all 0.3s ease-in-out 0s;
}
.hyweb .num li.on { background-color:#B90100; color:#FE0000;width: 60px;
}

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:450px;
	position: absolute;
	filter: Alpha(Opacity=0.5);
-moz-opacity:0.5; 		opacity:0.5;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:-50px;
	background-image: url(left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:-50px;
	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:450px;
	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;

}
