<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 样式重置 */
html,
body,
div,
span,
ul,
li,
dl,
dt,
dd,
h1,
h2,
p,
form,
input,
table {
	margin:0;
	padding:0;
}

ul,li { list-style:none; }

img {
	border:0;
	vertical-align:top;
}
a,
a:link,
a:visited {
	/*color: #7f7c7c;*/
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #079be8;
	text-decoration: none;
}
.clear10{ height:10px; overflow:hidden; clear:both}
.clear20{ height:20px; overflow:hidden}
/* 清除浮动 */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { *+height:1%; }

.container {
	width:960px;
	margin:0 auto;
}

body { background:#f3f3f3;font:14px Microsoft Yahei,'宋体', Arial; line-height:25px; }

.fl{ float:left}
.fr{ float:right}
#top { height: 107px; background: url(../images/headtop.jpg) repeat-x center top; }
.tel { padding-top: 5px; height: 22px; font-size: 14px; font-family: 'Microsoft Yahei'; font-weight:700; color: #fff; text-align: right; line-height: 18px; padding-right: 12px; }

#nav {height: 104px;}
#nav ul li {float:left;/*background-image: url(../images/ico.jpg);*/background-repeat: no-repeat;background-position: right center;}
#nav ul li a,#nav ul li a:visited,#nav ul li a:link {display: block;color: #000;padding:5px 18px 0px 17px;text-align: center;font-size: 14px; font-family: 'Microsoft Yahei';line-height: 99px;white-space: nowrap; background: url(../images/i-ico.jpg) right top no-repeat; /*height:99px;*/ overflow:hidden}
#nav ul li a:hover { color: #fff; background: #079be8; margin-left:-1px}
#nav ul li a.cur,#nav ul li a.cur:visited{ color: #fff; background: #079be8;margin-left:-1px}

.mainbox{ background:#f3f3f3; padding-top:12px; zoom:1; overflow:hidden}
/* foot */
#footer { font-size:12px;
	background: #079be8;
	padding: 10px 0;
	color: #fff; 
}
#footer a,
#footer a:visited {
	color:#fff;
}
#footer a:hover {
	color:#f00;
}</pre></body></html>