$(document).ready(function(){ $(".official-plat ul li:first-child").hover(function(){ $(".weixin").show(); $(".weibo").hide(); $(".caishui").hide(); }); $("li[title='山西慧算账官方公众号']").hover(function(){ $(".weixin").hide(); $(".weibo").show(); $(".caishui").hide(); }); $("li[title='搜狗运城分公司官方公众号']").hover(function(){ $(".weixin").hide(); $(".weibo").hide(); $(".caishui").show(); }); $("a[href='#a_null']").click(function(){ return false; }); }); $(function(){var marqueescroll=function(id1,id2,id3,timer){var $parent=$("#"+id1);var $goal=$("#"+id2);var $closegoal=$("#"+id3);$closegoal.html($goal.html());function marquee(){if(parseint($parent.scrollleft())-$closegoal.width()>=0){$parent.scrollleft(parseint($parent.scrollleft())-$goal.width());}else{$parent.scrollleft($parent.scrollleft()+1);}} setinterval(marquee,timer);} var marqueescroll1=new marqueescroll("marquee-box","wave-list-box1","wave-list-box2",20);var marqueescroll2=new marqueescroll("marquee-box3","wave-list-box4","wave-list-box5",40);});