/*版权*/
.link_cont{
    display: inline-block;
}
.link_wj li{
    float: left;
}
.link_wj li a{
    margin: 5px;
}
.mob-footer{
    display: none;
}
.benefits_content2{
    display: none;
    width: 100%;
    color: #FFFFFF;
    background-color: #333333;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
@media screen and (max-width:1000px){
    .link_cont{
        margin: 0 10%;
    }
}
@media screen and (max-width:768px){
    .benefits_content1{
        display: none;
    }
    .benefits_content2{
        display: block;
    }
    #benefits{
        padding: 0;
    }
    .mob-footer{ display: block;background-color: #222222; padding: 10px 5px; text-align: center; color: #FFFFFF}
}
/*@media screen and (min-width:441px) and (max-width:768px){*/
    /*.mob-footer{background-color: #222222; padding: 10px 5px; text-align: center;}*/
/*}*/
/*@media only screen and (max-width:440px){*/
    /*.mob-footer{background-color: #222222; padding: 10px 5px; text-align: center;}*/
/*}*/


/*版权*/