jQuery 数据滚动,上下

setInterval(function() {
    jq('.sjbg02 li:first').animate({ 'height': '0', 'opacity': '0' }, 'slow', function() {
        jq(this).removeAttr('style').insertAfter('.sjbg02 li:last');
    });
}, 1000);