.footer{
    background: #121d3b;
    color: #9b9d9f;
    height: 221px;
    font-size: 16px;
}
.footer .ft_l{
    float: left;
}
.footer .ft_r{
    float: right;
}
.footer .ft_l .ft_nav{
    margin-top: 30px;
}
.footer .ft_l .ft_nav a{
    color: #9b9d9f;
    display: inline-block;
    /* border-right:1px solid #9b9d9f; */
    padding: 0 10px 0 10px;
}
.footer .ft_dz{
    margin-top: 35px;
}
.footer .ft_dz span{
    display: block;
    margin-top: 10px;
}
.footer .ft_r{
    line-height: 115px;
    margin-top: 50px;
}
.footer .ft_r div{
    float: left;
    padding-right: 40px;
}
.footer .ft_r img{
    width: 115px;
    float: right;
}