Our Legacy

BEST CHOICE OF WELL-KNOWN BRAND

Services

Innovative Solution

We deliver beyond just packaging. We solve your business challenges, bring your products to market, build your brand and boost your sales and bottom line.

Years Of Experience
0 +
Custom Design
0 +
Locations
0

Products

Welcome to Our Product Line.

Take a look at the moments that make us smile.

About us

We Will Be Your Guide

We make our clients heroes by helping them achieve the impossible. How? With creative thinking and foresight, you need to solve unexpected challenges.

Over these years, we’ve serviced customized solutions for well-known brands like Disney, Huawei, and Shangri-La. Product Design Solutions, Packaging Renovation, and Cost Effective. We’re confident that our professional skills have really impressed.

Partners We Service

Who we are?

As a group business serving global markets, we’re proud to be a part of our local communities.

Since 2019, our foundation has always been to build and grow relationships. And it still stands to this day.

Ready to Your Legend? We are too

document.addEventListener('DOMContentLoaded', function () { var video = document.querySelector('.hover-video-container .elementor-video iframe'); // 获取视频iframe元素 var videoElement = document.querySelector('.hover-video-container .elementor-video video'); // 获取本地视频元素 // 鼠标悬停时自动播放视频并从头播放 document.querySelector('.hover-video-container').addEventListener('mouseenter', function () { if (videoElement) { videoElement.currentTime = 0; // 重置视频到开始 videoElement.play(); // 播放视频 } else if (video) { video.contentWindow.postMessage('{"event":"command","func":"seekTo","args":[0]}', '*'); // YouTube或Vimeo视频,从头开始播放 video.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}', '*'); } }); // 鼠标移开时暂停并重置视频 document.querySelector('.hover-video-container').addEventListener('mouseleave', function () { if (videoElement) { videoElement.pause(); // 暂停视频 videoElement.currentTime = 0; // 重置视频到开始 } else if (video) { video.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*'); } }); });