html{height:100%}
body{height:100%;margin:0;padding:0; font-size: 12px;}
#all{
    height:100%
}
#allleft{
    display: inline-block;
    float: left;
    width: 250px;
    height: calc(100% - 60px);
    color: #FFFFFF;
    background-color: #333;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
#allleft img{
    display: inline-block;
    width: 180px;
    height: auto;
    margin-bottom: 30px;
}
#allleft a, #allleft a:hover{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    text-indent: 35px;
}
#allleft a.cur{
    background-color: #e9545d;
}

#allmap{
    display: inline-block;
    float: right;
    width: calc(100% - 250px);
    height:100%;
}

#allleft div.other span{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 60px;
    text-align: left;
    text-indent: 35px;
}

#allleft div.other:hover span{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 60px;
    background-color: #e9545d;
}



@media (max-width: 767px) {

    #allmap{
        display: block;
        width: 100%;
        height: 500px;
        margin-top: 20px;
        border-radius: 5px;
    }

}