$(function(){ var wd_height=$(window).height(); $(".banner").height(wd_height-140); jquery(".slide_wr1").slide({maincell:".bd ul",titcell:".hd ul",effect:"leftloop",autoplay:true,intertime:5000,autopage:"
  • "}); if($(".slide_wr2 .bd li").length>3){ jquery(".slide_wr2").slide({titcell:".hd ul",maincell:".bd ul",autopage:true,effect:"leftloop",intertime:5000,autoplay:true,vis:3}); } var num=$("#longforsmall_popup .bd li").length; if(num<10){ $("#longforsmall_popup .hd .sum").html("/0"+num); }else{ $("#longforsmall_popup .hd .sum").html("/"+num); } jquery("#longforsmall_popup .ri").slide({maincell:".bd ul",effect:"leftloop",autoplay:true,intertime:5000,startfun:function(i,c){ var j=i+1; j=j<10?"0"+j:j; $("#longforsmall_popup .hd .at").html(j); }}); $("#longforsmall_popup").addclass("show").hide(); $(".w_lump2 .bd li").click(function(){ $("#longforsmall_popup").stop().fadein(); }); $("#longforsmall_popup .shut,#longforsmall_popup .bg").click(function(){ $("#longforsmall_popup").stop().fadeout(); }); // wow if($(".wow").length){ if (!(/msie [6|7|8|9]/i.test(navigator.useragent))){ var wow = new wow({ boxclass: 'wow', animateclass: 'animated', offset: 50, mobile: true, live: true }); wow.init(); }; } });