.header{
	height: 100px;
	overflow: hidden;
	background: #fff url(../images/header_line.jpg) center bottom no-repeat;
	margin-bottom: 10px;
}
.headBox{
	margin-top: 22px;
	height: 57px;
}
.logo{margin-left: 60px;}
.nav{
	position: relative;
	/*overflow: hidden;*/
	margin-left: 68px;
	background: url(../images/nav_left.jpg) left -3px no-repeat;;
	top: 33px;
}
.nav ul{
	margin-left: 40px;
	width: 115%;
	background: #0097dc;
	height: 40px;
}
.nav ul li{
	float: left;
	width: 120px;
	position: relative;
}
.nav ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	width: 120px;
	background: #0097dc;
	font-weight: bold;
}
.nav ul li a.active,.nav ul li a:hover{
	border-top: 2px solid #0097dc;
	background: #fff;
	color: #0096db;
	top: -2px;
	z-index: 10;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
/*.nav ul li a:hover{ color:#fff}*/
/*.move-bg{ display:none;position:absolute;left:0;top:0; width:120px; height:57px; background:#4489ca; z-index:0}*/