.b-mapbox {

  padding: 70px 0 30px;
}

.b-mapbox .box {
  overflow: hidden;
  background: #f4fbf8 url(../images/mp-mk.png) no-repeat right bottom;
  background-size: contain;
}

.b-mapbox .col-l {
  float: left;
  width: 68.56%;
}

.b-mapbox .col-r {
  float: none;
  width: auto;
  overflow: hidden;
  padding: 22px 87px 0;
}

#amap {
  height: 554px;
}

#amap .amap-info-content {
  background-color: #077254;
}

#amap .bottom-center .amap-info-sharp {
  border-top-color: #077254;
}

#amap .amap-info-outer {
  border-radius: 10px;
}

#amap .amap-copyright,
#amap .amap-logo {
  display: none !important
}

.b-mapbox .line {
  overflow: hidden;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid rgba(7, 114, 84, .2);
  padding: 24px 0;
}

.b-mapbox .line:last-child {
  border-bottom: none;
}

.b-mapbox .line .icon,
.b-mapbox .line .s {
  float: left;
}

.b-mapbox .line .icon {
  width: 36px;
  font-size: 0;
}

.b-mapbox .line .icon img {
  display: inline-block;
  vertical-align: middle;
  max-height: 25px;
  margin-top: 4px;
}

.b-mapbox .line .p {
  overflow: hidden;
}

.map-t {
  color: #fff;
  padding: 6px 20px;
  font-weight: normal;
}

.b-mapbox .qrs .t {
  font-size: 22px;
  color: #077254;
  margin-bottom: 24px;
}

.b-mapbox .imgs {
  font-size: 0;
}

.b-mapbox .imgs .img {
  display: inline-block;
  vertical-align: top;
  width: 78px;
  margin-right: 47px;
}

.b-mapbox .imgs .img:last-child {
  margin-right: 0;
}

@media screen and (min-width:950px) {
  .b-mapbox {

    padding: 3.646vw 0 1.563vw;
  }

  .b-mapbox .box {
    overflow: hidden;
    background: #f4fbf8 url(../images/mp-mk.png) no-repeat right bottom;
    background-size: contain;
  }

  .b-mapbox .col-l {
    float: left;
    width: 68.56%;
  }

  .b-mapbox .col-r {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 1.146vw 4.531vw 0;
  }

  #amap {
    height: 28.854vw;
  }

  #amap .amap-info-content {
    background-color: #077254;
  }

  #amap .bottom-center .amap-info-sharp {
    border-top-color: #077254;
  }

  #amap .amap-info-outer {
    border-radius: 0.521vw;
  }

  #amap .amap-copyright,
  #amap .amap-logo {
    display: none !important
  }

  .b-mapbox .line {
    overflow: hidden;
    font-size: 1vw;
    color: #000;
    border-bottom: 1px solid rgba(7, 114, 84, .2);
    padding: 1.25vw 0;
  }

  .b-mapbox .line:last-child {
    border-bottom: none;
  }

  .b-mapbox .line .icon,
  .b-mapbox .line .s {
    float: left;
  }

  .b-mapbox .line .icon {
    width: 1.875vw;
    font-size: 0;
  }

  .b-mapbox .line .icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 1.302vw;
    margin-top: 0.208vw;
  }

  .b-mapbox .line .p {
    overflow: hidden;
  }

  .map-t {
    color: #fff;
    padding: 0.313vw 1.042vw;
    font-weight: normal;
  }

  .b-mapbox .qrs .t {
    font-size: 1.146vw;
    color: #077254;
    margin-bottom: 1.25vw;
  }

  .b-mapbox .imgs {
    font-size: 0;
  }

  .b-mapbox .imgs .img {
    display: inline-block;
    vertical-align: top;
    width: 4.063vw;
    margin-right: 2.448vw;
  }

  .b-mapbox .imgs .img:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 950px) {
  .b-mapbox{
    padding:  0;
  }
  .b-mapbox .col-l,
  .b-mapbox .col-r{
    float: none;
    width: auto;
  }
  .b-mapbox .col-r{
    padding: 15px;
  }
  #amap{
    height: 45vh;
  }
  .b-mapbox .line{
    padding: 14px 0;
    font-size: 16px;
  }
  .b-mapbox .line .icon{
    width: 30px;
  }
  .b-mapbox .line .icon img{
    max-height: 18px;
  }
  .b-mapbox .imgs {
    display: flex;
    justify-content: space-between;
  }
  .b-mapbox .imgs .img{
    margin-right: 0;
  }
.b-mapbox  .qrs .t{font-size:18px;margin-bottom:10px}
}
