@charset "utf-8";

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  height: 399px;
  background-size: cover;
}

.head .logo {
  text-align: center;
  margin-top: 58px;
}

.head p {
  padding-top: 19px;
}

.hhsearch {
  position: relative;
  width: 630px;
  height: 76px;
  margin: 55px auto 0 auto;
  padding-top: 10px;
}

.hhsearch .search {
  height: 56px;
  overflow: hidden;
  border: 3px solid #ccc;
  border-radius: 28px;
  background: #FFF
}

.hhsearch input {
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 80px 0 60px;
  font-size: 16px;
  background: url(https:/www.heihe.gov.cn/default/xhtml/shangxia/images/public/searchicon.png) no-repeat 22px center;
}

.hhsearch button {
  position: absolute;
  width: 76px;
  height: 76px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: url(https:/www.heihe.gov.cn/default/xhtml/shangxia/images/public/xuehuablue.gif) no-repeat right center;
  background-size: 76px;
}

.navbar {
  background: #005298;
  font-size: 0;
}

.nav li {
  display: inline-block;
  width: 14.2%;
  height: 69px;
  line-height: 69px;
  font-size: 22px;
  font-weight: bold;

}

.nav li a {
  display: block;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (max-width:768px) {
  .head,.contentact ,.nav,.hhsearch,.govtablists,.gov .govtab,.zt,.footmess .container{max-width: 100%;}
  .head .logo img{width: 80%;}
}