footer{
  width: 100%;
  /* height: 467px; */
  background-image: url('../../../static/img/index/Bottom_background.jpg');
}
footer .foot-box{
  padding: 0 60px;
  box-sizing: border-box;
}
footer .foot-box .foot-list{
  margin-right: 144px;
}
footer .foot-box .foot-list:last-child{
  margin-right: 0px;
}
footer .foot-box .foot-list dt{
  color: #FEFEFE;
  width: 126px;
  padding: 100px 0 10px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
footer .foot-box .foot-list dd{
  color:rgba(255,255,255,0.5);
  margin-bottom: 15px;
}
footer .foot-box .foot-list dd a{
  color:rgba(255,255,255,0.5);
}
footer .foot-box .foot-list dd:hover a{
  color:#2687FF;
  text-decoration: underline;
}
footer .foot-box .foot-list .about-us img{
  margin-right: 15px;
}
footer .foot-box .foot-list .about-us:last-child span{
  display: block;
  width: 151px;
}
footer .foot-bottom{
  width: 100%;
  height: 66px;
  line-height: 66px;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 32px;
  color: #FEFEFE;
}
footer .foot-bottom .hover-a {
  color: #FEFEFE;
}
footer .foot-bottom .hover-a:hover {
  color: #006DF6;
}


