.banner-container .banner-wrapper {
  height: 100%;
  position: relative;
}
.banner-container .banner-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-container .cn {
  vertical-align: middle;
  color: #ffffff;
  font-size: 36px;
}
.banner-container .en {
  vertical-align: middle;
  font-size: 24px;
  color: #ebebeb;
}
.banner-container .divider {
  vertical-align: middle;
  font-weight: lighter;
  font-size: 24px;
  color: #ebebeb;
  padding: 0 17px;
}

.banner-container {
  height: 260px;
  background: url("/assets/images/contact/banner_bg.jpg") no-repeat center center;
  background-size: cover;
}

.contact-container {
  padding-top: 140px;
  padding-bottom: 430px;
  background: url("/assets/images/contact_map.png") no-repeat center 100px;
  background-size: 1500px;
}

.contact-wrapper {
  position: relative;
}
.contact-wrapper .card {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 600px;
  padding: 48px 0 50px 40px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 61, 116, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 61, 116, 0.1);
  border-top: 8px solid #99bdde;
}
.contact-wrapper .card .logo {
  width: 196px;
  height: 63px;
  background: url("/assets/images/logo.svg") no-repeat center;
  background-size: contain;
  margin-bottom: 30px;
}
.contact-wrapper .card .content .item {
  line-height: 37px;
  color: #555555;
  font-size: 18px;
}
.contact-wrapper .card .map-link {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #005bac;
}

.contact-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #dddddd;
  background-color: #f5f5f5;
}
.contact-footer .footer-wrapper .copyright {
  font-size: 18px;
  height: 93px;
  line-height: 93px;
  color: #999999;
  text-align: center;
}

.mb-contact-container {
  display: none;
}