#headerOuter{
	height: 170px;	
	background-size: 100% 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #2D67A8;
	background-image: url(http://www.huangshi.gov.cn/material/2021/images/in_header_bg.png);
}
#header{
	width: 1200px;height: 170px;	
	margin:0 auto;
	position: relative;padding-top:0px;
}
#logo{display: block;
	background-image: url(http://www.huangshi.gov.cn/images/logo2.png);
	background-repeat: no-repeat;	
	width: 400px;height: 70px;
	position: absolute;
	top:60px;
	
}

#header .searchBar {
	position: absolute;
	top:75px;
	right:0px;
	width: 350px;
	height: 30px;
	z-index: 1;
}
#header .searchBar input {
	width: 348px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #245798;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	outline: none;
	text-indent: 12px;
}
#header .searchBar .btn {
	position: absolute;
	right: 1px;
	top: 0;
	display: inline-block;
	width: 35px;
	height: 100%;
	text-indent: -9999px;
	background: url(http://huangshi.gov.cn/material/2018/assets/img/inner/icon_search.png) no-repeat center;
	cursor: pointer;
}
#header .searchBar .date_btn {
  position: absolute;
  right: 36px;
  top: 0;
  display: inline-block;
  width: 35px;
  height: 100%;
  text-indent: -9999px;
  background: url(http://huangshi.gov.cn/material/2018/assets/img/inner/icon_date.png) no-repeat center;
}
.location{height:40px;line-height:40px;background: url(http://www.huangshi.gov.cn/material/2021/images/ico018.png)  no-repeat 10px center;text-indent: 40px;background-color: #fff;margin-top:20px;text-align:left}
#navs{clear:both;width:100%;text-align:center;height:50px;background-color: #478CC7;box-shadow: 0 5px 10px rgba(0, 0, 0, .2);}
#navs ul{width:1200px;margin:0 auto}
#navs ul li{width:150px; font:normal 18px/47px Microsoft YaHei; height:50px;float:left; overflow:hidden;}

#navs ul li a{ width:100%;height:100%;line-height:50px;color:#ffffff;text-decoration:none;display:block;background-repeat: no-repeat;background-position: 20px center;text-indent: 10px;}
#navs ul li:hover,#nav ul li.current {background:#0E4C95; line-height:50px !important;}	