@charset "utf-8";

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

.header {
  height: 399px;
  background: url(../images/index/head.png) no-repeat;
  background-size: cover;
}

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

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

.loginbox {
  float: right;
}

#loginOut {
  display: none;
}
.ipv {
    border: 1px solid #005293;
    border-radius: 15px;
    padding: 0 10px;
    margin-left: 10px;
}
.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(../images/public/searchicon.png) no-repeat 22px center;
}

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

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

.nav li {
  display: inline-block;
  width: 14.2%;
  height: 69px;
  line-height: 69px;
  font-size: 24px;
  font-weight: bold;
	border-right: 1px solid #ccc;
}
.nav li:last-child{
	border-right: none;
}

.nav li a {
  display: block;
  color: #FFFFFF;
  text-align: center;
position: relative;
}
.nav li.on a:before, .nav li a:hover:before {
    width: 28px;
}
.nav li a:before{
  content:"";width:0;height: 3px;background: #fff;border-radius: 1px;position: absolute;left: 50%;bottom: 6px;margin-left: -14px;
  -webkit-transition:300ms; -moz-transition:300ms; -o-transition:300ms; transition:300ms;
}
@media screen and (max-width:768px) {
  .head,.contentact ,.nav,.hhsearch,.govtablists,.gov .govtab,.zt,.footmess .container{max-width: 100%;}
  .header{height:230px;}
  .hhsearch{display:none}
  .head .logo img{width: 80%;}
  .nav ul li{width: 25%;font-size: 18px;height: 40px;line-height: 40px;}
  .nav li a:before{bottom:0px}
  .ipv {display:none;}
}