footer{
    background: url('../images/icon78.png') no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    padding-top: 40px;
}
footer .sub.row{
    margin-right: 0;
    margin-left: 0;
}
footer .sub .lf img{
    height: 50px;
}
footer .sub .rt img{
    width: 100%;
    margin-bottom: 8px;
}
footer .sub .rt{
    text-align: center;
}
footer .sub .mid a{
    display: block;
    color: rgba(255,255,255,.7);
    line-height: 25px;
}
footer .sub .mid dt{
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.7);
    font-size: 15px;
}
footer .sub .mid .col-md-2{
    width: 20%;
}
footer .sup{
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.7);
    padding: 20px 0 10px;
}
footer .sup p{
    margin-bottom: 0;
}
@media (min-width: 1500px){
    .container {
        width: 1370px;
    }
}
@media (max-width: 992px){
    footer{
        display: none;
    }
}