/* 底部 */
.footer{
    position: fixed;
    height: 150px;
    background: #262626;
    color: #666666;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-height:992px){
    .footer{ position: relative;}
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.footer .fnav a{
    color: #f2f2f2;
    margin: 0 10px;
}
.footer .flogo{
    width: 255px;
    height: 98px;
    float: left;
    margin-top: 30px;
    border-right: 2px solid #595959;
}
.footer .f_bus{
    width:124px;
    height:47px;
    margin-left:10px;
    float:left;
    margin-top:30px;
}
.footer .finfo{
    width: 768px;
    float:left;
    margin-top: 25px;
    line-height: 28px;
    margin-left:20px;
}
.footer .finfo p{
    font-size: 12px;
}
.footer .finfo p a{
    color:#666666;
}
.footer .finfo p a:hover{
    color:#fff;
}
.footer .ccnt{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 275px;
    top: 52px;
}
.footer .ccnt img {
    width: 30px;
    height: 30px;
}