.header {
  position: relative;
  height: 196px;
  background: url(../images/yj-qj-zz-header-bg.png) no-repeat;
  background-size: cover;
}
.header .top {
  position: relative;
  z-index: 99;
  *zoom: 1;
}
.header .top:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.header .top .line {
  display: inline-block;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  line-height: 36px;
  color: #12489d;
}
.header .top .fl {
  float: left;
  font-size: 0;
  vertical-align: middle;
}
.header .top .fr {
  float: right;
  font-size: 0;
  vertical-align: middle;
}
.header .top a {
  display: inline-block;
  padding: 0 10px;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  line-height: 36px;
  color: #12489d;
}
.header .top a:nth-of-type(1) {
  padding-left: 0;
}
.header .top a:nth-last-of-type(1) {
  padding-right: 0;
}
.header .top .zzms {
  display: none;
  padding: 0 10px !important;
  line-height: 26px;
  background-color: rgb(234, 104, 24);
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.header .top .gh {
  background: url(../images/yj-qj-zz-header-top-gh.png) no-repeat left;
  background-size: 14px auto;
  margin-left: 10px;
  padding-left: 18px;
}
.header .top .show-gh {
  display: inline-block;
}
.header .index-menu {
  display: none;
  position: absolute;
  top: 36px;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  background-color: rgba(17, 81, 153, 0.9);
}
.header .index-menu .container {
  position: relative;
}
.header .index-menu .container .bmxz-hd {
  padding: 30px 0 10px 0;
  color: #ffffff;
  font-weight: bold;
}
.header .index-menu .container .bmxz-bd {
  *zoom: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.header .index-menu .container .bmxz-bd:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.header .index-menu .container .bmxz-bd:nth-last-of-type(1) {
  padding-bottom: 12px;
  border-bottom: 0;
}
.header .index-menu .container .bmxz-bd li {
  width: 16.66%;
  float: left;
  line-height: 28px;
}
.header .index-menu .container .bmxz-bd li a {
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  color: #ffffff;
}
.header .index-menu .container .close {
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
.header .logo-search {
  margin-top: 45px;
  width: 100%;
  *zoom: 1;
}
.header .logo-search:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.header .logo-search .index-logo {
  float: left;
}
.header .logo-search .index-logo img {
  margin-top: -13px;
  margin-right: 8px;
  height: 57px;
  vertical-align: middle;
}
.header .logo-search .index-logo span {
  font-size: 34.2px;
  font-size: calc(38 * var(--font-scale) * 1px);
  line-height: 57px;
  font-weight: bold;
  color: #12489d;
  letter-spacing: 1.9px;
}
.header .logo-search .search-box {
  float: right;
  width: 33.0833333333%;
  height: 50px;
  *zoom: 1;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.header .logo-search .search-box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.header .logo-search .search-box input {
  float: left;
  padding: 0 15px;
  width: 75.5667506297%;
  height: 100%;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 50px;
  background-color: white;
  box-sizing: border-box;
  outline-style: none;
  border: 0;
}
.header .logo-search .search-box .search-btn {
  float: right;
  width: 24.4332493703%;
  height: 100%;
  background-color: #4a7ace;
  text-align: center;
  cursor: pointer;
}
.header .logo-search .search-box .search-btn span {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 50px;
  color: white;
}
.header .logo-search .search-box .search-btn img {
  width: 23px;
  height: 23px;
  vertical-align: middle;
}

.nav {
  margin-bottom: 30px;
  width: 100%;
  background-color: #12489d;
}
.nav ul {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.nav ul li {
  float: none;
  flex: 1;
  height: 65px;
}
.nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.nav ul li a span {
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #fefefe;
  line-height: 65px;
}
.nav ul .active,
.nav ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 992px) {
  .header {
    padding-bottom: 30px;
    height: auto;
  }
  .header .top .container {
    padding: 0 10px;
  }
  .header .top .fl {
    *zoom: 1;
  }
  .header .top .fl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .header .top .fl a,
  .header .top .fl span {
    display: none;
  }
  .header .top .fl a:nth-last-child(1), .header .top .fl a:nth-last-child(2), .header .top .fl a:nth-last-child(3),
  .header .top .fl span:nth-last-child(1),
  .header .top .fl span:nth-last-child(2),
  .header .top .fl span:nth-last-child(3) {
    float: left;
    display: block;
    padding: 0;
  }
  .header .top .fl .line {
    margin: 0 5px;
  }
  .header .top .fl .gh {
    padding-left: 18px !important;
    margin-left: 0;
  }
  .header .top .fr a,
  .header .top .fr span {
    display: none;
  }
  .header .top .fr #topLogin,
  .header .top .fr #topRegister,
  .header .top .fr #ipv6 {
    display: inline-block;
    padding: 0 0 0 8px;
  }
  .header .index-menu .container .bmxz-bd li {
    width: 50%;
  }
  .header .index-menu .container .close {
    right: 10px;
  }
  .header .logo-search {
    margin-top: 25px;
  }
  .header .logo-search .index-logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  .header .logo-search .index-logo img {
    margin: 0 auto;
    display: block;
    height: 37px;
  }
  .header .logo-search .index-logo span {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
    line-height: 37px;
    text-align: center;
  }
  .header .logo-search .search-box {
    float: none;
    margin: 20px auto 0 auto;
    width: 90%;
    height: 40px;
  }
  .header .logo-search .search-box input {
    padding: 0 10px;
    line-height: 40px;
  }
  .header .logo-search .search-box .search-btn span {
    line-height: 40px;
  }
  .header .logo-search .search-box .search-btn img {
    width: 18px;
    height: 18px;
  }
  .nav {
    margin-bottom: 20px;
  }
  .nav ul {
    flex-wrap: wrap;
  }
  .nav ul li {
    flex: initial;
    width: 50%;
    height: 50px;
  }
  .nav ul li a span {
    line-height: 50px;
  }
}