$(function() { $(".nav li").hover(function() { $(this).find('.erji').show(); },function(){ $(this).find('.erji').hide(); }) }) jQuery(".fullSlide").slide({ titCell:".hd ul", mainCell:".bd ul", effect:"fold", autoPlay:true,autoPage:true,vis:1, interTime:2500 }); var key = document.getElementById("key"); function searchInfo() { var base = $('head').data('base'); if (key.value) { location.href = base + "search.php?key=" + key.value; } else { alert('璇疯緭鍏ユ偍瑕佹悳绱㈢殑鍏抽敭璇嶏紒'); } } key.addEventListener('keypress', function(event) { var keycode = event.keycode || event.which; if (keycode == "13") { searchInfo(); } }); function searchLink(el) { var href = $(el).attr("href"); location.href = href ? href : "/search.php?key=" + $(el).html(); } jQuery(".yin").slide({titCell:".yin_m dl",titOnClassName:"cur"}); jQuery(".case").slide({titCell:".case_t li",titOnClassName:"cur"}); jQuery(".ys").slide({titCell:".ys_l dl",titOnClassName:"on"}); jQuery(".wd").slide({mainCell:".wd_m .wd_qie",autoPlay:true,effect:"topMarquee",vis:3,interTime:40,trigger:"click"}); $('.news02').slide({ mainCell: ".news02_m .news02_qie", effect: "leftMarquee", autoPlay: true, vis: 2, interTime: 35,}); /* jQuery(".honor").slide({ mainCell: ".honor_qie ul", autoPlay: true, interTime: 2000, vis: 6, prevCell: ".honor_lico", nextCell: ".honor_rico", effect: "leftLoop" }); */ if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){ new WOW().init(); }; $(function() { var time; //var winHeight = top.window.document.body.clientHeight || $(window.parent).height(); $('.client-2').css({ 'marginTop': -($('.client-2').height() / 2) }); $('#client-2 li').on({ 'mouseenter': function() { var scope = this; time = setTimeout(function() { var divDom = $(scope).children('div'); var maxWidth = divDom.width(); $(scope).stop().animate({ left: 77-maxWidth}, 'normal', function() { var pic = $(scope).find('.my-kefu-weixin-pic'); if (pic.length > 0) { pic.show(); } }); }, 100) }, 'mouseleave': function() { var pic = $(this).find('.my-kefu-weixin-pic'); var divDom = $(this).children('div'); var maxWidth = divDom.width(); if (pic.length > 0) { pic.hide(); } clearTimeout(time); var divDom = $(this).children('div'); $(this).stop().animate({ left: 0 }, "normal", function() {}); } }); //杩斿洖椤堕儴 $(window).scroll(function() { var scrollTop = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop; var eltop = $("#client-2").find(".my-kefu-ftop"); if (scrollTop > 0) { eltop.show(); } else { eltop.hide(); } }); $("#client-2").find(".my-kefu-ftop").click(function() { var scrollTop = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop; if (scrollTop > 0) { $("html,body").animate({ scrollTop: 0 }, "slow"); } }); });