.banner {
  background-image: url("/images/contact-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 621px;
}
.contact-body .contact-link h3 {
  text-align: center;
  font-size: 30px;
  color: #151515;
  margin: 90px 0 80px;
  font-weight: normal;
}
.contact-body .contact-link ul li {
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 120px;
  position: relative;
}
.contact-body .contact-link ul li:nth-of-type(2) {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.contact-body .contact-link ul li span {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  top: 10px;
  background: #19afe8;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
}
.contact-body .contact-link ul li h4 {
  font-size: 18px;
  color: #151515;
  font-weight: normal;
}
.contact-body .contact-link ul li p {
  color: #666;
  line-height: 1.8;
}
.contact-body .contact-link ul li p a {
  color: #666;
  display: inline;
}
.contact-body #allmap {
  height: 430px;
  margin: 50px 0;
}
