.contact {
  background: #fff;
  padding-bottom: 16px;
}
.contact .contact-banner {
  background: url('../images/contact_24.png') no-repeat;
  height: 303px;
  background-size: cover;
}
.contact .contact-banner .banner-text {
  padding-left: 8px;
  padding-top: 93px;
  color: #222221;
}
.contact .contact-banner .banner-text .line_row {
  width: 42px;
  height: 4px;
  background-color: #E30613;
  margin: 8px 0;
}
.contact .contact-banner .banner-text .sub-title {
  font-family: Source Han Sans CN;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}
.contact .contact-section {
  padding: 40px 8px 29px;
}
.contact .contact-box {
  margin-bottom: 48px;
}
.contact .contact-box .title {
  margin-bottom: 24px;
}
.contact .contact-box .title-zn {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #222221;
  position: relative;
  letter-spacing: 3px;
  padding-top: 16px;
}
.contact .contact-box .title-zn::before {
  content: '';
  width: 84px;
  height: 4px;
  position: absolute;
  background-color: #E30613;
  margin-top: -16px;
}
.contact .contact-box .contact-box-info {
  display: flex;
}
.contact .contact-box .contact-box-info .icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.contact .contact-box .contact-box-info .icon img {
  width: 100%;
}
.contact .contact-box .contact-box-info .email {
  padding-top: 2px;
}
.contact .contact-box .contact-box-info .email img {
  cursor: pointer;
}
.contact .contact-box .contact-box-info .contact-number {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 2px;
  display: block;
  color: #615F5F;
}
.contact .contact-box:last-child {
  margin-bottom: 0px;
}

/*# sourceMappingURL=contactUs.css.map */
