.foot-box {
    width: 1190px;
    height: 361px;
    margin: 0 auto;
   
}
.foot-top {
    display: flex;
    width: 1190px;
    height: 149px;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #D1D7DC;
    margin-bottom: 22px;
}
 
.foot-box img {
    width: 100%;
    height: 100px;
}
.foot-bottom {
    width: 100%;
    height: 213px;
    display: flex;
    justify-content: space-around;
}
.foot-bottom div {
    display: flex;
    flex-direction: column;
}

.foot-bottom div img {
    width: 105px;
    height: 105px;
}
.foot-bottom div h4 {
    margin-bottom: 10px;
}
.foot-bottom div a {
    color: #8b8b8b;
    font-size: 12px;
    margin-bottom: 5px;
} 