.header {
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 8px solid #286ace;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 98;
}
.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: #666;
}
.header .top .fl {
  float: left;
  font-size: 0;
  vertical-align: middle;
}
.header .top .fr {
  float: right;
  font-size: 0;
  vertical-align: middle;
}
.header .top .fr a {
  margin-left: 15px;
}
.header .top .fr .user {
  display: inline-block;
  position: relative;
  padding: 0;
}
.header .top .fr .user a {
  padding: 0;
  margin-left: 0;
}
.header .top .fr .user img {
  height: 30px;
  vertical-align: middle;
}
.header .top .fr .user .user-center {
  display: none;
  position: absolute;
  bottom: -35px;
  left: -12px;
  min-width: 70px;
  width: auto;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}
.header .top .fr .user .name, .header .top .fr .user #topLogout {
  display: none;
}
.header .top .fr .user:hover .user-center {
  display: block;
}
.header .top .fr .login-success img {
  display: none;
}
.header .top .fr .login-success a {
  padding: 0;
  margin-left: 0;
}
.header .top .fr .login-success .name, .header .top .fr .login-success #topLogout {
  display: inline-block;
  margin-left: 0;
  padding: 0 10px;
}
.header .top .fr .login-success .user-center {
  display: none !important;
  left: 10px;
  bottom: -30px;
  line-height: 30px;
}
.header .top .fr .u-item {
  padding: 0 15px;
  border: solid 1px #666;
  font-size: 14px;
  line-height: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.header .top .fr .u-item img {
  margin-top: -2px;
  height: 16px;
  vertical-align: middle;
}
.header .top .fr .ghb {
  color: #fff;
  background-color: #fb9e0d;
  border: 1px solid #fb9e0d;
}
.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: #666;
}
.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: inline-block;
  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-yy-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: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  background-color: #286ace;
}
.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: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #ffffff;
}
.header .index-menu .container .close {
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
.header .logo-search {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  width: 100%;
  z-index: 10;
}
.header .logo-search .index-logo {
  display: flex;
  flex-direction: row;
  width: 62%;
  box-sizing: border-box;
  align-items: center;
}
.header .logo-search .index-logo img {
  display: block;
  margin-right: 20px;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .logo-search .index-logo a {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 1.7px;
  color: #286ace;
  text-shadow: 0px 0.2px 0 #081c3d;
}
.header .logo-search .search-box {
  width: 34.9253731343%;
  height: 50px;
  *zoom: 1;
  box-sizing: border-box;
  border: 1px solid #4679e2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.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: 81.4102564103%;
  height: 100%;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  outline-style: none;
  border: none;
  overflow: hidden;
}
.header .logo-search .search-box .search-btn {
  float: right;
  width: 18.5897435897%;
  height: 100%;
  background-color: #286ace;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
}
.header .logo-search .search-box .search-btn span {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 50px;
  color: #666;
}
.header .logo-search .search-box .search-btn img {
  width: 23px;
  height: 23px;
  vertical-align: middle;
}

.banner-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.banner-box img {
  display: block;
  width: 100%;
}

.index-type-box {
  margin-top: 90px;
  margin-bottom: 33px;
  width: 100%;
  text-align: right;
}
.index-type-box a {
  display: inline-block;
  margin-left: 10px;
  padding: 15px 23px;
  font-size: 18px;
  color: #286ace;
  border: solid 1px #286ace;
  background-color: #f2f6fa;
  opacity: 0.65;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.index-type-box a:hover {
  font-weight: bold;
  opacity: 1;
}
.index-type-box .active {
  font-weight: bold;
  opacity: 1;
}

@media screen and (min-width: 993px) and (max-width: 1360px) {
  .container {
    /* 子站单独调配了宽度 */
    width: 88.5%; 
  }
  .header {
    position: relative;
    padding-top: 0.78125vw;
    padding-bottom: 1.5625vw;
  }
  .header .top .line {
    line-height: 1.875vw;
  }
  .header .top .fr a {
    margin-left: 0.78125vw;
  }
  .header .top .fr .user img {
    height: 1.5625vw;
  }
  .header .top .fr .user .user-center {
    bottom: -1.82292vw;
    width: auto;
    min-width: 3.64583vw;
    line-height: 1.82292vw;
    font-size: 12.6px;
    font-size: 0.7291666667vw;
  }
  .header .top .fr .login-success .name, .header .top .fr .login-success #topLogout {
    padding: 0 0.52083vw;
  }
  .header .top .fr .login-success .user-center {
    left: 0.52083vw;
    bottom: -1.5625vw;
    line-height: 1.5625vw;
  }
  .header .top .fr .u-item {
    padding: 0 0.78125vw;
    line-height: 1.5625vw;
    font-size: 12.6px;
    font-size: 0.7291666667vw;
    border-radius: 0.78125vw;
    -webkit-border-radius: 0.78125vw;
    -moz-border-radius: 0.78125vw;
    -ms-border-radius: 0.78125vw;
    -o-border-radius: 0.78125vw;
  }
  .header .top .fr .u-item img {
    margin-top: -0.10417vw;
    height: 0.83333vw;
  }
  .header .top .fr .ghb {
    border: 1px solid #fb9e0d;
  }
  .header .top a {
    padding: 0 0.52083vw;
    line-height: 1.875vw;
  }
  .header .top .zzms {
    padding: 0 0.52083vw !important;
    line-height: 1.35417vw;
    border-radius: 0.67708vw;
    -webkit-border-radius: 0.67708vw;
    -moz-border-radius: 0.67708vw;
    -ms-border-radius: 0.67708vw;
    -o-border-radius: 0.67708vw;
  }
  .header .top .gh {
    background-size: 0.72917vw auto;
    margin-left: 0.52083vw;
    padding-left: 0.9375vw;
  }
  .header .logo-search {
    margin-top: 0.52083vw;
  }
  .header .logo-search .index-logo img {
    margin-right: 1.04167vw;
    width: 4.16667vw;
  }
  .header .logo-search .index-logo a {
    font-size: 1.77083vw;
  }
  .header .logo-search .search-box {
    height: 2.60417vw;
    border-radius: 0.41667vw;
    -webkit-border-radius: 0.41667vw;
    -moz-border-radius: 0.41667vw;
    -ms-border-radius: 0.41667vw;
    -o-border-radius: 0.41667vw;
  }
  .header .logo-search .search-box input {
    padding: 0 0.78125vw;
    line-height: 2.60417vw;
  }
  .header .logo-search .search-box .search-btn {
    line-height: 2.60417vw;
  }
  .header .logo-search .search-box .search-btn span {
    line-height: 2.60417vw;
  }
  .header .logo-search .search-box .search-btn img {
    width: 1.19792vw;
    height: 1.19792vw;
  }
  .index-type-box {
    margin-top: 4.6875vw;
    margin-bottom: 1.71875vw;
  }
  .index-type-box a {
    margin-left: 0.52083vw;
    padding: 0.78125vw 1.19792vw;
    font-size: 16.2px;
    font-size: 0.9375vw;
    border-radius: 0.3125vw;
    -webkit-border-radius: 0.3125vw;
    -moz-border-radius: 0.3125vw;
    -ms-border-radius: 0.3125vw;
    -o-border-radius: 0.3125vw;
  }
}

@media screen and (max-width: 992px) {
  .header {
    padding-top: 15px;
    padding-bottom: 30px;
    height: auto;
    background-size: 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 span:nth-last-child(1) {
    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 .user {
    display: none;
  }
  .header .top .fr .login-success {
    display: none;
  }
  .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 {
    margin-bottom: 6px;
    width: 50%;
  }
  .header .index-menu .container .close {
    right: 10px;
  }
  .header .logo-search {
    flex-direction: column;
    margin-top: 15px;
    height: auto;
  }
  .header .logo-search .index-logo {
    width: 100%;
    height: auto;
  }
  .header .logo-search .index-logo img {
    margin-right: 10px;
    width: 50px;
  }
  .header .logo-search .index-logo a {
    font-size: 20px;
    line-height: 1.2;
  }
  .header .logo-search .search-box {
    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 {
    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;
  }
  .banner-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .banner-box img {
    display: block;
    width: 100%;
  }
  .index-type-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .index-type-box a {
    margin-left: 10px;
    padding: 10px 15px;
    font-size: 16px;
  }
}