@CHARSET "UTF-8";
@media screen and (min-width:1200px){
    .container .showMapSection{width: 100%;height:100%;}
    .showMapSection .showMap_div{width: 1136px;margin:0 auto;}
    .showMap_div .info_div{width: 40%;}
    .showMapSection .map_div{width:60%;}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .container .showMapSection{width: 1360px;height:100%;}
    .showMapSection .showMap_div{width: 1000px;margin:0 auto;}
    .showMap_div .info_div{width: 400px;}
    .showMapSection .map_div{width:600px;}
}
@media screen and (min-width: 1px) and (max-width: 959px) {
    .container .showMapSection{width: 1199px;height:100%;}
    .showMapSection .showMap_div{width: 900px;margin:0 auto;}
    .showMap_div .info_div{width: 360px;}
    .showMapSection .map_div{width:540px;}
}
.container .mapTitleSection{background-color:#3a5169;margin-top:196px;height:40px;
            line-height: 40px;color:#fff;text-align: center}

.container .showMapSection{margin-top:120px;margin-bottom: 40px;}
.showMapSection .showMap_div{display: flex ;display:-webkit-box;display: -ms-flexbox;height: 500px;}
.showMap_div .info_div{background:url('../../images/web/mapbackground.png') no-repeat;}
.info_div h1{margin-top: 20px;margin-left: 28px;font-size: 16px;}
.info_div ul{margin-left: 50px;margin-top: 20px;}
.info_div ul li{height: 40px;line-height: 40px;width: 90%;color:#333;}
.info_div ul li img{margin-right:6px;position: relative;top: 3px;}
