.foot{
    height:105px;
    width:100%;
    background-color:#9d0d15;
    font-size:12px;
    color:#ffffff;
   
}
.foot_wrap{
    display: table;
    height:105px;
    margin:0 auto;
}
.foot_con{
    display: table-cell;
    vertical-align:middle;
    text-align: center;
}
.foot_con span{
    margin-right:34px;
}