EN CN

产品中心

Explore our premium product series

ON-2071​

ON-2071​

ON-2072​

ON-2072​

ON-2073C​

ON-2073C​

ON-2084​

ON-2084​

ON-2084B​

ON-2084B​

ON-2084C​

ON-2084C​

ON-2090​

ON-2090​

ON-2090A​

ON-2090A​

ON-2090G​

ON-2090G​

ON-2091​

ON-2091​

ON-2091A​

ON-2091A​

ON-2091B

ON-2091B

Scan QR Code
For More Information
$(function(){ $('a[href^="#"]').on('click', function(e) { e.preventDefault(); var target = $(this.getAttribute('href')); if (target.length) { $('html, body').stop().animate({ scrollTop: target.offset().top - 100 }, 800); } }); $('.product-nav a').on('click', function() { $('.product-nav a').removeClass('active'); $(this).addClass('active'); }); $('.product-card img').each(function() { $(this).on('load', function() { $(this).css('opacity', '0').animate({opacity: 1}, 500); }); }); $('.product-card').hover( function() { $(this).find('.product-title').css('color', '#975540'); }, function() { $(this).find('.product-title').css('color', '#333'); } ); });