footer{
    width:100%;
    height:auto;
    background:#2e3237;
    padding:25px 0;
    overflow:hidden;
    margin-top: 10px;
}
footer .textbox{
    width:86%;
    float:left;
}
footer .textbox .links{
    overflow:hidden;
}
footer .textbox .links span{
    display:inline-block;
    line-height:24px;
    font-size:12px;
    color:#858585;
}
footer .textbox .links a{
    display:inline-block;
    line-height:24px;
    font-size:12px;
    color:#858585;
    padding-right:20px;
}
footer .textbox .links a:hover{
    color:#e1e1e1;
}
footer .textbox p{
    display:inline-block;
    color:#858585;
    line-height:24px;
    padding-top:10px;
}
footer .iconfr{
    width:10%;
    float:right;
    text-align:right;
}
footer .iconfr a{
    display:inline-block;
    width:24px;
    height:24px;
    margin-left:10px;
    background:url(../images/icon01.png) center no-repeat;
}
footer .iconfr a:nth-of-type(2){
    background:url(../images/icon02.png) center no-repeat;
}
.nav .nLi h3 a{
    padding: 0 5px;
}