// menu $('.menu > li').hover(function(){ $(this).find('.sub').animate({ opacity:'show', height:'show' },200); }, function() { $('.sub').stop(true,true).hide(); }); $(".sea span").click(function() { $(".sea input").fadeToggle(); }) $(document).ready(function(){$("#owl-demobanner .owl-page span").each(function(i){$(this).text("0"+(i+1));});}) function SearchForm(send_url) { var reg=/^[\w\u4e00-\u9fa5\s*-]+$/; var SearchKey = $("#keywords").val(); if (SearchKey != ""&&SearchKey!="请输入关键词") { if (reg.test(SearchKey)){ window.location.href = send_url + "?keyword=" +SearchKey; }else{ alert("关键词请勿包含非法字符!"); } } else { alert("请输入查询关键词!"); } } // wow if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){ new WOW().init(); }; (function() { $(".pro_list li").eq(1).attr("data-wow-delay",".3s"); $(".pro_list li").eq(2).attr("data-wow-delay",".6s"); $(".news li").eq(1).attr("data-wow-delay",".8s"); $(".news li").eq(3).attr("data-wow-delay",".8s"); $(".jm_qcfc li").eq(1).attr("data-wow-delay",".4s"); $(".jm_qcfc li").eq(2).attr("data-wow-delay",".8s"); $(".jm_qcfc li").eq(4).attr("data-wow-delay",".4s"); $(".jm_qcfc li").eq(5).attr("data-wow-delay",".8s"); $(".jm_liuda li").eq(1).attr("data-wow-delay",".4s"); $(".jm_liuda li").eq(2).attr("data-wow-delay",".8s"); $(".jm_liuda li").eq(4).attr("data-wow-delay",".4s"); $(".jm_liuda li").eq(5).attr("data-wow-delay",".8s"); $(".side_top").addClass("wow slideInUp"); $(".side").addClass("wow slideInUp"); $(".con.container").addClass("wow slideInUp"); })()