@media screen and (min-width: 1000px) {
.top_banner{
  background: url(lxwm_banner_1000_2018.1.8.png) no-repeat center center ;
}
  .con_conent .map{
    width: 963px;
    margin: 33px auto 0px;
    width: 945px;
    height: 291px;
    background: url(map_1100_2018.1.8.png) no-repeat;
    background-position: 356px;

  }
  .map_con{
    width: 357px;
    height: 291px;
    background-color: #f6f6f6;
    padding: 68px 0 0 34px;
  }
  .map_con h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 27px;
  }
  .map_con ul li{
    height: 35px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .top_banner{
    background: url(lxwm_banner_1200_2018.1.8.png) no-repeat center center ;
  }
  .con_conent .map{
    width: 1134px;
    height: 350px;
    background: url(map_1200_2018.1.8.png) no-repeat;
    background-position: 426px;
    margin: 39 auto 0px;
  }
  .map_con{
    width: 427px;
    height: 350px;
    padding: 82px 0 0 41px;
  }
  .map_con{
    font-size: 20px;
  }
  .map_con ul li{
    font-size: 18px;
  }
  
}


@media screen and (max-width: 1000px) {
  .top_banner{
    background: url(lxwm_banner_1000_2018.1.8.png) no-repeat center top ;
  }
    .con_conent .map{
      width: 100%;
    }
    .map_con{
      width: 100%;
      height: 4.24rem;
      /* height: 291px; */
      background-color: #f6f6f6;
      padding: 0.62rem 0 0 0.21rem;
      margin-top: -1px;
    }
    .map_con h3{
      font-size: 0.35rem;
      font-weight: bold;
      margin-bottom: 0.4rem;
    }
    .map_con ul li{
      margin-bottom: 0.30rem;
      font-size: 0.34rem;
    }
    .map img{
      width: 100%;
    }

}