Tel: +86 15058222082
E-mail: jack@aiyatape.com
WhatsApp:+86 15870766082
Wechat:+86 15058222082

PROJECTS

Visit from a Major US Automotive Materials Supplier in October 2015

From October 1 to October 4, 2015, following a long period of pleasant email communication, a key US client—a prominent American automotive materials supplier—traveled a long distance to visit our company for business discussions and potential cooperation.

Accompanied by our General Manager, Mr. Ye, they toured our Xiamen office and factory facilities. Chairman David warmly welcomed the delegation at our Xiamen plant. Our Chairman, engineers, and directors provided detailed introductions to our high-temperature automotive adhesive tape products and accompanied the guests to visit our high-quality material suppliers. The clients showed strong interest in our products.

After three days of in-depth discussions, as a leading player in the US automotive materials industry, the client spoke highly of our professional hospitality, company strength, and extensive technical expertise in high-temperature automotive adhesive tapes. As the client departed for home, both parties were still actively discussing plans for a strategic long-term partnership in the future.

Prev:

Next:

WhatsApp +86 15870766082        

Email jack@aiyatape.com         

WeChat
+86 15058222082         

// 获取 class 为 sidebar2 的元素(若有多个,取第一个) // 获取元素的位置和尺寸信息 // 元素底部到页面顶部的总距离(相对文档顶部) // // 监听滚动事件 // window.addEventListener('scroll', function() { // // 当滚动超过600像素时 // if (window.scrollY-800 > elementBottomToDocTop) { // contactbox .setAttribute("class", 'widget-area sticky-top'); // // $("#contactbox").attr('class','widget-area sticky-top'); // // contactbox.classList.remove('shadow-md'); // } else { // contactbox .setAttribute("class", 'widget-area'); // // $("#contactbox").attr('class','widget-area'); // // navbar.classList.add('shadow-md'); // } // }) // const emailPattern = /^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$/; // document.getElementById("GetdiscountForm").onsubmit = function (event) { // const emailInput = document.getElementById("email").value; // if (!emailPattern.test(emailInput)) { // alert("Please enter a valid email address!"); // event.preventDefault(); // }