/*底部*/
.footer {
    background: #fff;
    padding: 38px 0 0;
    border-top: 1px solid #d8d8d8;
    clear: both;
}
.footcont {
    overflow: hidden;
}
.foot_fl {
    width: 558px;
    padding-right: 112px;
}
.foot_fl h5,
.foot_c h5 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.foot_a {
    overflow: hidden;
}
.foot_a a {
    display: inline-block;
    margin: 18px 28px 0 0;
    color: #777;
    font-size: 14px;
}
.foot_a a:hover {
    /*color: #bba0cb;*/
    text-decoration: underline;
}
.foot_c {
    width: 263px;
}
.scan_code {
    width: 208px;
}
.title_code {
    width: 85px;
    font-size: 14px;
    color: #777;
    line-height: 22px;
    margin-top: 28px;
}
.copyright {
    margin-top: 26px;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    color: #999;
    text-align: center;
    border-top: 1px solid #eee;
}
.copyright a {
    font-size: 12px;
    color: #999;
}
.copyright a:hover {
    color: #bba0cb;
}