.footer {
    height: 150px;
    background: #262626;
    position: absolute;
    bottom: 0;
    width: 100%;
	text-align:justify;
}

.footer .fnav a {
    color: #f2f2f2;
    margin: 0 10px;
}

.footer .flogo {
    width: 275px;
    height: 150px;
    float: left;
    /* margin-top: 30px; */
    border-right: 2px solid #595959;
}

.footer .flogo img {
    max-width: 100%;
    height: auto;
    padding-top: 40px;
}

.footer .f_bus {
    width: 124px;
    height: 47px;
    margin-left: 10px;
    float: left;
    margin-top: 30px;
}

.footer .finfo {
    width: 786px;
    float: left;
    margin-top: 25px;
    line-height: 28px;
    margin-left: 20px;
}

.footer .finfo p {
    font-size: 12px;
    color: #666666;

}

.footer .finfo p a {
    color: #666666;
}

.footer .finfo p a:hover {
    color: #fff;
}

.footer .ccnt {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 255px;
    top: 52px;
}

.footer .ccnt img {
    width: 30px;
    height: 30px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}