.map-info {
    height: 550px;
    width: 100%;
}
.map-info .wrapper {
    width: 1000px;
    height: 550px;
    margin: 0 auto;
    background: #fff;
}
.map-info h1 {
    font-size:28px;
    color:rgba(51,51,51,1);
    padding: 58px 0 0 146px;
}
.map-info p {
    font-size:20px;
    color:rgba(51,51,51,1);
    padding: 26px 0 0 146px;
}
.map-info img {
    display: inline-block;
    padding-right: 16px;
}
.map_out {
    position: relative;
}
.white {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}