footer{
  width: 100%;
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#373d44;
}
.footer{
  width: 1119px;
  height: 300px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.foot-list p{
  font-size: 20px;
}
.foot-list ul{
  list-style: none;
  padding-left: 0;
}
.foot-list ul li{
  font-size: 14px;
  line-height: 30px;
}