window.onload; $(window).resize(wah); function wah(){ } $(window).scroll(function(){ if($(window).scrolltop() > 0){ $('.head_box .head_btn').removeclass('cur'); $('.head_menu').fadeout(); $('.head_box .head_lower').fadeout(); }else{ //$('.head_box').removeclass('active'); } if($(window).scrolltop() > 400){ $('.gotop').fadein(); }else{ $('.gotop').fadeout(); } }) $(function(){ settimeout(function(){ $('.home_box0').addclass('active'); settimeout(function(){ $('.home_box0 .box1 i').fadein(); },1400) settimeout(function(){ $('.home_box0 .box2 i').fadein(); },1800) },1500) $('.head_box .head_btn').click(function(){ if($('.head_box .head_btn').attr('class')=='head_btn cur'){ $('.head_box .head_btn').removeclass('cur'); $('.head_menu').fadeout(); $('.head_box .head_lower').fadeout(); }else{ $('.head_box .head_btn').addclass('cur'); $('.head_menu').fadein(); $('.head_box .head_lower').fadein(); } }); $('.ewm_tc').click(function(){ $(this).fadeout(); }) $(".about_box4 .lower_box .box2").hide().eq(0).show(); $('.about_box4 .lower_box .box1 .bd ul li').removeclass('active').eq(0).addclass('active'); $('.about_box4 .lower_box .box1 .bd ul li').hover(function(){ if($(this).attr('class') != 'active'){ $(".about_box4 .lower_box .box2").hide().eq($(this).index()).show(); $('.about_box4 .lower_box .box1 .bd ul li').removeclass('active').eq($(this).index()).addclass('active'); } }) if($(window).width() <= 1024){ touchslide({ slidecell:"#banner_box",titcell:".hd ul", maincell:".bd ul", effect:"leftloop",autopage:true,autoplay:true,intertime:4000,delaytime:1000}); touchslide({ slidecell:"#home_box4",titcell:".hd ul", maincell:".bd ul", effect:"leftloop",autopage:true,autoplay:true,intertime:4000,delaytime:1000}); touchslide({ slidecell:"#about_box5",titcell:".hd ul", maincell:".bd ul", effect:"leftloop",autopage:true,autoplay:true,intertime:4000,delaytime:1000}); $(".about_box4 .lower_box .box1").slide({titcell:".hd ul",maincell:".bd ul",autopage:true,effect:"left",vis:1,delaytime:1000,autoplay:false,mouseoverstop:false,startfun:function(i,c){ $(".about_box4 .lower_box .box2").hide().eq(i).show(); $('.about_box4 .lower_box .box1 .bd ul li').removeclass('active').eq(i).addclass('active'); }}); }else{ $(".banner_box").slide({titcell:".hd ul",maincell:".bd ul",autopage:true,effect:"leftloop",vis:'auto',delaytime:1000,intertime:5000,autoplay:true,mouseoverstop:false}); $(".home_box4 .lower_box").slide({titcell:".hd ul",maincell:".bd ul",autopage:true,effect:"leftloop",vis:1,delaytime:1000,intertime:5000,autoplay:true,mouseoverstop:false}); $(".about_box4 .lower_box .box1").slide({titcell:".hd ul",maincell:".bd ul",autopage:true,effect:"left",vis:7,delaytime:1000,autoplay:false,mouseoverstop:false}); $(".about_box5 .lower_box").slide({titcell:".hd ul",maincell:".bd ul",autopage:true,effect:"leftloop",vis:4,delaytime:1000,autoplay:false,mouseoverstop:false}); } //touchslide({ slidecell:"#home_box3",titcell:".hd ul", maincell:".bd ul", effect:"leftloop",autopage:true,autoplay:true,intertime:4000,delaytime:1000}); $(".gotop").click(function(){ var anh = $("body").offset().top; $("html,body").stop().animate({scrolltop:anh},1000); }); });