.foot-wrap {
  height: 160px;
  display: flex;
  justify-content: center;
  background-color: #5e5e5e;
}
.foot-con {
  width: 1200px;
  display: flex;
  color: white;
  position: relative;
}
.foot-con .left {
  flex: 1;
}
.foot-con .left div {
  font-size: 12px;
  margin-top: 25px;
}
.foot-con .left .yqlj {
  font-size: 16px;
}
.foot-con .right {
  width: 320px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.foot-con .right img {
  width: 142px;
  height: 142px;
}
