.footer {
  width: 100%;
}

.bottomTwoUl {
  width: 75%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  list-style: none;
  line-height: 30px;
}

.bottomTwoUl li {
  float: left;
  width: 50%;
}
.imgBlockER:hover .imgBlock{
display: block;
}
.imgBlock{
  z-index: 999999999999;
  top: 80px;
  right: -110px;
  position: absolute;
  width: 150px;
  height: 150px;
  /* background: #bfa; */
display: none;
}
.bottomThreeUl {
  width: 75%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  list-style: none;
  line-height: 30px;
}

.bottomThreeUl li {
  float: left;
  /* width: 50%; */
}

.footerUl {
  list-style: none;
  width: 70%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0 auto;
  color: #888888;
  display: flex;
  justify-content: center;
}

.footerUl li {
  float: left;
  /* width: 30%; */
  text-align: center;
}
.footBot{
  width:72%;height: 80px;margin: 0 auto;display:flex;justify-content: space-between;    align-items: center;
}
.footLian{
  width:12%;height:50px;color:red;line-height: 50px;font-size:16px;font-weight: bold;
}
.footInp{
  width:14%;height:50px;line-height: 50px;
}
.footBotDi{
  width:72%;height:250px;margin: 0 auto;display:flex;justify-content: space-between;    align-items: center;color:#fff;position: relative;
}
.bottomTwoUl a:hover{
  color:#999;
  text-decoration: none;
}