/* 底部样式 */
.home-footer{
    background: url(../images/home/home-footer-banner.jpg) center no-repeat;
    height: 308px;
    color: #aeb0b9;
    padding: 30px 0;
    /*margin-top: 40px;*/
}
.home-footer a{
    color: #aeb0b9;
    
}
.home-footer a:hover{
    color: #fff;
    text-decoration: underline;
}
.home-footer ul li h6{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.home-footer ul li a{
    display: block;
    margin-bottom: 8px;
}
.home-footer .kjdsc_line{
    border-left: 3px solid #3f4455;
}
/* end */