body {
  background: url(/images/yj-zx-ztfw-hjqr-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-hjqr-img-bg-bottom.png) no-repeat;
  background-position: center 100%;
}
.content-box #luohu-swiper {
  margin-top: -120px;
}
.content-box .swiper-container .swiper-slide {
  width: 25%;
  position: static;
}
.content-box .swiper-container .swiper-slide img {
  display: block;
  width: 198px;
  height: 198px;
  margin: 0 auto;
  -webkit-user-drag: none;
}
.content-box .swiper-container .swiper-slide .name {
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #3e62a2;
  padding-bottom: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-box .swiper-container .swiper-slide .name::after {
  content: "";
  background-image: url(/images/yj-zx-ztfw-hjqr-ic-arrow-top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 28px;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 2;
}
.content-box .swiper-container .swiper-slide.active .name::after {
  display: block;
}
.content-box .swiper-container .swiper-prev {
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #596670;
  width: 24px;
  height: 45px;
  background-image: url(/images/yj-zx-ztfw-hjqr-ic-arrow-white-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 12px;
  z-index: 2;
  cursor: pointer;
}
.content-box .swiper-container .swiper-prev:hover {
  background-color: #3e62a2;
}
.content-box .swiper-container .swiper-next {
  position: absolute;
  right: 0;
  top: 80px;
  background-color: #596670;
  width: 24px;
  height: 45px;
  background-image: url(/images/yj-zx-ztfw-hjqr-ic-arrow-white-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 12px;
  transform: rotate(180deg);
  z-index: 2;
  cursor: pointer;
}
.content-box .swiper-container .swiper-next:hover {
  background-color: #3e62a2;
}
.content-box .swiper-container .swiper-button-disabled {
  background-color: #bcbdbd;
  cursor: no-drop;
}
.content-box .swiper-container .swiper-button-disabled:hover {
  background-color: #bcbdbd;
}
.content-box .items-pop {
  display: none;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #6da7da;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
}
.content-box .items-pop .name {
  color: #3e62a2;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  font-weight: bold;
  padding-left: 20px;
  text-align: left;
}
.content-box .items-pop .name::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2.5px;
  background-color: #3e62a2;
}
.content-box .items-pop .items {
  margin-top: 26px;
  *zoom: 1;
}
.content-box .items-pop .items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .items-pop .items a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 23.43283%;
  margin-left: 2.08956%;
  margin-top: 2.08956%;
  border-radius: 3px;
  box-shadow: 0 0 3px 0 #6da7da;
  background-color: rgba(255, 255, 255, 0.7);
  height: 64px;
  line-height: 64px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.content-box .items-pop .items a:nth-child(4n+1) {
  margin-left: 0;
}
.content-box .items-pop .items a:nth-child(1), .content-box .items-pop .items a:nth-child(2), .content-box .items-pop .items a:nth-child(3), .content-box .items-pop .items a:nth-child(4) {
  margin-top: 0;
}
.content-box .items-pop .items a:hover {
  box-shadow: 0 0 8px 0 #6da7da;
  background-color: white;
}
.content-box .items-pop.active {
  display: block;
}
.content-box .glsx-section-title,
.content-box .fwjg-section-title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.content-box .bljg-box {
  padding: 50px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px 0 #6da7da;
  *zoom: 1;
}
.content-box .bljg-box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .bljg-box .bljg-l {
  float: left;
  width: 33%;
}
.content-box .bljg-box .bljg-l img {
  display: block;
  margin: 0 auto;
  height: 211px;
}
.content-box .bljg-box .bljg-l span {
  display: block;
  margin-top: 25px;
  text-align: center;
  color: #417bd9;
  font-weight: bold;
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
}
.content-box .bljg-box .bljg-r {
  float: right;
  right: 50px;
  padding: 30px;
  width: calc(67% - 50px);
  min-height: 288px;
  background-color: #e4f1f9;
  box-sizing: border-box;
}
.content-box .bljg-box .bljg-r .u-title {
  margin: 0 auto 35px auto;
  width: 260px;
  background: url(/images/yj-zx-ztfw-hjqr-img-section-bg.png) no-repeat;
  background-position: center;
  text-align: center;
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
  color: #417bd9;
  font-weight: bold;
}
.content-box .bljg-box .bljg-r p {
  color: #417bd9;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: bold;
}
.content-box .bljg-box .bljg-r p img {
  margin-right: 10px;
  margin-top: -4px;
  vertical-align: middle;
}
.content-box .bljg-box .bljg-r p + p {
  margin-top: 28px;
}

@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 #luohu-swiper,
  .content-box #glsx-swiper {
    display: none;
  }
  .content-box .items-pop {
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #6da7da;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    margin-top: 15px;
  }
  .content-box .items-pop .name {
    color: #3e62a2;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
    font-weight: bold;
    padding-left: 20px;
    text-align: left;
  }
  .content-box .items-pop .name::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2.5px;
    background-color: #3e62a2;
  }
  .content-box .items-pop .items {
    margin-top: 15px;
    *zoom: 1;
  }
  .content-box .items-pop .items:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .content-box .items-pop .items a {
    display: block;
    box-sizing: border-box;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2%;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 #6da7da;
    background-color: rgba(255, 255, 255, 0.7);
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .content-box .glsx-section-title,
  .content-box .fwjg-section-title {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .content-box .glsx-section-title img,
  .content-box .fwjg-section-title img {
    max-width: 100%;
  }
  .content-box .bljg-box {
    padding: 25px 0;
  }
  .content-box .bljg-box .bljg-l {
    float: none;
    padding-bottom: 25px;
    width: 100%;
  }
  .content-box .bljg-box .bljg-l img {
    height: 131px;
  }
  .content-box .bljg-box .bljg-l span {
    margin-top: 25px;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .content-box .bljg-box .bljg-r {
    float: none;
    right: 0;
    padding: 25px;
    width: 100%;
    min-height: 250px;
  }
  .content-box .bljg-box .bljg-r .u-title {
    margin: 0 auto 15px auto;
    width: 260px;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .content-box .bljg-box .bljg-r p {
    line-height: 1.4;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .content-box .bljg-box .bljg-r p + p {
    margin-top: 20px;
  }
}