footer {
    width:100%;
    /* min-height: 350px; */
    color:#fff;
    text-align: left;
    background:#333;
    margin-top:50px;
}
footer .top{
    padding: 25px 0 55px 0;
}
footer h3 {
    font-size: 16px;
    color: #f7f7f7;
    line-height: 1.2;
    margin-bottom: 12px;
}

footer .about-us-desc {
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
    line-height: 1.5;
}

footer .company-info-desc {
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
    line-height: 1.5;
}

footer .p-icon {
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
}

footer .icon-tel {
    background: url(../image/icon_tel.png) no-repeat left center;
}

footer .icon-phone {
    background: url(../image/icon_phone.png) no-repeat left center;
}

footer .icon-email {
    background: url(../image/icon_qq.png) no-repeat left center;
}

footer .bottom {
    padding: 25px 0;
    border-top: 1px dotted #666666;
}

footer .bottom p {
    font-size: 12px;
    color: #999999;
    text-align: center;
}
