.contact{
    overflow: hidden;
}
.contact-txt{
    width: 360px;
    background-color: #f4f4f4;
    padding:80px 40px 80px 46px;
    float: left;
    min-height: 325px;
}
.company{
    font-size: 20px;
    margin-top: 0;
}
.phone,.local,.email,.inter{
    display: inline-block;
    width: 30px;
    height: 30px;
    background:url(../../img/dh1.png) no-repeat;
    background-size: 100%;
    margin-right: 20px;
    vertical-align: top;
}

.local{
    background:url(../../img/dz.png) no-repeat;
    background-size: 100%;
}

.email{
    background:url(../../img/yx.png) no-repeat;
    background-size: 100%;
}

.inter{
    background:url(../../img/wz.png) no-repeat;
    background-size: 100%;
}

.contact-txt p{
    color: #414040;
    margin-top: 27px;
    line-height: 27px;
}
.map{
    width: 754px;
    height: 485px;
    float: left;
}