logo

XUSHIELD GLOBAL

We are a leading provider of innovative solutions, committed to delivering excellence and driving progress in the industry. Our dedication to quality and customer satisfaction sets us apart. With a focus on cutting-edge technology and a customer-centric approach, we strive to exceed expectations and build long-lasting partnerships.

  • 1989
    Icon

    Year Established

  • 50~80
    Icon

    Employees

  • 50-100
    Icon

    Annual Sales

  • Icon

    Customers Served

Cooperative Partner
Custom Image
Custom Image
Custom Image
Custom Image
Custom Image
About Us
Wuxi Energetic Technology Co.,Ltd
Our factory was established in 1989.We have over 30 years experences about exporting our products to all over the world.
View More

1989

Year Established

50-100+

Annual Sales

+

Customers Served

50~80+

Employees

Contact Us
you can contact us at anytime!
(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; }); } } }); })(); });