.service_title {
  text-align: center;
  margin: 0.5rem 0;
}
.service_title h3 {
  color: #333;
  font-size: 16px;
}
.service_title p {
  color: #666;
  font-size: 14px;
  margin-top: 0.35rem;
  line-height: 1.7;
}
.customer {
  background: #efefef;
  padding-top: 0.5rem;
}
.customer .cus_swiper .swiper-container {
  padding-bottom: 1rem;
}
.customer .cus_swiper .swiper-container .swiper-slide {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 1rem 0.2rem 0.25rem;
  box-sizing: border-box;
}
.customer .cus_swiper .swiper-container .swiper-slide span {
  font-size: 30px;
  color: #183167;
}
.customer .cus_swiper .swiper-container .swiper-slide h4 {
  font-size: 16px;
  color: #333;
  margin: 0.35rem 0;
}
.customer .cus_swiper .swiper-container .swiper-slide p {
  font-size: 12px;
  color: #666;
  height: 5em;
  line-height: 1.7;
}
.flow_step {
  margin: 1rem 0 0.5rem;
  background: #fff;
}
.flow_step .flow_step_con {
  margin-top: 1rem;
}
.flow_step .flow_step_con li {
  width: 25%;
  text-align: center;
  margin-bottom: 0.5rem;
}
.flow_step .flow_step_con li span {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #183167;
  font-size: 24px;
}
.flow_step .flow_step_con li p {
  color: #666;
  font-size: 12px;
  margin-top: 0.25rem;
}
.service_form {
  background: #efefef;
  padding: 0.5rem;
}
.service_form .service_form_con .ser_input,
.service_form .service_form_con .ser_textarea {
  margin-top: 0.35rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-left: 20%;
}
.service_form .service_form_con .ser_input em,
.service_form .service_form_con .ser_textarea em {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.8rem;
  color: red;
}
.service_form .service_form_con .ser_input span,
.service_form .service_form_con .ser_textarea span {
  position: absolute;
  color: #333;
  font-size: 14px;
  left: 0.35rem;
  top: 0;
  line-height: 0.8rem;
}
.service_form .service_form_con .ser_input input,
.service_form .service_form_con .ser_textarea input {
  background: #fff;
  outline: 0;
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 0.8rem;
  padding-left: 5px;
}
.service_form .service_form_con .ser_input textarea,
.service_form .service_form_con .ser_textarea textarea {
  width: 100%;
  height: 2.5rem;
  outline: 0;
  border: 0;
  border-radius: 5px;
  padding-left: 5px;
  padding-top: 5px;
}
.service_form .service_form_con .submit {
  margin: 0.5rem auto;
  width: 3rem;
  height: 0.8rem;
  background: #183167;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 0.8rem;
  border-radius: 5px;
}
