<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* 全局CSS定义 */
* {
	margin: 0px;
	padding: 0px;
}


.clear {
	clear: both;
}
.center {
	text-align: center;
}

.line_h10px{
	line-height: 10px;
	height: 10px;
}
.line_h15px{
	line-height: 15px;
	height: 15px;
}
.line_h25px{
	line-height: 25px;
	height: 25px;
}
ul,ol,li{list-style:none}
table,td,input,textarea{font-size:12px}
body {
	background-image: url(imagesbackground1.gif);
	background-repeat: repeat;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
/* 链接颜色 */
a {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #990000;
	text-decoration: underline;
}
/*页头*/
#headbg {
	background-image: url(imagesdianya1-1_01.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height: 190px;
	padding-top: 41px;
}
#header {
	height: 148px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imagesdianya1-1_04.jpg);
	background-repeat: no-repeat;
}

#header h2 {
	padding-top:10px;
	float:left;
	font-size:35px;
	font-family:"黑体";
}

#header h2 p {
	font-size:22px;
}
	
#header h3{
	width:400px;
	float:right;
	display:inline;
	margin-right:160px;
	font-weight:bold;
	margin-top:10px;
}

#header h3 p{
	font-family:"宋体";
	text-indent:40px;
	padding-top:10px;
	font-weight:bold;
	line-height:120%;
	font-size:15px;
}


#mainnav {
	height: 42px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#mainnav li {
	height: 40px;
	width: 100px;
	line-height: 40px;
	text-align: center;
	list-style-type: none;
	float: left;
}
#mainnav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "微软雅黑", "宋体";
	font-size: 15px;
	line-height: 40px;
}
#mainnav a:hover {
	color: #EBC71D;
}
/*页脚*/
#footer {
	height: 85px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imagesdianya1-1_51.gif);
	background-repeat: repeat-x;
	padding-top: 35px;
}
#footer #footer02 {
	background-image: url(imagesdianya1-1_55.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 187px;
	margin-left: 600px;
}
</pre></body></html>