*{
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a{
  text-decoration: none;
}
a img {
  border: 0 none;
}
/* nav_header */
.nav_header {
    position: fixed;
    z-index: 111;
    width: 100%;
    height: .5rem;
    font-size: .16rem;
    background-color: #333333;
}
.nav-con{
  width: 11rem;
  height: 100%;
  margin: auto;
}
ul, li{
  list-style-type: none;
}
.icon{
  background-image: url(http://zzhz.zjol.com.cn/material/public-resource/img/nav_m_2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-logo{
  background-image: url(http://zzhz.zjol.com.cn/material/public-resource/img/nav_m_1.png);
  width: .25rem;
  height: .17rem;
}
.logo {
    padding: 0 .15rem;
    line-height: .5rem;
    vertical-align: middle;
}
.logo,
.nav-main,
.nav-tips,
.nav-main>ul>li,
.nav-tips>ul>li{
  float: left;
}
.nav-main>ul{
  height: 100%;
}
.drop{
  position: relative;
}
.drop>a {
    color: white;
    display: block;
    line-height: .5rem;
    padding: 0 .2rem;
}
.drop>a:hover{
  background: #000000;
}
.drop>a:hover .dropdown-menu{
  display: block !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 1.6rem;
    padding: .05rem 0;
    font-size: .14rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: .01rem solid #ccc;
    border: .01rem solid rgba(0,0,0,.15);
    border-radius: .04rem;
    -webkit-box-shadow: 0 .06rem .12rem rgba(0,0,0,.175);
    box-shadow: 0 .06rem .12rem rgba(0,0,0,.175);
}
.dropdown-menu a {
    display: block;
    padding: .03rem .2rem;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu a:hover{
  background-color: gainsboro;
}
.icon-down{
  width: .08rem;
  height: .04rem;
  margin-left: .05rem;
}
.open .dropdown-menu{
  display: block !important;
}
.nav-tips{
  float: right;
  height: 100%;
}
.nav-tips a {
    margin: 0;
    display: block;
    line-height: .5rem;
    padding: 0 .2rem;
    color: white;
}
.nav-tips a:hover{
  background-color: #000000;
}

/* footer */
.footer {
  font-size: .12rem;
  color:#eeeeee;
  /* height:2.1rem; */
  padding: .2rem 0 .4rem;
  border-top:#333333 0px solid;
  /* margin:64px 0px 0px 0px; */
  overflow:hidden;
  background-color:#6C6C6C;
}
.footer>div {
  width: 9rem;
  line-height: .28rem;
  text-align: center;
  margin:0 auto 0 auto;
  margin: .08rem auto auto auto;
}
.footer a {
  color: #eeeeee;
}
.footer a:hover {
  color: #2b93d2;
  text-decoration:underline;
}
