
html,body{margin:0;padding:0;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.container h2{
    margin:0 0 36px 0;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.container .contentNav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:34px 0  ;
}
.container .contentNav .menuBtn {
    position: relative;
    margin: 0 62px 24px;
    height: 36px;
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #999999;
    cursor: pointer;
}
.container .contentNav .menuBtn.active {
    color: #004080;
}
.container .contentNav .menuBtn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 42px;
    height: 1px;
    background: #004080;
    transform: translateX(-50%);
}
.mapContainer {
    margin: 30px auto 0;
    width: 1200px;
    height: 546px;
}
.mapNav{
    margin-top: 52px;
    width: 100%;
    height: 180px;
    background: #EDEDED;
}
.mapNav .navBox{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.mapNav .navBox .nav{
    margin-top: 46px;
}
.mapNav .navBox .nav .icon{
    margin:0 auto 34px;
    width: 32px;
    height: 34px;
}
.mapNav .navBox .nav p{
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333333;
    line-height: 21px;
    text-align: center;
}
.mapNav .navBox .vLine{
    width: 3px;
    height: 100%;
    background:  #FFFFFF;
}

@media only screen and (max-width:1200px ){
    .mapContainer{
        width: 100%;
    }
    .mapNav{
        display: none;
    }
    .container .contentNav{
        margin: 18px 0;
    }
    .container .contentNav .menuBtn{
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 12px;
        height: auto;
        line-height: 30px;
    }
    .container .contentNav .menuBtn.active::after{
        width: 22px;
    }
    .container h2{
        display: none;
    }
}