.qhee-header {
  background-color: #FFF;
}
.qhee-header-top {
  height: 60px;
  line-height: 60px;
  padding: 15px 0;
}
.qhee-header-top .jyjt-logo {
  width: 128px;
}
.qhee-header-top .qhee-logo {
  width: 275px;
}
.qhee-header-top img {
  width: 100%;
  height: auto;
}
.qhee-header-userreg, .qhee-header-userlogin {
  padding: 0 5px;
  color: #003;
  font-size: .16rem;
}
.qhee-header-userreg:hover, .qhee-header-userlogin:hover {
  color: #BA0001;
}
.qhee-header-user {
  position: relative;
  margin-right: 5px;
}
.qhee-header-user .company-logo {
  width: 26px;
  height: auto;
  cursor: pointer;
}
.qhee-header-user .iconfont {
  color: #003;
}
.qhee-header-user .sub-header-nav {
  top: 50px;
  background: #BA0001;
  border: none;
  box-shadow: none;
  transform: scale(1, 1);
}
.qhee-header-user .sub-header-nav li {
  width: auto;
}
.qhee-header-user .sub-header-nav li a {
  color: #FFF;
}
.qhee-header-fontsize button {
  width: auto;
  margin-left: 3px;
  border: none;
  background-color: #BA0001;
  color: #FFF;
  text-align: center;
}
.qhee-header-fontsize .fontsize-small {
  height: 24px;
  font-size: 14px;
}
.qhee-header-fontsize .fontsize-middle {
  height: 28px;
  font-size: 16px;
}
.qhee-header-fontsize .fontsize-big {
  height: 32px;
  font-size: 18px;
}
#header-nav {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: .16rem;
}
#header-nav > li {
  margin-right: 35px;
  padding: 0;
  cursor: pointer;
  color: #3D3D3D;
}
#header-nav > li a {
  color: #3D3D3D;
}
#header-nav > li.active, #header-nav > li:hover, #header-nav > li.active > a, #header-nav > li:hover > a {
  border-bottom: none;
  color: #BA0001;
}
#header-nav .sub-nav::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('/node/public/image/ztt/icon/icon-arrow-bottom-@gray.svg');
  vertical-align: middle;
}
#header-nav .sub-nav:hover::after {
  background: url('/node/public/image/ztt/icon/icon-arrow-top-@gray.svg');
}
#header-nav .nav-new {
  width: 28px;
  height: 26px;
  position: absolute;
  top: 4px;
  right: -18px;
}
#header-nav .sub-header-nav {
  width: auto;
  top: auto;
  left: 0;
  padding: 5px 0;
}
#header-nav .sub-header-nav li {
  width: auto;
  height: 24px;
  line-height: 24px;
  font-size: .14rem;
  white-space: nowrap;
}
#header-nav .sub-header-nav li a:hover {
  background-color: transparent;
  color: #BA0001;
}
@media (max-width: 768px) {
  .qhee-header-top .jyjt-logo {
    max-width: 20%;
    height: auto;
  }
  .qhee-header-top .qhee-logo {
    max-width: 40%;
    height: auto;
  }
  #header-nav {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    z-index: 2;
    position: absolute;
    top: 65px;
    left: -3%;
    margin-left: 0;
    padding-left: 3%;
    background: rgba(22, 33, 44, .9);
  }
  #header-nav > li {
    display: block;
    margin-right: 0;
    padding-left: 30px;
    color: #FFF;
    text-align: left;
  }
  #header-nav > li a {
    color: #FFF;
  }
}
