.hyweb { width:100%; height:530px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: left top; float:left;height:530px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:530px;}
.hyweb li A{ width:100%;height:530px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:48%; bottom:20px;  height:15px; line-height:16px; position: absolute; z-index: 999;	}
.hyweb .num li {
width: 16px;

height: 16px;

float: left;

clear: none;

display: block;

margin: 0 5px;

border: 2px solid;

   color:#d70800;
    border-radius: 54px;

background:#d70800;
}
.hyweb .num li.on {color:#fff;background: #fff;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 500px;
	height:500px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;filter: Alpha(Opacity=0.6);
-moz-opacity:0.6; 		opacity:0.6;
}
.hyweb .prev {
	left:-100px;
	background-image: url("../images/left1s.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:-100px;
	background-position: right center;
	background-image: url("../images/right1s.png");
}
.hywebn { width:100%; height:280px; position: relative; overflow:hidden; }
.hywebn li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:280px; text-align:center;
}