企业文化

ABOUT US

这是一个充满机遇和挑战的时代,这是一个必须变革和重构的时代. 经营环境与商业模式正在快速改变,何文镜业已经进入到全球化发展的新阶段. 我们将站在新的历史起点上,扎根中国,面向世界,力争将何文镜业建成一个富有生命力的企业.

企业使命

企业使命

继承创新,致力于更高质量的产品及行业的可持续发展

企业愿景

企业愿景

立志成为摩托配件制造商领航者

企业价值观

核心价值观

诚信负责,精益求精。尊重个人,协助共享。

何文镜业

© COPYRIGHT 2023 江门市何文车辆部件有限公司 本网站已支持IPV6

$(function () { var urlName = window.location.pathname; $('.e_container-1 .p_list .p_loopitem .s_title a').each(function () { var urlHref = $(this).attr('href'); if (urlName.indexOf(urlHref) >= 0) { $(this).addClass('on'); $(this).parent().parent("div").addClass('active'); } }); if ($(window).width() < 769) { if ($('.e_container-1 .p_list .p_loopitem.active').length > 0) { var left = $('.e_container-1 .p_list .p_loopitem.active').offset().left; console.log(left) console.log($(window).width() / 2) if (left > ($(window).width() / 2)) { $(".e_container-1 .p_list").scrollLeft(left / 2); } } } });