.contact {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 50px;
    background: #eee;
}

.contact-info {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.contact-info dl {
    display: block;
    padding: 10px 0;
}

.contact-info dt {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.contact-info dd {
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.contact-map {
    width: 990px;
    height: 500px;
    display: block;
    overflow: hidden;
    float: right;
}

.contact-map img{
width:100%;height: 500px; }