.footer{
    width: 1200px;
    margin: auto;
    background: #195E84;
    color: #FFFFFF;
}
.footer a{
    color: #FFFFFF;
}
.footer_icon{
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.footer_icon img{
    width: 18px;
    vertical-align: middle;
}
.footer-item{
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
}
.footer_copyright{
    width: 1200px;
    margin: auto;
    text-align: center;
    background: #073B58;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
}