<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("indexjs.css");
/* CSS Document */

* {
	margin:0 auto;
	padding:0;
}
body {
	background:#c7ced8 url(../images/bj.jpg) top repeat-x;
	font-size:12px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000032;
	text-decoration: underline;
}
img {
	border:none;
}
.index_bt {
	padding-left:5px;
	font-size:14px;
	font-family:"雅黑";
	font-weight:bold;
	color:#000032;
}
.menu a{
	font-weight:bold;
	font-size:12px;
	font-family:"雅黑";
	line-height:35px;
	width:143px;
	height:35px;
	text-align:center;
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	display:block;
}
.menu a:hover {
	color:#fff;
	background:url(../images/menu-v.gif) no-repeat;

}

.menu2 a{
	font-weight:bold;
	font-size:12px;
	font-family:"雅黑";
	line-height:35px;
	width:142px;
	height:35px;
	text-align:center;
	background-image:url(../images/menu2.gif);
	background-repeat:no-repeat;
	display:block;
}
.menu2 a:hover {
	color:#fff;
	background:url(../images/menu2-v.gif) no-repeat;

}



.news_td {
	border-bottom-color:#dadada;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.news_tt {
	padding-left:20px;
	height:31px;
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/about_03.gif);
	background-repeat:no-repeat;
	padding-top:5px;
}
.sideleft a {
	width:200px;
	height:26px;
	text-align:center;
	line-height:26px;
	display:block;
	background: url(../images/sideleft_12.gif);
}
.sideleft a:hover {
	background: url(../images/sideleft_09.gif);
}
.foot {
	color:#fff;
}
.foot a {
	color:#fff;
}
</pre></body></html>