.footBigBox {
  width: 100%;
  background-color: #d62d2d;
}
.footBigBox .foot {
  width: 1300px;
  height: 270px;
  display: flex;
  margin: 0 auto;
}
.footBigBox .foot .footbox {
  flex: 3;
  position: relative;
}
.footBigBox .foot .footbox img {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -65px;
  width: 130px;
}
.footBigBox .foot .footbox ul {
  width: 100%;
  position: absolute;
  top: 45px;
}
.footBigBox .foot .footbox ul li {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 25px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.footBigBox .foot .footbox1 {
  flex: 12;
  position: relative;
}
.footBigBox .foot .footbox1 ul {
  width: 100%;
  position: absolute;
  top: 65px;
  display: flex;
  flex-wrap: wrap;
}
.footBigBox .foot .footbox1 ul li {
  width: 50%;
  color: #fff;
  margin-bottom: 7px;
  cursor: pointer;
}
.footBigBox .foot .footBoxTit {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 18px;
}
.footBigBox .foot .footBoxCon {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 207px;
}
.suspension {
  position: fixed;
  z-index: 9;
  right: -199px;
  bottom: -474px;
  transition: all 2.5s;
}
.suspension img {
  width: 360px;
}
.suspension .er {
  width: 112px;
  height: 112px;
  position: absolute;
  top: 324px;
  left: 122px;
  background: url('../img/lsweixin.jpg') no-repeat;
  background-size: cover;
}
.suspension:hover {
  bottom: 5px;
  right: 5px;
}
