body {
  background: url(../images/body_bg.png) no-repeat;
  padding-top: 30px;
}

.zt_container {
  max-width: 1200px;
  margin: 0 auto;
}

.zt_logo {
  position: absolute;
  left: 10%;
  top: 20px;
  width: 260px;
}

.zt_text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.fllx {
  border-radius: 60px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px rgba(255, 125, 155, 0.3);
  margin-top: -80px;
  padding: 24px 30px 16px;
  box-sizing: border-box;
}

.fllx_box {
  border-radius: 40px 40px, 0px, 0px;
  /* background: linear-gradient(360deg, rgba(255, 224, 232, 0) 0%, rgba(255, 224, 232, 1) 100%); */
  padding: 80px 100px 20px 80px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: url(../images/nv_bg.png) no-repeat center;
}

.fllx_box::before {
  content: "";
  width: 136px;
  height: 120px;
  position: absolute;
  background: url(../images/guanzi.png) no-repeat;
  left: 84px;
  top: -65px;
}

.fllx_nr {
  padding-top: 50px;
}

.fllx_box::after {
  content: "";
  width: 136px;
  height: 120px;
  position: absolute;
  background: url(../images/guanzi.png) no-repeat;
  right: 84px;
  top: -65px;
}

.fllx p {
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  color: rgba(227, 60, 100, 1);
}

.dspt {
  background: #fff;
  margin-top: 55px;
  padding: 50px 62px 50px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(255, 125, 155, 0.3);
  border-radius: 60px;
}

.gg_title {
  font-size: 36px;
  font-weight: 700;
  color: rgba(227, 60, 100, 1);
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gg_title::after {
  content: "";
  width: 50px;
  height: 5px;
  opacity: 1;
  border-radius: 100px;
  background: rgba(227, 60, 100, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dspt_box p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 42px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.dspt_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.dspt_left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ggbottom {
  position: relative;
}

.ggbottom::after {
  content: "";
  height: 34.92px;
  width: 95%;
  background: url(../images/red_bg.png);
  position: absolute;
  bottom: -15px;
  z-index: -10;
  left: 32px;
}

.dspt_title a {
  display: block;
  height: 110px;
  background: url(../images/dspt_title.png) no-repeat center;
}

.lshw_title a {
  display: block;
  height: 110px;
  background: url(../images/kshw_title.png) no-repeat center;
}

.cyms_title a {
  display: block;
  height: 110px;
  background: url(../images/cyms_bg.png) no-repeat center;
}

.qctj_title a {
  display: block;
  height: 110px;
  background: url(../images/qctj_bg.png) no-repeat center;
}

.jdsm_title a {
  display: block;
  height: 110px;
  background: url(../images/jdsm_bg.png) no-repeat center;
  margin-bottom: 24px;
}

.dspt_rihjt img {
  margin-top: 20px;
}

.lshw {
  margin-top: 65px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px rgba(255, 125, 155, 0.3);
  padding: 50px 62px 50px;
}

.lshw_top {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 40px;
}

.lshw_top div:not(.gg_title) {
  width: 32%;
}

.top1 p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  color: rgba(0, 0, 0, 1);
}

.lshw_bd {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-top: 66px;
}

.top1 img {
  margin-top: 5px;
  display: block;
}

.cyms {
  margin-top: 60px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px rgba(255, 125, 155, 0.3);
  padding: 50px 62px 50px;
}

.jdsm {
  margin-top: 60px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px rgba(255, 125, 155, 0.3);
  padding: 50px 62px 50px;
  margin-bottom: 50px;
}

.jdsm p {
  text-align: center;
}

.tp_tp {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 1200px) {
  /* .fllx_box {
                padding: 130px 0 35px 58%;
            } */

  .tp_tp {
    flex-wrap: wrap;
  }

  .tp_tp img {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .zt_logo {
    width: 220px;
  }

  .dspt_box,
  .lshw_top,
  .lshw_bd {
    flex-wrap: wrap;
  }

  .dspt_left {
    width: 100%;
  }

  .dspt_middle {
    width: 100%;
    text-align: center;
  }

  .dspt_rihjt {
    width: 100%;
  }

  .dspt_rihjt {
    text-align: center;
  }

  .fllx {
    margin-top: 0;
  }

  .top1 {
    width: 100% !important;
    text-align: center;
  }

  .top1 img {
    display: inline;
  }

  .fllx_box {
    padding: 82px 26px 20px 54px;
  }
}

@media (max-width: 540px) {
  .fllx_box {
    flex-wrap: wrap;
    background-size: cover;
  }

  .fllx_img {
    display: none;
  }

  .zt_logo {
    width: 160px;
    left: 7%;
    top: 15px;
  }

  .fllx_box::before {
    display: none;
  }

  .fllx_box::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .zt_logo {
    width: 140px;
  }

  .fllx_box {
    padding: 82px 7px 20px 26px;
  }
}
