logo

XUSHIELD GLOBAL

Biz, endüstride mükemmellik sağlamaya ve ilerlemeyi hızlandırmaya adanmış, yenilikçi çözümlerin önde gelen bir sağlayıcısıyız.En son teknolojiye ve müşteri merkezli bir yaklaşıma odaklanarak, beklentileri aşmaya ve uzun süreli ortaklıklar kurmaya çalışıyoruz.

  • 1989
    SİMGE

    Kuruluş Yılı

  • 50~80
    SİMGE

    çalışanlar

  • 50-100
    SİMGE

    Yıllık Satışlar

  • SİMGE

    Müşterilere Hizmet

İşbirliği Ortağı
Özel Resim
Özel Resim
Özel Resim
Özel Resim
Özel Resim
Hakkımızda
Wuxi Energetic Technology Co.,Ltd
Fabrikamız 1989 yılında kurulmuştur. Ürünlerimizi tüm dünyaya ihraç etme konusunda 30 yılı aşkın deneyime sahibiz.
Daha Fazlasını Görüntüle

1989

Kuruluş Yılı

50-100+

Yıllık Satışlar

+

Müşterilere Hizmet

50~80+

çalışanlar

Bize Ulaşın
Bize Her Zaman Ulaşabilirsiniz!
(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; }); } } }); })(); });