#footer{
    width: 100%;
    /*position: absolute;*/
    /*bottom: 0;*/
    background: #2C343D;
}
.footer_top{
    width: 1180px;
    margin: 0 auto;
    min-height: 224px;

}
.footer_top:after{
    clear: both;
    display: table;
    content: "";
}
/*.footer_bottom{*/
/*    width: 100%;*/
/*    height: 83px;*/
/*    background: #37414C;*/
/*    font-size: 14px;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: 400;*/
/*    color: #BED2E6;*/
/*    line-height: 83px;*/
/*    text-align: center;*/
/*}*/
.footer_top_left{
    float: left;
    font-size: 16px;
    /*font-family: Adobe Heiti Std;*/
    font-weight: normal;
    color: #A3B1BF;
    line-height: 3;
    padding-top: 40px;
    width: 470px;
    /*margin-left: 12.5%;*/
}
.footer_top_center{
    float: left;
    font-size: 16px;
    /*font-family: Adobe Heiti Std;*/
    font-weight: normal;
    color: #A3B1BF;
    line-height: 3;
    padding-top: 40px;
    width: 430px;
}
.footer_top_right{
    float: left;
    width: 180px;
    text-align: center;
}
.footer_top_right_top{
    font-size: 16px;
    /*font-family: Adobe Heiti Std;*/
    font-weight: normal;
    color: #FFFFFF;
    line-height: 2px;
    padding-top: 30px;
}
.footer_top_right img{
    width: 100px;
    height: 100px;
    margin-top: 40px;
}
/*.footer_img{*/
/*    padding-right: 20px;*/
/*    margin-top: 20px;*/
/*    overflow-x: hidden;*/
/*}*/

@media (max-width: 1400px) {
    .footer_top{
        width: 980px;
        min-height: 206px;
    }

    .footer_top_left{
        font-size: 14px;
        width: 390px;
    }
    .footer_top_center{
        font-size: 14px;
        width: 350px;
    }
    .footer_top_right_top{
        font-size: 14px;
        padding-top: 20px;
    }
    .footer_top_right{
        width: 140px;
    }
    .footer_top_right img{
        width: 80px;
        height: 80px;

    }

}
@media (max-width: 1200px) {
    .footer_top{
        width: 780px;
        min-height: 188px;
    }

    .footer_top_left{
        font-size: 12px;
        width: 310px;
    }
    .footer_top_center{
        font-size: 12px;
        width: 270px;
    }
    .footer_top_right_top{
        font-size: 12px;
    }
    .footer_top_right{
        width: 100px;
    }
    .footer_top_right img{
        width: 70px;
        height: 70px;

    }
}
