/*nav*/
.nav{
	width:980px;
	height:130px;
	margin:0 auto;
	z-index:2;
}
#toubu{ width:100%;
		background:url(../images/123.jpg) repeat-x; 
		height:120px;}
.logo{
	float:left;
	overflow:hidden;
	padding-left:20px;
}
.logo img{
	float:left;
}
.navTxt{
	height:77px;
	padding-top:3px;
	padding-left:31px;
	padding-right:20px;
	width:540px;
	float:right; 
	text-align:left;
	background:url(../images/navBg.png) left top no-repeat;
	margin-top:26px;
	position:relative;
	z-index:2;
}
.navTxt .hover{
	background:url(../images/navA_hover1.png) left top no-repeat;
	position:absolute;
	left:0;
	top:-2px;
	width:78px;
	height:78px;
}
.navTxt a{
	font-size:14px;
	color:#FFF;
	-webkit-transition:0.4s all ease;
	-moz-transition:0.4s all ease;
	-ms-transition:0.4s all ease;
	-o-transition:0.4s all ease;
	transition:0.4s all ease;
	display:inline-block;
	text-align:center;
	line-height:60px;
	width:70px;
	height:77px;
	position:relative;
	left:33px;
	z-index:31;
	color:#FFF;
}

.navTxt a:hover{
	color:#fefefe;
}
.navTxt span{
	display:inline-block;
	width:1px;
	height:14px;
	overflow:hidden;
	background:#FFF;
	box-shadow:1px 1px 0 #000;
	margin:0 4px;
	position:relative;
	left:33px;
	vertical-align:top;
	margin-top:24px;
}
		

.w1 { position:absolute; right:10px;  width:85px;    }



