.main {
  min-height: 710px;
}
.main .contact {
  width: 100%;
  box-sizing: border-box;
  padding: 0 22px;
}
.main .contact h1 {
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin: 40px 0 60px 0;
}
.main .contact .contact_list {
  display: flex;
  justify-content: space-between;
}
.main .contact .contact_list > li {
  display: flex;
  justify-content: center;
  height: 37px;
}
.main .contact .contact_list > li .contact_img {
  width: 37px;
  height: 37px;
}
.main .contact .contact_list > li p {
  line-height: 37px;
  font-size: 16px;
  margin-left: 15px;
}
.main .contact .service {
  display: flex;
  margin-top: 85px;
}
.main .contact .service .service_left h2 {
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #f3782a;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}
.main .contact .service .service_left p {
  color: #333333;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2em;
  margin-left: 20px;
}
.main .contact .service .service_img {
  margin-left: 90px;
}

/*# sourceMappingURL=contact.css.map */
