新闻中心
全球采购
联系BG大游中国官方网站
TOP
PATENTED TECHNOLOGY
知识产权


截至2023年6月30日,公司共获得专利授权265项,其中发明专利177项,实用新型专利52项,外观设计专利36项;拥有软件著作权76项。主持制定了行业标准《喷雾式涂覆设备通用规范》、《旋转式涂覆设备通用规范》。

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 () { var wd = document.documentElement.clientWidth || document.body.clientWidth; var perview1; if (isMobile) { perview1 = 2; bet = wd / 100 * 5; cen = false; } else { perview1 = 5; bet = 0; cen = true; } var options = { useEasing: true, useGrouping: true, separator: '', decimal: '.', prefix: '', suffix: '' }; var swiper1 = new Swiper("#swiper1", { slidesPerView: perview1, loop: true, paginationClickable: true, autoplayDisableOnInteraction: false, loopAdditionalSlides: 2, centeredSlides: cen, spaceBetween:bet, prevButton: ".prevbtn1", nextButton: ".nextbtn1", onSlideChangeEnd: function (e) { var index = $(".box5 .wrap #swiper1 .swiper-slide-active").attr("data-swiper-slide-index"); $(".show").find("p").eq(index).show().siblings().hide(); } }) $(".timebtn").click(changeTab); $(".box4 .right ul li").click(changehonor) }) function changeTab() { var $this = $(this), index = $this.index(), src = $this.attr("src"); $(".box2 .wrap .left .info").eq(index).show().siblings().hide(); $this.find("span").addClass("actspan"); $this.siblings().find("span").removeClass("actspan"); $this.parent().siblings().find("img").attr("src", src); } function changehonor() { var $this = $(this), index = $this.index(), src = $this.attr("src"); $this.addClass("actli"); $this.siblings("li").removeClass("actli"); $this.parent().parent().siblings().find("img").attr("src", src); }