.marquee-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}
.marquee {
    width: 8000%;
    height: 60px
}
.wave-list-box {
    float: left;
    margin-bottom: -16px;
}
.wave-list-box ul {
    float: left;
    height: 60px;
    margin-left: -40px;
    overflow: hidden;
    zoom: 1
}
.wave-list-box ul li {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 30px;
    list-style: none
}
.wave-box {
    position: relative;
    height: 60px;
    background: #fff
}