/*底部信息*/
#footer-content{
    background: #0c6784;
}
.footer-content{
    width: 1100px;
    height: auto;
    margin:0 auto;padding: 20px 0;

}
.footer-content li{
    width: 220px;
    text-align: center;
    font-size: 15px;
    float: left;
    color: #fff;
}
.footer-content li p{
    color: #e8e8e8;
    line-height: 30px;
}
#code{
    width: 220px;
    float: left;
    text-align: center;
}
#code img{
    display: block;
    width:80px;
    height: 80px;
    margin: 0 auto;
}
#code p{
    color: #fff;
}
/*底部 footer*/
footer{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #0c6784;
    color:#a5bcce;
    text-align: center;
    font-size: 14px;
}
footer p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #0c6784;
    color:#a5bcce;
    text-align: center;
    font-size: 14px;
}
footer p span{
    font-size: 10px;
    margin-left: 20px;
}
.footer{
    width: 100%;height: auto;
}