body {
  background: url(/images/yj-zx-ztfw-sysy-img-bg.png) no-repeat;
  background-position: center 0;
  background-size: cover;
}

.header > .logo-search-container {
  position: absolute;
  top: 80px;
}
.header .search-container input {
  height: 48px;
  line-height: 48px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.header .search-container .search-btn {
  background-color: rgba(255, 255, 255, 0.2);
  height: 48px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 48px;
  width: 110px;
}
.header .search-container .search-btn img {
  margin-top: -5px;
  vertical-align: middle;
}
.header .header-title {
  margin-top: 240px;
  margin-left: 12%;
  width: 87%;
}
.header .header-title img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .header > .logo-search-container {
    top: 4.16667vw;
  }
  .header .search-container input {
    height: 2.5vw;
    line-height: 2.5vw;
  }
  .header .search-container .search-btn {
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    width: 5.72917vw;
  }
  .header .header-title {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 992px) {
  .header > .logo-search-container {
    top: 50px;
  }
  .header .header-title {
    margin: 200px auto 0 auto;
  }
}

.content-box {
  position: relative;
  padding-bottom: 160px;
  background: url(/images/yj-zx-ztfw-sysy-img-bg-bottom.png) no-repeat;
  background-position: center 100%;
}
.content-box .section {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px 0 #fdddc3;
}
.content-box .section .section-title {
  width: 112px;
  height: 100%;
  background-color: #fdd9bd;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.content-box .section .section-content {
  margin-left: 112px;
  *zoom: 1;
}
.content-box .section .section-content:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .section-1 .section-title {
  background-image: url(/images/yj-zx-ztfw-sysy-img-section-title-1.png);
}
.content-box .section-1 .section-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-box .section-1 .section-content > div {
  float: left;
  width: 44.798136%;
  margin-left: 3.41614%;
  padding: 0 40px 40px;
  margin-top: 80px;
}
.content-box .section-1 .section-content > div img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.content-box .section-1 .section-content > div .name {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  font-weight: bold;
}
.content-box .section-1 .section-content > div a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 56px;
  line-height: 56px;
  border-radius: 3px;
  box-shadow: 0 0 3px 0 #fdbfaf;
  border: solid 1px #fdbfaf;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #333;
  text-align: center;
}
.content-box .section-1 .section-content > div a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.content-box .section-1 .section-content > div a + a {
  margin-top: 17px;
}
.content-box .section-1 .section-content > div:nth-child(1) {
  background-color: #fff3ea;
  min-height: 478px;
}
.content-box .section-1 .section-content > div:nth-child(1) .name {
  color: #faad71;
}
.content-box .section-1 .section-content > div:nth-child(2) {
  background-color: #fef1ee;
}
.content-box .section-1 .section-content > div:nth-child(2) .name {
  color: #ff8f94;
}
.content-box .section-2 {
  margin-top: 40px;
}
.content-box .section-2 .section-title {
  background-image: url(/images/yj-zx-ztfw-sysy-img-section-title-2.png);
}
.content-box .section-2 .section-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-box .section-2 .section-content > a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 28.95962%;
  margin-left: 3.10559%;
  padding: 0 40px 40px;
  margin-top: 80px;
  height: 200px;
}
.content-box .section-2 .section-content > a img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.content-box .section-2 .section-content > a .name {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  font-weight: bold;
  line-height: 1.6;
}
.content-box .section-2 .section-content > a:nth-child(1) {
  background-color: #fcf1fc;
}
.content-box .section-2 .section-content > a:nth-child(1) .name {
  color: #faad71;
}
.content-box .section-2 .section-content > a:nth-child(1):hover {
  background-color: #fbeafb;
}
.content-box .section-2 .section-content > a:nth-child(2) {
  background-color: #fff3f7;
}
.content-box .section-2 .section-content > a:nth-child(2) .name {
  color: #ff8f94;
}
.content-box .section-2 .section-content > a:nth-child(2):hover {
  background-color: #fbe9ef;
}
.content-box .section-2 .section-content > a:nth-child(3) {
  background-color: #fef4ed;
}
.content-box .section-2 .section-content > a:nth-child(3) .name {
  color: #ff8f94;
}
.content-box .section-2 .section-content > a:nth-child(3):hover {
  background-color: #fde6ee;
}

.bmjz-menu {
  background-color: #f9dac3;
}

.footer {
  background-color: #fff;
  border-top: solid 8px #f2b689;
}
.footer .links {
  background-color: #fee3ce;
}
.footer .links ul li span {
  color: #6e6b6b;
}
.footer .links ul li .sub-links {
  background-color: #f9dac3;
}
.footer .links ul li .sub-links dl dt a {
  color: #6e6b6b;
}
.footer .infos {
  color: #939393;
}
.footer .infos > div:nth-child(1) > a {
  color: #939393 !important;
}
.footer .infos > div:nth-child(1) > a:nth-child(2)::before, .footer .infos > div:nth-child(1) > a:nth-child(2)::after, .footer .infos > div:nth-child(1) > a:nth-child(4)::before {
  background-color: #939393;
}
.footer .infos > div .anbei a {
  color: #939393;
}
.footer .infos div span,
.footer .infos div span a {
  color: #939393 !important;
}

@media screen and (max-width: 992px) {
  .header .logo-search-container .search-container .search-btn {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .content-box {
    padding-bottom: 25px;
  }
  .content-box .section {
    background-color: transparent;
    box-shadow: none;
  }
  .content-box .section .section-title {
    display: none;
  }
  .content-box .section .section-content {
    margin-left: 0;
    *zoom: 1;
  }
  .content-box .section .section-content:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .content-box .section-1 .section-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-box .section-1 .section-content > div {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 1px 15px 15px;
    margin-top: 50px;
  }
  .content-box .section-1 .section-content > div img {
    width: 60px;
    height: 60px;
  }
  .content-box .section-1 .section-content > div .name {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
    font-weight: bold;
  }
  .content-box .section-1 .section-content > div a {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 56px;
    line-height: 56px;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 #fdbfaf;
    border: solid 1px #fdbfaf;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    color: #333;
    text-align: center;
    *zoom: 1;
  }
  .content-box .section-1 .section-content > div a:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .content-box .section-1 .section-content > div a + a {
    margin-top: 17px;
  }
  .content-box .section-1 .section-content > div:nth-child(1) {
    min-height: auto;
  }
  .content-box .section-2 {
    margin-top: 0;
  }
  .content-box .section-2 .section-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-box .section-2 .section-content > a {
    display: block;
    box-sizing: border-box;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 1px 15px 15px;
    margin-top: 50px;
    height: 120px;
  }
  .content-box .section-2 .section-content > a img {
    width: 60px;
    height: 60px;
  }
  .content-box .section-2 .section-content > a .name {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
    font-weight: bold;
    line-height: 1.6;
  }
}