$(function () { $(".mobile-nav-click a").on("click",function(){ $(".header2 .nav-btn").removeClass('hover'); $(".header2 .nav-btn").removeClass('active'); $(".header2 .nav-btn").children('.line1').stop(true,true).transition({rotate: 0}, 300); $(".header2 .nav-btn").children('.line2').stop(true,true).fadeIn(300); $(".header2 .nav-btn").children('.line3').stop(true,true).transition({rotate: 0}, 300); $(".header2 .nav-btn").parent(".main-wrap").siblings('.sub-menu').stop().fadeOut(); $("header .list-cont").removeClass('active'); $("body,html").stop(true,true).removeClass('ovh-f'); $(".search-bg").stop(true,true).fadeOut(); $(".header2").removeClass('active'); $(".sub-menu li").removeClass("animate"); return false; }) $(".header2 .sub-menu .js-m-3").click(function () { $(this).children("div.sec-list").slideToggle('slow').end().find('.jt') .toggleClass('jtRote'); $(this).siblings('li').children('.sec-list').slideUp('slow').end().find('.jt') .removeClass('jtRote'); }); }) $(function () { var pathName = window.location.pathname; $(".e_categoryA-4 .deep a").each(function(){ console.log("0"); var aLinkUrl = $(this).attr("href"); if(aLinkUrl == pathName){ $(this).addClass("yx_Click"); }; }); }); $(function(){ $(".head_lan .lan_con").hover(function(){ $(this).find(".lan_list").addClass("cur"); },function(){ $(this).find(".lan_list").removeClass("cur"); }) }) $(window).scroll(function(){ if($(window).scrollTop()>0){ $(".L_nav").addClass("on"); $(".L_nav .header1>.header-left h1 a img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2023121110452159424/cms/image/e534c750-ee32-4f3e-8883-9b8740a90dc2.png"); $(".L_nav .head_lan").addClass("fixed1"); }else{ $(".L_nav").removeClass("on"); $(".L_nav .header1>.header-left h1 a img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2023121110452159424/cms/image/e534c750-ee32-4f3e-8883-9b8740a90dc2.png"); $(".L_nav .head_lan").removeClass("fixed1"); } }) //瑙︽帶鍚搁《 $('.L_nav .pc_nav').mouseenter(function(){ $(".L_nav").addClass("on"); $(".L_nav .header1>.header-left h1 a img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2023121110452159424/cms/image/e534c750-ee32-4f3e-8883-9b8740a90dc2.png"); $(".L_nav .head_lan").addClass("fixed1"); }).mouseleave(function(){ if($(window).scrollTop()==0){ $(".L_nav").removeClass("on"); $(".L_nav .header1>.header-left h1 a img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2023121110452159424/cms/image/e534c750-ee32-4f3e-8883-9b8740a90dc2.png"); $(".L_nav .head_lan").removeClass("fixed1"); } });