.hyweb { width:100%; height:630px; position: relative; min-width:1200px;}
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; height:550px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:550px;}
.hyweb li A{ width:100%;height:550px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num { width:100%; left:0px; bottom:15px;  height:15px; display:none; line-height:15px; position: absolute; text-align:center; z-index: 9;	}
.hyweb .num li {display:inline-block;
text-align:center;
	width: 10px;
	height: 10px;
	line-height:0px;
	overflow:hidden;
	color:#A2332A;
	text-align:center;
	margin-right: 4px;
	margin-left:4px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden; background-color:#A2332A;border-radius:10px;transition:all 0.3s ease-in-out 0s;
}
.hyweb .num li.on { background-color:#F29600; color:#F29600;} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:550px;
	position: absolute;
	filter: Alpha(Opacity=80);
-moz-opacity:0.8; 		opacity:0.8;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:-50px;
	background-image: url(leftb.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(rightb.png);
}
.hyweb .ggxc{ width:100%; position:absolute; left:0px; bottom:0px;}
.hyweb .ggxc .wznr{ width:1200px; float:left;}
.hyweb .ggxc .wznr dd{ padding:30px; width:340px; height:100px; float:left; background-color:#A2332A; color:#FFFFFF;}
.hyweb .ggxc .wznr dd.hei{ background-color:#343434;}
.hyweb .ggxc .wznr dd h3{ line-height:30px; font-size:18px; font-weight:600}
.hyweb .ggxc .wznr dd h3 span{ margin-right:12px;
	font-family: "Times New Roman", Times, serif;
}
.hyweb .ggxc .wznr dd p{ font-size:13px; line-height:25px; height:50px; overflow:hidden; margin-top:10px;}
