• 客户服务系统CSS
  • |
  • |

关于九游j9登陆

> 加入我们

简介 | 团队 | 技术平台 | 研究成果 | 资质专利 | 新闻中心 | 加入我们 | 投资者关系


  • 社会招聘
  • 校园招聘

舒适办公

在九游j9登陆 、我们尽力为每一位员工提供舒适、宽敞的办公环境,让你尽情施展才华,享受在这里的每一天。

多彩生活

工作之余、我们还有丰富多彩的企业文化活动,乐在九游j9登陆 ,让你玩在九游j9登陆 。

职业发展

人才培养

整合各种资源。针对不同人群提供个性化、多维度、全流程的培养体系,助你达成能力提升与职业发展的双重目标。

  • 职业培养

    营造学习型组织氛围,深入业务推进及岗位能力提升。

    • 新员工培养
    • 岗位学习地图
    • 九游j9登陆 云学院
  • 人才梯队

    挖掘人才管理能力,提升重点人才储备度。

    • 启明星计划
    • 诺星计划
    • 诺英计划

Copyright@2011-2023 All Rights Reserved    版权所有:九游j9登陆    京ICP备15007085号-1

一对一业务咨询

一对一业务咨询

在线客服

联系方式

联系电话

400-658-1585

企业邮箱

service@novogene.com
返回顶部
"); let title = html.substr(tit_startIndex + 7, tit_endIndex - tit_startIndex - 7) document.title = title //修改右侧href $(".content-right").find(".contentTab a").each(function () { var href = $(this).attr("href"); if (href.indexOf("addTabRightUrl") < 0) { href = "javascript:addTabRightUrl('" + href + "')"; $(this).attr("href", href); } }); $(".content-right").find(".contentTab select").each(function () { $(this).attr("onchange", "addTabRightUrl(options[selectedIndex].value)"); }); Fflc_Style() /*20220610 添加的*/ TuPianFangDa() MaoDianDingWei(); return; }) } //点击右侧切换效果 function addTabRightUrl(url, tzlx) { if (tzlx != null && tzlx != undefined && tzlx != "") { if (tzlx == "bhleftdh") { window.open(url,"_blank"); return; } } $.get(url, function (data) { var html = ""; if (data == undefined || data == null || data.length < 1) { html = ""; return; } html = data; var startIndex = html.indexOf(""); var endIndex = html.indexOf(""); $("code").html(html.substr(startIndex + 6, endIndex - startIndex - 6)); $(".banner").html($(html).find(".banner").html()); $(".linkurl").html($(html).find(".linkurl").html()); $(".content-right").html($(html).find(".content-right").html()); //获取title var tit_startIndex = html.indexOf(""); var tit_endIndex = html.indexOf(" "); let title = html.substr(tit_startIndex + 7, tit_endIndex - tit_startIndex - 7) document.title = title //修改右侧href $(".content-right").find(".contentTab a").each(function () { var href = $(this).attr("href"); if (href.indexOf("addTabRightUrl") < 0) { href = "javascript:addTabRightUrl('" + href + "')"; $(this).attr("href", href); } }); $(".content-right").find(".contentTab select").each(function () { $(this).attr("onchange", "addTabRightUrl(options[selectedIndex].value)"); }); Fflc_Style() /*20220610 添加的*/ TuPianFangDa() MaoDianDingWei(); return; }) } /*20220610 添加的*/ //设置经典案例的方法流程的样式 function Fflc_Style() { var screen_width = window.screen.width; var screen_height = window.screen.height; //根据屏幕分辨率判断是否是手机 if (screen_width < 600 && screen_height < 1000) { //是手机端的话 var liuchenglist = $("div.content-right > div.content-content div.pReset_div2>div.pReset_div2_d") console.log(liuchenglist.length) if (liuchenglist.length % 4 == 0 && liuchenglist.length > 0) { $("div.content-right > div.content-content div.pReset_div2>div.pReset_div2_d").each(function () { $(this).css({ "min-width": "22%", "fontSize": "20px" }) }) } } } /*20220610 添加的*/ function MaoDianDingWei() { if ($(".syjy-mulu p>a").length > 0) { $(".syjy-mulu p>a").click(function () { $("html,body").animate({ scrollTop: $($(this).attr("href")).offset().top - 300 }, 500) }) } if ($(".syjy-mulu-v2 p>a").length > 0) { $(".syjy-mulu-v2 p>a").click(function () { $("html,body").animate({ scrollTop: $($(this).attr("href")).offset().top - 300 }, 500) }) } }