.footer{
    width: 100%;
    background: url('../images/shouye/footerBg.png') no-repeat;
    background-size: cover;
    height: 415px;
    margin:0 auto;
    text-align: center;
}
.footerRow{
    width: 100%;
    padding-top: 75px;
}
.footer a,.footer p{
    color:#fff;
}
.footerRow2_col{
    text-align: left;
    width: 12.5%;
    font-size: 15px;
    float: left;
}
.footerBeian{
    position: absolute;
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #828282;
}
.footerRow2_col p:first-child{
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    border-left: 2px solid #fff;
    text-align: left;
    padding-left: 20px;
    
    margin-bottom: 20px;
}
.footerRow2_col p:not(:first-child){
    line-height: 35px;
    padding-left: 22px;
}