.footer{
    width: 100%;
    background: #333333;
    position: relative;
    z-index: 2;
}
.footer_top{
    width: 100%;
    padding: 36px 0 40px;
}
.footer_top .container{
    padding: 0 40px;
}
@media screen and (max-width: 1200px) and (min-width: 993px){
    .footer_top .container{
        padding: 0;
    }
}

.footer_bottom{
    width: 100%;
    border-top: 1px solid #666666;
    padding: 19px 0 23px;
}
.footer_l,.footer_c,.footer_r{
    width: 33%;
    position: relative;
}
.footer_l:after,.footer_c:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 150px;
    background-color: #666666;
    top: 0;
    right: 0;
}
.fo{
    width: 77.5%;
}
.fo a{
    width: 50%;
    float: left;
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
}
.fo a:first-child{
    letter-spacing: 32px;
}
.footer_c{
    text-align: center;
}
.footer_c p{
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}
.footer_r p{
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #ffffff;
}
.footer_r p:last-child{
    letter-spacing: 1px;
    margin-top: 10px;
}
.fo_r{
    width: 76%;
}
.fb_l{
    margin-right: 25px;
}
.fb_b{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #d0d0d0;
    margin-top: 20px;
}
.footer_bottom p{
    font-size: 12px;
    line-height: 26px;
    color: #999999;
    text-align: center;
}
.footer_bottom p img{
    margin: -5px 2px 0 16px;
}
@media (max-width: 1200px) and (min-width: 993px){
    .fo_r{
        width: 90%;
    }
}
@media (max-width: 992px){
   /*  .footer_top {
        padding: 0.72rem 0 0.8rem;
    } */
    .footer_bottom {
        padding: 0.38rem 0 0.46rem;
    }
    .footer_l,.footer_c,.footer_r{
        width: 100%;
    }
    .fo{
        width: 100%;
    }
    .fo a{
        width: 33.33%;
        text-align: center;
        font-size: 0.3rem;
        line-height: 0.5rem;
    }
    .fo a:first-child{
        letter-spacing: 0.4rem;
        padding-left: 0.4rem;
        box-sizing: border-box;
        -moz-box-sizing: border-box; /* Firefox */
        -webkit-box-sizing: border-box; /* Safari */
    }
    .footer_c p {
        font-size: 0.3rem;
        line-height: 0.4rem;
        color: #ffffff;
        margin-top: 0.1rem;
    }
    .footer_c,.footer_r{
        margin-top: 0.3rem;
    }
    .fb_l img{
        width: 0.54rem;
        height: 0.54rem;
    }
    .fo_r {
        width: 100%;
    }
    .fb_t{
        width: 55%;
        float: none;
        margin: 0 auto;
    }
    .fb_b{
        text-align: center;
    }
    .footer_r p {
        font-size: 0.24rem;
        line-height: 0.24rem;
        letter-spacing: 2px;
        color: #ffffff;
    }
    .fb_b {
        font-size: 0.24rem;
        line-height: 0.24rem;
        letter-spacing: 1px;
        color: #d0d0d0;
        margin-top: 0.2rem;
    }
    .footer_l:after,.footer_c:after{
        content: none;
    }
    .footer_bottom p img{
        margin: -5px 2px 0 0.2rem;
    }
}