@charset "UTF-8";
.content-deck .content-deck__section-body .richtext-content h6 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #626262;
  font-weight: normal;
}

.content-deck .content-deck__section-body .richtext-content h6 a {
  color: #626262;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.ser__body_1 {
  background: url(../img_ser/bg_1.png) center no-repeat;
  background-size: cover;
  align-items: center;
}

.ser__body_1 .txt_con {
  color: #fff;
  width: 50%;
  padding: 0 5%;
}

.ser__body_1 .txt_con h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.ser__body_1 .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
}

.ser__body_1 .img_con {
  width: 50%;
}

.ser__body_1 .img_con img {
  display: block;
  width: 100%;
}

.ser__body_2 {
  background: url(../img_ser/bg_2.png) center no-repeat;
  background-size: cover;
  padding: 170px 0;
}

.ser__body_2 .txt_con {
  width: 50%;
  color: #fff;
}

.ser__body_2 .txt_con h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.ser__body_2 .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
}

.ser__body_2 .txt_con ul {
  margin-left: -20px;
}

.ser__body_2 .txt_con ul li {
  list-style: outside disc;
  line-height: 1.5;
}

.pro24_box2 {
  background: url(../img_ser/bg_3.png) center no-repeat;
  background-size: cover;
}

.pro24_box2 .big_img {
  margin: 0 auto 40px;
  width: 90%;
}

.pro24_box2 h3, .pro24_box2 p {
  text-align: center;
  color: #005694;
}

.pro24_box2 h3 {
  font-size: 38px;
  font-size: 3.8rem;
  color: #005694;
}

.pro24_box2 p {
  font-size: 24px;
  font-size: 2.4rem;
}

.pro24_box2 .flex {
  padding-top: 30px;
  align-items: center;
}

.pro24_box2 .flex .txt_con {
  width: 55%;
  padding-right: 5%;
}

.pro24_box2 .flex .txt_con h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.pro24_box2 .flex .txt_con h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0;
}

.pro24_box2 .flex .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  color: #333;
  margin-bottom: 0;
}

.pro24_box2 .flex .img_con {
  width: 45%;
}

.pro24_box2 .flex .img_con img {
  display: block;
  margin: 0 auto;
  width: 60%;
}

.content-deck .content-deck__section-body .richtext-content h6 {
  word-wrap: break-word;
  /* 或使用 overflow-wrap: break-word; */
}

@media (max-width: 767px) {
  .content-deck {
    margin-top: 0;
  }
  .temp-heading {
    margin-bottom: 0px;
  }
  #hassium-hero-heading p {
    padding-top: 10px;
  }
  .ser__body_1 .txt_con {
    width: 100%;
    padding: 30px 15px 10px;
  }
  .ser__body_1 .img_con {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .ser__body_2 {
    background-position: 60% center;
    padding: 30px 15px;
  }
  .ser__body_2 .txt_con {
    width: 100%;
  }
  .pro24_box2 {
    padding: 30px 0;
  }
  .pro24_box2 .flex .txt_con {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .pro24_box2 .flex .img_con {
    width: 100%;
  }
  .pro24_box2 .flex .txt_con h4 {
    font-size: 18px;
  }
  .pro24_box2 .flex .txt_con h5 {
    font-size: 16px;
  }
  .pro24_box2 .flex .txt_con p {
    font-size: 14px;
  }
  .content-deck__section:first-of-type {
    padding: 25px 0;
  }
  .deck.deck--horizontal-split {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.mobile_kv {
  display: none;
}

.mobile_kv img {
  display: block;
  width: 100%;
}
