@charset "utf-8";

body{min-width: 1200px;}

.header {
  height: 410px;
}
.header .header_top {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #2567c0;
  overflow: hidden;
}
.header .header_top .header_top_con {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
}
.header .header_top .header_top_con .aItems {
  width: 50%;
  float: left;
}
.header .header_top .header_top_con .aItems a {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
}
.header .header_top .header_top_con .aItems img {
  vertical-align: middle;
  margin-right: 10px;
}
.header .header_top .header_top_con a.zfzx {
  float: right;
  display:none;
}
.header .header_top .header_top_con a.zfzx img {
  vertical-align: middle;
}
.header .con {
  width: 100%;
  height: 260px;
  background: url(2017img005.png) no-repeat center;
  clear: both;
}
.header .con .sousuo {
  width: 310px;
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
  line-height: 14px;
  left: 50%;
  top: 108px;
  margin-left: 290px;
}

.header .con .gov{
	position:absolute;
	width:150px;
	height:80px;
	left:50%;
	margin-left:-610px;
	z-index:9;
	top:85px;
}

.header .con .sousuo input {
  width: 210px;
  vertical-align: middle;
  padding: 14px  10px 14px 10px;
  outline: none;
}
.header .con .sousuo .btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #78b929;
  width: 70px;
  height: auto;
  text-align: center;
  cursor: pointer;
}
.header .nav {
  height: 50px;
  background-color: #2567c0;
  line-height: 50px;
  position: relative;
}
.header .nav .nav_con {
  width: 1200px;
  height:50px;
  margin: 0 auto;
  position: relative;
}
.header .nav .nav_con span {
  color: #fff;
  width: 150px;
  font-size: 20px;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease-in;
}
.header .nav .nav_con span.active {
  background-color: #78b929;
}
.header .nav .nav_con span:hover {
  background-color: #78b929;
}
.header .nav .nav_con span a {
  color: #fff;
  display: block;
}
.header .nav .nav_con span ul {
  position: absolute;
  left: 0;
  top: 50px;
  font-size: 14px;
  line-height:48px;
  height:48px;
  background-color:#f5f5f5;
  display: none;
  z-index:999;
  width:1200px;
}
.header .nav .nav_con span ul li {
  display:block;
  float: left;
  list-style: none;
  margin: 0 15px;
  white-space: nowrap;
}
.header .nav .nav_con span ul li a {
  color: #333;
  width: auto;
}
.header .nav .nav_con span:hover ul {
  display: block;
}
.header .hui_bg {
  width: 100%;
  height: 48px;
  background-color: #f5f5f5;
}
.footer {
  width: 100%;
  padding-bottom: 6px;
  padding-top: 10px;
  line-height: 2;
  background-color: #e6e6e6;
  margin-top: 10px;
}
.footer .footerIn {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}
.footer .footerIn a {
  font-size: 14px;
  color: #333;
}



.footer .box {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}
.footer .box a {
  font-size: 14px;
  color: #333;
}
.footer .box .boxIn{float: right;}

@media (max-width: 640px) {
  .header .con .sousuo {
    margin-left: 315px;
  }
}