.pic01 {
  width: 100%;
  height: 3rem;
  background: url(../../images/bg/banner5.png) no-repeat center top;
  -webkit-background-size: 100% 3rem;
  background-size: 100% 3rem;
}


.contact{
  
}
.contact > div{
  padding-left: 0.8rem;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: 0.48rem;
  background-size: 0.48rem;
  margin-bottom: 0.32rem;
}
.contact > div:nth-child(1){
  background-image: url(../../images/minIcon/iconB1.png);
}
.contact > div:nth-child(2){
  background-image: url(../../images/minIcon/iconB2.png);
}
.contact h2{
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.contact h2::before{
  content:"";
  width: 0.8rem;
  height: 0.04rem;
  display: block;
  background: #E64A19;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
.contact p{
  line-height: 0.48rem;
  font-size: 0.28rem;
  color:#999;
}
.map{
  width: 100%;
  height:auto;
  pointer-events: none;
}