.bannerWarp {
  box-sizing: border-box;
  width: 100%;
  height: 420px;
  background-image: url(../img/banner/contact-banner.png);
  background-size: cover;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-title {
  font-size: 45px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ffffff;
}
.contact-content {
  padding: 100px 0;
  background: url(../img/contact/logo.png) no-repeat;
  background-position: center right;
}
.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-middle {
  width: 1px;
  height: 174px;
  background: #e1e1e1;
  margin: 0 100px;
}
.contact-title {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1a2d56;
  margin-bottom: 40px;
}
.contact-left-list li {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.contact-left-list li:first-child {
  margin-top: 0;
}
.contact-subtitle {
  margin-left: 12px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
}
.contact-title-left {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1a2d56;
}
