.banner {
  position: relative;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: auto 100%;
}
.banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
   background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50) \9; 
  display: table;
}
.banner h3,
.banner h4,
.banner p {
  position: relative;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.banner h3 {
  font-size: 50px;
  display: table-cell;
  vertical-align: middle;
}
.banner h4 {
  font-size: 40px;
  padding-top: 333px;
}
.banner p {
  font-size: 90px;
}
.contact-list-wrap {
  overflow: hidden;
}
.contact-list-wrap .contact-list {
  padding-top: 50px;
}
.contact-list-wrap .contact-list li {
  padding-bottom: 42px;
  overflow: hidden;
}
.contact-list-wrap .contact-list li .icon {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.contact-list-wrap .contact-list li .icon.icon1 {
  background: url(../images/headquarters.png) center center no-repeat;
  background-size: 100% auto;
}
.contact-list-wrap .contact-list li .icon.icon2 {
  background: url(../images/partners.png) center center no-repeat;
  background-size: 100% auto;
}
.contact-list-wrap .contact-list li .icon.icon3 {
  background: url(../images/investors.png) center center no-repeat;
  background-size: 100% auto;
}
.contact-list-wrap .contact-list li .icon.icon4 {
  background: url(../images/customers.png) center center no-repeat;
  background-size: 100% auto;
}
.contact-list-wrap .contact-list li .detail {
  padding-left: 49px;
}
.contact-list-wrap .contact-list li .detail h4 {
  color: #393c45;
  font-weight: bold;
  line-height: 44px;
  font-size: 24px;
}
.contact-list-wrap .contact-list li .detail p {
  padding-bottom: 10px;
  line-height: 28px;
  color: #393c45;
  font-size: 16px;
}
.contact-list-wrap .contact-list li .detail dl {
  padding-left: 11px;
  font-size: 16px;
}
.contact-list-wrap .contact-list li .detail dl .idot {
  float: left;
  width: 4px;
  height: 4px;
  background: url(../images/dot.gif) 0 0 no-repeat;
  margin-top: 11px;
}
.contact-list-wrap .contact-list li .detail dl span {
  display: block;
  padding-left: 24px;
  line-height: 28px;
  color: #3b3b3b;
}
.contact-list-wrap .contact-list li .detail dl span a {
  color: #2196f3;
}
.contactus-map {
  width: 100%;
  padding-bottom: 50%;
  background-color: #e2e2e2;
}

.contact-list-wrap .contact-block {
  margin: 20px 0;
}
.contact-list-wrap .contact-block li {
  font-size: 16px;
  color: #393c45;
  padding: 0 0 0 25px;
  height: 24px;
  line-height: 24px;
}
.contact-name {
  font-weight: bold;
  background: url(../images/contact_person.png) left center no-repeat;
  background-size: 18px 14px;
}
.contact-company {
  background: url(../images/contact_bag.png) left center no-repeat;
  background-size: 18px 14px;
}
.contact-phone {
  background: url(../images/contact_phone.png) left center no-repeat;
  background-size: 18px 14px;
}
.contact-email {
  background: url(../images/contact_email.png) left center no-repeat;
  background-size: 18px 14px;
}

/*# sourceMappingURL=../../maps/contactus.css.map */
