成都锋宜精密工具制造有限公司创建于1997年。多年来对螺纹刀具、石油管螺纹刀具、蜗杆旋风铣削刀具、轴承刀具及非标成型刀具进行不断的研究开发,形成了规模化的专业生产能力,近来,又成功创新开发了涂层硬质合金自锁式可换头钻头“QuickDrill” 系列产品。从而创建了以复杂精密成型刀具及孔加工刀具为主的设计,研发,制造及服务的创新驱动商业发展模式,并逐步得到了市场认可.
→
CONTACT
我们接受有关我们的产品和服务的问题和询问。
If you have any questions or inquiries, please feel free to contact us.
We accept questions and inquiries about our products and services.
$(function(){
var nav = $(".header"); //得到导航对象
var win = $(window); //得到窗口对象
var sc = $(document); //得到document文档对象。
win.scroll(function () {
if (sc.scrollTop() >= 100) {
nav.addClass("on");
} else {
nav.removeClass("on");
}
})
$(".header .cnhamburger").click(function(){
$(this).toggleClass("is-open");
$(".menuBox").toggleClass("is-open");
})
})
$(".e_loop-4 .p_loopitem .cateLink").each(function() {
(function(a) {
var href = a.attr("data-href");
var sub = $("
").addClass("cn_pro");
$(".cnPro > .p_item").append(sub);
$.get(href, function(r) {
$(r).filter(".main").find(".cn_products .p_list").children().filter(":lt(8)").appendTo(sub);
$("#c_static_001-1657720242911 .cnPro .cn_pro:nth-child(1)").addClass("actived");
});
})($(this));
});
$(function(){
$("#c_static_001-1657720242911 .e_loop-4 .p_loopitem:nth-child(1)").find(".cateLink").addClass("actived");
$("#c_static_001-1657720242911 .e_loop-4 .p_loopitem .cateLink").each(function(index) {
$(this).click(function() {
$("#c_static_001-1657720242911 .e_loop-4 .p_loopitem .cateLink.actived").removeClass("actived"); //注意这里
$(this).addClass("actived"); //注意这里
$("#c_static_001-1657720242911 .cnPro .cn_pro.actived").removeClass("actived");
$("#c_static_001-1657720242911 .cnPro .cn_pro").eq(index).addClass("actived");
});
})
})
if (!window.jQuery) {
document.write(unescape("%3Cscript src='/public/static/common/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
document.write(unescape("%3Cscript type='text/javascript'%3E try{jQuery.noConflict();}catch(e){} %3C/script%3E"));
}
if (window.jQuery) {
(function($){
default_switch();
//简体繁体互换
function default_switch()
{
var home_lang = getCookie('home_lang');
if (home_lang == '') {
home_lang = 'cn';
}
if ($.inArray(home_lang, ['zh','cn'])) {
var obj = $('#jquerys2t_1573822909');
var isSimplified = getCookie('jquerys2t_1573822909');
if ('cn' == isSimplified) {
$('body').t2s();
$(obj).text('繁體');
} else if ('zh' == isSimplified) {
$('body').s2t();
$(obj).text('简体');
}
}
}
//简体繁体互换
$('#jquerys2t_1573822909').click(function(){
var obj = this;
var isSimplified = getCookie('jquerys2t_1573822909');
if ('' == isSimplified || 'cn' == isSimplified) {
$('body').s2t(); // 简体转繁体
setCookie('jquerys2t_1573822909', 'zh');
$(obj).text('简体');
} else {
$('body').t2s(); // 繁体转简体
setCookie('jquerys2t_1573822909', 'cn');
$(obj).text('繁體');
}
});
})(jQuery);
}