$('.g_e1yibox p').click(function(){ $(this).parents('.g_e1yibox').find('.e1box1').stop().slidetoggle(); $(this).parents('.g_e1yibox').stop().toggleclass('atvb'); }); $("#menuph").click(function() { $(this).find(".point").toggleclass("active"); $(".headxila").slidetoggle(); $(".phonemeng").toggleclass('active'); $("body,html").animate({ scrolltop: 0 }, 500); }); $(".c1_list").mouseover(function(){ $(this).find(".c1xiala").stop().slidedown(); }); $(".c1_list").mouseout(function(){ $(this).find(".c1xiala").stop().slideup(); }); $('.zongjinglishi').click(function() { $(this).parents('.g_qhboxm').find(".g_qhboxm").find('.zongjinglishi').removeclass("act"); $(this).parents('.g_qhboxm').find(".g_qhboxm").find('.zongjinglishi').siblings(".content").stop().slideup(); $(this).toggleclass("act"); $(this).parents('.g_qhboxm').find(".e1xiala").stop().slidetoggle(); }); if ($(window).width() > 1199) { $(window).on('scroll',function(){ if ($(window).scrolltop() > 0) { $(".header").addclass('act'); $(".list ul li a").addclass('act'); $(".en").addclass('act'); $(".en a").addclass('act'); } else { $(".header").removeclass('act'); $(".list ul li a").removeclass('act'); $(".en").removeclass('act'); $(".en a").removeclass('act'); } }) } $(".youce span").mouseover(function(){ $(this).find(".ku").stop().slidedown(); $('.liboxa').slick({ dots: false, autoplay: true, }); }) $(".youce span").mouseout(function(){ $(this).find(".ku").stop().slideup() }) $(".listt ul li").mouseover(function(){ $(this).find(".xiala").stop().slidedown(); }); $(".listt ul li").mouseout(function(){ $(this).find(".xiala").stop().slideup(); }); $(".youqing").click(function(event) { event.stoppropagation(); }); $("body").click(function(event) { $(".caidan").stop().slideup(); }); var scrollinertianum; if(/firefox/.test(navigator.useragent.tolowercase())){ scrollinertianum = 200; } else { scrollinertianum = 200; } $(".gmain").mcustomscrollbar({ theme:'dark', scrollinertia:scrollinertianum, horizontalscroll:false, axis:"y", }); $(".waimian").hover(function(){ $(".g_noprtm").stop().slidedown(); },function(){ $(".g_noprtm").stop().slideup(); }); $(".sj_xiala_jia").click(function(){ $(".sj_erji").slideup(300); $(".sj_xiala_jia").show(); $(".sj_xiala_jian").hide(); var yp1=$(this).attr("data-yp"); $(".sj_erji[data-ep="+yp1+"]").slidedown(300); $(".sj_xiala_jia[data-yp="+yp1+"]").hide(); $(".sj_xiala_jian[data-yp="+yp1+"]").show(); }); $(".sj_xiala_jian").click(function(){ var yp2=$(this).attr("data-yp"); $(".sj_erji[data-ep="+yp2+"]").slideup(300); $(".sj_xiala_jia[data-yp="+yp2+"]").show(); $(".sj_xiala_jian[data-yp="+yp2+"]").hide(); }); $('.menuph').click(function() { $('.openmenu,.mask').toggleclass('act'); $(".sj_xiala").slidetoggle(500); $('html,body').scrolltop(0); });