.home_foot{
    width: 1170px;
    background-color: #ffffff;
    margin: 5px auto;
    padding: 15px;
    overflow: hidden;
}
.home_foot ul>li:nth-of-type(1){
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}
.home_foot ul>li:nth-of-type(2){
    text-align: center;
}
.home_foot ul>li:nth-of-type(2)>a{
    font-size: 14px;
    color: #000;
    margin: 0 3px;
    line-height: 26px;
}
.home_foot ul>li:nth-of-type(2)>a:hover{
    color: #fe6c00;
}
.home_foot ul>li:nth-of-type(3){
    text-align: center;
    line-height: 30px;
}