.contact-container {
  height: 700px;
  position: relative;
  background: url(../images/contact/bg-contact.jpg) top center no-repeat;
}
.contact-container .contact-desc {
  position: absolute;
  bottom: 85px;
  left: 50%;
  margin-left: -668px;
}
.contact-container .contact-title {
  height: 180px;
  padding: 40px 0 0 98px;
  box-sizing: border-box;
  background: url(../images/contact/bg-line.png) top left no-repeat;
}
.contact-container .contact-title .context-text {
  display: inline-block;
  line-height: 1;
  color: #fff;
}
.contact-container .contact-title p.context-cn {
  font-size: 66px;
  font-family: '微软雅黑';
  letter-spacing: 4px;
}
.contact-container .contact-title p.context-en {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  margin-top: 10px;
}
.contact-container .context-inner {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding-left: 98px;
  padding-top: 35px;
}
.contact-container .context-inner li {
  margin-top: 21px;
}

.contact-container .contact-qrcode {
  width: 131px;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: absolute;
  right: 50%;
  bottom: 93px;
  margin-right: -668px;
}
.contact-container .contact-qrcode img {
  display: block;
  margin-bottom: 9px;
}