﻿.footer{
    background: url("../images/footer/bg.jpg")no-repeat center;
    padding: 44px 0;
}
.footer .wb{
    color: #ffffff;
    line-height: 30px;
    font-size: 14px;
    position: relative;
}
.footer .wb:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.1);
}
.footer .wb:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255,255,255,.1);
}
.footer .wb a{
    color: #ffffff;
}
.footer .wb table{
    margin-left: 40px;
}
.footer table{
    height: 100%;
}
.footer .ewm dl{
    width: 80%;
    margin: 0 auto;
}
.footer .ewm img{
    width: 100px;
    height: auto;
}
.footer .ewm p{
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
}




@media screen and ( max-width: 1200px ) {

    .footer{
        background-color: #4d4d4d;
        padding: 20px 10px;
    }
    .footer .container .row{
        margin: 0;
    }
    .footer .wb{
        margin: 10px 0;
    }
    .footer .wb:before{

    }
    .footer .wb:after{

    }
    .footer .wb a{

    }
    .footer .wb table{

    }
    .footer table{

    }
    .footer .ewm dl{

    }
    .footer .ewm img{

    }
    .footer .ewm p{

    }






}













