﻿/*footer*/
.footer .lx{
    background: url("../images/footer/bg.png")no-repeat center;
    background-size: cover;
    padding: 60px;
}
.footer .lx h4{
    margin-bottom: 24px;
    text-transform:uppercase;
    color: #ffffff;
}
.footer .lx p{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.footer .lx p br{
    line-height: 24px;
}

.footer .foot{
    color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    background-color: #151515;
    padding: 20px 0;
}