.footer {
    padding-top: 30px;
    
    max-width: 100%;
    overflow: hidden;
}

.footer .footer-line {
    height: 39px;
    line-height: 39px;
    background: url('/resource/images/icon/index-line.png') repeat-x scroll left center;
    width: 950px;
    margin: 0px auto;
    text-align: center;
}

.footer .footer-nav {
    text-align: center;
    padding: 10px 0px;
    color: #999999;
    font-size: 14px;
}

.footer .footer-nav a {
    color: #ca0033;
    padding: 0px 10px;
    text-decoration: none;
}
.footer .footer-nav .beian{
    padding: 10px 0px;
    color: #999999;
    font-size: 14px;
    padding-left: 18px;
    background: url('https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/icon-police.png') no-repeat center left;
    background-size: 14px 16px;
}
.footer .footer-nav .beian:hover {
    --text-decoration: underline;
}
