@charset "utf-8";
/* CSS Document */

header {
	width:100%;
	height:88px;
	background:url(../images/header_bg.png) repeat-x;
	position:absolute;
	z-index:2;
	position:fixed;
}
.header_block {
	width:100%;
	height:82px;
}
.header_box {
	width:950px;
	position:relative;
	margin:0 auto;
	z-index:10000;
}
.logo {
	width:234px;
	height:112px;
	position:absolute;
	top:-7px;
	left:366px;
	z-index:3;
	float:left;
	background:url(../images/logo_off.png) no-repeat;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition:0.5s ease;
}
.logo:hover {
	width:234px;
	height:112px;
	position:absolute;
	top:-7px;
	left:366px;
	z-index:3;
	float:left;
	background:url(../images/logo_on.png) no-repeat;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition:0.5s ease;
}
nav ul li{
	float:left;
}
.nav1 {
	width:86px;
	height:60px;
	margin:5px 0px 15px 8px;
}
.nav2 {
	width:86px;
	height:60px;
	margin:5px 0px 15px 25px;
}
.nav3 {
	width:120;
	height:60px;
	margin:5px 0px 15px 25px;
}
.nav4 {
	width:86px;
	height:60px;
	margin:5px 0px 15px 46px;
}
.nav5 {
	width:86px;
	height:60px;
	margin:5px 0px 15px 22px;
}
.nav6 {
	width:86px;
	height:60px;
	margin:5px 0px 15px 22px;
}
.nav_box_left {
	width:358px;
	float:left;
	z-index:3;
}
.nav_box_right {
	width:358px;
	float:right;
	z-index:3;
}
.top_line {
	clear:both;
	background:#ED6A26;
	width:100%;
	height:8px;
}
.nav_border1 {
	width:100%;
	height:2px;
	background:#956039;
	position:absolute;
	top:72px;
	left:0px;
}
.nav_border2 {
	width:100%;
	height:1px;
	background:#999999;
	position:absolute;
	top:73px;
	left:0px;
}