@charset "utf-8";
	/* CSS Document */

/*================基本样式重置================*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,span,i,a,em,strong,b,input,textarea {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
a,img,input {
	border:0 none;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
}
a:focus,input:focus {
	outline:0 none;
}
/*textarea {
	resize:none;
	font-size:12px;
}
去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
i,em {
	font-style:normal;
}
/*================定义通用样式================*/

.fl {
	float:left;
}
.fr {
	float:right;
}
.hide {
	display:none;
}
.clear {
	clear:both;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
}
.icon {
	background:url(../images/icon_bg.png) no-repeat;
}
a img.opacity {
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}
a:hover img.opacity {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt25 {
	margin-top:25px;
}
.mt35 {
	margin-top:35px;
}
.ml30 {
	margin-left:30px;
}
.ml5 {
	margin-left:5px;
}
.ml49 {
	margin-left:49px;
}
/*================首页样式================*/
#header .top {
	position:relative;
	width:100%;
	height:47px;
	background:url(../images/nav_bg.png);
	z-index:10;
}
#header .top .t_cen {
	position:relative;
	z-index:10;
	width:1320px;
	margin:0 auto;
}
#header .top .t_c_cen {
	position:absolute;
	top:0px;
	z-index:10;
}
#header .top .t_c_cen .t_c_bottom {
	position:relative;
	z-index:20;
	z-index:25;
}
#header .top .t_c_cen .t_c_bottom .thisMenu {
	position:absolute;
	width:150px;
	height:50px;
	background:#ff9c00;
	z-index:30;
	top:-3px
}
#header .top .t_c_cen .t_c_bottom ul {
	position:absolute;
	left:60px;
	width:1200px;
	z-index:35
}
#header .top .t_c_cen .t_c_bottom ul li {
	position:relative;
	float:left;
	width:150px;
	line-height:50px;
	text-align:center;
	z-index:35
}
#header .top .t_c_cen .t_c_bottom ul li a {
	display:block;
}
#header .top .t_c_cen .t_c_bottom ul li a em {
	display:block;
	font-size:16px;
	color:#FFF;
}
#header .top .t_c_cen .t_c_bottom ul li a i {
	display:block;
	font-size:8px;
	color:#FFF;
	text-align:right;
	padding-right:2px;
	font-family:"Arial";
}
/*===============子菜单定位=================*/
#header .top .t_c_cen .t_c_bottom ul li .Nodes {
	position:absolute;
	overflow:hidden;
	width:150px;
	height:0px;
	z-index:100;
}
#header .top .t_c_cen .t_c_bottom ul li .Nodes ul {
	position:static;
	float:left;
	width:150px;
	left:0px;
	top:0px;
	z-index:100;
}
#header .top .t_c_cen .t_c_bottom ul li .Nodes ul li {
	width:150px;
	height:30px;
	float:none;
	margin-bottom:1px;
	background:#fff;
	font-size:12px;
}
#header .top .t_c_cen .t_c_bottom ul li .Nodes ul li a {
	display:block;
	width:150px;
	height:30px;
	color:#888;
	line-height:30px;
}
#header .top .t_c_cen .t_c_bottom ul li .Nodes ul li a:hover {
	color:#fff;
	background:#fab64b;
}
