/* Head */
.head{
	width:974px;
	height:116px;
	background:url(../newimages/logo.jpg) 10px 8px no-repeat;
}
.toptel{ /* 头部电话 */
	height:46px;
	text-align:right;
}

.nav{ /* 网站总导航 */
	float:right;
	margin-right:30px;
}
.nav ul{
	margin:0px;
}
.nav li{
	list-style-type:none;
	float:left;
	background:url(../newimages/navbg.gif) top repeat-x;
	height:35px;
}
.nav a{
	color:#285080;  
	width:80px; 
	text-align:center; 
	display:block; 
	padding-top:14px;
	text-decoration:none;
}
.nav a:hover{
	color:#285080;  
	width:80px; 
	text-align:center; 
	display:block; 
	padding-top:14px;
	text-decoration: underline;
}
A.onpage{
    background: url(../newimages/navon.gif) bottom right no-repeat; 
	color:#fff;
	font-size:14px;
	font-weight:bold;
	width:97px; 
	height:35px;
	line-height:250%;
	display:block;
	padding:0px;
}
A.onpage:hover{
    background: url(../newimages/navon.gif) bottom right no-repeat; 
	color:#fff;
	font-size:14px;
	font-weight:bold;
	width:97px; 
	height:35px;
	line-height:250%;
	display:block;
	padding:0px;
}

.blueline{ /* 网站导航下面蓝色那块  */
	width:940px;
	padding:6px 10px 0px 28px;
	text-align:left;
	float:right;
}
.slogan{ /* 口号 */
	width:200px;
	float:left;
	color:#fff;
}
.userlogin{ /*用户登录链接*/
	width:300px;
	float:right;
	color:#D1EAFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
.userlogin a{
	color:#D1EAFF;  
	text-decoration:none;
	margin-right:10px;
}
.userlogin a:hover{
	color:#fff;  
	text-decoration: underline;
}