.swiper-wrap {
  background-size: cover;
  overflow: hidden;
}
.swiper-wrap .slide-page {
  width: 100%;
  height: 100%;
  padding: 0 120px;
}
.swiper-wrap .slide-page .img {
  display: block;
  margin-top: 28px;
}
.swiper-wrap .slide-page .slide-text {
  width: 683px;
  font-family: SourceHanSansCN-Medium;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 50px;
  margin-top: 125px;
  margin-bottom: 20px;
}
.swiper-wrap .slide-page .detail-btn {
  width: 178px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 27px;
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  background: transparent;
  cursor: pointer;
}
.swiper-wrap .my-bullet,
.swiper-wrap .my-bullet-active {
  cursor: pointer;
}
.swiper-wrap .my-bullet {
  width: 32px;
  height: 4px;
  background-color: #fff;
  display: inline-block;
  margin-right: 20px;
}
.swiper-wrap .my-bullet-active {
  background-color: #d7000f;
}
.hjzx-main {
  position: relative;
  padding: 0 15%;
  z-index: 3;
  background-image: url("../images/hjt_bg_sy_hjzx.png");
  background-size: cover;
  overflow: hidden;
}
.hjzx-main::before {
  content: "";
  display: table;
  overflow: auto;
}
.hjzx-main .hjzx-title {
  font-family: AlibabaPuHuiTi-Regular;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  margin-top: 53px;
  margin-bottom: 80px;
}
.hjzx-main .block-l {
  left: 0;
  top: 0;
  bottom: 0;
}
.hjzx-main .block-r {
  right: 0;
  top: 0;
  bottom: 0;
}
.hjzx-main .block-l,
.hjzx-main .block-r {
  z-index: 999;
  cursor: pointer;
  height: 100%;
}
.hjzx-main .hjzx-sw {
  margin-bottom: 75px;
  z-index: 1;
}
.hjzx-main .hjzx-sw .swiper-slide {
  padding: 0 25px;
}
.hjzx-main .hjzx-sw .swiper-slide:hover {
  position: relative;
  top: -20px;
}
.hjzx-main .hjzx-sw .slide-img {
  display: block;
  width: 100%;
}
