footer{
  background: #000;
  color: #999;
  padding: 45px 0 20px 0;
}

.footer-box .top{
  color: #fff;
  padding-bottom: 20px;
}
.footer-left{
  width: 55%;
  float: left;
}
.footer-right{
  width: 45%;
  float: right;
}

.footer-left h4,
.footer-right h4{
  font-size: 18px;
  font-weight: 700;
  color: #999;
  padding-bottom: 10px;
}
.footer-left .menu-footer{
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  color: #999;
  font-size: 14px;
}
.footer-left .menu-footer li{
  height: 30px;
  line-height: 30px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.footer-right{
  color: #999;
  font-size: 14px;
}

.footer-box .beian{
  border-top: 1px solid #999;
  padding-top: 20px;
  text-align: center;
}
.beian span{
  margin-right: 30px;
}

.footer-left .col{
  width: 33%;
}