<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hyweb { width:100%;height:600px; position: relative; overflow:hidden;  }
.hyweb p{ font-size:12px; color:#fff; line-height:25px; text-align:center;  z-index: 1000; width:100%; position:absolute; left:0px; bottom:0px;}
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:600px; text-align:center;
}
.hyweb li img{ border:0px; width:100%;height:600px;}
.hyweb li A{ width:100%;height:600px;; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:46%; bottom:20px;  height:15px; line-height:15px; position: absolute; z-index: 999;	}
.hyweb .num li {
	text-align:center;
	width: 30px;
	height:6px;
	line-height:0px;
	overflow:hidden;
	color:#FFFFFF;
	text-align:center;
	margin-right: 4px;
	margin-left:4px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden;filter: Alpha(Opacity=0.8);
-moz-opacity:0.8; 		opacity:0.8;
	background-color:#fff;border-radius:6px; border:#ddd 1px solid;transition:all 0.3s ease-in-out 0s;
}
.hyweb .num li.on { background-color:#dd0000; border:#cc0000 solid 1px; width:50px;
}

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:600px;
	position: absolute;
	filter: Alpha(Opacity=0.1);
-moz-opacity:0.1; 		opacity:0.1;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:1px;
	background-image: url(left.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:1px;
	background-position: right center;
	background-image: url(right.png);
}
.</pre></body></html>