/*------------------------------------------------------------------- 
头部区域header样式
-------------------------------------------------------------------*/
div#header {
	width:980px;
}
div#headMsg{
	line-height:34px;
	background:url(/images/header_msg_bj.jpg) left top;
	width:980px;
}
div#headMsg span{
	padding:0 390px 0 15px;
}
div#headMsg a{
	/*padding:0 10px 0 15px;
	background:url(/images/header_msg_list.jpg) no-repeat left top;
	line-height:34px;*/
	color:#000;
	font-size:14px;
	float:right;
	padding:0 15px 0  0;
}
div#headMsg #tq{
	/*padding:0 10px 0 15px;
	background:url(/images/header_msg_list.jpg) no-repeat left top;
	line-height:34px;*/
	color:#000;
	font-size:14px;
	float:right;
	height: 25px;
	padding:5px 1px 0  0;
}

div#headMsg a:hover{
	color:red;
}
/*--头部图片--*/
div#headImg{
	height:172px;
	width:980px;
}
/*--头部nav导航--*/
div#headNav ul{
	/*width:978px;
	height:50px;
	background:url(/images/header_nav_bj.jpg) left bottom;
	padding:0 0 0 15px;
	font-family: Microsoft YaHei,"宋体",Arial,Helvetica,sans-serif;*/
	width:972px;
	height:45px;
	background:url(/images/header_nav_bj.jpg) left bottom;
	padding:0 0 0 6px;
	font-family: Microsoft YaHei,"宋体",Arial,Helvetica,sans-serif;
}
div#headNav ul li{
	/*float:left;
	background:url(/images/nav_li_bj.jpg) no-repeat right center;
	line-height:50px;
	width: 95px;*/
	float:left;
	background:url(/images/nav_li_bj.jpg) no-repeat right center;
	line-height:45px;
	width: 108px;
	
}
div#headNav ul li a{
	color:#FFF;
	font-weight:bolder;
	/*font-size:14px;*/
	font-size:15px;
	padding:0 0 0 17px;
}
div#headNav ul li a:hover{
	color:#F00;
	text-decoration:underline;
}
div#headNav ul li.nav_sy a{
	/*padding:0 15px 0 15px;*/
	padding:0 20px 0 20px;
}
div#headNav ul li.nav_last{
	background:none;
}
/*------------------------------------------------------------------- 
底部区域footer样式
-------------------------------------------------------------------*/
div#footer {
	width:978px;
	text-align:center;
	/*background:url('/images/footer_logo.jpg') no-repeat scroll  240px 50%  #F7F7F7;
	border:1px solid #CCC;*/
	background-color:#f7f7f7;
	padding:15px 0;
	clear: both;
	font-size:12px;
}
div#footer a,div#footer{
	color:#4a4a4a;
}
div#footer p{
	/*padding-left:330px;*/
}
div#footer #footNav span a{
	line-height:24px;
}
div#footer #footNav p{
	line-height:26px;
}
div#footer #footNav p.fontRed{
	color:#F00;
}

/*------------------------------------------------------------------- 
中间区域main样式
-------------------------------------------------------------------*/
div#main {
	width:980px;
	padding:10px 0px 5px 0px;
	background:#FFF;
	overflow: hidden;
}
#nsbm li{ font-size: 16px; line-height: 2em;}