.comm-banner {
  background-image: url(../images/contact-banner.png);
}

.contact {
  padding: 50px 0;
}

.contact-box {
  background-color: #ffffff;
  padding: 50px;
  position: relative;
}

.contact-title {
  border-left: 5px solid #d21112;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-size: 28px;
}

.contact-desc {
  margin-top: 50px;
}
.contact-desc p {
  line-height: 32px;
}
.contact-wx {
  position: absolute;
  right: 50px;
  top: 60px;
}

.contact-wx img {
  width: 200px;
}

@media screen and (max-width: 992px) {
  .contact-wx {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
  }
}