.banner {
  width: 100%;
  height: 6rem;
  background: url(../img/banner3.png);
  background-size: 100% 100%;
}
.header {
  height: 0.85rem;
  align-items: center;
}
.contact {
  height: 3.92rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contact_img {
  min-width: 1.13rem;
  width: 1.13rem;
  height: 1.18rem;
  background: url(../img/tel.png);
  background-size: 100% 100%;
  margin-right: 0.44rem;
  margin-top: -.6rem;
  margin-left: 0.36rem;
}

#contact i {
  position: absolute;
  margin-top: 0.05rem;
  display: block;
  width: 48px;
  height: 4px;
  background: #4E89E9;
  opacity: 1;
  border-radius: 7px;
}
.contact_img1 {
  min-width: 1.13rem;
  width: 1.13rem;
  height: 1.18rem;
  background: url(../img/dingwei.png);
  background-size: 100% 100%;
  margin-right: 0.44rem;
  margin-top: -.6rem;
  margin-left: 0.36rem;
}
.contact_img2 {
  min-width: 1.13rem;
  width: 1.13rem;
  height: 1.18rem;
  background: url(../img/qrcode-home.png);
  background-size: 100% 100%;
  margin-right: 0.44rem;
  margin-top: -.6rem;
  margin-left: 0.36rem;
}
.contact_phone {
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #606060;
  opacity: 1;
}
.contact_phone_number {
  font-size: 0.26rem;
  font-family: DIN;
  font-weight: bold;
  color: #333333;
  opacity: 1;
  margin-top: .14rem;
}
.contact_phone_text {
  font-size: 0.16rem;
  font-family: DIN;
  font-weight: bold;
  color: #333333;
  opacity: 1;
  margin-top: .14rem;
  line-height: 0.2rem;
}
.contact_list {
  width: 4.40rem;
  height: 1.32rem;
  background: #f5f5f5;
  opacity: 1;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
