This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies. Read our privacy policy>

Search
  • Knowledge Hub

    Knowledge Hub

    Deep Dive into Business Scenarios and Accelerate Industrial Intelligence

Knowledge Hub

    Back
    Filter
  • By Product
    • By Industry
      • By Product Portfolio
        Filter Conditions
', this.e_zoom_viewbox = '
Huawei
', $('body').append(this.e_zoom_full), $('body').append(this.e_zoom_viewbox), this.clickEvent() }, clickEvent: function() { var o = this, t = o.moduleObj.find(".e-zoom-full"), i = o.moduleObj.find(".e-zoom-viewbox"), e = o.moduleObj.find(".e-zoom-viewbox .close-full"); t.on("click", function() { o.winw = o.win.width(), "pc" == $(this).parent(".e-zoom-v2").attr("data-ezoom") && o.winw > 992 ? $(this).next().addClass("z_pc") : $(this).next().removeClass("z_pc"); var t = $(this).prev().find("img").attr("data-original"); $(this).next().find("img").attr("src", t), $(this).next().fadeIn(400), $("body").css("overflow", "hidden"), o.e_Zoom($(this).next().find("img")) }), e.on("click", function() { i.fadeOut(400), $("body").css("overflow", "auto") }), i.on("click", function() { i.fadeOut(400), $("body").css("overflow", "auto") }) }, e_Zoom: function(o) { function t(o) { u = parseInt(o.css("left")), l = parseInt(o.css("top")), d = o.width(), f = o.height() } var i, e, n, s, c, a, h, u, l, d, f, r = !1, m = o, p = m.width(), v = m.height(), g = (parseFloat(p / v), []), w = parseInt(o.css("top")); $(document).on("touchstart touchmove touchend", o, function(v) { var z = o; touch1 = v.originalEvent.targetTouches[0], touch2 = v.originalEvent.targetTouches[1], fingers = v.originalEvent.touches.length, "touchstart" == v.type ? 2 == fingers ? (i = Math.abs(touch1.pageX - touch2.pageX), r = !1) : 1 == fingers && (s = touch1.pageX, a = touch1.pageY, r = !0) : "touchmove" == v.type ? 2 == fingers ? (e = Math.abs(touch1.pageX - touch2.pageX), n = e - i, z.css({ width: p + n })) : 1 == fingers && (c = touch1.pageX, h = touch1.pageY, r && z.css({ left: u + (c - s), top: l + (h - a) })) : "touchend" == v.type && (p = m.width(), t(z), g = [ [u, l - w, d, f], [0, 0, 640, 640] ]) }); var z = function() { return g }; return { imgData: z } } }; t.init() } $(".e-zoom-v2").each(function() { var o = $(this); o.data("init") || (o.data("init", !0), e_zoomFun($(this))) }) } if ($('.e-module-202208270930').length > 0) { function module202208270930Fun($target) { var module202208270930Obj = { init: function() { // 获取属性 this.win = $(window); this.moduleObj = $target; this.setShowHide(); this.clickEvent(); }, setShowHide: function() { var _this = this; var lang = $("#gLanguageCurrent").val(); _this.cookie_name = "browsehappy"; if (lang == "en" || lang == "en-gb" || lang == "fr-fr" || lang == "de" || lang == "it" || lang == "es") { _this.cookie_name = "browsehappy_other"; } if ($.cookie(_this.cookie_name)) { return false; } else { _this.moduleObj.slideDown(function() { $(this).trigger("slideEnd"); _this.win.trigger("scroll"); }); } }, clickEvent: function() { var _this = this; _this.moduleObj.find('a.close').click(function() { $(this).parents('.browsehappy').slideUp(function() { $(this).trigger("slideEnd"); _this.win.trigger("scroll"); $.cookie(_this.cookie_name, 'browsehappy', { expires: 30, path: '/', domain: 'huawei.com' }) }); }) }, }; module202208270930Obj.init(); } // 初始化 $('.e-module-202208270930').each(function() { // 防止js文件被执行2次。 var _this = $(this); if (_this.data('init')) { return; } _this.data('init', true); module202208270930Fun($(this)); }) } if ($('.e-module-202208180950').length > 0) { function module202208180950Fun($target) { var module202208180950Obj = { init: function() { // 获取属性 this.moduleObj = $target; this.clickEvent(); }, clickEvent: function() { var _this = this; _this.moduleObj.on("click", ".worldwide-link", function() { var $this = $(this); if ($this.hasClass("active")) { $this.removeClass("active"); } else { $this.addClass("active").siblings().removeClass("active"); } if ($this.hasClass("web-contact")) { // 网站 $(".top-nav-content").find(".worldwide-contact").slideUp(200); $(".top-nav-content").find(".web-contact").slideToggle(200); } else if ($this.hasClass("worldwide-contact")) { // 语言 $(".top-nav-content").find(".web-contact").slideUp(200); $(".top-nav-content").find(".worldwide-contact").slideToggle(200) } }) } }; module202208180950Obj.init(); } // 初始化 $('.e-module-202208180950').each(function() { // 防止js文件被执行2次。 var _this = $(this); if (_this.data('init')) { return; } _this.data('init', true); module202208180950Fun($(this)); }) } // 获取对象 var resourceObj = $('.e-module-202209210900'); if (resourceObj && resourceObj.length > 0) { var win = $(window), win_w = win.width(), wap_width = 992, isPc = win_w > wap_width, header = $('.zl-pc-header-box'), headerNew = $(".header-new"), // 菜单导航 pc navUl = $("nav-new .nav-ul"), // 菜单 nav = $("nav.nav"), // 搜索 search = $(".header-new .search-btn"), searchBox = $(".search-con-box"), searchClose = resourceObj.find(".close-search"), searchInput = resourceObj.find(".support_input_focus"), inputInfohint = $(".inputInfohint").val(), headerTop = headerNew.outerHeight() var res1 = $('.e-module-202208270930'); var res2 = $('.e-module-202208180950') var resH1 = ''; var resH2 = ''; var windowth = $(window).width(); var language = $("#gMarketingLang2").val(); var historySearch = ""; if ($("#historySearch").length > 0) { historySearch = "," + $("#historySearch").val() + "," } var switchSearch = ""; if ($("#switchSearch").length > 0) switchSearch = "," + $("#switchSearch").val() + "," //if (historySearch.indexOf("," + language + ",") > -1) getHistory(); // 版本升级,结构修改,为了不影响线上页面乱的情况,又不重新开发,暂时只能用js来增加calss if (resourceObj.find('.first-iteration').length > 0) { resourceObj.addClass('first-iteration'); } //滚动导航定位到顶部 $(window).on('scroll.202209210900', function() { fixedFun(); }) function fixedFun() { var t = win.scrollTop(); if (res1.css('display') == 'block') { resH1 = res1.height() } var headerTopH = resourceObj.height() + resH1 - 10 if (t > headerTopH) { headerNew.addClass("fixed"); $('.nav-main-box').addClass('blacknone'); } else { headerNew.removeClass("fixed") $('.nav-main-box').removeClass('blacknone'); }; } fixedFun(); function adjustShowSearchWork() { var obj = $('#productSupportDivNew'); const liLists = obj.find('.zl-pc-searching-tip li'); let hiddenLen = 0; Array.from(liLists).forEach(item => { if (item.style.display === 'none') { hiddenLen++ } }); if (hiddenLen !== Array.from(liLists).length) { obj.find(".zl-pc-searching-tip").show(); } else { obj.find(".zl-pc-searching-tip").hide(); } }; function judgmentDisplayHistory() { let hideHistorySearch = $('#hideHistorySearch').val().split(','); var language = $("#gMarketingLang2").val(); if (!hideHistorySearch.includes(language)) { getHistory(); } } //搜索点击 search.on('click', function() { $('.newpcbg').hide(); $('.nav-new').hide(); $('.header-new .ui-menu-show2').hide(); $('body').css('overflow', 'hidden') // 展开搜索 searchBox.addClass("searching"); $('.header-new .search-con-box.searching').fadeIn(); if (win_w -1) { // getHistory(); } judgmentDisplayHistory(); if (switchSearch.indexOf("," + language + ",") > -1) { getHotSearch(); } if ($('.header-new .ui-menu-show1.search-history').find("a").length > 0) { $('.header-new .ui-menu-show1.search-history').show(); $('.header-new .ui-menu-show1.search-history-title').show(); } else { $('.header-new .ui-menu-show1.search-history').hide(); $('.header-new .ui-menu-show1.search-history-title').hide(); } if ($('.header-new .ui-menu-show1.search-hot').find("a").length > 0) { $('.header-new .ui-menu-show1.search-hot').show(); $('.header-new .ui-menu-show1.search-hot-title').show(); } else { $('.header-new .ui-menu-show1.search-hot').hide(); $('.header-new .ui-menu-show1.search-hot-title').hide(); } if ($('.header-new .zl-pc-searching-tip').find("a").length > 0) { $(".header-new .zl-pc-searching-tip").show(); } else { $(".header-new .zl-pc-searching-tip").hide(); } adjustShowSearchWork() if (win_w -1) { // getHistory(); } judgmentDisplayHistory(); if (obj.find('.ui-menu-show1.search-history').find("a").length > 0) { obj.find('.ui-menu-show1.search-history').show(); obj.find('.ui-menu-show1.search-history-title').show(); } else { obj.find('.ui-menu-show1.search-history').hide(); obj.find('.ui-menu-show1.search-history-title').hide(); } if (obj.find('.ui-menu-show1.search-hot').find("a").length > 0) { obj.find('.ui-menu-show1.search-hot').show(); obj.find('.ui-menu-show1.search-hot-title').show(); } else { obj.find('.ui-menu-show1.search-hot').hide(); obj.find('.ui-menu-show1.search-hot-title').hide(); } if (obj.find('.zl-pc-searching-tip').find("a").length > 0) { obj.find(".zl-pc-searching-tip").show(); } else { obj.find(".zl-pc-searching-tip").hide(); } adjustShowSearchWork() } $(this).addClass('active'); }); $('.ui-menu-del .icon-shanchu0914').click(function() { $(this).parent().hide(); $(this).parent().next().hide(); searchValueWords = []; if (historySearch.indexOf("," + language + ",") > -1) { DelCookieNew("search_history_kw"); } }) var debounce = function(func, wait) { var timeout; return function executedFunction() { var args = []; for (var _i = 0; _i 0) { obj.find('.ui-menu-show1.search-history').show(); obj.find('.ui-menu-show1.search-history-title').show(); } else { obj.find('.ui-menu-show1.search-history').hide(); obj.find('.ui-menu-show1.search-history-title').hide(); } if (obj.find('.ui-menu-show1.search-hot').find("a").length > 0) { obj.find('.ui-menu-show1.search-hot').show(); obj.find('.ui-menu-show1.search-hot-title').show(); } else { obj.find('.ui-menu-show1.search-hot').hide(); obj.find('.ui-menu-show1.search-hot-title').hide(); } if (obj.find('.zl-pc-searching-tip').find("a").length > 0) { obj.find(".zl-pc-searching-tip").show(); } else { obj.find(".zl-pc-searching-tip").hide(); } adjustShowSearchWork() obj.find('.clear-search').hide(); } else { obj.find('.clear-search').show(); if (switchSearch.indexOf(language) > -1) { var param = {}; param.language = $("#gMarketingLang1").val(); param.site = $("#gMarketingLang2").val(); param.keyword = searchInput.val(); var xhr = new XMLHttpRequest(); xhr.withCredentials = true; var directUrl = "https://e.huawei.com/external/api/services/pep/services/api/dynamic/apiserver/searchdirectnew"; if (isCn) { directUrl = directUrl.replace('huawei.com', 'huawei.cn') + '/cn'; } function dealDirect(response) { if (response != undefined) { obj.find('.ui-menu-show1').hide(); obj.find('.ui-menu-show2.search-direct-title').hide(); obj.find('.ui-menu-show2.search-direct').hide(); obj.find(".ui-menu-show2.search-direct").empty(); if (response.data != undefined && response.data.length > 0) { var html = ""; for (var i = 0; i " + response.data[0].data[i].itemTitle + "" } } obj.find(".ui-menu-show2.search-direct").empty().html(html); obj.find('.ui-menu-show2.search-direct-title').show(); obj.find('.ui-menu-show2.search-direct').show(); if (!html) { obj.find('.ui-menu-show2.search-direct-title').hide(); obj.find('.ui-menu-show2.search-direct').hide(); } } obj.find(".zl-pc-searching-tip a").not("[href]").off().on("click", function() { obj.find("#txtSearch_Navigation").val($(this).attr("title")); obj.find('.clear-search').show(); obj.find(".support_input_focus").trigger("propertychange"); obj.find(".Find_support").trigger("click"); obj.find(".zl-pc-searching-tip").hide(); }); obj.find('.clear-search').show(); $(".header-new .zl-pc-searching-tip").show(); adjustShowSearchWork() } } function getDirect() { if (isCn) { return $.ajax({ url: directUrl, type: "POST", data: JSON.stringify({ "language": "en", "site": "en", "keyword": param.keyword }), dataType: "JSON", headers: { 'X-Hw-Id': "com.huawei.meta.crm.marketingcloud.pep.hw", 'x-meta-renter': 'ebg', "Content-Type": "application/json; charset=utf-8" }, success: function(response) { dealDirect(response) } }) } else { return $.ajax({ url: directUrl, type: "POST", data: { "language": "en", "site": "en", "keyword": param.keyword }, 'contentType': 'application/x-www-form-urlencoded', headers: { 'X-Hw-Id': "com.huawei.meta.crm.marketingcloud.pep.hw", 'x-meta-renter': 'ebg' }, success: function(response) { dealDirect(response) } }) } } Promise.all([ $.ajax({ url: "https://e.huawei.com/external/api/services/pep/services/api/dynamic/apiserver/searchsuggestionsnew", type: "POST", data: { "language": "en", "site": "en", "keyword": param.keyword }, 'contentType': 'application/x-www-form-urlencoded', headers: { 'X-Hw-Id': "com.huawei.meta.crm.marketingcloud.pep.hw", 'x-meta-renter': 'ebg' }, success: function(response) { if (response != undefined) { obj.find('.ui-menu-show1').hide(); obj.find('.ui-menu-show2.search-suggest-title').hide(); obj.find('.ui-menu-show2.search-suggest').hide(); obj.find(".ui-menu-show2.search-suggest").empty(); if (response.data != undefined && response.data.length > 0) { var html = ""; for (var i = 0; i " + response.data[i].suggestword + "" } obj.find(".ui-menu-show2.search-suggest").empty().html(html); obj.find('.ui-menu-show2.search-suggest-title').show(); obj.find('.ui-menu-show2.search-suggest').show(); } else { obj.find('.ui-menu-show2.search-suggest-title').hide(); obj.find('.ui-menu-show2.search-suggest').hide(); } obj.find(".zl-pc-searching-tip a").not("[href]").off().on("click", function() { obj.find("#txtSearch_Navigation").val($(this).attr("title")); obj.find('.clear-search').show(); obj.find(".support_input_focus").trigger("propertychange"); obj.find(".Find_support").trigger("click"); obj.find(".zl-pc-searching-tip").hide(); }); } } }), getDirect() ]).then(responses => { if (responses[0]?.data?.length > 0 || responses[1]?.data[0]?.data?.length > 0) { $(".header-new .zl-pc-searching-tip").show(); } else { $(".header-new .zl-pc-searching-tip").hide(); } adjustShowSearchWork() }) } } }, 300)) function getHistory(isSearched) { $('.header-new .ui-menu-show1.search-history-title').hide(); $('.header-new .ui-menu-show1.search-history').hide(); $(".header-new .ui-menu-show1.search-history").empty(); var cookieHis = getCookie("search_history_kw"); var searchInput = $('#txtSearch_Navigation'); var searchValue = searchInput.val(); if (cookieHis != null && cookieHis != "") { var history = JSON.parse(cookieHis); if (history != undefined && history != null) { var html = ""; for (var obj in history) { if (obj != "") { html += "" + obj + ""; } } if (html.length > 0) { $(".header-new .ui-menu-show1.search-history").empty().html(html); $('.header-new .ui-menu-show1.search-history-title').show(); $('.header-new .ui-menu-show1.search-history').show(); $(".header-new .zl-pc-searching-tip .ui-menu-show1.search-history a").not("[href]").off().on("click", function() { var obj = $(this).parents(".productSupportDivNew"); obj.find("#txtSearch_Navigation").val($(this).attr("title")); obj.find('.clear-search').show(); obj.find(".support_input_focus").trigger("propertychange"); obj.find(".Find_support").trigger("click"); obj.find(".zl-pc-searching-tip").hide(); }); } } } } function getHotSearch() { $('.header-new .ui-menu-show1.search-hot-title').hide(); $('.header-new .ui-menu-show1.search-hot').hide(); $(".header-new .ui-menu-show1.search-hot").empty(); var param = {}; var xhr = new XMLHttpRequest(); xhr.withCredentials = true; $.ajax({ url: "https://e.huawei.com/external/api/services/pep/services/api/dynamic/apiserver/searchhotsnew", type: "POST", async: false, data: { "language": "en", "site": "en" }, 'contentType': 'application/x-www-form-urlencoded', headers: { 'X-Hw-Id': "com.huawei.meta.crm.marketingcloud.pep.hw", 'x-meta-renter': 'ebg' }, success: function(response) { if (response.chosen.rows != undefined && response.chosen.rows.length > 0) { var html = ""; for (var i = 0; i " + response.chosen.rows[i].search_txt + ""; } } $(".header-new .ui-menu-show1.search-hot").empty().html(html); $('.header-new .ui-menu-show1.search-hot-title').show(); $('.header-new .ui-menu-show1.search-hot').show(); $(".header-new .zl-pc-searching-tip .ui-menu-show1.search-hot a").not("[href]").off().on("click", function() { var obj = $(this).parents(".productSupportDivNew"); obj.find("#txtSearch_Navigation").val($(this).attr("title")); obj.find('.clear-search').show(); obj.find(".support_input_focus").trigger("propertychange"); obj.find(".Find_support").trigger("click"); obj.find(".zl-pc-searching-tip").hide(); }); } else { $(".header-new .ui-menu-show1.search-hot").empty().html(""); } adjustShowSearchWork() } }) } function OpenTheSearch(key) { if (key != "") { var keyword = key; var switchSearch = ""; if ($("#switchSearch").length > 0) { switchSearch = "," + $("#switchSearch").val() + "," } if (switchSearch.indexOf("," + language + ",") > -1) { try { if ($("#categorytype").val() != undefined && $("#categorytype").val() != '') { window.open("/" + $("#hidLangRegionName").val() + "/marketingsearch/web/#/?keyword=" + encodeURIComponent(keyword)); } else { window.open("/" + $("#hidLangRegionName").val() + "/marketingsearch/web/#/?keyword=" + encodeURIComponent(keyword)); } } catch (ex) { window.open("/" + $("#hidLangRegionName").val() + "/marketingsearch/web/#/?keyword=" + encodeURIComponent(keyword)); } } else { keyword = encodeURIComponent(key); try { if ($("#categorytype").val() != undefined && $("#categorytype").val() != '') { window.open("//e.huawei.com/enterprisesearch?lang=" + $("#gSupportLang1").val() + "#type=" + $("#categorytype").val() + "&keyword=" + keyword); } else { window.open("//e.huawei.com/enterprisesearch?lang=" + $("#gSupportLang1").val() + "#&type=ALL&keyword=" + keyword); } } catch (ex) { window.open("//e.huawei.com/enterprisesearch?lang=" + $("#gSupportLang1").val() + "#&type=ALL&keyword=" + keyword); } } } } var searchValueWords = []; try { searchValueWords = Array.from(Object.keys(JSON.parse(getCookie("search_history_kw")))) ?? [] } catch { searchValueWords = [] } $(".header-new .Find_support,.e-module-202211220925 .Find_support").click(function() { var type = $(this).parents('.productSupportDivNew').data("type"); var key = $(this).parents('.productSupportDivNew').find(".support_input_focus").val(); ///关键字 var lang = $(this).parents('.productSupportDivNew').find(".Find_Language").val(); ///语言 if (lang == undefined || lang == "") { lang = "en"; } if (type == "all") { OpenTheSearch(key); } else { window.open(supportUrl + "/enterprisesearch?lang=" + lang + "#type=searchAll&keyword=" + key); } if (!searchValueWords?.includes(key)) { searchValueWords.push(key); } else { searchValueWords = searchValueWords.filter(item => item !== key); searchValueWords.push(key); } let hideHistorySearch = $('#hideHistorySearch').val().split(','); var language = $("#gMarketingLang2").val(); //setCookie("search_history_kw", JSON.stringify(searchValueWords), null, 720); // getHistory(); judgmentDisplayHistory(); var data = { tealium_event: "search", eventCat: "search", eventAct: "search", eventLbl: key, search_keyword: key, content_name: key, click_name: "search", click_type: "action" } utagEvent(data); }); $('#txtSearch_Navigation_backup').keypress(function(e) { var key = e.which; var searchInput = $('#txtSearch_Navigation'); var searchValue = searchInput.val(); if (key == 13) { var type = $(this).parents('.productSupportDivNew').data('type'); var key = $(this).parents('.productSupportDivNew').find('.support_input_focus').val(); var lang = $(this).parents('.productSupportDivNew').find('.Find_Language').val(); if (lang == undefined || lang == '') { lang = 'en'; } if (type == 'all') { OpenTheSearch(key); } else { window.open(supportUrl + '/enterprisesearch?lang=' + lang + '#type=searchAll&keyword=' + key); } if (!searchValueWords?.includes(searchValue)) { searchValueWords.push(searchValue); } else { searchValueWords = searchValueWords.filter(item => item !== searchValue); searchValueWords.push(searchValue); } let hideHistorySearch = $('#hideHistorySearch').val().split(','); var language = $("#gMarketingLang2").val(); //setCookie("search_history_kw", JSON.stringify(searchValueWords), null, 720); // getHistory(); judgmentDisplayHistory(); return false; } }); $('#txtSearch_Navigation').keyup(function(e) { var key = e.which; if (key == 8) { $(".ui-menu-show2.search-direct").empty(); $(".ui-menu-show2.search-suggest").empty(); return false; } }); searchInput.blur(function() { searchShow($(this)); }); $('.headerNew .clear-search').on('click', function() { searchInput.val(''); $(".header-new .ui-menu-show2.search-direct").empty(); $(".header-new .ui-menu-show2.search-suggest").empty(); $(this).parent().find(".zl-pc-searching-tip").hide(); searchInput.removeClass('active'); $(this).hide(); adjustShowSearchWork(); }) /** * 输入框获取焦点 */ function searchClear(_this) { var inputInfohint = $(_this).parents('.productSupportDivNew').find(".inputInfohint").val(); var put = $(_this).parents('.productSupportDivNew').find(".support_input_focus"); if (put.val() == inputInfohint) { put.val(""); } }; /** * 输入框失去焦点 */ function searchShow(_this) { var inputInfohint = $(_this).parents('.productSupportDivNew').find(".inputInfohint").val(); var put = $(_this).parents('.productSupportDivNew').find(".support_input_focus"); if (put.val().length 1200) { $('.header-new').addClass('on') // PC端点击二级展开三级导航 $('.level-two-li-link').on('click', function() { $(this).addClass("active"); $(this).siblings().removeClass('active'); $(this).siblings().find('.wap-item-list3').removeClass("active") $(this).find('.wap-item-list3').addClass("active"); }) } else { $('.header-new').removeClass('on'); } }) if (windowth > 1200) { $('.header-new').addClass('on') $('.header-new.on .nav-new .nav-ul-mob .wap-two .wap-con .e-cistern-l .wap-item-con .wap-item .wap-item-list1 .level-one-li .wap-item-list2 .level-two-li:first-child .wap-item-list3').addClass('active'); $('.header-new.on .nav-new .nav-ul-mob .wap-two .wap-con .e-cistern-l .wap-item-con .wap-item .wap-item-list1 .level-one-li .wap-item-list2 ').eq(0).find('.level-two-li:first-child').addClass('active'); $('.header-new.on .nav-new .nav-ul-mob .wap-two .wap-con .e-cistern-l .wap-item-con .wap-item .wap-item-list1.two .level-one-li').eq(3).find('.level-two-li:first-child').addClass('active'); // 下拉导航 $('.wap-two .wap-con').eq(0).addClass('active').siblings().removeClass('active'); // 下拉导航灰色背景宽度 bgcolor() // PC端点击二级展开三级导航 // 产品解决方案 $('.level-two-li1').on('click', function() { $(this).addClass("active"); $(this).siblings().removeClass('active'); $(this).siblings().find('.wap-item-list3').removeClass("active") $(this).find('.wap-item-list3').addClass("active"); // 获取左边的高度,赋值给右边内容框 var _index = $(this).index() box1TabConH(_index); }) // pc学习与技术支持 $('.level-two-li2').on('click', function() { $(this).addClass("active"); $(this).siblings().removeClass('active'); $(this).siblings().find('.wap-item-list3').removeClass("active") $(this).find('.wap-item-list3').addClass("active"); // 获取左边的高度,赋值给右边内容框 var _index = $(this).index() box1TabConH2(_index) // return false; }) } else { $('.header-new').removeClass('on') $('.newpcbg').hide(); $('.nav-ul-mob').addClass('active'); //mob端展开导航 $("#mob-menubtn").on("click", function() { $('.nav-new').addClass('open'); $('#close-menubtn').show(); $('#mob-menubtn').hide(); $('.nav-mob-btns').show(); $('.search-btn').hide() $('body').css('overflow', 'hidden') }) //mob端关闭导航 $("#close-menubtn").on("click", function() { if (document.querySelector('.e-module-202208180950').style.display == 'block') { res2.hide() $(".top-nav-content").hide() } else { $('.nav-new').removeClass('open'); $('#close-menubtn').hide(); $('#mob-menubtn').show(); $('.nav-mob-btns').hide() $('.search-btn').show() $('body').css('overflow', 'auto') } }) //mob主导航点击 $('.wap-one-ul li').on('click', function() { var _index = $(this).index(); $('.wap-two').addClass('active'); $('.wap-two.active').show(); $('.wap-first').addClass('active'); $('.wap-two .wap-con').eq(_index).addClass('active').siblings().removeClass('active'); $('.wap-two .wap-con').eq(_index).find('.nav-mob-btns').show() $('.nav-ul-mob').removeClass('active'); }) //返回主菜单 $('.back-pre').on('click', function() { $('.wap-two').removeClass('active'); $('.wap-first').removeClass('active'); $('.level-one-li').removeClass('active'); $('.level-one-li').find('.wap-item-list2').removeClass("active"); $('.level-two-li-link').removeClass('active') $('.level-two-li-link').find('.wap-item-list3').removeClass("active") $('.nav-mob-btns').hide() $('.nav-ul-mob').addClass('active'); }) // 点击一级展开二级导航 $('.level-one-li .arrow-dw01').on('click', function() { var _index = $(this).index(); $(this).parent().toggleClass("active"); $(this).parent().siblings().removeClass('active'); $(this).parent().siblings().find('.wap-item-list2').removeClass("active") $(this).parent().find('.wap-item-list2').toggleClass("active"); return false; }) // 移动端点击二级展开三级导航 $('.level-two-li-link').on('click', function() { $(this).toggleClass("active"); $(this).siblings().removeClass('active'); $(this).siblings().find('.wap-item-list3').removeClass("active") $(this).find('.wap-item-list3').toggleClass("active"); }) } //学习与技术支持 var learn // 鼠标经过header标签后展开导航事件 // ---------20220909 头部导航动画 var $nav = $('.header-new.on .nav-new .nav-ul-mob .wap-first .e-cistern-l .wap-one-ul'), $underline = $('.underline'), $init; $nav.on('mouseover', 'li', function(e) { // 20220909 开始 var _navOffsetLeft = $nav.offset().left, _targetOffsetLeft = $(this).offset().left, _targetWidth = $(this).width(), _index = $(this).index(); $underline.css({ 'left': _targetOffsetLeft - _navOffsetLeft + 'px', 'width': _targetWidth + 'px' }); // 20220909 结束 // 禁止事件冒泡 e.stopPropagation(); // 判断导航是否定位到顶部 if ($('.e-module-202209210900 .header-new').hasClass('fixed')) { // 导航栏定位到顶部 var headH = $('.e-module-202209210900').height(); $('.e-module-202209210900 .header-new.on .main-header .nav-new .nav-ul-mob .wap-two').css('top', headH); } else { // 导航栏没定位 var headH = $('.e-module-202209210900').height(); var headT = $('.e-module-202209210900').offset().top; var scrollTop = $(window).scrollTop(); $('.e-module-202209210900 .header-new.on .main-header .nav-new .nav-ul-mob .wap-two').css('top', headH + headT - scrollTop); } // 20221009学习与技术白色背景高度 var tabHleran = 0; var rgBox = $('.header-new.on .main-header .nav-new .nav-ul-mob .wap-two .wap-con .e-cistern-l .wap-item-con .wap-item.two .wap-item-list1 .level-one-li .wap-item-list2 .level-two-li .wap-item-list3') setTimeout(function() { $('.wap-item.two .wap-item-list1 .level-one-li:first-child .wap-item-list2 li').each(function() { tabHleran += $(this).outerHeight(); }) rgBox.css('height', tabHleran) }, 150) $(this).addClass('active').siblings().removeClass('active'); var index = _index + 1; // 禁止滚动 unScroll() disable_scroll() $init = setTimeout(function() { $('.level-two-li1:first-child').find('.wap-item-list3').addClass('active'); $('.level-two-li1:first-child').siblings().find('.wap-item-list3').removeClass('active'); $('.level-two-li2:first-child').find('.wap-item-list3').addClass('active'); $('.level-two-li2:first-child').siblings().find('.wap-item-list3').removeClass('active'); $('.header-new.on .nav-new .nav-ul-mob .wap-two .wap-con .e-cistern-l .wap-item-con .wap-item .wap-item-list1 .level-one-li .wap-item-list2 ').eq(0).find('.level-two-li:first-child').addClass('active').siblings().removeClass('active'); $('.header-new.on .nav-new .nav-ul-mob .wap-two .wap-con .e-cistern-l .wap-item-con .wap-item .wap-item-list1.two .level-one-li').eq(3).find('.level-two-li:first-child').addClass('active').siblings().removeClass('active'); $('.wap-first').addClass('active'); $('.newpcbg').show(); $('.wap-two').slideDown(); $('.wap-two .wap-con').eq(_index).addClass('active').siblings().removeClass('active'); $('.wap-two .wap-con').eq(_index).find('.nav-mob-btns').show(); $('.wap-two .wap-con').on('mouseover', function(e) { disable_scroll() $('.header-new.on .nav-new .nav-ul-mob .wap-first .e-cistern-l .wap-one-ul li').eq(_index).addClass('active').siblings().removeClass('active'); $underline.css({ 'left': _targetOffsetLeft - _navOffsetLeft + 'px', 'width': _targetWidth + 'px' }); e.stopPropagation(); }) // 获取左边的高度,赋值给右边内容框 box1TabConH(_index); box1TabConH01(); }, 100) }) // 鼠标移出 $nav.on('mouseout', 'li', function(e) { clearTimeout($init) $('.header-new.on .nav-new .nav-ul-mob .wap-first .e-cistern-l .wap-one-ul li').removeClass('active'); var _navOffsetLeft = $nav.offset().left, _targetOffsetLeft = $(this).offset().left, _targetWidth = $(this).width(); $(this).removeClass('active'); $underline.css({ 'width': '0px' }); }) // 鼠标移除header标签后展开导航事件 $('body').on('mouseover', function() { $('.header-new.on .nav-new .nav-ul-mob .wap-first .e-cistern-l .wap-one-ul li').removeClass('active'); $underline.css({ 'width': '0' }); var _index = $(this).index(); $('.newpcbg').fadeOut(); $('.header-new.on .nav-new .nav-ul-mob .wap-two').slideUp(); // 启动滚动条 $('body').removeClass('body-fixed'); removeUnScroll() enable_scroll() }) $('body').on('mouseleave', function(e) { // 禁止事件冒泡 e.stopPropagation(); $('.newpcbg').fadeOut(); $('.header-new.on .nav-new .nav-ul-mob .wap-two').slideUp(); removeUnScroll() enable_scroll() }) //禁止滚动条滚动 function unScroll() { var top = $(document).scrollTop(); $(document).on('scroll.unable', function(e) { $(document).scrollTop(top); }) } //移除禁止滚动条滚动 function removeUnScroll() { $(document).unbind("scroll.unable"); } // 产品解决方案下面的产品板块的初始化 $('.box1-tab:first-child').addClass('active'); $('.box1-tab-cons .box1-tab-con').eq(0).addClass('active'); // 产品解决方案自动获取高度 function box1TabConH(_index) { // 获取左边的高度,赋值给右边内容框 var tabH = 0; var tabConBthH = $('.wap-item-list1.one .wap-item-list2 .level-two-li').eq(_index).find('.e-link-box').outerHeight(); $('.level-two-li1').each(function() { tabH += $(this).outerHeight(); }) $('.wap-item-list1.one .wap-item-list3 .wap-item-list3-con').css('maxHeight', tabH - tabConBthH) } // 学习与技术支持自动获取高度 function box1TabConH01() { // 获取左边的高度,赋值给右边内容框 var tabH = 0; var tabConBthH = $('.level-two-li2').eq(0).find('.e-link-box').outerHeight(); $('.wap-item.two .wap-item-list1 .level-one-li:first-child .wap-item-list2 li').each(function() { tabH += $(this).outerHeight(); }) $('.wap-item-list1.two .wap-item-list3 .wap-item-list3-con2').css('maxHeight', tabH - tabConBthH) } $('.box2-tab:first-child').addClass('active') $('.box2-tab-cons .box2-tab-con').eq(0).addClass('active'); //行业支持tab切换 $('.box2-tab').on('click', function() { var _index = $(this).index(); $(this).addClass('active').siblings().removeClass('active'); $('.box2-tab-cons .box2-tab-con').eq(_index).addClass('active').siblings().removeClass('active'); }) var speed = 200; //企业业务网站 $('.hea-btn1').on('click', function() { $('.e-module-202208180950').show() $(".top-nav-content").show() $(".top-nav-content").find(".worldwide-contact").slideUp(speed); $(".top-nav-content").find(".web-contact").slideDown(speed); }) //选择区域/语言 $('.hea-btn2').on('click', function() { $('.e-module-202208180950').show() $(".top-nav-content").show() $(".top-nav-content").find(".web-contact").slideUp(speed); $(".top-nav-content").find(".worldwide-contact").slideDown(speed) }) var keys = [37, 38, 39, 40]; function preventDefault(e) { e = e || window.event; if (e.preventDefault) e.preventDefault(); e.returnValue = false; } function keydown(e) { for (var i = keys.length; i--;) { if (e.keyCode === keys[i]) { preventDefault(e); return; } } } function wheel(e) { preventDefault(e); } function disable_scroll() { if (window.addEventListener) { window.addEventListener('DOMMouseScroll', wheel, false); } window.onmousewheel = document.onmousewheel = wheel; document.onkeydown = keydown; } function enable_scroll() { if (window.removeEventListener) { window.removeEventListener('DOMMouseScroll', wheel, false); } window.onmousewheel = document.onmousewheel = document.onkeydown = null; } } if ($('.e-module-202208161027').length > 0) { function module202208161027Fun($target) { var module202208161027Obj = { init: function() { // 获取属性 this.win = $(window); this.moduleObj = $target; this.h400TextObj = this.moduleObj.hasClass('h400Text'); this.moduleSlideObj = this.moduleObj.find(".swiper-slide"); this.resizeInit(); // resize初始化 this.saveAClass(); // 如果移动端设置了文字在图片下面,保存按钮颜色 this.setWapBtnColor(); // 如果移动端设置了文字在图片下面,设置按钮颜色为黑色 this.judgmentSwiper(); // 判断需不需要执行swiper,如果只有一个就不需要执行。多个就需要执行 this.scrollEvent(); // 设置滚动事件,文字动画效果 this.resizeEvent(); // 设置自适应 this.lazyVideoLink(); // 视频是否加载 this.lazyPicLink(); // 视频是否图片 }, resizeInit: function() { this.winw = this.win.width(); this.winh = this.win.height(); // 获取位置 this.scrollTop = this.win.scrollTop(); this.moduleTop = this.moduleObj.offset().top; }, saveAClass: function() { var _this = this; if (_this.h400TextObj) { _this.aClassArr = []; $target.find('a').each(function() { _this.aClassArr.push($(this).attr('class')); }) } }, setWapBtnColor: function() { var _this = this; // 不管pc端按钮是什么颜色,到了移动端都是黑色按钮 if (_this.h400TextObj) { if (_this.winw 1) { if (this.moduleObj.data("swiper-init")) { return; } this.moduleObj.data("swiper-init", true); this.initSwiper(); } }, lazyPicLink: function() { // 加载图片 if (this.scrollTop + this.winh * 1.5 > this.moduleTop) { // 当滚动条滚动到当前位置时,加载视频 this.addPicLink(); } }, lazyVideoLink: function() { // 加载视频 if (this.scrollTop + this.winh * 1.5 > this.moduleTop) { // 当滚动条滚动到当前位置时,加载视频 this.addVideoLink(); } }, addPicLink: function() { this.moduleSlideObj = this.moduleObj.find(".swiper-slide"); this.moduleSlideObj.each(function() { var $this = $(this); var src = $this.find('img').attr("data-original"); if ($this.find(".e-bg").css("backgroundImage") != "url(" + src + ")") { $this.find(".e-bg").css("backgroundImage", "url('" + src + "')"); $this.find(".e-lazy").css("display", "none"); } }) }, addVideoLink: function() { if (this.winw > 1200) { this.moduleSlideObj = $target.find(".swiper-slide"); this.moduleSlideObj.each(function() { var $this = $(this); if ($this.find(".e-bg").data('src') != '' && $this.find('.video').length == 0) { // 添加video的dom结构 $this.find(".e-bg").append(""); // 判断视频是否已经赋值,如果赋值了,就不需要再次赋值了。 $this.find('.video').attr("src", $this.find(".e-bg").data('src')); } }) } else { $target.find('.video').remove(); } }, initSwiper: function() { var _this = this; var slideLength = $target.find(".swiper-slide").length; var mySwiper = new Swiper($target.find(".swiper-container"), { pagination: { // 设置点点点 el: $target.find('.swiper-pagination'), clickable: true }, grabCursor: slideLength > 1 ? true : false, autoplay: $target.data("auto-time") ? { delay: $target.data("auto-time"), stopOnLastSlide: false, disableOnInteraction: true } : false, loop: slideLength > 1 ? true : false, // 设置自动轮播 noSwiping: slideLength > 1 ? false : true, runCallbacksOnInit: true, on: { init: function() { $target.find(".swiper-pagination").show(); }, slideChangeTransitionEnd: function() { _this.activeIndex = this.activeIndex; setTimeout(function() { // 根据文字颜色变化底部点点点的颜色 var $currentSilde = $target.find(".swiper-slide-active"); var $pr = $currentSilde.parent(); if ($currentSilde.hasClass('isBlackFont')) { $pr.next('.swiper-pagination').addClass('gray'); } else { $pr.next('.swiper-pagination').removeClass('gray'); } }, 0) }, resize: function() { var _this = this; setTimeout(function() { _this.update(); //窗口变化时,更新Swiper的一些属性,如宽高等 _this.emit('slideChangeTransitionEnd'); }, 250) }, } }); //鼠标覆盖停止自动切换 mySwiper.el.onmouseover = function() { mySwiper.autoplay.stop(); } //鼠标离开开始自动切换 mySwiper.el.onmouseout = function() { mySwiper.autoplay.start(); } }, scrollEvent: function() { var _this = this; _this.win.on('scroll.202208161027', function() { // 获取位置 _this.scrollTop = _this.win.scrollTop(); _this.moduleTop = _this.moduleObj.offset().top; _this.lazyVideoLink(); // 视频是否加载 _this.lazyPicLink(); // 视频是否图片 }); }, resizeEvent: function() { // 页面resize事件 var _this = this; var resizeWinw = 0; var resizeTimer = ''; this.win.on('resize.202208161027', function() { var winw = _this.win.width(); if (winw != resizeWinw) { currentWinw = winw; // 删除之前的定时器 if (resizeTimer) { clearTimeout(resizeTimer); } // 添加新的定时器 resizeTimer = setTimeout(function() { _this.resizeInit(); // resize初始化 _this.setWapBtnColor(); // 设置按钮颜色 _this.scrollEvent(); // 设置滚动事件,文字动画效果 }, 200) } }) } }; module202208161027Obj.init(); } // 初始化 $('.e-module-202208161027').each(function() { // 防止js文件被执行2次。 var _this = $(this); if (_this.data('init')) { return; } _this.data('init', true); module202208161027Fun($(this)); }) } if ($('.e-module-202208160923').length > 0) { function module202208160923Fun($target) { var module202208160923Obj = { init: function() { // 获取属性 this.win = $(window); this.moduleObj = $target; this.slideItem3Obj = this.moduleObj.find(".slide-item3"); this.slideItem2Obj = this.moduleObj.find(".slide-item2"); this.closeBtnObj = this.moduleObj.find(".close-btn"); this.tellConMobObj = this.moduleObj.find(".tell-con-mob"); this.resizeInit(); this.clickEvent(); this.scrollEvent(); }, resizeInit: function() { this.winw = this.win.width(); // 获取位置 this.scrollTop = this.win.scrollTop(); }, clickEvent: function() { var _this = this; // 点击top按钮,页面回到顶部 _this.slideItem3Obj.on('click', function() { $("html, body").animate({ scrollTop: 0 }); }) // 移动端点击电话icon,弹框显示 _this.slideItem2Obj.on('click', function() { if (_this.winw 1200) { _this.scrollTop >= 700 ? _this.slideItem3Obj.fadeIn() : _this.slideItem3Obj.fadeOut(); } }); } }; module202208160923Obj.init(); } // 初始化 $('.e-module-202208160923').each(function() { // 防止js文件被执行2次。 var _this = $(this); if (_this.data('init')) { return; } _this.data('init', true); module202208160923Fun($(this)); }) } if ($('.e-module-202208171450').length > 0) { function module202208171450Fun($target) { var module202208171450Obj = { init: function() { // 获取属性 this.win = $(window); this.moduleObj = $target; this.moduleSlideObj = $target.find(".swiper-slide"); this.resizeInit(); this.clickEvent(); this.resizeEvent(); }, resizeInit: function() { this.winw = this.win.width(); }, clickEvent: function() { var _this = this; _this.moduleObj.find(".link-set>ul").find("li:first").on("click", function() { if (_this.winw