.tsszu-box {
  background-image: url(../images/bodybg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.header_ts {
  position: relative;
}

.header_ts img {
  width: 100%;
  display: block;
}

.header_logo {
  position: absolute;
  width: 200px;
  top: 20px;
  left: 10%;
}

.nav-box {
  height: 59px;
  background: rgba(186, 26, 46, 1);
  margin-top: -2px;
  z-index: 99;
  position: relative;
}

.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 59px;
  font-size: 22px;
}

.nav ul li {
  width: 16%;
  display: flex;
  justify-content: center;
  position: relative;
}

.nav ul li::after {
  content: "";
  height: 27px;
  width: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  right: 0px;
}

.nav ul li:last-child::after {
  width: 0px;
}

.nav ul li a {
  color: rgba(255, 255, 255, 1);
}

.hdjj {
  display: flex;
  background-image: url(../images/huodong_bg.png);
  background-size: 109% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 83px 27px 40px;
}

.hdjj-left {
  width: 50%;
  padding: 0 14px;
}

.hdjj-right {
  width: 50%;
  padding: 0 14px;
  margin-top: -11px;
}

.hdjj-title img {
  width: 100%;
}

.hdjj-content {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 48px;
  color: rgba(87, 87, 87, 1);
  text-indent: 2em;
  margin-top: 47px;
}

.xczp {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 25px rgba(107, 107, 107, 0.2);
  padding: 15px 15px;
}

.xczp-title {
  width: 100%;
}

.xczp-title img {
  width: 100%;
  display: block;
}

.hdsp-title {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hdsp-title img {
  width: 70.4%;
}

.hdsp-contnet {
  padding: 37px;
  position: relative;
}

.hdsp-sp img {
  width: 100%;
}

.xczp-box {
  overflow: hidden;
}

.hgqhd_bottom {
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: rgba(255, 255, 255, 1);
  position: relative;
  background-image: url(../images/hgqhd_bottom.png);
  /* height: 160px; */
  margin-top: -280px;
  background-size: 100% 100%;
  padding: 150px 57px 40px;
  text-indent: 2em;
  margin-bottom: 20px;
}
.swiper-button-prev,
.swiper-container-rtl {
  background-image: url(../images/arrow-left.png);
  background-size: 100% 100%;
}

.swiper-button-next {
  background-image: url(../images/arrow-right.png);
  background-size: 100% 100%;
}

.swiper-button-prev {
  left: 224px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.swiper-button-next {
  right: 224px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.susgq-box {
  margin-top: 20px;
}
.susgq {
  background: rgba(255, 255, 255, 1);
  padding: 15px 15px;
}
.sysgq-image {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
.sysgq-left {
  width: 48%;
}
.sysgq-left img {
  width: 100%;
}
.syqgq-right {
  width: 48%;
}
.sysgq-right img {
  width: 100%;
}
.sysgq-content {
  padding: 37px 40px 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 38px;
  color: rgba(87, 87, 87, 1);
  text-indent: 2em;
}
.hwlmx-box {
  margin-top: 20px;
}
.hwlmx {
  background: rgba(255, 255, 255, 1);
  padding: 15px 15px;
}
.hwlmx-content {
  padding: 37px 40px 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 38px;
  color: rgba(87, 87, 87, 1);
  text-indent: 2em;
}
.hwlmx-top img {
  width: 100%;
  display: block;
}
.item-nr {
  margin-top: 26px;
}
@media (max-width: 1480px) {
  .swiper-button-prev {
    left: 141px;
  }
  .swiper-button-next {
    right: 141px;
  }
}
@media (max-width: 1200px) {
  .hdjj-content {
    margin-top: 0;
  }
  .swiper-button-prev {
    left: 45px;
  }
  .swiper-button-next {
    right: 45px;
  }
  .header_logo {
    width: 180px;
  }
}
@media (max-width: 992px) {
  .header_logo {
    width: 160px;
  }
  .gzjz-box {
    margin-top: -71px;
  }
  .hdjj-content {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .hdjj {
    /* flex-wrap: wrap; */
    flex-direction: column-reverse;
  }
  .hdjj-left {
    width: 100%;
    margin-top: 20px;
  }
  .hdjj-right {
    width: 100%;
    margin-top: 10px;
  }
  .hdjj-content {
    padding-top: 20px;
  }
  .header_logo {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .header_logo {
    width: 70px;
    top: 11px;
    left: 5%;
  }
  .nav ul {
    font-size: 18px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .hgqhd_bottom {
    padding: 163px 30px 40px;
  }
  .nav ul {
    flex-wrap: wrap;
  }
  .nav ul li {
    width: 33.3%;
  }
  .nav ul li::after {
    height: 18px;
    top: 25%;
  }
  .nav ul li:last-child::after {
    width: 1px;
  }
  .hdjj-box {
    margin-top: -20px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .sysgq-content {
    padding: 37px 24px 20px;
  }
  .hwlmx-content {
    padding: 37px 24px 20px;
  }
  .hdjj-content {
    line-height: 44px;
  }
}
