.footer{
    width: 100%;
    background: #24313a;;
    position: relative;
    bottom: 0;
}
.footer .footerCenter{
    line-height: 8px;
    width: 100%;
    margin:0 auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 7px 0;
}
.footer .footerCenter table{
    width: 100%;
    overflow: hidden;
}
.footer .footerCenter .footerLogo{
    margin-left: 200px;
    width: 173px;
    height: 53px;
}
.footer .footerCenter .text{
    min-width: 1080px;
}
.footer .footerCenter .text p{
    padding: 0 50px;
    margin: 27px 250px 27px 0;
}
.footer .footerCenter .text p a{
    display: inline-block;
    margin: 0 4px;
    color: #fff;
}
.footer .footerCenter .text p a:hover{
    color:#1192ea;
}
.footer .footerCenter .text p span{
    display: inline-block;
    margin: 0 4px;
    color: #fff;
}
