@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
ul, li {
	list-style:none;
}
a {
	text-decoration:none;
}

img {
	border:none;
}
body{
	background:#f0f2f4;
}
 *html{background-image:url(about:blank);background-attachment:fixed;}
#header{
	width:100%;
	height:78px;
	background:url(../images/nav_bj.png) repeat-x;
/*	filter:alpha(Opacity=40);-moz-opacity:0.4;opacity: 0.4;*/
	position: fixed; z-index:190; top:0px;
	
}
#header #nav_mid {width:1000px; height:78px; margin:0 auto;	
}
#logo a{
	width:162px;
	height:78px;
	float:left;
	background:url(../images/logo.png) no-repeat;
	display:block;
}
#nav{ position:relative; width:620px; _width:620px; margin:26px auto 0 auto; border-bottom:2px #ffffff solid; float:right;}
#nav .nav-menu{ height:50px;}
.nav-menu .current span{color:#ff7e00;}
#nav .nav-menu a{ display:block; float:left; height:50px; padding:0 40px; line-height:50px; color:#666; font-size:18px; text-decoration:none; font-family:微软雅黑, Helvetica, sans-serif;}
#nav .nav-current{ position:absolute; bottom:-2px; height:2px; overflow:hidden; background:#ff7e00;}

#foot{width:100%;
	background:#393939;
	color:#a5a5a5;
	height:90px;
	text-align:center;
padding-top:60px;
font-size:12px;
}
#focusBar{margin-top:78px;}