body {
  background: url(../images/body_bg.png) no-repeat top center;
}

.zt_header {
  background: url(../images/bottom_bg.png) no-repeat bottom center;
}

.logo {
  width: 300px;
  margin-top: 20px;
}

.text {
  width: 80%;
  margin: 65px auto 55px;
}

.text img {
  width: 100%;
}

.tpxw_top {
  background: url(../images/tt_bg.png) no-repeat;
  padding: 42px 29px 18px 130px;
  font-size: 18px;
  line-height: 26.06px;
  color: rgba(0, 0, 0, 1);
  background-size: 100% 100%;
}

.tt_tit a {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 46px;
  color: rgba(206, 0, 0, 1);
}

.tt_memo {
  text-indent: 2em;
  margin-top: 10px;
    line-height: 36px;
}

.tt_memo a {
  color: rgba(212, 48, 48, 1);
}

.xcgc_title a {
  display: block;
  background: url(../images/xxgc_title.png) no-repeat center;
  height: 127px;
}

.xcgc {
  margin-top: 40px;
  background: rgba(255, 242, 230, 1);
  padding: 40px 0 47px;
}

.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list li {
  width: 32%;
  height: 180px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 35px 33px 0 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.list li a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26.4px;
  color: rgba(0, 0, 0, 1);
}

.list li::after {
  content: "";
  width: 6px;
  height: 30px;
  display: block;
  background: rgba(212, 48, 48, 1);
  position: absolute;
  top: 33px;
  left: 0;
}

.list li::before {
  content: "";
  width: 85px;
  height: 85px;
  display: block;
  background: url(../images/iconfont.png) no-repeat center;
  position: absolute;
  bottom: -15px;
  right: -15px;
}

.time {
  position: absolute;
  bottom: 28px;
  left: 30px;
  font-size: 18px;
  color: rgba(128, 128, 128, 1);
}

.list li:hover {
  background: linear-gradient(
    90deg,
    rgba(158, 14, 14, 1) 0%,
    rgba(212, 48, 48, 1) 100%
  );
}

.list li:hover a {
  color: rgba(255, 255, 255, 1);
}

.list li:hover .time {
  color: rgba(255, 255, 255, 1);
}

.fjxsd_title a {
  display: block;
  background: url(../images/fjxsd_title.png) no-repeat center;
  height: 127px;
}

.fjxsd {
  padding: 60px 0 90px;
}

.ullist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ullist li {
  border: 1px solid rgba(255, 196, 196, 1);
  height: 260px;
  width: 49%;
  padding: 35px 37px 0 54px;
  box-sizing: border-box;
  position: relative;
  margin-top: 40px;
}

.ullist li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: rgba(212, 48, 48, 1);
  left: 30px;
  top: 40px;
}

.ullist li a {
  font-size: 20px;
  font-weight: 700;
  line-height: 26.4px;
  color: rgba(0, 0, 0, 1);
}

.ullist li p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 40px;
  color: rgba(128, 128, 128, 1);
}

.line {
  height: 1px;
  background: rgba(255, 196, 196, 1);
  margin-top: 30px;
}

.time1 {
  position: absolute;
  bottom: 23px;
  right: 37px;
  font-size: 18px;
  line-height: 23.76px;
  color: rgba(128, 128, 128, 1);
}

.swiper-slide img {
  height: 248px;
  object-fit: cover;
  display: block;
  width: 100%;
}

.swiper-slide a span {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  height: 90px;
  line-height: 90px;
  display: block;
  font-size: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.swiper {
  padding-bottom: 150px;
  overflow: hidden;
}

.tj {
  position: relative;
}

.tj .swiper-button-next {
  background: url(../images/arrow.png) no-repeat center;
  width: 30px;
  height: 30px;
  top: 30%;
}

.tj .swiper-button-prev {
  background: url(../images/arrow.png) no-repeat center;
  width: 30px;
  top: 30%;
  height: 30px;
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .tpxw_top {
    background: url(../images/tt_bg1.png) no-repeat left center;
    background-size: cover;
    padding: 42px 29px 31px 159px;
  }

  .list li {
    width: 100%;
  }

  .ullist li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .text {
    width: 100%;
  }

  .tpxw_top {
    background: linear-gradient(
      180deg,
      rgba(255, 235, 214, 1) 0%,
      rgba(255, 255, 255, 1) 99.97%
    );
    padding: 42px 17px 31px 17px;
  }
  .swiper-slide img {
    height: 188px;
  }
}
