$(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(); } }); });