/* 全局CSS定义 */
body {
	text-align:left;
	font-family:"宋体", Arial;
	margin:0;
	padding:0;
	font-size:14px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 21px;
	background-color: #000000;
}
body>div{ margin-left:auto; margin-right:auto; }
p,div,form,img,ul,ol,li,dl,dt,dd{margin:0;padding:0;border:0; text-align:left;}
img{ display:block;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;text-align:left;}
table,li,tr,th,br{font-size:12px;}
/* 链接颜色 */
a{ text-decoration:none;}
a:hover{ text-decoration:underline; color:#C00;}

.fl{ float:left;}
.fr{ float:right;}
.tc{ text-align:center;}
/* nav */
#nav{
	width:980px;
	font-family:"宋体",Arial;
	font-size:12px;
	padding-top:6px;
	height:0px;
	text-align:center;
	color:#000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav a{ color:#000;}

.fc_1{ color:#585A58;}
.fc_1 a{ color:#585A58;}
.fc_2{ color:#595F6A}
.fc_2 a{ color:#595F6A;}

.l25{ line-height:25px;}
.l40{ line-height:40px;}
.l41{ line-height:41px;}

.tab{ margin-top:20px;}
.tab td{ color:#FFF; text-align:center; line-height:22px;}

.box_1{ float:left; width:234px; line-height:25px; color:#090A0C; padding-top:58px;}
.box_1 a{ color:#090A0C;}
.box_2{ width:218px;}
/* footer */
#footer{
	width:1000px;
	margin:0 auto;
	line-height:25px;
	font-size:12px;
	color:#000;
	padding:20px 0;
	background-color: #FBE2CE;
}
#footer a{ color:#000;}
#footer p{ text-align:center; }
#footer address{ font-style:normal; text-align:center;  }
