logo

XUSHIELD GLOBAL

نحن مزود رائد للحلول المبتكرة، ملتزمون بتقديم التميز ودفع التقدم في الصناعة.مع التركيز على التكنولوجيا المتطورة ونهج يركز على العملاء، نسعى جاهدين لتجاوز التوقعات وبناء شراكات طويلة الأمد.

  • 1989
    أيقونة

    سنة التأسيس

  • 50~80
    أيقونة

    الموظفين

  • 50-100
    أيقونة

    المبيعات السنوية

  • أيقونة

    العملاء الذين تم خدمتهم

شريك تعاوني
الصورة المخصصة
الصورة المخصصة
الصورة المخصصة
الصورة المخصصة
الصورة المخصصة
معلومات عنا
Wuxi Energetic Technology Co.,Ltd
تأسس مصنعنا في عام 1989 ، ولدينا أكثر من 30 عامًا من الخبرة حول تصدير منتجاتنا إلى جميع أنحاء العالم.
عرض المزيد

1989

سنة التأسيس

50-100+

المبيعات السنوية

+

العملاء الذين تم خدمتهم

50~80+

الموظفين

السيارات الكهربائية المصممة للمغامرة
اتصل بنا
يمكنك الاتصال بنا في أي وقت!
(function() { const socialBar = document.getElementById('component-social-bar-2'); if (socialBar && socialBar.querySelector('li') === null) { socialBar.style.display = 'none'; } })(); (function() { const mainContent = document.getElementById('main-content'); if (!mainContent) return; var videoWrappers = mainContent.querySelectorAll('.intro-media-card-video-wrapper'); videoWrappers.forEach(function(wrapper) { var img = wrapper.querySelector('.intro-media-card-image'); if (img) { var originalSrc = img.getAttribute('data-cover'); var gifSrc = img.getAttribute('data-gif'); if (gifSrc) { var gifImage = new Image(); gifImage.src = gifSrc; wrapper.addEventListener('mouseenter', function() { const currentImg = wrapper.querySelector('.intro-media-card-image'); if(currentImg) currentImg.src = gifSrc; }); wrapper.addEventListener('mouseleave', function() { const currentImg = wrapper.querySelector('.intro-media-card-image'); if(currentImg) currentImg.src = originalSrc; }); } } }); })(); (function() { const mainContent = document.getElementById('main-content'); if (!mainContent) return; const animatedImages = mainContent.querySelectorAll('.animated-image'); if (animatedImages.length === 0) return; const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('visible'); observer.unobserve(entry.target); } }); }, { threshold: 0.1 }); animatedImages.forEach(image => { observer.observe(image); }); })(); (function() { const mainContent = document.getElementById('main-content'); if (!mainContent) return; const sections = mainContent.querySelectorAll('.category-products-section'); if (sections.length === 0) return; const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { const section = entry.target; const cards = section.querySelectorAll('.prod-card-item'); cards.forEach((card, index) => { const rowIndex = Math.floor(index / 3); const delay = rowIndex * 200; setTimeout(() => { card.classList.add('visible'); }, delay); }); observer.unobserve(section); } }); }, { threshold: 0.1 }); sections.forEach(section => { observer.observe(section); }); })(); (function() { const mainContent = document.getElementById('main-content'); if (!mainContent) return; const component = mainContent.querySelector('.cooperative-partner-component'); if (!component) return; const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { component.classList.add('in-view'); observer.unobserve(component); } }); }, { threshold: 0.1 }); observer.observe(component); })(); (function() { const mainContent = document.getElementById('main-content'); if (!mainContent) return; const cardContainers = mainContent.querySelectorAll('.b2b-product-card-hover-effect-container'); if (cardContainers.length === 0) return; cardContainers.forEach(function(cardContainer) { const button = cardContainer.querySelector('.b2b-product-card-hover-effect-button'); if (button) { button.addEventListener('mouseenter', function() { cardContainer.classList.add('button-hovered'); }); button.addEventListener('mouseleave', function() { cardContainer.classList.remove('button-hovered'); }); } }); })(); (function() { const mainContent = document.getElementById('main-content'); if (!mainContent) return; const container = mainContent.querySelector('.latest-cases-component-container'); if (!container) return; const wrapper = container.querySelector('.latest-cases-carousel-wrapper'); const grid = container.querySelector('.latest-cases-component-grid'); const prevBtn = container.querySelector('.latest-cases-prev'); const nextBtn = container.querySelector('.latest-cases-next'); if (!wrapper || !grid) return; const cards = grid.querySelectorAll('.latest-cases-component-card-link'); const totalCards = cards.length; if (totalCards <= 3) { if (prevBtn) prevBtn.style.display = 'none'; if (nextBtn) nextBtn.style.display = 'none'; return; } let currentIndex = 0; let autoPlayInterval; function updateCarousel() { const cardWidth = cards[0].offsetWidth; const gap = 30; const moveDistance = cardWidth + gap; grid.style.transform = `translateX(-$0px)`; } function moveNext() { if (currentIndex < totalCards - 3) { currentIndex++; } else { currentIndex = 0; } updateCarousel(); } function movePrev() { if (currentIndex > 0) { currentIndex--; } else { currentIndex = totalCards - 3; } updateCarousel(); } if (nextBtn) { nextBtn.addEventListener('click', () => { moveNext(); startAutoPlay(); }); } if (prevBtn) { prevBtn.addEventListener('click', () => { movePrev(); startAutoPlay(); }); } function startAutoPlay() { clearInterval(autoPlayInterval); autoPlayInterval = setInterval(moveNext, 3000); } function stopAutoPlay() { clearInterval(autoPlayInterval); } wrapper.addEventListener('mouseenter', stopAutoPlay); wrapper.addEventListener('mouseleave', startAutoPlay); if (prevBtn) prevBtn.addEventListener('mouseenter', stopAutoPlay); if (nextBtn) nextBtn.addEventListener('mouseenter', stopAutoPlay); window.addEventListener('resize', updateCarousel); startAutoPlay(); })(); (function() { const mainContent = document.getElementById('main-content'); if (!mainContent) return; const slideshowContainers = mainContent.querySelectorAll('.slideshow-container'); slideshowContainers.forEach(container => { const slides = container.querySelectorAll('.slide'); if (slides.length < 2) { if (slides.length === 1) { slides[0].classList.add('active'); } return; } let currentSlide = 0; slides[currentSlide].classList.add('active'); setInterval(() => { slides[currentSlide].classList.remove('active'); currentSlide = (currentSlide + 1) % slides.length; slides[currentSlide].classList.add('active'); }, 3000); }); const videoWrappers = mainContent.querySelectorAll('.home-intro-video-wrapper'); videoWrappers.forEach(wrapper => { const coverImg = wrapper.querySelector('.home-intro-video-cover'); const gifImg = wrapper.querySelector('.home-intro-video-gif'); if (gifImg) { wrapper.addEventListener('mouseenter', () => { coverImg.style.display = 'none'; gifImg.style.display = 'block'; }); wrapper.addEventListener('mouseleave', () => { gifImg.style.display = 'none'; coverImg.style.display = 'block'; }); } }); })(); (function() { const mainContent = document.getElementById('main-content'); if (!mainContent) return; const slideshowContainers = mainContent.querySelectorAll('.slideshow-container'); slideshowContainers.forEach(container => { const slides = container.querySelectorAll('.slide'); if (slides.length < 2) { if (slides.length === 1) { slides[0].classList.add('active'); } return; } let currentSlide = 0; slides[currentSlide].classList.add('active'); setInterval(() => { slides[currentSlide].classList.remove('active'); currentSlide = (currentSlide + 1) % slides.length; slides[currentSlide].classList.add('active'); }, 3000); }); const videoWrappers = mainContent.querySelectorAll('.home-intro-video-wrapper'); videoWrappers.forEach(wrapper => { const coverImg = wrapper.querySelector('.home-intro-video-cover'); const gifImg = wrapper.querySelector('.home-intro-video-gif'); if (gifImg) { wrapper.addEventListener('mouseenter', () => { coverImg.style.display = 'none'; gifImg.style.display = 'block'; }); wrapper.addEventListener('mouseleave', () => { gifImg.style.display = 'none'; coverImg.style.display = 'block'; }); } }); })(); (function() { const mainContent = document.getElementById('main-content'); if (!mainContent) return; var videoWrappers = mainContent.querySelectorAll('.intro-media-card-video-wrapper'); videoWrappers.forEach(function(wrapper) { var img = wrapper.querySelector('.intro-media-card-image'); if (img) { var originalSrc = img.getAttribute('data-cover'); var gifSrc = img.getAttribute('data-gif'); if (gifSrc) { var gifImage = new Image(); gifImage.src = gifSrc; wrapper.addEventListener('mouseenter', function() { const currentImg = wrapper.querySelector('.intro-media-card-image'); if(currentImg) currentImg.src = gifSrc; }); wrapper.addEventListener('mouseleave', function() { const currentImg = wrapper.querySelector('.intro-media-card-image'); if(currentImg) currentImg.src = originalSrc; }); } } }); })(); });