body{ padding-bottom:0}
.footer {
  height: 290px;
  position: relative;
  z-index: 999;
}
.footer_main {
  padding: 50px 92px 0;
}

.footer_items713 {
  float: left;
  display: flex;
  justify-content: space-evenly;
  width: 886px;
}
.footer_items713 dl{
  float: left;
}
.footer_items713 dt{
  padding-left: 20px;
  position: relative;
  color: #fff;
  font-size: 20px;
  margin-bottom: 18px;
}
.footer_items713 dt:before{
  display: block;
  content:'';
  clear: both;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #1FA5FF;
}
.footer_items713 dd {
  line-height: 28px;
  font-weight: 400;
  font-size: 14px;
  padding-left: 22px;
}
.footer_items713 dd a {
  color:  rgba(255,255, 255, 0.7);
}
.footer_items713 dd:hover a{
  color: rgba(255,255, 255, 1);
}
.footer_ma713 {
  float: left;
  width: 130px;
  height:150px;

}
.footer_ma713 img {
  width: 130px;
  height:130px;
  margin-bottom: 5px;
}
.footer_ma713 p {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
}