.contact-banner {
  background: url(../images/contact_banner.jpg) center no-repeat;
  height: 350px;
}
.contact-banner .gm {
  height: inherit;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.contact-banner h2 {
  font-size: 40px;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 15px;
}
.contact-banner span {
  font-size: 20px;
  font-family: "SourceHanSansCN-Regular";
  text-transform: uppercase;
}
.contact-menu {
  margin-top: -20px;
}
.contact-menu > ul {
  height: 80px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #56aab7;
}
.contact-menu > ul > li {
  width: 25%;
  text-align: center;
}
.contact-menu > ul > li > a {
  font-size: 20px;
  color: white;
  position: relative;
}
.contact-menu > ul > li > a img {
  position: absolute;
  bottom: -60%;
  left: 40%;
  display: none;
}
.contact-menu > ul > li.on img {
  display: block;
}
.contact {
  margin-bottom: 45px;
}
.contact .gm {
  padding-top: 60px;
  padding-bottom: 60px;
  width:95%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
.contact h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.contact h3 {
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 50px;
}
.contact ul {
  display: flex;
}
.contact li {
  width: 25%;
  border-right: 1px solid #828282;
}
.contact li:last-child {
  border-right: none;
}
.contact li a {
  padding: 0 10%;
  display: block;
  color: black;
}
.contact li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact li a span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}
.contact li a p {
  margin-top: 5px;
  font-weight: lighter;
  line-height: 1.2;
}

@media screen and (max-width:768px) {
.contact li a span{ font-size:18px; }
.contact-menu > ul{ width:100%; }
.contact h3{ font-size:30px; }
.contact ul{ flex-wrap:wrap; }
.contact li{ width:50%; padding-bottom:20px; }
.contact li:nth-of-type(2){ border-right:0px; }
.contact .gm{ padding:30px 0; }
.contact{ margin:0; }
.contact-banner{ height:250px; }
.contact h4{ font-size:13px; }
}


