<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge，chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<title>CF Instrument Accessorise (Hongkong) Ltd</title>
<meta name="keywords" content="CF Instrument Accessorise (Hongkong) Ltd" />
<meta name="description" content="CF Instrument Accessorise (Hongkong) Ltd" />
<link rel="stylesheet" type="text/css" href="../css/en.css">
<script language="JavaScript" type="text/JavaScript" src="../js/jquery-1.11.0.min.js"></script>
<link rel="stylesheet" type="text/css" href="../css/animate.min.css">
<script language="JavaScript" type="text/JavaScript" src="../js/MSClass.js"></script>
<script language="javascript" type="text/javascript">
$(document).ready(function(){
	$(window).scroll(function (){
	var scroll_heightc = $(document).scrollTop();
	if( scroll_heightc > 5){			
		$("#xxkmenu1").addClass("fixed_right");
	}else{			
		$("#xxkmenu1").removeClass("fixed_right");
	}
	});
});
//加入收藏   
        function AddFavorite(sURL, sTitle) {   
            sURL = encodeURI(sURL);          try{      
            window.external.addFavorite(sURL, sTitle);      
        }catch(e) {      
            try{      
                window.sidebar.addPanel(sTitle, sURL, "");      
            }catch (e) {      
                alert("加入收藏失败，请使用Ctrl+D进行添加,或手动在浏览器里进行设置.");   
            }      
        }   
    }
$(function(){
	$(".menu li").hover(function(){
			$(this).find("div").stop(true,true);
			$(this).find("div").stop(true,true).slideDown(100);
		},function(){
			$(this).find("div").stop(true,true);
			$(this).find("div").stop(true,true).slideUp(100);
			});
	$('.mmopen').click(function(){
		$(".topmenu").animate({
			right:'0'
		  });
	});
	$('.mmclose').click(function(){
		$(".topmenu").animate({
			right:'-100%'
		  });
	});
});
</script>
</head>
<body>
<div class="topbg"></div>
<div class="menubox">
	<div class="toplogo">
    	<span><a href="../"><img src="../images/cn.png" /><br />Chinese</a></span><strong>(0769) 81620289<br>( 852 ) 24878282</strong>
        <a href="index.html" class="logo"><img src="../images/logoen.jpg" /></a>
    </div>
	<ul class="menu transition">
        <li><a href="index.html" class="hmenu0">Home</a></li>
            <li class="topline"><a href="about.html" >ABOUT US</a>
            <div><a href=about_87.html class='sm87'>COMPANY PROFILE</a><a href=about_438.html class='sm438'>Culture</a><a href=about_439.html class='sm439'>Certificate</a></div>        </li>
            <li class="topline"><a href="news.html" >NEWS</a>
            <div class=submenu397><a href=news_426.html class='sm426'>Company news</a><a href=news_577.html class='sm577'>Industry information</a></div>        </li>
            <li class="topline"><a href="product.html" >PRODUCTS</a>
            <div class=submenu596><a href=product_511.html class='sm511'>connecting lead</a><a href=product_521.html class='sm521'>crocodile clamp</a><a href=product_522.html class='sm522'>test probe & clip</a><a href=product_603.html class='sm603'>test lead</a><a href=product_604.html class='sm604'>power cord</a><a href=product_605.html class='sm605'>BNC lead</a><a href=product_606.html class='sm606'>thermocouple lead</a><a href=product_607.html class='sm607'>test set</a><a href=product_608.html class='sm608'>part</a></div>        </li>
            <li class="topline"><a href="feedback.html" >SERVICE</a>
                    </li>
            <li class="topline"><a href="production.html" >PRODUCTION</a>
                    </li>
            <li class="topline"><a href="hr.html" >HR</a>
            <div><a href=hr_1542.html class='sm1542'>Recruitment position</a><a href=hr_1611.html class='sm1611'>Team concept</a></div>        </li>
            <li class="topline"><a href="contact.html" >CONTACT US</a>
                    </li>
        </ul>
</div>
<div class="topermm">
	<div class="toplogomm">
    <a href="javascript:void(0);" class="mmopen"><img src="../images/mm.gif" /></a>
    <a href="index.html" class="logo"><img src="../images/logoen.jpg" /></a>
    </div>
    <div class="topmenu">
    <a href="javascript:void(0);" class="mmclose"><img src="../images/m-close.png" /></a>
    <strong><a href="../">Chinese</a></strong>
    <ul class="menumm">
    	<li><a href="index.html" class="hmenu0">Home</a></li>
            <li><a href="about.html" >ABOUT US</a></li>
            <li><a href="news.html" >NEWS</a></li>
            <li><a href="product.html" >PRODUCTS</a></li>
            <li><a href="feedback.html" >SERVICE</a></li>
            <li><a href="production.html" >PRODUCTION</a></li>
            <li><a href="hr.html" >HR</a></li>
            <li><a href="contact.html" >CONTACT US</a></li>
        </ul>
    <div class="mmtext"><p>(0769) 81620289</p><p>( 852 ) 29550638</p><p>cf88@21cn.net</p></div>
    </div>
</div><div class="inlefttophua"></div>
<script language="JavaScript" type="text/JavaScript" src="../js/focus.js"></script>
<script type="text/javascript" src="../js/jquery.easing.1.3.js"></script>
<script type="text/javascript">
$(function(){
	$(".banner").focusImg(1,5000);
	$(".inabimg").focusImg(2,5000);
	$(".innews ul li").hover(function(){
		$(this).addClass("innewslihh");
	},function(){
		$(this).removeClass("innewslihh");
	});
    $('.inywimg img').css("top",($('.inywimg').height() - $('.inywimg img').height()) / 2);
	
	//切换
		$(".right_name ul li:first").addClass("b");
		$('.right_name ul li').mouseover(function(){
			var base=$(this).index();
			$(this).addClass('b').siblings().removeClass('b');
			$(".ctt dl").eq(base).addClass('active').siblings().removeClass('active');
	});
});
</script>
<div class="banner">
		<ul class="image">
			        <li><a href="product_511.html"><img src="../upload_files/2020-11/202011130316015022.jpg" /></a></li>
                <li><a href="product_521.html"><img src="../upload_files/2020-11/202011130316361011.jpg" /></a></li>
                <li><a href="product_522.html"><img src="../upload_files/2020-11/202011130317147785.jpg" /></a></li>
        		</ul>
        <ul class="point">
			        <li><a href="javascript:void(0);"></a></li>
                <li><a href="javascript:void(0);"></a></li>
                <li><a href="javascript:void(0);"></a></li>
        		</ul>
        <div class="nexImg">
            <img src="../images/nexImg.png" />
        </div>
        <div class="preImg">
            <img src="../images/preImg.png" />
        </div>
        <img src="../images/bbg.gif" width="100%" />
</div>
<!------------------------------------------------分------割------线---------------------------------------------------------->
<div class="inabout">
	<div class="inab">
    		<div class="inableft">
            <h1><span>About Us</span></h1>
            <div class="inabcon">
                <a href="about.html"><p>Established as recently as 1999, Chang Feng Instrumentation Accessories was borne out of a vision and a commitment to design, develop and manufacture the comprehensive range of low-cost, high quality accessories for Electrical &amp; Electronic test and measuring instruments in the market-place.<br/></p><p>The company has been working with the world major instrumentation companies for the last few years. In fact, it is this ability to gather the long-term experience of Chang Feng and quality thinking of the worldwide known organizations in developing and manufacturing professional accessories for the test and measuring instruments.<br/></p></a>
            </div>
            <strong><a href="about.html">MORE +</a></strong>
        </div>
        <div class="inabimg">
        	<a href="about.html"><img src="../upload_files/2020-11/2020110905023710042.jpg" /></a>
        </div>
	</div>
</div>
<div class="inpro">
	<h1>OUR PRODUCTS<p>
    	          <a href="_511.html">connecting lead</a>|
                    <a href="_521.html">crocodile clamp</a>|
                    <a href="_522.html">test probe & clip</a>|
                    <a href="_603.html">test lead</a>|
                    <a href="_604.html">power cord</a>|
                    <a href="_605.html">BNC lead</a>|
                    <a href="_606.html">thermocouple lead</a>|
                    <a href="_607.html">test set</a>|
                    <a href="_608.html">part</a>|
          </p>
    </h1>
    <div class="img-scroll">
        <span class="prev"></span>
        <span class="next"></span>
        <div class="img-list">
    	<ul>
			<li>
                <a href="productshow_1655.html"><img src="../upload_files/2020-11/202011101129415984.jpg" width="252" /></a>
                <h3><a href="productshow_1655.html">Φ4mm Connecting Lead</a></h3>
                <p>Φ4mm shrouded plug on both ends<br />
Compliant with EN61010-031/A1:2008</p>
                </li>
            <li>
                <a href="productshow_1654.html"><img src="../upload_files/2020-11/202011101129412453.jpg" width="252" /></a>
                <h3><a href="productshow_1654.html">Φ4mm Safety Connecting Lead</a></h3>
                <p>Φ4mm shrouded, stackable plug with protective header on both ends<br />
Compliant with EN61010-031/A1:2008</p>
                </li>
            <li>
                <a href="productshow_1653.html"><img src="../upload_files/2020-11/2020111011294110055.jpg" width="252" /></a>
                <h3><a href="productshow_1653.html">CF-732850</a></h3>
                <p>Spring loaded hook clip on both ends<br />
Standard Lead : PVC / Silicone ; 1000 mm</p>
                </li>
            <li>
                <a href="productshow_1652.html"><img src="../upload_files/2020-11/202011101129413457.jpg" width="252" /></a>
                <h3><a href="productshow_1652.html">Test Lead of Hook Clip</a></h3>
                <p>Spring loaded hook clip on one end<br />
Φ4mm unshrouded, stackable plug with rear jack on the other end</p>
                </li>
            <li>
                <a href="productshow_1651.html"><img src="../upload_files/2020-11/202011101129411266.jpg" width="252" /></a>
                <h3><a href="productshow_1651.html">Φ4mm Connecting Lead</a></h3>
                <p>Φ4mm unshrouded, stackable plug with rear jack on both ends<br />
Compliant with EN61010-031/A1:2008</p>
                </li>
            <li>
                <a href="productshow_1650.html"><img src="../upload_files/2020-11/202011101129414466.jpg" width="252" /></a>
                <h3><a href="productshow_1650.html">Φ4mm Safety Connecting Lead</a></h3>
                <p>Φ4mm shrouded,stackable plug with rear jack on both ends<br />
Plug housing : by assembly of parts</p>
                </li>
                	</ul>
    	</div>
    </div>
    <p class="inpromore"><a href="product.html">MORE +</a></p>
</div>
<script type="text/javascript">
 function DY_scroll(wraper,prev,next,img,speed,or)
 { 
  var wraper = $(wraper);
  var prev = $(prev);
  var next = $(next);
  var img = $(img).find('ul');
  var w = img.find('li').outerWidth(true);
  var s = speed;
  next.click(function()
       {
        img.animate({'margin-left':-w},function()
                  {
                   img.find('li').eq(0).appendTo(img);
                   img.css({'margin-left':0});
                   });
        });
  prev.click(function()
       {
        img.find('li:last').prependTo(img);
        img.css({'margin-left':-w});
        img.animate({'margin-left':0});
        });
  if (or == true)
  {
   ad = setInterval(function() { next.click();},s*1000);
   wraper.hover(function(){clearInterval(ad);},function(){ad = setInterval(function() { next.click();},s*1000);});
  }
 }
 DY_scroll('.img-scroll','.prev','.next','.img-list',3,true);
</script>
<div class="innews">
	<h1>LAST NEWS</h1>
    <div class="innewslist">
    <ul>        <li>
        <div class="innimg">
        <a href="newsshow_1613.html"><img src="../upload_files/2020-11/202011100434334465.jpg" width="338" height="240" /></a>
        <h3><a href="newsshow_1613.html">Welcome to Chang Feng Instrument Accessories (Hong Kong) Ltd</a></h3>
        <p>2020-10-17</p>
        </div>
        </li>
                <li>
        <div class="innimg">
        <a href="newsshow_1612.html"><img src="../upload_files/2020-11/202011100435117567.jpg" width="338" height="240" /></a>
        <h3><a href="newsshow_1612.html">The company has been working with the world major instrumentation companies for the last few years.</a></h3>
        <p>2020-10-27</p>
        </div>
        </li>
            </ul>
    <ol>
    	        <li>
        <span>2020-11-16</span><a href="newsshow_1837.html"></a>
        </li>
                <li>
        <span>2020-10-17</span><a href="newsshow_1613.html">Welcome to Chang Feng Instrument Accessories (Hong Kong) Ltd</a>
        </li>
                <li>
        <span>2020-10-27</span><a href="newsshow_1612.html">The company has been working with the world major instrumentation companies for the last few years.</a>
        </li>
                <li>
        <span>2020-10-17</span><a href="newsshow_1598.html">We invite you to browse through our exciting range of products. </a>
        </li>
                <li>
        <span>2014-10-30</span><a href="newsshow_1597.html">84 th China Electronics Fair(84 th CEF)</a>
        </li>
            </ol>
    </div>
    <p class="innewmore"><a href="product.html">MORE +</a></p>
</div>
<!-------------------------------------------------分------割------线---------------------------------------------------------->
<div class="copyright">
	<p>
    	          <a href="_511.html">connecting lead</a>|
                    <a href="_521.html">crocodile clamp</a>|
                    <a href="_522.html">test probe & clip</a>|
                    <a href="_603.html">test lead</a>|
                    <a href="_604.html">power cord</a>|
                    <a href="_605.html">BNC lead</a>|
                    <a href="_606.html">thermocouple lead</a>|
                    <a href="_607.html">test set</a>|
                    <a href="_608.html">part</a>|
          </p>
	Copyright 1999-2020 © CF Instrument Accessorise (Hongkong) Ltd  All rights reserved. &nbsp;&nbsp;Support:<a href='http://www.0769net.com' target='_blank'>东莞网站设计</a>&nbsp;&nbsp;<br />
    <a href='http://beian.miit.gov.cn/' target='_blank'>粤ICP备20201530号</a></div>
<div class="qqkefu">
    <ul>
        <li class="qq_phone" id="140" style="width: 45px; overflow: hidden;"><a href="#"><b></b>(0769) 81620289</a></li>
        		<li class="qq_czaa qq_ku" id="120" style="width: 45px; overflow: hidden;"><a href="http://wpa.qq.com/msgrd?v=3&amp;uin=252881923&amp;site=qq&amp;menu=yes" target="_blank"><b></b>销售客服252881923</a></li>
		<li class="qq_app">
             <div class="app" style="display: none;">
                                <p><img src="../upload_files/2020-09/202009250241117385.jpg">WeChat</p>
                                <i class="arrow3"></i>
            </div>
            </li>
        <li class="top" _vimium-has-onclick-listener=""></li>
    </ul>
</div>
<script>
$(function () {
    $(".qqkefu .top").click(function(){
        $("html,body").animate({"scrollTop":0}, 300);
    })
    $(window).scroll(function () {
        var scrollTop = document.body.scrollTop;
//        if(scrollTop>78){
//            $(".top").css({"opacity":"0.95","filter":"alpha(opacity=95)"})
//        }else{
//            $(".top").css({"opacity":"1","filter":"alpha(opacity=100)"})
//        }
    })

    //QQ
    $(".qq_czaa").hover(function(){
        var idw=this.id;
        if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE7.0")
        {
            $(this).stop(true,false).animate({width:idw,"left":"-65px"}, 300);
        } else{
            $(this).stop(true,false).animate({"width":"175px"}, 300);
        }
    },function(){
        if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE7.0")
        {
            $(this).stop(true,false).animate({"width":"45px","left":"0"}, 300);
        } else{
            $(this).stop(true,false).animate({"width":"45px"}, 300);
        }
    })
    $(".qq_phone").hover(function(){
        var idw=this.id;
        if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE7.0")
        {
            $(this).stop(true,false).animate({width:idw,"left":"-95px"}, 300);
        } else{
            $(this).stop(true,false).animate({"width":"205px"}, 300);
        }
    },function(){
        if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE7.0")
        {
            $(this).stop(true,false).animate({"width":"45px","left":"0"}, 300);
        } else{
            $(this).stop(true,false).animate({"width":"45px"}, 300);
        }
    })
  $(".qq_czb").hover(function(){
        $(".erweima").stop(true,true).fadeIn();
    },function(){
        $(".erweima").stop(true,true).fadeOut();
    })
     $(".qq_app").hover(function(){
       $(this).find('.app').stop(true,true).fadeIn();
    },function(){
         $(this).find('.app').stop(true,true).fadeOut();
    })
});
</script>
<script src="../js/wow.min.js"></script> 
<script>
wow = new WOW(
{animateClass: 'animated',
offset:100});
wow.init();
document.getElementById('moar').onclick = function() {
var section = document.createElement('section');
section.className = 'section--purple wow fadeInDown';
this.parentNode.insertBefore(section, this);};
</script>
</body></html>