logo

XUSHIELD GLOBAL

We zijn een toonaangevende leverancier van innovatieve oplossingen, toegewijd aan het leveren van uitmuntendheid en het stimuleren van vooruitgang in de industrie.Met de nadruk op geavanceerde technologie en een klantgerichte aanpak, streven wij ernaar de verwachtingen te overtreffen en langdurige partnerschappen op te bouwen.

  • 1989
    pictogram

    Jaar opgericht

  • 50~80
    pictogram

    werknemers

  • 50-100
    pictogram

    Jaarlijkse omzet

  • pictogram

    Klanten bediend

Samenwerkende partner
aangepast beeld
aangepast beeld
aangepast beeld
aangepast beeld
aangepast beeld
Over ons
Wuxi Energetic Technology Co.,Ltd
Onze fabriek werd gevestigd in 1989.We heeft meer dan 30 jaar experences over over de hele wereld het uitvoeren van onze producten aan.
Bekijk meer

1989

Jaar opgericht

50-100+

Jaarlijkse omzet

+

Klanten bediend

50~80+

werknemers

Neem contact met ons op
U kunt ons te allen tijde contacteren!
(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; }); } } }); })(); });