footer{
     background: #0071da;
     width: 100%;
     height: 300px;

}
.qr-code{
     background:url(../images/qr-code.jpg)no-repeat center 0;
     float: left;
     width: 352px;
     height: 300px;
}
.code{
        background: url(../images/code.jpg)no-repeat center;
        width: 150px;
        height: 150px;
background-size: 102%;
        margin: 130px auto 0;
}
footer>div>ul{
     margin-left: 10px;
     margin-top: 40px;
     font-size: 16px;
     color: #f4f4f4;
     float: left;
     width: 810px;
     height: 20px;
}
footer>div>ul>li{
     list-style: none;
     float: left;
     height: 100%;
     text-align: center;
}
footer>div>ul>li>a{
     color: #fff;
     padding: 0 35px;
     font-size: 16px;
     line-height: 20px;
}
.f-link{
        padding-left: 20px;
    float: right;
    width: 780px;
    height: 20px;
    margin-top: 30px;
}
.f-link a+a{
        margin-left: 40px;
}
.f-link a{
     font-size: 14px;
     color: #fff;
}
.f-about{
     margin-top: 30px;
     float: right;
     width: 777px;
     height: 110px;
     margin-right: 10px;
}
.f-about>p{
        padding-left: 28px;
        display: block;
        width: calc(50% - 28px);
        float: left;
     line-height: 30px;
     font-size: 14px;
     color: #fff;
}
.f-about>p>a{
     font-size: 14px;
     color: #fff;
}
.f-about>p:nth-child(1){
        background: url(../images/ficon1.png)no-repeat 3px center;
}
.f-about>p:nth-child(2){
        background: url(../images/ficon2.png)no-repeat 3px center;
}
.f-about>p:nth-child(3){
        background: url(../images/ficon3.png)no-repeat 3px center;
}
.f-about>p:nth-child(4){
        background: url(../images/ficon4.png)no-repeat 3px center;
}
.f-about>p:nth-child(5){
        background: url(../images/ficon5.png)no-repeat 3px center;
}
.f-about>p:nth-child(6){
        background: url(../images/ficon6.png)no-repeat 3px center;
}
.f-about>p:nth-child(7){
        background: url(../images/ficon7.png)no-repeat 3px center;
}
.f-about>p:nth-child(8){
        background: url(../images/ficon8.png)no-repeat 3px center;
}