.blue #globalHeader { background:url(../images/top_s1.jpg) no-repeat; width:950px;
    overflow: visible;
}
.blue #globalHeader_nav { padding-top:48px; padding-left:25px;
	clear:both;

	border:none;
	text-align:center;
	height:39px;
	line-height:39px;
	color:#000;
	font-weight:bold;
}
.blue #globalHeader_nav li{ float:left; text-align:center;
	list-style:none;
	width:110px;
}
.blue #globalHeader_nav li a{ color:#FFF;
	background:none;
	width: 110px;
}
.blue #globalHeader_nav .column{
	position:relative;
}
.blue #globalHeader_nav .columnI{
	display:block;
	overflow: hidden;
	width: 100px;
	float:left;
}
.blue #globalHeader_nav .son{
	display:block;
	position:absolute;
	overflow: hidden;
	top:39px;
	left:0;
	z-index:10000;
	width: 300px;/*如要横向改长即可*/
	background:#005DAB;
}
.blue #globalHeader_nav .son a{
	background:none;
	width: 100px;
}
.blue #globalHeader_nav a {
	background:url(nava.gif) no-repeat left center;
	font-size:14px;
	color:#000;
	font-weight:bold;
	display:block;
	float:left;
	width:100px;
}
.blue #globalHeader_nav .column{
	display:block;
	float:left;
	width:100px;
}
.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 a:hover {
	text-decoration:underline;
}