/**
* @file:footer
* @author:liyacheng
*
* @update:2017-07-20
*/


/*base color a*/

.footerContent a {
    color: #fff;
}


/*=====footer=====*/

.footer {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
    background: url(../images/img-home_10.jpg) no-repeat;
    color: #fff;
}

.footerImg {
    margin-top: 29px;
    margin-left: 284px;
}

.footerContent {
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding-top: 18px;
}

.footerContent>p>a {
    margin: 0 5px;
}


/*=====footer结束=====*/