.bj-footer {
    width: 100%;
    background-color: #2c353e;
}
.bj-footer .footer {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.footer-about {
    float: left;
}
.footer-about .footer-logo {
    display: block;
    width: 170px;
    margin-bottom: 15px;
}
.footer-about .footer-phone,
.footer-about .footer-eMail,
.footer-about .footer-dizhi {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.footer-nav {
    float: left;
    margin-left: 148px;
}
.footer-nav .external-link {
    margin-top: 12px;
}
.external-link .external-link-title {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
.external-link a {
    float: left;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.external-link a:hover {
    color: #37a4ff;
}
.external-link .nav-line {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 28px;
    padding: 0 15px;
    color: #fff;
}
.footer-code {
    float: right;
}
.footer-code h5{
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}
.footer-code img {
    display: block;
    width: 120px;
}
.beian {
    width: 100%;
    background-color: #2c353e;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #636363;
}
.beian span {
    vertical-align: middle;
}
.beian a {
    color: #fff!important;
}
.beian i {
    padding: 0 10px;
    vertical-align: middle;
}