3118云顶集团(中国区)官方网站3118云顶集团

handlogo
中国图标
客户感谢信|「同」耕数智 ,「行」向未来!

同心致远  ,智筑华章,

一路相伴 ,感恩同行。


在产业数字化与智能化的征程上 ,

3118云顶集团始终与客户并肩同行 ,

以数智为犁深耕价值 ,

以初心为炬照亮前路,

携手跨越每一次挑战,共赴每一场成长 。


从方案落地到效能跃升 ,

从携手攻坚到共创共赢  ,

每一段并肩前行的时光 ,

都凝结着双向奔赴的信任与默契。

以下收录了部分客户感谢信


一封封真挚的感谢信 ,

是字里行间的温暖认可 ,

是岁月沉淀的专业肯定 ,

更是我们深耕数智领域的底气与荣光。


感谢每一位携手同行的客户伙伴 ,

一路信任托付 ,并肩耕耘相伴 。

我们将继续以专业为笔 ,以初心为墨,

与客户伙伴同心深耕数智沃土 ,

并肩奔赴更璀璨的未来。

携手3118云顶集团 ,共铸硬核竞争力  !


热点

智聚武汉|20263118云顶集团用户大会,最新议程提前剧透!

3118云顶集团 x 罗欣药业|以 H-AI 中台筑基,开启医药行业“合规+智能”双引擎新范式!

AI 双标杆落地|3118云顶集团助力新和成运营全流程赋能、思源电气标书智能解读!

© Copyright Hand China Co.,Ltd. All Rights Reserved 上海3118云顶集团信息技术股份有限公司

业务咨询

完善信息后我们会第一时间跟您联系
*
*
*
*
*请输入正确的验证码
captcha
发送失败
微信扫码 在线咨询 微信咨询二维码
联系我们
400-168-4263
业务咨询
完善信息后我们会第一时间跟您联系
'; // $("#goTop").append(gotoTop_html); $("#goTop").click( //定义返回顶部点击向上滚动的动画 function () { $('html,body').animate({ scrollTop: 0 }, 700); }); min_height ? min_height = min_height : min_height = 50; $(window).scroll(function () { var s = $(window).scrollTop(); if (s > min_height) { // $('.online-feedback').fadeIn(100); // $('.feedback-img').fadeIn(100); } else { // $("#gotoTop").fadeOut(200); // $('.online-feedback').fadeOut(200); // $('.feedback-img').fadeOut(200); } }); }; gotoTop(); var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?2c7ecded0d11a367405ad6df566b1da0z6'; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); //底部导航图片 $(".codeInfo li").mouseover(function () { var index = $(this).index() console.log(index); $(`.codeInfo li:eq(${index}) a`).css('opacity', '1') $(`.codeInfo li:gt(${index}) a`).css('opacity', '0.8') $(`.codeInfo li:lt(${index}) a`).css('opacity', '0.8') $(`.codeInfo .codeimg:gt(${index})`).hide(); $(`.codeInfo .codeimg:lt(${index})`).hide(); $(`.codeInfo .codeimg:eq(${index})`).show(); }).mouseleave(function () { $(`.codeInfo li:eq(${index}) a`).css('opacity', '0.8') }) //切换国家 // $(".lang ul").hide(); $(".lang").mouseover(function () { $(this).find($("ul")).slideDown("200"); }) $(".lang").mouseleave(function () { $(this).find($("ul")).slideUp("200"); }) //查看更多 $('.more-white-see,.more-black-see') .on('mouseenter', function (e) { var parentOffset = $(this).offset(), relX = e.pageX - parentOffset.left, relY = e.pageY - parentOffset.top; $(this).find('.more-see-bg').css({ top: relY, left: relX }) }) .on('mouseout', function (e) { var parentOffset = $(this).offset(), relX = e.pageX - parentOffset.left, relY = e.pageY - parentOffset.top; $(this).find('.more-see-bg').css({ top: relY, left: relX }) }); //自适应方案 // var metaNode = document.querySelector('meta[name=viewport]'); // var designWidth = 1366; // var scale = document.documentElement.clientWidth / designWidth; // scale = scale.toFixed(2) // metaNode.content += `, initial-scale=${scale}`; //顶部导航栏 背景色适配banner $('.nav-wrap > ul > li').mouseenter(function () { $(this).find('.nav-li-active').css('width', '3.5rem') $(this).siblings().find('.nav-li-active').css('width', '0') $(`.hd-nav:eq(${$(this).index()})`).stop().slideDown({ start: function () { $(this).css({ display: "flex" }) } }) }) .mouseleave(function () { $(this).find('.nav-li-active').css('width', '0') $(`.hd-nav:eq(${$(this).index()})`).stop() .slideUp() }) // //白底菜单栏 添加logo-new // window.onload = function () { // var color = $('.header').css('background-color') // if (color === 'rgb(255, 255, 255)' || color === '#ffffff') { // $('.logo').addClass('logo-new') // } else { // $('.logo').removeClass('logo-new') // } // }