.map_box {
  padding-top: 122px;
}
.map_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 320px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 0 3.5%;
  position: relative;
  z-index: 5;
}
.map_text .text_left {
  display: inline-block;
  width: calc(94% - 280px);
}
.map_text .text_left h5 {
  width: 100%;
  font-size: 26px;
  color: #000;
  line-height: 32px;
  margin-bottom: 28px;
}
.map_text .text_left .gs_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.map_text .text_left .gs_info .info_item {
  width: 45%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.map_text .text_left .gs_info .info_item:nth-child(even) {
  width: 55%;
}
.map_text .text_left .gs_info .info_item img {
  width: 34px;
  height: auto;
  margin-right: 4px;
}
.map_text .text_left .gs_info .info_item p {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 16px;
  color: #000;
  line-height: 24px;
  padding-top: 5px;
  padding-left: 2px;
}
.map_text .text_left .gs_info .info_item p a {
  text-decoration: none;
  color: #000;
}
.map_text .text_right {
  width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map_text .text_right .ewm_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.map_text .text_right .ewm_item img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.map_text .text_right .ewm_item p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 10px;
}
.lx_map {
  margin-top: -129px;
  position: relative;
  z-index: 0;
}
.map_text_box {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1440px) {
  .map_text .text_left {
    width: calc(100% - 240px);
  }
  .map_text .text_right {
    width: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .map_box {
    padding-top: 45px;
  }
  .map_box .lx_map {
    width: calc(100%);
    padding-top: 1rem;
    margin-top: -190px;
  }
  .map_box .lx_map .block_pc {
    display: none;
  }
  .map_box .lx_map .block_sj {
    display: block;
  }
  .map_box .map_text {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0 0.75rem;
  }
  .map_box .map_text .text_left {
    width: calc(100%);
    padding-top: 47px;
  }
  .map_box .map_text .text_left h5 {
    font-size: 19px;
    margin-bottom: 0;
  }
  .map_box .map_text .text_left .gs_info {
    flex-direction: column;
  }
  .map_box .map_text .text_left .gs_info .info_item {
    width: 100%;
    margin-top: 11px;
    align-items: flex-start;
  }
  .map_box .map_text .text_left .gs_info .info_item img {
    width: 30px;
    margin-right: 10px;
  }
  .map_box .map_text .text_left .gs_info .info_item p {
    width: calc(100% - 40px);
    font-size: 14px;
    padding-left: 0;
    line-height: 25px;
    padding-top: 0;
    color: #000;
  }
  .map_box .map_text .text_right {
    width: 100%;
    margin-top: 0.8rem;
    padding-bottom: 24px;
  }
  .map_box .map_text .text_right .ewm_item {
    width: calc(50% - 0.6rem);
  }
  .map_box .map_text .text_right .ewm_item p {
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin-top: 0.3rem;
  }
}
