#map {
  height: 560px;
}
.marker-icon {
  width: 28px;
  height: 43px;
  background: url(https://a.amap.com/lbs-dev-yuntu/static/web/image/tools/showmap/map.png) 0 -100px no-repeat;
}
@media screen and (min-width: 1321px) {
  .map {
    position: relative;
    margin-top: 80px;
  }
  .map-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .map-dialog {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 11;
    background-color: white;
    padding: 50px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
  }
  .map-item {
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
  }
  .map-item + .map-item {
    margin-top: 50px;
  }
  .map-item.active {
    color: #0065b3;
  }
  .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-item {
    text-align: center;
    color: #777;
    font-size: 18px;
  }
  .contact-item img {
    margin-bottom: 20px;
  }
  .contact-item div {
    font-weight: bold;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1320px) {
  .map-title {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .map-list {
    padding-bottom: 20px;
  }
  .map-item {
    line-height: 24px;
    padding: 10px 20px;
  }
  .map-item div {
    display: inline-block;
    text-decoration: underline;
    color: #0065b3;
  }
  .contact-list {
    padding: 30px 0;
  }
  .contact-item {
    text-align: center;
    color: #777;
    font-size: 18px;
  }
  .contact-item + .contact-item {
    margin-top: 30px;
  }
  .contact-item img {
    margin-bottom: 20px;
  }
  .contact-item div {
    font-weight: bold;
    margin-bottom: 15px;
  }
}
<!--ºÄÊ±1774179403.3815Ãë-->