//手机端跳转 if (navigator.userAgent.indexOf("iPhone") > 0 || navigator.userAgent.indexOf("Android") > 0 || navigator.userAgent.indexOf("iPod") > 0) { var patt1 = new RegExp("[0-9]*_[0-9]*"); var url = patt1.exec(location.href); if (url != "") { self.location = "http://divency.com"; } }

行业动态

一周食物行业动态:“养分分级”

  怎样精准洞悉并知足消费端需求,成为息闲零食企业的共性困难。行业内卷时间,控制趋向胜于守住上风。息闲零食物牌破...

Read more

18

2024-04

保障频道--金融--百姓网

  前海人寿再脱手同步举牌明星电力和合肥百货一天之内,“举牌大王”前海人寿又揭橥举牌两家上市公司,辨别是明星电力...

Read more

18

2024-04

意念2024:《2024年中邦

  1989 年之前,我邦考验检测行业因为受到战略节制总共商品的检测均需由邦度机构担当,正在这一阶段质地考验检测...

Read more

18

2024-04

普惠金融惠及老龄群体邦寿寿险2

  踊跃倡议公益,促进社会协同。为进一步助推老龄保障的进展,中邦人寿寿险公司各级机构踊跃向各地构造构制、同时驱使...

Read more

18

2024-04

险资看好本年投资机遇

  中邦承平董事会秘书张若晗以为,应对低利率处境不是纯真的投资题目,对保障公司来说是资产欠债拘束题目。中邦承平把...

Read more

18

2024-04

15
if (!window.jQuery) { document.write(unescape("%3Cscript src='/public/static/common/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript type='text/javascript'%3E try{jQuery.noConflict();}catch(e){} %3C/script%3E")); } if (window.jQuery) { (function($){ default_switch(); //简体繁体互换 function default_switch() { var home_lang = getCookie('home_lang'); if (home_lang == '') { home_lang = 'cn'; } if ($.inArray(home_lang, ['zh','cn'])) { var obj = $('#jquerys2t_1573822909'); var isSimplified = getCookie('jquerys2t_1573822909'); if ('cn' == isSimplified) { $('body').t2s(); $(obj).text('繁體'); } else if ('zh' == isSimplified) { $('body').s2t(); $(obj).text('简体'); } } } //简体繁体互换 $('#jquerys2t_1573822909').click(function(){ var obj = this; var isSimplified = getCookie('jquerys2t_1573822909'); if ('' == isSimplified || 'cn' == isSimplified) { $('body').s2t(); // 简体转繁体 setCookie('jquerys2t_1573822909', 'zh'); $(obj).text('简体'); } else { $('body').t2s(); // 繁体转简体 setCookie('jquerys2t_1573822909', 'cn'); $(obj).text('繁體'); } }); })(jQuery); } $(function(){ $(".companynews .list>.listbar>.links>ul>li").click(function(){ $(".companynews .list>.listbar>.links>ul>li>a>span").removeClass("active_links_li"); $(this).addClass("active_links_li"); }) }) $(function(){ /*跳转*/ // $('.newsinfo').click(function(){ // window.location.href="companynewsDetail.html" // }) }) var url = window.location.href; var a = url.substr(28,2); if (a=="29") { $(".companynews .list>.listbar>.links>ul>li:eq(0)").addClass("active_links_li");//sgw电脑端list选中 $(".companynews .list>.listbar>.links>ul>li>a>span:eq(0)").addClass("active_li_a"); }else if (a=="53") { $(".companynews .list>.listbar>.links>ul>li:eq(1)").addClass("active_links_li"); $(".companynews .list>.listbar>.links>ul>li>a>span:eq(1)").addClass("active_li_a"); }else if (a=="31") { $(".companynews .list>.listbar>.links>ul>li:eq(2)").addClass("active_links_li"); $(".companynews .list>.listbar>.links>ul>li>a>span:eq(2)").addClass("active_li_a"); }else if (a=="32") { $(".companynews .list>.listbar>.links>ul>li:eq(3)").addClass("active_links_li"); $(".companynews .list>.listbar>.links>ul>li>a>span:eq(3)").addClass("active_li_a"); } layui.use('form', function(){ var form = layui.form; //监听提交 form.on('submit(formDemo)', function(data){ layer.msg(JSON.stringify(data.field)); return false; }); });