/*
蓝色主题
*/
/*
系统主题
*/
.green {
  color: #1684FF !important;
}
.wrapper {
  width: 1098px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.contactUs .banner {
  background: url(../img/contact_bg.jpg) center no-repeat;
  height: 401px;
  background-size: 100% 401px;
  text-align: center;
  padding-top: 116px;
}
.contactUs .banner h3 {
  font-size: 42px;
  color: #fffefe;
  line-height: 42px;
  margin-bottom: 22px;
}
.contactUs .banner h4 {
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
}
.contactUs ul {
  padding-top: 68px;
  width: 100%;
  line-height: 0;
}
.contactUs ul li {
  display: inline-block;
  margin-bottom: 48px;
  width: 100%;
}
.contactUs ul li .left {
  float: left;
  width: 50%;
}
.contactUs ul li .companyInfo > div {
  position: relative;
  z-index: 100;
}
.contactUs ul li .companyInfo > div a {
  color: #1684FF;
}
.contactUs ul li .companyInfo p {
  font-size: 14px;
  line-height: 28px;
  color: #6d6d6d;
}
.contactUs ul li .companyInfo p span:nth-of-type(2) {
  margin-left: 20px;
}
.contactUs ul li .companyInfo p.cooperation {
  margin-top: 20px;
}
.contactUs ul li .companyInfo .company {
  font-size: 20px;
  line-height: 43px;
  color: #333;
}
.contactUs ul li .companyInfo .addressInfo {
  text-align: right;
  margin-top: 46px;
  padding-right: 40px;
  padding-left: 32px;
}
.contactUs ul li .companyInfo .addressInfo.textLeft {
  text-align: left;
}
.contactUs ul li .companyInfo .addressInfo.textLeft h5 {
  margin-bottom: 40px;
}
.contactUs ul li .companyInfo .addressInfo h4 {
  font-size: 20px;
  color: #1684FF;
  line-height: 33px;
}
.contactUs ul li .companyInfo .addressInfo h5 {
  font-size: 32px;
  color: #1684FF;
  line-height: 33px;
}
.contactUs ul li .companyInfo .addressInfo p {
  color: #6d6d6d;
  font-size: 14px;
  float: right;
  height: 32px;
  line-height: 32px;
}
.contactUs ul li .companyInfo .addressInfo.cooperationDiv {
  position: relative;
  top: -40px;
  margin-top: 0;
  z-index: 0;
}
.contactUs ul li .companyInfo .addressDiv {
  padding-left: 30px;
}
.contactUs ul li .companyInfo .addressDiv p {
  text-indent: 27px;
}
.contactUs ul li .companyInfo .addressText {
  margin-top: 40px;
  width: 390px;
  float: right;
}
.contactUs ul li .companyInfo .addressText p {
  float: left;
  text-indent: 27px;
}
.contactUs ul li .companyInfo .map {
  background: url(../img/contact/icon-add.png) no-repeat;
  text-indent: 27px;
  height: 32px;
  line-height: 32px;
}
.contactUs ul li .right {
  float: right;
  width: 50%;
}
.contactUs ul li .mapWrapper {
  width: 528px;
  height: 286px;
}
.contactUs ul li .mapWrapper > div {
  background: url(../img/contact/amap.jpg) center no-repeat;
  background-size: cover;
  width: 528px;
  height: 286px;
}
.over {
  overflow: hidden;
}
