$(function () { // wow初始化 new WOW().init(); // navFixed(); }); // 导航不在顶部时加类名isfixed function navFixed() { ys.isFixed(".ys_hd_pc"); } // 语言下拉 $(function () { // $('.he_hd_ls').click(function (e) { // e.stopPropagation(); // $(this).toggleClass('on'); // $(this).siblings('.he_hd_lxa').stop().slideToggle(); // }) // $("body").click(function () { // $('.he_hd_ls').removeClass('on'); // $('.he_hd_lxa').stop().slideUp(); // $('.he_wexig').stop().slideUp(); // }); if($(".he_hd-sign").length>0){ $('.he_hd_ls').click(function (e) { e.stopPropagation(); $(this).toggleClass('on'); $(this).siblings('.he_hd_lxa').stop().slideToggle(); }) $("body").click(function () { $('.he_hd_ls').removeClass('on'); $('.he_hd_lxa').stop().slideUp(); $('.he_wexig').stop().slideUp(); }); }else{ $('.he_hd_lan').hover(function(){ $(this).find('.he_hd_ls').addClass('on'); $(this).find('.he_hd_lxa').stop().slideDown(); },function(){ $(this).find('.he_hd_ls').removeClass('on'); $(this).find('.he_hd_lxa').stop().slideUp(); }); } }) // 头部搜索 var isShow = false; $(".he_hd_ser").click(function (e) { e.stopPropagation(); if (!isShow) { $('.he_hd_nav').addClass("isshow"); $(this).find(".mc_search_xl").stop().slideDown().addClass("show"); isShow = true; } else { $('.he_hd_nav').removeClass("isshow"); $(this).find(".mc_search_xl").stop().slideUp().removeClass("show"); isShow = false; } }) $(".mc_search_xl").click(function (e) { e.stopPropagation(); }) $('.he_hd_nav').click(function () { $(this).removeClass("isshow"); $(".mc_search_xl").stop().slideUp().removeClass("show"); isShow = false; }) $(".mc_search_xl").mouseleave(function () { $(this).parents(".he_hd_ser").removeClass("isshow"); $(this).stop().slideUp().removeClass("show"); isShow = false; $('.he_hd_nav').removeClass("isshow"); }) // ys.shareInit(); $('.he_wexin').hover(function (e) { e.stopPropagation(); $(this).siblings('.he_wexig').stop().slideDown(); $(this).parents('.he_shrsh').siblings().find('.he_wexig').stop().slideUp(); },function(){ $(this).siblings('.he_wexig').stop().slideUp(); }); $(function () { ys.phNavInit(4); }) $('.ys_phnav_lisbox a').click(function(e){ e.stopPropagation(); }); $('.he_b1p2cul').slick({ infinite: true, slidesToShow: 3, slidesToScroll: 1, dots: true, responsive: [{ breakpoint: 769, settings: { slidesToShow: 2, } }, { breakpoint: 767, settings: { slidesToShow: 1, } } ] }); $(window).on('scroll', function () { if ($(window).scrollTop() > 0) { $(".ys_hd_pc").stop().addClass('act'); } else { $(".ys_hd_pc").stop().removeClass('act'); } }); // 下拉 $('.he_navli').hover(function () { $(this).find('.he_down').stop().slideDown(); }, function () { $(this).find('.he_down').stop().slideUp(); } ) $('.he_down4dlh').hover(function () { var cwch = $(this).data("swch"); // console.log(cwch); $('.he_down4gtv').eq(cwch).stop().fadeIn().siblings().hide(); $(this).addClass('yxnav_active2').siblings().removeClass('yxnav_active2'); }) $(function(){ var cwchdg = $('.he_down4dlh.yxnav_active2').data("swch"); $('.he_down4gtv').eq(cwchdg).stop().fadeIn().siblings().hide(); }) // $('.he_down4gtv').hover(function(){ // var hoverg = $(this).data('swch'); // $('.he_down4dsb').eq(hoverg).addClass('yxnav_active2').siblings().removeClass('yxnav_active2'); // }) $('.he_down4dlh').hover(function(){ var hoveek = $(this).index(); $(this).eq(hoveek).addClass('yxnav_active2').siblings().removeClass('yxnav_active2'); }) $(function(){ $('.onlycheckhover').find('.he_down4dlh[data-swch=0]').addClass('yxnav_active2'); }) // $(function(){ // $('.he_down4gtv').find('.he_down4ddg').each(function (index, item) { // $(item).hover(function(){ // var hovkd = $(this).data('swck'); // $(this).eq(hovkd).addClass('on') // // $(this).siblings().removeClass('on'); // console.log(hovkd); // }) // }); // }) $('.he_down4').hover(function(){},function(){ $('.he_down4dsb').removeClass('yxnav_active3'); }) // 修改 star if($('.he_b4p2dn .he_b4p2dx').length < 12 ){ $('.he_b4p2li2 .he_b3tbxn').addClass('on'); } if($('.he_b4p2dn .he_b4p2dx').length > 12 ){ $(".he_b4p2dn .he_b4p2dx:gt(11)").addClass('on'); $('.he_b4p2li2 .he_b3tbxn').click(function(){ // $('.he_b3tbxn').addClass('on'); $('.he_b4p2li2 .he_b3tbxn').toggleClass('act'); if($('.he_b4p2li2 .he_b3tbxn').hasClass('act')){ $('.he_b4p2li2 .he_b3tbxn p').text('点击收起'); $('.he_b4p2dn .he_b4p2dx').removeClass('on'); }else{ $(".he_b4p2dn .he_b4p2dx:gt(11)").addClass('on'); $('.he_b4p2li2 .he_b3tbxn p').text('展开全部参数'); } }) } $('.he_b4p2li4 .he_b4p2gli').each(function(index,item){ if($(window).width() > 767){ if($(item).find('.he_b3tboli').length < 4 ){ $(item).find('.btm_clik').addClass('on'); } if($(item).find('.he_b3tboli').length > 3){ $(item).find('.he_b3tboli:gt(2)').addClass('on'); $(item).find('.btm_clik').click(function(){ $(this).toggleClass('act'); if( $(this).hasClass('act')){ $(this).find('.btm_clik_le p').text('收起全部文档'); $(item).find('.he_b3tboli').removeClass('on'); }else{ $(item).find('.he_b3tboli:gt(2)').addClass('on'); $(this).find('.btm_clik_le p').text('展开全部文档'); } }) } }else{ if($(item).find('.he_spiphbx').length < 4 ){ $(item).find('.btm_clik').addClass('on'); } if($(item).find('.he_spiphbx').length > 3){ $(item).find('.he_spiphbx:gt(2)').addClass('on'); $(item).find('.btm_clik').click(function(){ $(this).toggleClass('act'); if( $(this).hasClass('act')){ $(this).find('.btm_clik_le p').text('收起全部文档'); $(item).find('.he_spiphbx').removeClass('on'); }else{ $(item).find('.he_spiphbx:gt(2)').addClass('on'); $(this).find('.btm_clik_le p').text('展开全部文档'); } }) } } }); $('.he_b4p2li3 .he_b4p2gli').each(function(index,item){ if($(window).width() > 767){ if($(item).find('.he_b3tboli').length < 4 ){ $(item).parents('.he_b4p2li3').find('.btm_clik').addClass('on'); } if($(item).find('.he_b3tboli').length > 3){ $(item).find('.he_b3tboli:gt(2)').addClass('on'); $(item).parents('.he_b4p2li3').find('.btm_clik').click(function(){ $(this).toggleClass('act'); if( $(this).hasClass('act')){ $(this).parents('.he_b4p2li3').find('.btm_clik_le p').text('收起全部文档'); $(item).find('.he_b3tboli').removeClass('on'); }else{ $(item).find('.he_b3tboli:gt(2)').addClass('on'); $(this).parents('.he_b4p2li3').find('.btm_clik_le p').text('展开全部文档'); } }) } }else{ if($(item).find('.he_spiphbx').length < 4 ){ $(item).parents('.he_b4p2li3').find('.btm_clik').addClass('on'); } if($(item).find('.he_spiphbx').length > 3){ $(item).find('.he_spiphbx:gt(2)').addClass('on'); $(item).parents('.he_b4p2li3').find('.btm_clik').click(function(){ $(this).toggleClass('act'); if( $(this).hasClass('act')){ $(this).parents('.he_b4p2li3').find('.btm_clik_le p').text('收起全部文档'); $(item).find('.he_spiphbx').removeClass('on'); }else{ $(item).find('.he_spiphbx:gt(2)').addClass('on'); $(this).parents('.he_b4p2li3').find('.btm_clik_le p').text('展开全部文档'); } }) } } }); // if($(item).find('.he_b3tboli').length < 4 ){ // $(item).find('.btm_clik').addClass('on'); // } // 修改 end // 回到顶部 $('.he_return').click(function(){ $("html,body").animate({ scrollTop: 0 }, 1000); }) $(function () { asideNavk(); }) function asideNavk() { asideShow(); $(window).resize(function () { asideShow(); }) $(window).scroll(function () { asideShow(); }) function asideShow() { var top = $(".he_main").offset().top - $(window).height() / 5; if ($(window).scrollTop() > top ) { $(".he_return").addClass("he_show"); } else { $(".he_return").removeClass("he_show"); } } } $('body,html').on('click', '.ys_select_bd .mCSB_scrollTools', function () { e.stopPropagation(); }); // 2024.6.12新增 star $('.slwu-top').click(function () { $(this).toggleClass('act'); $(this).siblings().stop().slideToggle(); $(this).parents('.slwu-li').siblings().find('.slwu-top').removeClass('act'); $(this).parents('.slwu-li').siblings().find('.slwu-btm').stop().slideUp(); }); $('.slwu-btm-li-top').click(function () { $(this).toggleClass('act'); $(this).siblings().stop().slideToggle(); $(this).parents('.slwu-btm-li').siblings().find('.slwu-btm-li-top').removeClass('act'); $(this).parents('.slwu-btm-li').siblings().find('.slwu-btm-li-btm').stop().slideUp(); }); $('.slide-le-wrap-close').click(function () { $('.slide-wrap').removeClass('mod-launch'); ys.scrollbar.show(); }); $('.slide-le-wrap').click(function(e){ e.stopPropagation(); }); $('body').click(function(){ $('.slide-wrap').removeClass('mod-launch'); ys.scrollbar.show(); }); $('.slide-btn-img').click(function (e) { e.stopPropagation(); $('.slide-wrap').addClass('mod-launch'); ys.scrollbar.hide(); }); $(".slide-le-wrap-ul").mCustomScrollbar({ theme: 'dark', scrollInertia: 500, horizontalScroll: false, scrollbarPosition: "outside", axis: "y", }); // 2024.6.12新增 end // $(window).on('load',function(){ $('.mc_rtvl_xlscroll').addClass('on'); $('.mc_retrievals_box').addClass('is-opcity'); }); $('.slwu-top-ri').click(function(e){ e.stopPropagation(); }); $('.mhgl-ul').each(function(index,item){ if($(item).find('.mhgl-li').length == 1){ $(item).addClass('on'); } }); // 2024.6.12新增 end $(window).on('load',function(){ $('.mc_rtvl_xlscroll').addClass('on'); $('.mc_retrievals_box').addClass('is-opcity'); }); $('.slwu-top-ri').click(function(e){ e.stopPropagation(); }); $('.mhgl-ul').each(function(index,item){ if($(item).find('.mhgl-li').length == 1){ $(item).addClass('on'); } }); // 2024.8.22新增star $('.he_hd-sign-top').click(function (e) { e.stopPropagation(); $(this).siblings().stop().slideToggle(); $('.he_hd_lxa').stop().slideUp(); }); $('.he_hd_ls').click(function(){ $('.he_hd-sign-btm').stop().slideUp(); }); $('body').click(function(){ $('.he_hd-sign-btm').stop().slideUp(); }); $('.he_navli').hover(function(){ $('.he_hd_lxa').stop().slideUp(); $('.he_hd-sign-btm').stop().slideUp(); }); // banner下拉 $('.hhst-le').click(function () { console.log("hah") $('.ys_phnav_mensu').slideToggle(); }) $(".ys_phnav_mensu .ys_phnav_haschild").click(function(){ $(this).toggleClass('on'); $(this).siblings().removeClass('on'); })