.contact_bg {
  width: 100%;
  height: 600px;
  background: url(../imgs/contact_bg.jpg) no-repeat center top;
  position: relative;
  z-index: 1;
}
.contact {
  float: none;
  margin: auto;
  background: #FFFFFF;
  padding: 130px 0 100px 0;
  margin-top: -130px;
  position: relative;
  z-index: 2;
}
.contact .com_info {
  padding-top: 0px;
  float: none;
  margin: auto;
}
.contact .com_info .com_name {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}
.contact .com_info .other_info {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 5px;
}
.contact .com_info .img {
  margin-top: 90px;
  margin-right: 0px;
}
.contacts {
  float: none;
  margin: auto;
  padding: 0px 0 90px 0;
}
.contacts ._contacts {
  float: none;
  margin: auto;
}
.contacts .card_box {
  padding: 0 1px;
}
.contacts .contacts_card {
  padding: 50px 45px;
  background: #F6F6F6;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.contacts .contacts_card .people_info {
  overflow: hidden;
  padding-bottom: 18px;
  border-bottom: 2px #000000 solid;
}
.contacts .contacts_card .people_info .icon {
  width: 36px;
  height: 36px;
  background: url(../imgs/people.png) no-repeat center;
  margin-right: 32px;
}
.contacts .contacts_card .people_info .name {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 10px;
}
.contacts .contacts_card .people_info .position {
  font-size: 16px;
  margin-top: 18px;
}
.contacts .contacts_card .info {
  overflow: hidden;
  margin-top: 52px;
}
.contacts .contacts_card .info .line {
  height: 48px;
  background: #FFFFFF;
  font-size: 18px;
  line-height: 48px;
  margin-bottom: 26px;
}
.contacts .contacts_card .info .er_code {
  max-width: 122px;
}
.contacts .contacts_card .info_icon {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 20px;
}
.contacts .contacts_card .phone {
  background: url(../imgs/contact_phone.jpg) no-repeat center;
}
.contacts .contacts_card .email {
  background: url(../imgs/contact_email.jpg) no-repeat center;
}
.contacts .contacts_card:hover {
  background: #dce6fb;
}
.map {
  float: none;
  margin: auto;
  height: 800px;
  padding: 100px 0;
  border-top: 1px #cacaca solid;
}
.map #baidu-map {
  width: 100%;
  height: 600px;
}
.map .anchorBL {
  display: none;
}
