@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/body_bg.jpg) repeat-x #fff;
	font-family:"宋体";
	font-size:12px;
	line-height:21px;
	color:#616161;
}
*,ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.fdz{float:left;}
.fdy{float:right;}
.clr{clear:both;}
a{
	color:#595959;
	text-decoration:none;
}
a:hover{
	color:#06F;
	text-decoration:none;
}
img{border:0;}
.hs{color:#C00}
#page{
	background:#fff;
	width:1016px;
	margin:0 auto;
}



#top{
	width:1000px;
	background:url(../images/top_bg.jpg) repeat-x;
	height:82px;
	margin:0 auto;
}
.top_l{
	margin:5px 0 0 10px;
}


/*   nav_start   */
.menu{
	width:1000px;
	background:url(../images/nav_bg.jpg) repeat-x;
	height:32px;
	margin:0 auto;
}

.m_li{
	float:left;
	height:32px;
	line-height:32px;
	text-align:center;
}
.menu .m_li a:hover{
	display:block;
	background:url(../images/nav_xf.gif) no-repeat 22px 3px;
	color:#F00;
}
.menu .m_li a{
	display:block;
	width:120px;
	height:32px;
	text-align:center;
	font-size:13px;
	color:#fff;
	font-weight:bold;
}

.menu a:hover {
	color: #FF0000;
	text-decoration: none;
}


.m_line{
	float:left; 
	width:2px; 
	height:14px;
	line-height:32px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	display:block;
	width:120px;
	height:32px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	float:left;
	line-height:32px;
	background:url(../images/nav_xf.gif) no-repeat 22px 4px;
	color:#F00;
}
.m_li_a a{
	display:block; 
	color:#FF0000;
}
.menu_bg{
	background:url(../images/nav_db.gif) repeat-x;
	height:28px;
	width:1000px;
	margin:0 auto;
}
.smenu{
	width:770px; 
	margin:0px auto 0px auto; 
	padding:0px; 
	height:30px;
	position:relative;top:-1px;
}
.s_li{
	line-height:28px; 
	width:auto; 
	display:none; 
	height:28px; 
}
.s_li_a{
	line-height:28px; 
	width:auto; 
	display:block; 
	height:28px; 
}
/*--------------------------nav end------------------------*/




/*copyright*/
.bot{
	width:987px;
	background:url(../images/botbg.gif) repeat-x bottom;
	margin:12px auto 0 auto;
	text-align:center;
	padding:5px 0;
	border:1px solid #CCC;
}
.bot a{
	padding:0 7px 0 7px;
}
/*copyright end*/








