* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none
}

body {
    font-family: '微软雅黑'
}

.bg {
    background: #F9F9F9
}
.beian-a{
    color: #ffffff;
    text-decoration: none;
}

/* 首页图片 */
.indexImg img{
    width: 100%;
    height: 100%;
}

/*footer*/

.footer {
    width: 100%;
    height: 217px;
    background: #4c4858;
    clear: both;
}

.footer-content {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    position: relative;
    padding: 50px 0 0 0;
}

.footer-content p a {
    color: #fff;
    text-decoration:none;
}

.footer-content span img {
    width: 180px;
    height: 39px;
    margin: 40px 0 30px 0;
}



