<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}

/************************顶部代码******************************/
.top {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	height: 42px;
}
.top li {
	font-family: "宋体";
	font-size: 12px;
	line-height: 40px;
	color: #666666;
	float: left;
	padding-left: 8px;
	list-style-type: none;
}
.top .li_top {
	width: 800px;
	color: #FF7A01;
}
.top a {
	color: #666666;
	text-decoration: none;
}
.top a:hover {
	color: #F27519;
}


/************************menu代码******************************/
.menu {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	width: 246px;
}
.nav {
	float: right;
	width: 728px;
	margin:auto 0px;
	padding-top:50px;
}
.nav ul {
	padding-top: 40px;
	padding-left: 20px;
}
.nav li {
	float: left;
	list-style-type: none;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	width: 104px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
}
.nav a {
	color: #666666;
	text-decoration: none;
	display:block;
}
.nav a:hover {
	background-image: url(../images/yd.jpg);
	background-repeat: no-repeat;
	height:34px;
	width: 104px;
	display:block;
	color: #FFFFFF;
}



/************************版权代码******************************/
.bottom {
	background-color:#727071;
	background-repeat: repeat-x;
	height: 149px;
	width: 1002px;
	margin-left:auto;
	margin-right:auto;
}
.bottom2 {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	height: 149px;
}
.bottom3 {
	padding-left: 130px;
}

.bottom3 ul {
	padding-top: 18px;

}
.bottom3 li {
	font-family: "宋体";
	font-size: 12px;
	list-style-type: none;
	float: left;
	line-height: 38px;
	padding-left: 8px;
	color: #FFFFFF;
}
.bottom3 a {
	color: #f1f1f1;
	text-decoration: none;
	font-weight: bold;
}
.bottom3 a:hover {
	color: #F57F01;
}.bottom4 {
	font-family: "宋体";
	font-size: 12px;
	color: #f1f1f1;
	padding-left: 138px;
	padding-top: 2px;
}
.bottom4 p {
	line-height: 19px;
}

.cuspages a:link,.cuspages a:visited{text-decoration:none; color:#999;}
.cuspages a:hover {text-decoration:underline}
/* pages */
.pages{clear:both;margin:10px 0}
	.pages em, .pages a, .pages strong{text-decoration:none;margin-left:3px;padding:2px 5px;border:1px solid #E5E5E5}
	.pages a:hover{text-decoration:none;border:1px solid #09C;background:#09C;color:#FFF}
	.pages strong{border:none;font-weight:700}
	.cuspages{margin:5px 0px;;line-height:200%; clear:both; text-align:center; font-size:12px;}
	.cuspages .pages{display:inline;clear:none;margin-right:45px}
	
</pre></body></html>