// JavaScript Document $(function(){ $("#zkxx").find("span").removeAttr("style"); $("#zkxx").find("p").removeAttr("style"); $(".menu_list").hover(function(){ $(this).find(".menu_1").show(); },function(){ $(this).find(".menu_1").hide(); }) $(".dakuang").hover(function(){ $(this).find(".xiaobto").show(); },function(){ $(this).find(".xiaobto").hide(); }) $(".menu_11_list").hover(function() { $(this).find(".menu_2").show(200); }, function() { $(this).find(".menu_2").hide(200); }) }) // $(window).bind("scroll", function(){ // var top = $(this).scrollTop(); // 当前窗口的滚动距离 // if(top>100){ // $(".xianshang").removeClass("bounceIn"); // } // if(top< 500){ // $(".xianshang").removeClass("bounceIn"); // } //}); // $(window).scroll(function() { if ($(window).scrollTop() > $(".xianshang").offset().top) { $(".xianxia").addClass("bounceInUp"); } else if ($(window).scrollTop() < $(".xianxia").offset().top) { $(".xianxia").removeClass("bounceInUp"); $(".xianshang").addClass("bounceInDown"); } }); $(document).ready(function() { $(".banner").css("height", $(window).height()); }); wow = new WOW( { animateClass: 'animated', offset: 100 } ); wow.init();