body, h1, h2, h3, h4, h5, ul, li, p, figure {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}
/*a {
    text-decoration: none;
    color: #fff;
}*/

footer {
    background: url(../images/footer.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 0 60px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer div {
    padding: 0 15px;
    background: url(../images/line.png) no-repeat top right;
}

.footer div:first-child {
    padding-left: 0;
}

.footer div h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.footer div ul li {
    line-height: 30px;
    font-size:14px;
}

.footer div ul li  a{
    color: #fff ;
}