#bdmap {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

#bdmap label {
    background: 0 !important;
    border: 0 !important; /*left:416px !important; ; top:200px !important;*/
}

#bdmap .BMap_pop {
    display: none;
}

#bdmap .BMap_shadow {
    display: none;
}

#bdmap .BMapLabel div {
    display: none;
    width: 255px !important;
    height: 72px !important;
    padding: 5px 0 17px 0 !important;
    background: url("./images/location.png") no-repeat !important;
}

#bdmap .BMapLabel div a {
    display: block;
    color: #151414;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

@media screen and (max-width: 1339px) {
    #bdmap {
        height: 298px;
    }
}

@media screen and (max-width: 767px) {
    #bdmap {
        height: 140px;
    }
}