.footer{
    color: #BFBFBF;
    padding: 20px 0;
    background: #333333;
    /*display: flex;*/
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden;
    
}
.footer .innerFooter{
    max-width: 1200px;
}
.footer-img{
        width: 120px;
    margin-top: 14px;
    vertical-align: middle;
    position: absolute;
    right: -120px;
    top: 0;
}
.footer-left{
    text-align: right;
    width:41.66666667%;
    padding: 0 52px 0 0;
    border-right: 1px solid #979797;
    margin-top: 14px;
}
.footer-left>img{
    width:124px;
}
.footer-right{
    width:58.33333333%;
    vertical-align: middle;
    padding-left: 52px;
    font-size: 14px;
    position: relative;
}
.footer-right h4{
        color: white;
    font-size: 16px;
        margin-top: 10px;
    margin-bottom: 10px;
}
.footer-right span{
        display: inline-block;
    vertical-align: middle;
}
.footer-right span.address{
    display: block;
    padding-right:10px;
        line-height:1.5;
}
.footer-bottom{
        height: 46px;
    line-height: 46px;
    background: #000000;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

/* //适配移动端 */
@media all and (max-width:768px){
  .footer-right{
        padding-left: 10px;
    }
    .footer-left{
        padding-right: 25px;
    }
    .footer-left>img{
        width:100px;
        /*padding:0 15px;*/
        margin-bottom: 10px;
    }
    .footer-bottom{
        padding:0 15px;
        font-size:10px;
    height: auto;
    line-height: 36px;
    }
    .footer-right span{
        font-size: 12px;
    }
}



