* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 0.2rem;
  color: #333;
}
header .nav li a{
    font-size: 0.18rem;
}
h1 {
  text-align: center;
}
.whiteLine {
  margin: 0.1rem auto 0;
}
section {
  height: 6.5rem;
  position: relative;
}
section .core {
  width: 14.2rem;
  height: 2.2rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -1rem;
  left: calc((100% - 14.2rem) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
  z-index: 9;
  
}
section .core .coreOne {
  width: 1.7rem;
  text-align: center;
  margin: 0 0 0 1.34rem;
}
section .core .coreTwo {
    height: 100%;
  width: 4.5rem;
  text-align: center;
}
section .core .coreThree {
    height: 100%;
  width: 1.56rem;
  text-align: center;
  margin: 0 1.17rem 0 0;
}
section .core img {
  width: 0.57rem;
  height: 0.57rem;
}
section .core > p {
  width: 100%;
  font-size: 0.18rem;
  font-weight: Regular;
  line-height: 0.3rem;
}
section .map {
  height: 6.5rem;
  margin: 1.6rem 0 0 0;
  background: url(/assets/img/contact/map.png) no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
}
