/* 尾部 */
.footer_top_bj{
    width: 100%;
    float: left;
    position: relative;
    background-color:#f5f5f5;
}
.footer_top{
    width: 1200px;
    margin: 0 auto;
}
.footer_top hr{
    position: absolute;
    left: 6%;
    right: 6%;
    top: 120px;
    background-color: #e3e3e3;
    border: none;
    height: 1px;
}
.footer_icon{
    display: flex;
    align-items: center;
    float: right;
}
.footer_icon img{
    margin: 80px 15px 27px 15px;
}
.footer_icon img:last-child{
    margin-right: 0;
}
.footer_list{
    padding-top: 56px;
}
.footer_list .one_ul{
    display: flex;
    justify-content: space-between;
}
.footer_list .one_ul li{
    text-align: center;
    line-height: 48px;
}
.footer_list .one_ul li a{
    font-size: 22px;
    color: #2d2d2d;
    transition: all .5s;
}
.footer_list .one_ul li a:hover{
    color: #AF1714;
}
.footer_list .two_ul{
    margin-top: 36px;
}
.footer_list .two_ul li{
    line-height: 32px;
}
.footer_list .two_ul li a{
    font-size: 18px;
    color: #7A7A7A;
    transition: all .5s;
}
.footer_list .two_ul li a:hover{
    color: #AF1714;
}

.footer_bottom_bj{
    width: 100%;
    height: 50px;
    background: #525252;
    float: left;
}
.footer_bottom{
    width: 1200px;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
    margin: 0 auto;
}
.footer_bottom span{
    float: right;
}