
.footer {
    width: 100%;
    height: 200px;
    background: #484C55;
}
  .footer-logo {
    width: 153px;
    height: 42px;
    background: url("../images/footerbg.png") no-repeat;
    position: absolute;
    left: 92px;
    top: 73px;
}
  .footer-info {
    width: 980px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 43px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}
  
  .footer-info p {
    margin: 0;
    padding: 0;
}
  .footer-info-sep {
    width: 410px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.3;
    margin: 10px auto;
}
  
  .footer-info .icp, .icp a {
    margin: 22px auto 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.icp a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-info .beian {
  width: 20px;
  position: relative;
  top: 3px;
  padding-right: 5px;
}