.map_main{
   width: 1200px;
    margin: 20px auto;
    overflow: hidden;

}
.map_left{
    padding-bottom: 30px;
    float: left;
    width: 850px;
    background: #fff;
    overflow: hidden;
}
.weizhi{
    height: 47px;
    background: #D8C1AF;
    line-height: 47px;
    padding-left: 10px;
    font-size: 20px;
    color: #755155;
}
.weizhi a{
    color: #755155;
}
.maplist {
    overflow: hidden;

}
.maptit{
    font-size: 24px;
    font-weight: bold;
    color: #755155;
    margin: 25px 30px 10px 20px;
}
.maptit span{
    display: inline-block;
    width: 12px;
    height: 22px;
    background: #755155;
    margin-right:10px;
    position: relative;
    top: 3px;
}
.applist{
    overflow: hidden;
    margin-top: 20px;
}
.applist li {
    float: left;
    margin-left: 30px;
    background-image: url(../images/kuang1.png);
    background-size: 100%;
    width: 173px;
    height: 60px;
    text-align: center;
    margin-top: 15px;
}
.applist li a {
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

