.footer-bg{
    width: 100%;
    height: 150px;
    background-color: #282828;
}

.footer-block {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    padding: 20px 0;

}

.footer-left {
    float: left;
    width: 449px;
    height: 70px;
    padding-top: 40px;
    border-right:1px #b6b6b6 solid;
}
.footer-logo {
    float: left;
    width: 210px;
    height: 60px;
    background: url(/Public/image/icon/logo-blue-bg.png?20200925) no-repeat center;
    margin: -15px 0 0 160px;
}

.footer-logo-text {
    float: left;
    width: 170px;
    height: 70px;
    color: #b6b6b6;
    font-size: 24px;
}
.footer-right {
    float: left;
    width: 710px;
    height: 110px;
    line-height: 25px;
    font-size: 14px;
    padding-left: 40px;
}

.footer-link {
    height: 25px;
    padding: 10px 0;
}

.footer-link a{
    float: left;
    width: 100px;
    color: #fff;
}

.footer-copyright {
    height: 25px;
    color: #898989;
}