.footer {
    background: #e3e3e3;
    height: 80px;
}
.footer .footCon {
    width: 1000px;
    margin: 0 auto;
    line-height: 80px;
}
.footer .footCon .wzlogo {
    display: inline-block;
}

.footer .footCon .address {
    width: 500px;
    margin-left: 100px;
    font-size: 12px;
    display: inline-block;
    color: #485e4a;
    }