$(function() { $(".h_nav li").hover(function() { $(this).find('.erji').show(); },function(){ $(this).find('.erji').hide(); }) }) jquery(".fullslide").slide({ titcell:".hd li", maincell:".bd ul", effect:"fold", autoplay:true, delaytime:700 }); 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(".slidebox").slide({maincell:".cp_bd ul",effect:"leftloop",autoplay:true}); jquery(".cp_rm02").slide({ maincell: ".cp_qie ul", autoplay: false, delaytime: 300, vis: 2, prevcell: ".cp_btn01", nextcell: ".cp_btn02", effect: "leftloop" }); jquery(".case").slide({titcell:".plan_t ul li",maincell:".case_m",effect:"fade",autoplay:false,delaytime:700}); jquery(".partner").slide({ maincell: ".partner_c ul", autoplay: true, delaytime: 200, vis: 5, prevcell: ".partner_l", nextcell: ".partner_r", effect: "leftloop" }); jquery(".news").slide({titcell:".news_t ul li",maincell:".news_m",effect:"fade",autoplay:false,delaytime:700}); jquery(".photo").slide({titcell:".photo_t ul li",maincell:".photo_m",effect:"fade",autoplay:false,delaytime:700}); $(function() { $(".cp_ul02 li").hover(function() { $(this).find('.cp_ul03').show(); },function(){ $(this).find('.cp_ul03').hide(); }) $(".cp_bd li").hover(function() { $(this).find('.cp_bot').show(); $(this).find('.bti').hide(); },function(){ $(this).find('.cp_bot').hide(); $(this).find('.bti').show(); }) }) $(".h_con h1").fadethis({speed:800}); $(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"); } }); });