/*********************************底部，（该部分必须复用）*******************************/
.footer{
    padding-top: 48px;
    width: 100%;
    height: 317px;
    min-width: 1200px;
    background-color: #363636;
}
/*内容区*/
.footer .footer-content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.footer .footer-nav{
    text-align: center;
}
.footer .footer-nav ul,.footer .footer-nav ul li{
    display: inline-block;
    font-size: 15px;
    color:#fff;
}
.footer .footer-nav ul li a{
    color:#fff;
}
.footer .footer-nav ul li a:hover{
    color: #F05F00;
}
.footer .footer-nav ul li img{
    margin:0 14px;
}
.footer .footer-pic{
    margin-top: 66px;
    margin-bottom: 67px;
    text-align: center;
}
.footer .footer-pic span a{
    margin:0 39px 0 49px;
}
.footer .footer-words{
    text-align: center;
}
.footer .footer-words span a{
    color:#fff;
    font-size: 15px;
    vertical-align: top;
}
.footer .footer-words span a span.sugong{
    margin-right: 1px;
}
.footer .footer-words span a.second{
    margin:0 23px;
}

.footer .footer-words span a img{
    width: 17px;
    margin-right: 5px;
}
.footer .footer-content .backTop{
    position: absolute;
    right: 0;
    top: -65px;
}
.footer .footer-content .backTop a{
    display: inline-block;
    width:85px;
    height:85px;
}