.header {
  height: auto;
  background: url(../images/yj-yy-jczwgk-banner-bg.png) no-repeat center;
  background-color: #6ca7e8;
  background-size: 100% 100%;
}
.header .top .fr .user .user-center {
  color: #fff;
}
.header .top .fr .u-item {
  border: 1px solid #fff;
}
.header .top .fr .ghb {
  background-color: #fb9e0d;
  border: 1px solid #fb9e0d;
}
.header .top a {
  color: #fff;
}
.header .index-menu {
  background-color: rgba(17, 81, 153, 0.9);
}
.header .logo-search {
  margin-top: 30px;
}
.header .banner-bg {
  margin-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  *zoom: 1;
}
.header .banner-bg:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.header .banner-bg img {
  display: block;
}
.header .banner-bg img:nth-child(1) {
  float: left;
  margin-top: 90px;
  height: 80px;
}
.header .banner-bg img:nth-child(2) {
  float: right;
  margin-top: 0;
  height: 250px;
}

.type-list {
  margin-top: 40px;
  width: 100%;
  *zoom: 1;
}
.type-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.type-list .type-item {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  margin-bottom: 32px;
  width: calc((100% - 128px) / 5);
  height: 120px;
  background-color: #f0f7ff;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.type-list .type-item:nth-child(5n+5) {
  margin-right: 0;
}
.type-list .type-item img {
  display: block;
  margin-bottom: 10px;
  height: 38px;
}
.type-list .type-item span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #286ace;
}
.type-list .type-item:hover {
  border: solid 1px #286ace;
}

.title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0;
  width: 100%;
}
.title-box span {
  display: inline-block;
  margin: 0 24px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.65px;
  color: #333;
  white-space: nowrap;
}
.title-box img {
  display: block;
  width: calc((100% - 100px) / 2);
}

.ztxz-list {
  margin-bottom: 40px;
  width: 100%;
  *zoom: 1;
}
.ztxz-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ztxz-list a {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-bottom: 18px;
  width: calc((100% - 120px) / 7);
  height: 52px;
  font-size: 16px;
  color: #333;
  background-color: #f5f7fa;
}
.ztxz-list a:nth-child(7n+7) {
  margin-right: 0;
}
.ztxz-list a:hover {
  color: #fefefe;
  background-color: #286ace;
}

@media screen and (min-width: 993px) and (max-width: 1360px) {
  .header .banner-bg {
    margin-top: 2.60417vw;
    padding-bottom: 1.5625vw;
  }
  .header .banner-bg img:nth-child(1) {
    margin-top: 4.6875vw;
    height: 4.16667vw;
  }
  .header .banner-bg img:nth-child(2) {
    margin-top: 0;
    height: 13.02083vw;
  }
  .type-list {
    margin-top: 2.08333vw;
  }
  .type-list .type-item {
    margin-right: 1.66667vw;
    margin-bottom: 1.66667vw;
    width: calc((100% - 6.66667vw) / 5);
    height: 6.25vw;
  }
  .type-list .type-item img {
    margin-bottom: 0.52083vw;
    height: 1.97917vw;
  }
  .type-list .type-item span {
    font-size: 16.2px;
    font-size: 0.9375vw;
  }
  .title-box {
    margin: 1.82292vw 0;
  }
  .title-box span {
    margin: 0 1.25vw;
    font-size: 23.4px;
    font-size: 1.3541666667vw;
  }
  .title-box img {
    width: calc((100% - 5.20833vw) / 2);
  }
  .ztxz-list {
    margin-bottom: 2.08333vw;
  }
  .ztxz-list a {
    margin-right: 1.04167vw;
    margin-bottom: 0.9375vw;
    width: calc((100% - 6.25vw) / 7);
    height: 2.70833vw;
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 992px) {
  .header .banner-bg {
    margin-top: 25px;
    padding-bottom: 15px;
  }
  .header .banner-bg img {
    display: block;
  }
  .header .banner-bg img:nth-child(1) {
    float: none;
    margin: 0 auto;
    height: 45px;
  }
  .header .banner-bg img:nth-child(2) {
    display: none;
  }
  .type-list {
    margin-top: 20px;
  }
  .type-list .type-item {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc((100% - 15px) / 2);
    height: 88px;
  }
  .type-list .type-item:nth-child(5n+5) {
    margin-right: 15px;
  }
  .type-list .type-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .type-list .type-item img {
    margin-bottom: 10px;
    height: 28px;
  }
  .type-list .type-item span {
    text-align: center;
    font-size: 16px;
  }
  .title-box {
    margin: 20px 0;
  }
  .title-box span {
    margin: 0 10px;
    font-size: 18px;
  }
  .title-box img {
    display: block;
    width: calc((100% - 60px) / 2);
  }
  .ztxz-list {
    margin-bottom: 20px;
  }
  .ztxz-list a {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc((100% - 30px) / 3);
    height: 42px;
  }
  .ztxz-list a:nth-child(7n+7) {
    margin-right: 15px;
  }
  .ztxz-list a:nth-child(3n+3) {
    margin-right: 0;
  }
}