Nossos serviços rapidamente

  • Serviço de pré-venda

    Serviço de pré-venda

    1: Serviço personalizado
    2: Programa gratuito
    3: citação grátis
  • Serviço de venda

    Serviço de venda

    Estabelecer um grupo de serviço individual para comunicar o progresso do projeto em tempo hábil
  • Serviço pós-venda

    Serviço pós-venda

    1: Garantia por um ano
    2: 24 horas para a solução

Contate-nos

* Primeiro nome

Primeiro nome can't be empty

* E-mail

E-mail can't be empty

Telefone

Telefone can't be empty

* Empresa

Empresa can't be empty

* País

País can't be empty

* Mensagem

Mensagem can't be empty

Enviar
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'; }); });