.hyweb { width:100%; height:700px; position: relative; overflow:hidden; z-index:10;  }
.hyweb li{width:100%;height:700px;
	background-repeat: no-repeat;
	background-position: center top; float:left; text-align:center;
}
.hyweb li img{ border:0px; }
.hyweb li A{ width:100%;height:700px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {
	left:48%;
	width: 4%;
	bottom:20px;
	padding:4px;
 height:16px; 	line-height:16px;
	position: absolute;
	z-index: 999;

}
.hyweb .num ul {
	text-align:center;
	width: 100%;
	height: 12px;
	
}
.hyweb .num li {
	text-align:center;
	width: 12px;
	height: 12px;
	line-height:0px;
	overflow:hidden;
	background-color:#fff;
	border:#2eb6aa solid 2px;
	font-size:0px;
	text-align:center;
	margin-right: 3px;
	margin-left:3px;
	cursor:pointer;
	float:center;
border-radius:12px;
}
.hyweb .num li.on {
	background-color:#2eb6aa;
	border:#2eb6aa solid 2px;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 80px;
	height:460px;
	position: absolute;
	filter: Alpha(Opacity=0.5);
-moz-opacity:0.8; 		opacity:0.8;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:1%;
	background-image: url(left1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:1%;
	background-position: right center;
	background-image: url(right1.png);
}

.hyweb1 { width:1010px; height:310px; position: relative; overflow:hidden;  }
.hyweb1 li{width:1010px;
	background-repeat: no-repeat;
	background-position: center top; height:310px; text-align:center; position:relative;
}

.hyweb1 li img{ border:0px; width:1010px;height:310px;}
.hyweb1 li A{}
/*数字按钮样式*/
.hyweb1 .num {
	left:45%;
	bottom:20px;
	padding:4px;
 height:12px; 	line-height:12px;
	position: absolute;
	z-index: 999;
	background-image: url(bgc.png);
	background-repeat: repeat;
	background-position: left top;border-radius:6px;
}
.hyweb1 .num li {
	text-align:center;
	width: 12px;
	height: 12px;
	line-height:0px;
	overflow:hidden;
	background-color:#FFFFFF;
	font-size:0px;
	text-align:center;
	margin-right: 3px;
	margin-left:3px;
	cursor:pointer;
	float: left;
border-radius:12px;
}
.hyweb1 .num li.on {
	background-color:#FF5480;
} /*当前项*/
 /*当前项*/

/*上一个  下一个*/
.hyweb1 .prev,
.hyweb1 .next {
	width: 50px;
	height:310px;
	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:2px;
	background-image: url(left1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb1 .next {
	right:2px;
	background-position: right center;
	background-image: url(right1.png);
}
