body{
    padding: 0;
    margin: 0;
    /* font-size: 0.85rem; */
}
.footer{
    
    background:#178e17;
    height:268px;
    background-position: center;
    margin-top:10px;
    
}
.foot_nav{
    /* background:#414141; */
    color:#fff;
}
.nav_cont{
    width: 1200px;
     background:#178e17; 
    padding:20px 0 20px 0;
    margin:0 auto;
    text-align: center;
    /* margin-top: 30px; */
    /* border-bottom:1px dashed #caccc9; */
}
.nav_cont a{
    width: 100%;
    margin:0 10px;
}
.foot_mes{
     background:#178e17; 
    color:#fff;
    font-size: 0.8rem;
    text-align: center;
    margin: 20px;
}
.foot_mes{
    line-height: 30px;
}
.foot_img{
    text-align: center;
    padding-bottom:30px;
}