﻿.pic01 {
  width: 100%;
  height: 360px;
  background: url(/images/bg/banner5.png) no-repeat center top;
}
.contact {
  padding: 160px 0 160px;
  display: flex;
  justify-content: space-around;
}
.contact div {
  width: 538px;
  height: 110px;
  padding-left: 70px;
}
.contact .fl {
  background: url(/images/minIcon/iconA1.png) no-repeat 0 top;
}
.contact .fr {
  background: url(/images/minIcon/iconA2.png) no-repeat 0 top;
}
.contact h2 {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  margin-bottom: 32px;
  position: relative;
}
.contact h2::before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -24px;
  background: #e64a19;
}
.contact p {
  font-size: 16px;
  line-height: 30px;
  color: #999;
}

.map {
  overflow: hidden;
  width: 1200px;
  height: 522px;
  margin: 0 auto 180px;
  background: url(/images/bg/map.png) no-repeat;
}
