/* ------ footer ------*/
.footer{
    width: 100%;
    height: 153px;
    background-color: #0f449c;
    display: table;
}
.ft-cell{
    display: table-cell;
    vertical-align: middle;
}
.ft-con{
    max-width: 1534px;
    min-width: 1200px;
    width: 82%;
    height: 110px;
    margin: 0 auto;
}
.ft-lf{
    display: inline-block;
}
.ft-lf img{
    margin-top: 22px;
}
.ft-mid{
    display: inline-block;
    margin-left: 30%;
    color: #ffffff;
}
.ft-mid img{
    margin-top: 21px;
}
.ft-rt{
    display: inline-block;
    float: right;
    padding-top: 18px;
}
.ft-rt p{
    text-align: right;
    font-size: 14px;
    color: #cddaea;
}
.ft-rt img{
    margin-top: 21px;
}

/*媒体查询*/
@media screen and (min-width:1680px) and (max-width:1920px){
    .ft-mid{
        display: inline-block;
        margin-left: 30%;
        color: #ffffff;
    }
}
@media screen and (min-width:1600px) and (max-width:1680px){
    .ft-mid{
        display: inline-block;
        margin-left: 30%;
        color: #ffffff;
    }
}
@media screen and (min-width:1440px) and (max-width:1600px){
    .ft-mid{
        display: inline-block;
        margin-left: 12%;
        color: #ffffff;
    }
}
@media screen and (min-width:1366px) and (max-width:1440px){
    .ft-mid{
        display: inline-block;
        margin-left: 15%;
        color: #ffffff;
    }
}
@media screen and (max-width:1366px){
    .ft-mid{
        display: inline-block;
        margin-left: 9%;
        color: #ffffff;
    }
}