/*清除浮动*/
html body .clear,
html body div.clear,
html body span.clear,
html body li.clear,
html body dd.clear {
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     list-style: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
     line-height: 0;
     font-size: 0;
}
/*头部样式*/

.head{
	background-image: url(../images/head_bg.png);
	background-repeat: repeat-x;
	}
.newphoto{
	top:0px;
	right:0px;
	position: absolute;
	z-index: 0;
	}
.top{
	width:960px;
	height:146px;
	background-image: url(../images/top_bg.png);
	margin:auto;
	z-index:9999;
	}
.top .logo{
	float:left;
	width:340px;
	height:146px;
	}
.top .dengl{
	margin-top:100px;
	margin-right:10px;
	float:right;
	height:46px;
	color:#FFF;
	
	}

.top .dengl a{
	color:#FFF;
	
	}
.top .menu{
	width:960px;
	height:44px;
	background-image: url(../images/menu_bg.png);
	float:left;
	} 
#nv{
	width:960px;
	padding-top:5px;
	height:39px;
	margin:auto;
	}
#qmenu{
	padding-top:10px;}
.top .menu ul{
	}

.top .menu ul li{
	float:left;}

.top .menu ul li a{
	color:#FFF;
	font-size:14px;}
