footer {

    background: #f39910;

    padding: 3.75rem 0 0 0;

}
footer .container .clearfix{display: flex;justify-content: space-between;}
footer .container .clearfix>.fl {

    margin-left: 7.1875rem;

}
.foot_box {

    display: none;

}
footer .container .clearfix>.fl:nth-child(1) {

    margin-left: 0;

}

footer .name {

    color: #fff;

    font-size: 1.75rem;

    line-height: 1.875rem;

    margin-bottom: 1rem;

}
footer .name>a{color:#fff;}
footer .text_a {

    font-size: 0.875rem;

    line-height: 1.625rem;

    color: #fff;

}

footer .text_a:hover {

    color: rgb(255 255 255 /50%);

}

footer .fenxiang a {

    background: transparent !important;

    font-size: 1.25rem !important;

    color: #fff !important;

    margin: 0 !important;

    margin-right: 5px !important;

    padding-left: 0 !important;

    float: none !important;

    display: inline-block;

    text-align: center;

    width: 36px;

    height: 36px !important;

    border: solid 1px rgba(255, 255, 255, 0.5);

    border-radius: 50%;

    line-height: 36px;

    position: relative;

}

footer .contact_bot {

    margin-top: 1.875rem;

    border-top: 1px solid rgba(147, 147, 147, 0.22);

    color: #fff;

    /*font-size: 0.975rem;*/
    font-size: 1.475rem;

    line-height: 1.625rem;

    padding: 1.5625rem 0;

}
footer .iconfont{
    padding-right: 0.3%;
}
footer .contact_bot span {

    margin-right: 25px;

}

.beian {
    
    background-color: #f39910;

    color: rgba(255, 255, 255, 1);
    font-size: 1.575rem;

}

.beian .clearfix {

    padding: 1.4375rem 0;

    border-top: 1px solid rgba(147, 147, 147, 0.22);

}
@media (max-width: 990px) {
        footer {
        display: none;
    }
    .foot_box {
        height: 200px;
        display: block;
        padding: 2.0625rem 10% 2.4375rem 4%;
        background: #f39910;
        color: #fff;
        font-size: 15px;
    }
    .beian .clearfix{display:none;}
}