﻿@charset "utf-8";
/* CSS Document */

.blue #globalHeader {
    overflow: visible;
	height:120px;
}
.blue #globalHeader_nav {
	 width:100%; 
	height:34px;
	float:right;
	padding:0px;
	  margin:0;
	  border:none;
	  margin-top:40px;
}
.blue #globalHeader_nav .nav{
	 width:800px; 
	height:34px;
	padding:0px;
	  margin:0px auto;
	  border:none;
	z-index:9999;
	
}
.blue #globalHeader_nav li{
	width:100px;
	float:left;
	display:block;
	}
.blue #globalHeader_nav span{
	width:100px;
	height:34px;
	float:left;
	text-align:center;
	display:block;
}
.blue #globalHeader_nav  .first{
	width:100px;
	height:34px;
	padding:0px;
	float:left;
	font-family:"微软雅黑";
	font-size: 14px;
	line-height:34px;
	color: #fff;
	text-align:center;
	font-weight: bold;
	background:#4273ee;
	-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
	display:block;
}
.blue #globalHeader_nav  .first a{color:#fff; }
.blue #globalHeader_nav .column{
	position:relative;
	width:100px;
	float:left;
	text-align:center;
	z-index:1000;
	color: #333;
	
}
.blue #globalHeader_nav .column a{
	font-family:"微软雅黑";
	font-size: 14px;
	line-height:34px;
	text-align:center;
	font-weight: bold;
}
.blue #globalHeader_nav .column a:hover{
	width:100px;
	height:34px;
	padding:0px;
	float:left;
	font-family:"微软雅黑";
	font-size: 14px;
	line-height:34px;
	color: #fff;
	text-align:center;
	font-weight: bold;
	background:#4273ee;
	-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
	display:block;
	
}
.blue #globalHeader_nav span a{
	font-family:"微软雅黑";
	font-size: 14px;
	line-height:34px;
	color: #333;
	text-align:center;
	font-weight: bold;
}
.blue #globalHeader_nav .columnI{
	display:block;
	overflow: hidden;
	width:auto;
	float:left;
	font-family:"微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #231815;
	text-align:center;
	font-weight: none;
	z-index:1;
    background:none;
	margin:0 10px;
	height: 34px;
}
.blue #globalHeader_nav .columnI a{ background:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
.blue #globalHeader_nav .columnI a:hover{ background:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; }
.blue #globalHeader_nav .son{
	display:block;
	position:absolute;
	overflow: hidden;
	top:40px;
	left:0;
	width:760px;/*如要横向改长即可*/
	font-size: 14px;
	font-weight:100;
	/*filter:alpha(opacity=90);opacity:0.9;*/
	background:none;
	padding:0px 0px 10px 0px;
	z-index:1;

}
.blue #globalHeader_nav .son a, .blue #globalHeader_nav .columnI a{
	width:auto;
	font-family:"微软雅黑";
	font-size: 14px;
	color: #333;
	text-align:center;
	line-height: 30px;
	font-weight:100;
	display:block;
	float:left;
}
.blue #globalHeader_nav a {
	color: #333;
	display: block;
}
.blue #globalHeader_nav .hide{
	display:none;
}
.blue #globalHeader_nav .mainindex{
	background:none;
}
.blue #globalHeader_nav,.blue #globalHeader_nav a,.blue #globalHeader_nav .column{
	overflow:visible;
}
.blue #globalHeader_nav .column dd a{
	height:30px;
	font-family:"微软雅黑";
	font-size: 14px;
	color: #333;
	text-align:center;
	font-weight:100;
	line-height: 30px;
	display:block;
	float:left;
}
.blue #globalHeader_nav .column dd a:hover{
	width:auto;
	height:30px;
	padding:0px;
	margin:0px;
	font-family:"微软雅黑";
	font-size: 14px;
	color: #666;
	text-align:center;
	line-height: 30px;
	font-weight:100;
	display:block;
	text-decoration:none;
	background:#none;
	overflow:hidden;
	float:left;
	border-bottom: 1px solid #DA251D;
}
