.banner {
  background: url("/images/contact_banner.jpg") center no-repeat;
  height: 559px;
}
.customer {
  padding: 85px 0;
  background: #efefef;
}
.customer .cus_title {
  text-align: center;
}
.customer .cus_title h3 {
  color: #292828;
  font-size: 30px;
  margin: 0;
  font-weight: normal;
}
.customer .cus_title p {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  line-height: 20px;
}
.customer .cue_list ul {
  width: 1220px;
  margin-top: 50px;
}
.customer .cue_list li {
  color: #292828;
  text-align: center;
  width: 228px;
  height: 215px;
  margin-right: 15px;
  background: #fff;
  padding-top: 70px;
  transition: 0.5s;
}
.customer .cue_list li span {
  font-size: 48px;
}
.customer .cue_list li h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  margin-top: 30px;
}
.customer .cue_list li p {
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
}
.customer .cue_list li:hover {
  color: #fff;
  background: #558bba;
}
.flow_table {
  margin: 76px 0;
}
.flow_table .flow_title {
  text-align: center;
}
.flow_table .flow_title h3 {
  color: #292828;
  font-size: 30px;
  margin: 0;
  font-weight: normal;
}
.flow_table .flow_title p {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  line-height: 20px;
}
.flow_table .flow_con {
  height: 359px;
  background: #efefef;
  margin-top: 50px;
}
.flow_table .flow_con div {
  width: 600px;
}
.flow_table .flow_con .flow_con_list {
  width: 600px;
  height: 359px;
  overflow: hidden;
}
.flow_table .flow_con .flow_con_list ul {
  width: 520px;
  margin: 70px 50px;
}
.flow_table .flow_con .flow_con_list li {
  width: 100px;
  height: 85px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 50px;
}
.flow_table .flow_con .flow_con_list li span {
  font-size: 36px;
}
.flow_table .flow_con .flow_con_list li p {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
}
.service_form {
  background: #efefef;
  padding: 80px 0;
}
.service_form .con_title {
  text-align: center;
}
.service_form .con_title h3 {
  color: #292828;
  font-size: 30px;
  margin: 0;
  font-weight: normal;
}
.service_form .con_title p {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  line-height: 20px;
}
.service_form .service_flist {
  margin-top: 50px;
  padding-left: 50px;
}
.service_form .service_flist .i_red {
  font-size: 14px;
  color: red;
}
.service_form .service_flist .i_bel {
  color: #666;
  font-size: 18px;
}
.service_form .service_flist .i_redt {
  font-size: 14px;
  color: red;
  vertical-align: top;
}
.service_form .service_flist .i_belt {
  color: #666;
  font-size: 18px;
  vertical-align: top;
}
.service_form .service_flist .service_input {
  margin-right: 70px;
  margin-bottom: 20px;
}
.service_form .service_flist .service_input input {
  outline: 0;
  border: 0;
  background: #fff;
  width: 420px;
  height: 40px;
  border-radius: 5px;
  padding-left: 5px;
}
.service_form .service_flist .service_radio {
  margin-right: 30px;
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
}
.service_form .service_flist .service_radio label {
  position: relative;
  padding-right: 35px;
}
.service_form .service_flist .service_radio label:before {
  content: "\a0";
  /*不换行空格*/
  font-size: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -7px;
}
.service_form .service_flist .service_radio label.on:before {
  background-color: #558bba;
  border: 1px solid #558bba;
  background-clip: content-box;
  width: 6px;
  height: 6px;
  padding: 4px;
}
.service_form .service_flist .service_radio input {
  margin: 0 5px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  padding-left: 5px;
}
.service_form .service_flist .service_inputs {
  margin-right: 70px;
  margin-bottom: 20px;
}
.service_form .service_flist .service_inputs input {
  outline: 0;
  border: 0;
  background: #fff;
  width: 980px;
  height: 40px;
  border-radius: 5px;
  padding-left: 5px;
}
.service_form .service_flist .service_text {
  margin-right: 70px;
  margin-bottom: 20px;
}
.service_form .service_flist .service_text textarea {
  outline: 0;
  border: 0;
  background: #fff;
  width: 980px;
  height: 230px;
  border-radius: 5px;
  padding-top: 5px;
  padding-left: 5px;
}
.service_form .server_btn {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  border-radius: 5px;
  background: #558bba;
  cursor: pointer;
}
