.head-area .head-top {
  padding-top: 20px;
  background-color: #fff;
}
.head-area .head-top .logo {
  float: left;
}
.head-area .head-top .nav {
  float: right;
  color: #015293;
  font-size: 14px;
}
.head-area .head-top .nav > a,
.head-area .head-top .nav #login {
  float: left;
  margin-left: 15px;
}
.head-area .head-top .nav #login {
  position: relative;
  display: inline-block;
  color: #0E68B1;
  font-size: 14px;
}
.head-area .head-top .nav .loginBtns {
  width: auto;
  /* line-height: normal; */
  text-align: center;
  cursor: pointer;
}
.head-area .head-top .nav .loginBtns:hover .loginItems {
  display: block;
}
.head-area .head-top .nav .loginBtns:hover .user-center {
  display: block;
}
.head-area .head-top .nav .loginItems {
  position: absolute;
  width: 90px;
  height: 80px;
  text-align: center;
  background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3024/site/picture/-1/zjzwfw_2019_dlbjdc.png) no-repeat 0 -1px;
  font-size: 14px;
  display: none;
  line-height: 30px;
  padding-top: 12px;
  left: -19px;
  border-bottom: 1px solid #eeeeee;
}
.head-area .head-top .nav .user-center {
  position: absolute;
  width: 90px;
  height: 70px;
  color: #254694;
  text-align: center;
  background: url("http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/picture/1330/2012101025462341435.png") no-repeat 0 0px;
  font-size: 14px;
  display: none;
  line-height: 30px;
  padding-top: 9px;
  left: 50%;
  margin-left: -45px;
  border-radius: 5px;
  z-index: 9999;
}
.head-area .wrap-bg {
  height: 400px;
  background: url('head_bg.png') no-repeat;
  background-size: cover;
  position: relative;
}
.achive{
  position: absolute;
  right: 300px;
  top: 20px;
  width: 150px;
  height: 40px;
  background: url('achive.png') no-repeat ;
  background-size: 100% 100%;
  z-index: 100;
}
.footer {
  height: 173px;
  background: #E6E6E6;
  padding: 20px 0;
}
.footer .friend_link li {
  float: left;
  font-size: 16px;
  color: #606266;
  margin-left: 55px;
}
.footer .friend_link li:first-child {
  margin-left: 20px;
}
.footer .bottom {
  margin-top: 20px;
}
.footer .bottom .left_record {
  margin-left: 140px;
}
.footer .bottom .left_record .party {
  float: left;
  margin-left: 5px;
}
.footer .bottom .left_record .party img {
  width: 78px;
  height: 78px;
}
.footer .bottom .left_record .message {
  float: left;
  margin-left: 5px;
  color: #606266;
  font-size: 14px;
}
.footer .bottom .left_record .message .net_code a {
  display: inline;
}
.footer .bottom .right_link {
  margin-right: 150px;
}
.footer .bottom .right_link .enter_link {
  margin-top: 7px;
  width: 140px;
  font-size: 14px;
  color: #606266;
  margin-right: 24px;
}
.footer .bottom .right_link .enter_link a {
  display: inline;
}
.footer .bottom .right_link .mistake {
  float: left;
  width: 150px;
}
.footer .bottom .right_link .mistake img {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .public-hander {
    display: block;
  }
  .footer {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .public-hander {
    display: none;
  }
  .footer {
    display: none;
  }
}
