/*新增的样式区域页脚友情链接*/
.headerNav.active .container .navRight .SoSo {
    width: 240px;
}

/*页脚的友情链接区域*/
#footerfriend{
    display: block;
    margin: 16px 0 0 0;
    padding: 0;
}
#footerfriend ul{
    margin: 0;
}
#footerfriend li{
    display: inline-block;
}
#footerfriend li:nth-child(1) a:before{
    width: 14px;
    height: 14px;
    display: inline-block;
    content: ' ';
    background: url(../img/footerfriend.png) no-repeat center;
    background-size: 14px;
    margin: 0px 2px 0 0;
    float: none;
    vertical-align: middle;
}
#footerfriend li a:hover{
    text-decoration: underline;
}








@media screen and (max-width: 770px) {

    #footerfriend  {
        margin: 4px 0 0 0;
        padding: 12px 0 0 0;
        border-top: 1px #868686 solid;
    }
    #footerfriend li a{
        font-size: 12px;
    }


}
