$(function(){ dataAnimate(); (function($,lanno){ if(lanno === "" || lanno === "default"){ return ''; } $(".w-languege").each(function(){ $(this).find("a").each(function(){ if($(this).data("lanno") === lanno){ $(this).addClass("cur"); }else{ if($(this).hasClass("cur")){ $(this).removeClass("cur"); } } }); }); })(jQuery,"cn"); });

ABOUT US

关于我们

PRODUCT INTRODUCTION

产品介绍

NEWS AND TRENDS

新闻动态
TOP
$(function () { $(window).scroll(function () { if ($(this).scrollTop() > 20) { $('.w-service-fixed .service-item-top').show(); } else { $('.w-service-fixed .service-item-top').hide(); } }); });
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); }