@charset "utf-8";
*{list-style:none;margin:0;padding:0}
a{
	text-decoration: none;font-size:14px
}
.top-main{
	margin: 0 auto;
	width: 100%;
	min-width:1400px;
	height: 135px;
	background-image: url(/images/top-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #E5F2FB;
}
.top{margin:0 auto;width:1400px;}
.top-logo{float:left;margin-top:17px;width:550px;height:100px;}
.top-search{float:right;margin-top:40px;margin-right:20px;width:360px;}
.search-box{
	width: 280px;
	height: 36px;
	padding:0 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	color:#666
}
.search-button{width:60px;height:38px;border-radius: 5px;border: 1px solid #CCCCCC;}

.menu-main{
	margin: 0 auto;
	width: 100%;
	min-width: 1400px;
	height: 70px;
	background-image: url(/images/menu-bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#menu-member{float:right;margin-right:10px;width:180px;text-align:right;line-height:30px}
#menu-member a {font-size:16px;color:#039;}
/*.menu{margin: 0 auto;width:1400px;}
.menu ul li{float:left;width:180px;height:40px;line-height:40px;margin-top:18px}
.menu ul li a{margin-left:30px;
	font-size: 20px;
	font-weight: bold;
	font-family:  "微软雅黑";
	color: #235ba0;
}*/

/*导航菜单*/
#navMenu {
	margin:0 auto;
	width:1400px;
	
	display:block;
	overflow:hidden;
	
}
#navMenu ul{margin-top:18px;

margin-left:16px;}
#navMenu .onelink{
background-image:none;}
#navMenu li {
	width:130px;
	margin:0 20px;
	text-align:center;
	float: left;
	height: 30px;
	line-height: 30px;


}
#ico-menu-zy{
	background-image: url(/images/ico-menu-zy.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
}
#ico-menu-xh{
	background-image: url(/images/ico-menu-xh.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
}
#ico-menu-dang{
	background-image: url(/images/ico-menu-dang.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
}
#ico-menu-zx{
	background-image: url(/images/ico-menu-zx.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
}
#ico-menu-gl{
	background-image: url(/images/ico-menu-gl.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
}
#ico-menu-bz{
	background-image: url(/images/ico-menu-bz.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
}
#ico-menu-hy{
	background-image: url(/images/ico-menu-hy.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
}
#ico-menu-dj{
	background-image: url(/images/ico-menu-dj.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
}
#navMenu li a {
	padding-left:33px;
	font-size: 20px;
	font-weight: bold;
	font-family:  "微软雅黑";
	color: #235ba0;
	
}
#navMenu li a:hover, #navMenu li.hover a {
	
	text-decoration: none;
	color: #FF0000;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position: absolute;
	top: 0;
	z-index: 100;
	margin-top: 5px;
	padding: 10px 0;
	visibility: hidden;
	filter: Alpha(Opacity=85);
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}

.dropMenu li {float:left;

	width:100px;height:30px;line-height:30px;margin:5px
}
.dropMenu li a {
	width: 92%;
	display: block;
	text-align:center;
	color: black;font-size: 16px;
	font-weight:bold;
	color:#039;
	
}
.dropMenu+li a{
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#6CA7C7;
}
.dropMenu a:hover {
	text-decoration: underline;
	font-size: 17px;
}