$(function () { console.log($('.menum7945877 .q_secd .wrapper a')); $('.menum7945877 .ibox-wrap').eq(0).css('width', '46%').find('.ibox').css({ display: 'flex', flexWrap: 'wrap', }) $('.menum7945877 .q_secd .wrapper a').eq(0).css('cssText', 'width: 46% !important') // 集团官网 const topSubMenu = $('.top-sub-menu'); function groupUp () { topSubMenu.css({ height: 0 }); $('#jpua35c6t').removeClass('active'); document.documentElement.style.setProperty('--menuTop', '1.25rem'); } $('#jpua35c6t') .removeAttr('href') .mouseenter(function () { topSubMenu.css({ height: '1.3rem' }); $(this).addClass('active'); document.documentElement.style.setProperty('--menuTop', '2.55rem'); topSubMenu.mouseleave(groupUp) }) $('#s0b0c24e3').mouseenter(groupUp) $('.langRight').mouseenter(groupUp) $('#s4772go3x').mouseenter(groupUp) $('.topCon').mouseleave((e) => { if (e.clientY <= 0) groupUp(); }) // 数字化 const hasChildThird = $('.slide-menu-wrap.szh .third-title.haschildren') const fouthWrap = $('.slide-menu-wrap.szh .fouth-wrapper') fouthWrap.eq(0).show() hasChildThird.mouseenter(function () { fouthWrap.hide() $(`.slide-menu-wrap.szh .fouth-wrapper.${$(this).attr('data-id')}`).show() }) // 行业 const hasChildSec = $('.slide-menu-wrap.hy .sec-title.haschildren') $('.slide-menu-wrap.hy .third-wrapper.link.co7spyl4').remove() const thirdWrap = $('.slide-menu-wrap.hy .third-wrapper') thirdWrap.eq(0).show() hasChildSec.mouseenter(function () { thirdWrap.hide() $(`.slide-menu-wrap.hy .third-wrapper.${$(this).attr('data-id')}`).show() }) // 人才招聘 const zhaopin = $('.top-menu-box .zhaopin') zhaopin.find('.title').mouseenter(function () { zhaopin.find('.zhaopin-slide').slideDown(150, 'linear') zhaopin.mouseleave(function () { zhaopin.find('.zhaopin-slide').slideUp(150, 'linear') }) }) });