/*标头*/
 html *{font-size:Microsoft yahei}
.left{float:left;}
#sign{
	width:100%;
	height:45px;
	line-height:45px;
	background:#0c64bd;
	margin:0 auto;
}
#sign #center{width:1200px; height:45px; margin:0 auto; font-size:12px; color:#6f6c6c;}
#home{
	height:30px;
	line-height:30px;
	float:right;
	display:inline;
	margin-right:8px;
}
#home li{
	float:left;
	display:inline;
}
#home li a{
	float:left;
	display:inline;
	margin:0 10px;
}
#header #top{
	width:1200px;
	height:200px;
	margin:0 auto;
	overflow:hidden;
}
#search{
	width:350px;
	height:35px;
	float:right;
	margin-top:80px;
}
.search_txt{
	width:250px;
	height:34px;
	border:0;
	padding:0 15px;
	float:left;
	border-radius:13px;
	outline:none;
}
.search_btn{
	width:76px;
	height:35px;
	line-height:35px;
	border:none;
	background:#0f5cbb;
	cursor:pointer;
	font-size:14px;
	color:#fff;
	text-align:center;
	float:left;
	border-radius:13px;
	margin-left:-20px;
}
/*导航*/
#nav{
	width:1200px;
	height:45px;
	line-height:45px;
	background:#0b63bd;
	margin:0 auto;
	font-size:18px;
	color:#fff;
}
#nav li{
	float:left;
	display:inline;
	height:45px;
	margin-left:0px; 
	margin-right:0px; 

}
#nav li:hover{background:#2167d1;}
#nav li a{
	float:left;
	display:inline;
	padding-left:55px;
	padding-right:27px;
	color:#fff;
	font-family:Microsoft yahei!;
	
	
}
.g-nav-box {position:relative;}

        #nav .two{
			position:absolute;
            display: none;/*默认隐藏*/
            top:58px;
            width:100%;
			height:45px;
            position: absolute;
            left:0;
			background:rgba(255, 255, 255,0.8);
			z-index:999;
			overflow:hidden;
        }
		 #nav .two li{ 
		width:150px;
		text-align:center;
		height:7;
		 }
		 #nav .two a{ 
		 display: block;
		 width:100%;
		 text-align:center;
		 color:#000 ;
		 padding:0;
		 margin:0;
                 height:45px;
                 line-height:45px;
		 }
		 
        #nav ul li:hover .two{
            display: block;
        }
        #nav ul li:hover .two li a{
            display: block;
			text-align:center;
			width:100%;
        }#nav .two li,#nav .two a:hover{color:#2167d1;background:none;}
		#nav .two a:hover{font-weight:bold}
