/* 页面标题背景 */
.banner-title img {
  min-height: 50px;
}
.banner-title div {
  top: 0;
  left: 50%;
  margin-left: -490px;
  font-style: italic;
  line-height: 60px;
}
.banner-title .name-cn {
  color:rgba(255,255,255,.9);
  width: inherit;
}
.banner-title .name-en {
  color:rgba(255,255,255,.6);
  right: 8px;
}
/* 微信扫码关注公司 */
.wx-qrCode {
  padding: 15px 0 50px;
}
.wx-qrCode h3 {
  padding: 0 0 12px;
  margin: 15px 0;
}
.wx-qrCode .ewm-list li div {
  width: 193px;
  margin-bottom: 6px;
}
.wx-qrCode .ewm-list li:not(:nth-child(1)) {
  margin-left: 52px;
}