jQuery("#nav-menu").slide({ type: "menu", titCell: ".menu-li", targetCell: ".menu-box", effect: "slideDown", delayTime: 300, triggerTime: 0, defaultPlay: false, returnDefault: true, titOnClassName: "now" }); $('.banner .flexslider').flexslider({ animation: "fade", slideshow: true, slideshowSpeed: 5000, animationDuration: 600, directionNav: false, keyboardNav: false, pauseOnHover: true, manualControls: ".flex-banner-hd li" }); jQuery(".gzdt-con-lb").slide({ effect:"fold", mainCell: ".gzdt-con-lb-box ul", autoPlay: true, trigger: "click", interTime: 4000, delayTime: 300, titCell: ".gzdt-lb-hd-box li", prevCell: ".gzdt-lb-prev", nextCell: ".gzdt-lb-next", titOnClassName: "now", }); // $('.gzdt-con-lb .flexslider').flexslider({ // animation: "fade", // slideshow: true, // slideshowSpeed: 5000, // animationDuration: 600, // directionNav: true, // keyboardNav: false, // pauseOnHover: true, // manualControls: ".flex-gzdt-lb-hd li" // }); $(".anniu-big").hover( function() { $(this).find(".anniu-big-box img").addClass("flipInY"); }, function() { $(this).find(".anniu-big-box img").removeClass("flipInY"); } ) $(".zxbx1").hover( function() { $(this).find(".anniu-big-box img").addClass("flipInY"); }, function() { $(this).find(".anniu-big-box img").removeClass("flipInY"); } ) $(".xxpt").hover( function() { $(this).find(".anniu-big-box img").addClass("flipInY"); }, function() { $(this).find(".anniu-big-box img").removeClass("flipInY"); } ) $(".jihe-box-li").hover( function() { $(this).find(".anniu-small-box img").addClass("flipInY"); }, function() { $(this).find(".anniu-small-box img").removeClass("flipInY"); } ) $(".jihe-box-li-last").hover( function() { $(this).find(".anniu-small-box img").addClass("flipInY"); }, function() { $(this).find(".anniu-small-box img").removeClass("flipInY"); } ) $('#dl-menu').dlmenu();