Nuestros servicios de un vistazo

  • Servicio previo

    Servicio previo

    1: Servicio personalizado
    2: Programa gratuito
    3: cita gratuita
  • Servicio en la venta

    Servicio en la venta

    Establecer un grupo de servicio uno a uno para comunicar el progreso del proyecto de manera oportuna
  • Servicio postventa

    Servicio postventa

    1: Garantía por un año
    2: 24 horas a la solución

Contáctenos

* Nombre de pila

Nombre de pila can't be empty

* Correo electrónico

Correo electrónico can't be empty

Teléfono

Teléfono can't be empty

* Compañía

Compañía can't be empty

* País

País can't be empty

* Mensaje

Mensaje can't be empty

Entregar
document.querySelectorAll('.head_nav li').forEach(function (item) { item.addEventListener('mouseover', function (event) { if (item.textContent.includes('PRODUCTS') || item.textContent.includes('SERVICES') || item.textContent.includes('SOLUTIONS') || item.textContent.includes('ABOUT US')) { event.preventDefault(); document.querySelectorAll('.dropdown-menu-item').forEach(function (menuItem) { menuItem.style.display = 'none'; }); if (item.textContent.includes('PRODUCTS')) { document.getElementById('products-menu').style.display = 'block'; } else if (item.textContent.includes('SERVICES')) { document.getElementById('services-menu').style.display = 'block'; } else if (item.textContent.includes('SOLUTIONS')) { document.getElementById('solutions-menu').style.display = 'block'; } else if (item.textContent.includes('ABOUT US')) { document.getElementById('about-us-menu').style.display = 'block'; } } }); }); window.addEventListener('scroll', function () { document.querySelectorAll('.dropdown-menu-item').forEach(function (menuItem) { menuItem.style.display = 'none'; }); });