/* banner */
.banner-info {
  margin-top: 80px;
}
.banner-info .banner-info-title {
  font-size: 44px;
  color: #fff;
}
.banner-info .banner-info-text {
  font-size: 20px;
  color: #fff;
}

/* 面包屑 */
.bread {
  margin: 15px 0 10px 0;
}
.bread .bread-info {
  font-size: 14px;
  --bs-breadcrumb-divider: '>';
}

/* 简介 */
.contact {
  min-height: 590px;
  margin-top: 0;
  background-color: #f3f5f5;
}

/* 地图 */
.map {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.map .tile {
  font-size: 24px;
  text-align: center;
  margin-bottom: 3rem;
}
.map .baidu {
  min-height: 590px;
}
.map .info {
  margin: -380px 0 0 580px;
  padding: 15px 15px 0px 15px;
  position: absolute;
  background: #fff;
}
.map .info img {
  width: 100px;
  height: 50px;
  margin-left: 30%;
}
.map .info h1 {
  line-height: 30px;
  font-size: 15px;
  color: #000;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    --bs-breadcrumb-margin-bottom: 0 !important;
  }

  .contact {
    min-height: 590px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f3f5f5;
  }

  .map .info {
    margin: -280px 0 0 20px;
    padding: 15px 10px 0px 10px;
    position: absolute;
    background: #fff;
  }
}
