footer{
    width: 100%;
}
.footer-div{
    padding: 0 20px;
}
.footer-p-top{
    font-size: 10px;
    color: #818181;
}
.footer-p-top span{
    float: right;
}
.footer-p-top a{
    color: #818181;
}
.footer-p-top a:hover{
    color: #606060;
    text-decoration: none;
}
.license-border-top{
    border-top: 1px solid #818181;
}

   /* footer */
   footer{
    max-width: 1920px;
    min-width: 1202px;
    height: 184px;
    line-height: 184px;
    background: #3B3B3B;
    text-align: center;
    position: relative;
}
.footer-reference{
    font-size: 15px;
    color: #B9B9B9;
    padding-top: 39px;
}
.footer-reference>p{
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #B9B9B9;
    margin: 15px 0;
    padding: 0;
}
.footer-reference>a{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #B9B9B9;
    padding: 0;
}

.footer-reference .beian{
    color: #939393;
    text-decoration: none;
}
.footer-reference .gov{
    font-size: 15px;
    color: #31AAE2;
    text-decoration: none;
}

