<!doctype html>
<html lang="zh">
<head>
	<meta charset="utf-8">
	<meta name="baidu-site-verification" content="codeva-sgfhfe9yxm" />
	<title>深圳PCBA加工厂_PCB加工_SMT贴片加工厂_线路板代加工-卓能创展</title>
	<meta name="keywords" content="SMT贴片加工-PCB制造厂家-深圳PCBA加工企业-DIP插件组装-卓能创展">
	<meta name="description" content="">
	<meta name="viewport" content="width=device-width, initial-scale=0.1, maximum-scale=0.1, user-scalable=yes,shrink-to-fit=no">
	<!--	<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,shrink-to-fit=no">-->
	<link rel="stylesheet" href="/template/default/bootstrap/css/bootstrap.min.css" >
	<link rel="stylesheet" href="/template/default/font-awesome-4.7.0/css/font-awesome.min.css">
	<link rel="stylesheet" href="/template/default/css/aoyun.css?v=v1.3.5" >
	<link rel="stylesheet" href="/template/default/swiper-4.3.5/css/swiper.min.css">
	<link rel="stylesheet" href="/template/default/css/animate.css">
	<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
	<script src="/template/default/js/jquery-1.12.4.min.js" ></script>
</head>
<body>

<!-- 头部导航 -->
<nav id="navbar" class="navbar navbar-light bg2-light fixed-top navbar-expand-lg " style="height: 90px;z-index: 99999999;position: fixed;transition: background-color 0.2s;">

	<div class="container" style="min-width: 100%;padding: 10px 70px;">
		<a class="navbar-brand my-1" href="/">
			<img src="/static/upload/image/20240626/1719389452121155.png" class="logo-sm-height" style="height:77px;padding-bottom: 8px;" >
		</a>

		<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
			<span class="navbar-toggler-icon"></span>
		</button>

		<div class=" navbar-collapse justify-content-end" id="navbarNav">
			<ul class="navbar-nav">
				

				<li class="nav-item ">
				    
					<a class="nav-link" href="/home/" style="color: white;"><span>首页</span></a>
					<ul class="dropdown-menus">
                      
                       </ul>

				</li>
				

				<li class="nav-item ">
				    
					<a class="nav-link" href="/abouts/" style="color: white;"><span>卓能创展</span></a>
					<ul class="dropdown-menus">
                      
                       </ul>

				</li>
				

				<li class="nav-item ">
				    
					<a class="nav-link" href="/product/" style="color: white;"><span>技术实力</span></a>
					<ul class="dropdown-menus">
                      
                         <li>
                             <a  href="/fineproduct/" style="color: white;">精拍产品展示</a>
                             </li>
                       
                         <li>
                             <a  href="/EquipmentInstruments/" style="color: white;">设备&amp;仪器</a>
                             </li>
                       
                         <li>
                             <a  href="/FactoryShowcase/" style="color: white;">工厂展示</a>
                             </li>
                       
                         <li>
                             <a  href="/list_26/" style="color: white;">卓能证书</a>
                             </li>
                       
                       </ul>

				</li>
				

				<li class="nav-item ">
				    
					<a class="nav-link" href="/case/" style="color: white;"><span>产品服务</span></a>
					<ul class="dropdown-menus">
                      
                       </ul>

				</li>
				

				<li class="nav-item ">
				    
					<a class="nav-link" href="/article/" style="color: white;"><span>业内动态</span></a>
					<ul class="dropdown-menus">
                      
                         <li>
                             <a  href="/list_37/" style="color: white;">行业解析</a>
                             </li>
                       
                         <li>
                             <a  href="/list_38/" style="color: white;">新闻咨询</a>
                             </li>
                       
                       </ul>

				</li>
				

				<li class="nav-item ">
				    
					<a class="nav-link" href="/gbook/" style="color: white;"><span>需求解析</span></a>
					<ul class="dropdown-menus">
                      
                       </ul>

				</li>
				

				<li class="nav-item ">
				    
					<a class="nav-link" href="/contact/" style="color: white;"><span>联系我们</span></a>
					<ul class="dropdown-menus">
                      
                       </ul>

				</li>
				
			</ul>
			<span class="navbar-text" style="    margin-left: 6%;">
    <div class="searchcontainer">


		<form action="/search/"  method="get">
			 <input type="text" placeholder="" class="search"  name="keyword">
        <button class="btnsearch"  type="submit"><img src="/template/default/images/search.png"></button>
</form>
    </div>
			</span>


			<span class="navbar-language"style="font-size: 17px;">
				  <div class="understand" ><a href="/gbook/">在线联系</a></div>
			</span>

		</div>
	</div>
</nav>

<!--占位导航栏-->
<!--<div style="height:90px;background-color: transparent !important;" ></div>-->




<style>
	/* 外部盒子,控制搜索框在页面中的位置 */
	.searchcontainer{
		display : flex;
		justify-content: center;    /*水平方向居中*/
		align-items: center;          /*垂直方向居中*/
	}
	/* 搜索框样式 */
	.search{
		opacity:0;
		width: 100px;
		/*background-image: url("/template/default/images/search.png");    !*搜索框背景图片*!*/
		/*background-size: 20% 100%;*/

		background-repeat: no-repeat;        /*设置背景图片不平铺*/
		border-radius: 30px 0px 0px 30px;
		padding-left: 50px;
		background-position: 10px 10px;       /*设置背景图片的位置*/
		font-size: 18px;
		border: none;                   /*去除边框*/
	}
	.search:hover{
		opacity:1;
	}
	/* 搜索框获得焦点时样式 */
	.search:focus{
		outline: coral solid 1px;    /*添加外边框*/
	}
	/* 搜索按钮样式 */
	.btnsearch{
		width: 30px;
		border: none;
		/*background-image: url("/template/default/images/search.png");*/
		/*background-size: 100% 100%;*/
		background-color: white;
		/*color: #fff;*/
		border-radius: 0px 30px 30px 0px;
		font-size: 18px;
		cursor: pointer;
		background-color: transparent !important;
	}
	.btnsearch img{
		width: 100%;
		height: 100%;
	}
	/* 按钮悬浮时样式 */
	.btnsearch:hover{
		/*background-color: #ff5900;*/
	}

	.navbar-language{
		margin-left: 10px;
	}


	*::-webkit-scrollbar {
		width: 10px;
		height: 5px;
	}


	*::-webkit-scrollbar-thumb {
		background: #c1c1c1;
		border-radius: 4px;
	}



	@keyframes img-gradient {
		0% {
			transform: translateY(-100%);
		}
		100% {
			transform: translateY(0);
		}
	}
	.navbar-collapse li {
		text-align: center;
		width: 150px;
		height:90px;
		line-height:80px;
		display: inline-block;
		/*overflow: hidden;*/
         position: relative;
	}
	.navbar-collapse li a {
		height: 90px;
	}
	.navbar-collapse li a span{
		z-index: 2;
	}
	/*.navbar-collapse li:hover a{
		color: #FFFFFF !important;
	}
	.navbar-collapse li:hover a::after{
		color: #FFFFFF !important;
		animation: img-gradient 0.5s linear;
		background: #337ecc;
		top: 0;
		height:90px;
	}
	.navbar-collapse li a::after{
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		transition: .5s;
		position: absolute;
		top: -100%;
		left: 0;
		background-color: #5a8ec0;
		z-index: -1;
		height:90px;bg-light
	}*/
	.bg2-light{
		background-color: transparent !important;
		border: 0px;
	}
/*
	.bg2-light:hover{
		background-color: #FFFFFF !important;
	}*/
	.swiper-container{
		width: 100%;
		height: 100%;
	}
	.shadow-sm {
		box-shadow: 0 .125rem .25rem rgba(0,0,0,0)!important;
	}
	.shadow-sm:hover{
		box-shadow: 0 .125rem .25rem rgba(0,0,0,0.075)!important;
	}

.dropdown-menus {
    margin: 0;
    padding: 0;
    background: #6a6a6a;
}
.dropdown-menus li{
    background:#666;
    text-align: center;
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    display: none;
}
.dropdown-menus li a {
  text-decoration: none; /* 取消下划线 */
}
.dropdown-menus>li>a{line-height: 40px;color: #212529;}
.dropdown-menu{background: #fcaf01;}

.navbar-collapse li:hover{background: #fcaf01;color: #FFFFFF;}
.navbar-collapse li:hover .dropdown-menus li{ display:block ;}



.navbar-nav{
	width:60%;
}
 .understand{
	 line-height: 32px;
	 border-radius: 5px;
		text-align: center;
		background-color:#015DC1;
		margin:auto;
	 height:35px;
	 width: 120px;
	}
	.understand a{
		color:#FFFFFF;
		font-size: 16px;
	}
	.understand a:hover{
		color:#FFFFFF;
	}
#navbar.scrolled {
  background-color:rgb(0 78 162) !important; /* 下滑后的背景色 */
}
</style>
 <script>
 window.addEventListener('scroll', () => {
  const navbar = document.getElementById('navbar');
  if (window.scrollY > 0) {
    navbar.classList.add('scrolled');
  } else {
    navbar.classList.remove('scrolled');
  }
});
</script>
<meta name="baidu-site-verification" content="codeva-sgfhfe9yxm" />

<link rel="stylesheet" href="/template/default/css/common.css" >
<link rel="stylesheet" href="/template/default/css/style.css" >
<link rel="stylesheet" href="/template/default/bootstrap/css/bootstrap.min.css" >

<div class="index-page">

    <div class="swiper-container-top">
        <div class="swiper-wrapper">

            

        <div class="swiper-slide">
      <!--  <div class="index-container" >
            <p style="font-size: 4rem;color: white;"><storng></storng></p>
            <p style="font-size: 1.8rem;color: white;"><storng></storng></p>
            <div class="understand" ><a href="/product/">了解更多></a></div>
        </div>-->

            <a href="/gbook/">
                <img src="/static/upload/image/20250224/1740365391976365.jpg" class="d-block w-100" style="height:auto">
            </a>


    </div>
            

        <div class="swiper-slide">
      <!--  <div class="index-container" >
            <p style="font-size: 4rem;color: white;"><storng></storng></p>
            <p style="font-size: 1.8rem;color: white;"><storng></storng></p>
            <div class="understand" ><a href="/product/">了解更多></a></div>
        </div>-->

            <a href="/gbook/">
                <img src="/static/upload/image/20250318/1742288576227518.jpg" class="d-block w-100" style="height:auto">
            </a>


    </div>
            

        </div>


        <div class="swiper-pagination"style="bottom: 20%"></div>
    </div>




    <div class="section1 pt-xl-5 pb-xl-5 pt-4 pb-4" style=" min-height: 0px;">
        <div class="pages">
            <div class="mt-3 mb-3 ">
                 
                <div class="title d-flex align-items-center justify-content-between wow fadeInUp" style="margin-bottom: 5px;display: block !important;">
                    <p class="fs-xxl-36 fs-xl-30 fs-24 color-1 " style="text-align: center;font-weight: bold;font-size: 2.5rem;margin-bottom: 0;">卓能创展</p>
                </div>
                <div style="margin-left: 5px;margin-right: 5px">
                       <p style="font-size: 14px;text-align: center;">卓能创展作为一家专注于电子制造服务（EMS）的企业，我们致力于为客户提供高品质、高效率的PCBA代工代料服务。我们的核心团队拥有丰富的行业经验和专业技能，能够满足客户在各种领域的需求，包括但不限于汽车电子、医疗电子、智能家居、物联网等领域。</p>
                         <div>
        
        <hr>
                <div class="container-fluid p-0 mt-4 wow fadeInUp"style=" text-align: left;">

                    <div class="swiper-container">
                           

                                <div   style="width:100%;">

                                    <div  style="background-color: white">

                                        <ul>
                                             
                                            <li style="float:left; width:23.8%; margin:0px 5px 0px 10px; ">
                                                <p style="margin:0;"><span style="font-size:48px;font-weight: bold;font-style: italic;margin-right: 3%; ">8500</span>日产能</p>
                                                 <p style="margin: 0 0 2rem 0;;height: 50px;width: 85%;">18条松下NPM双轨贴片产线，日产能8500万点,。</p>
                                              <img  src="/static/upload/image/20251114/1763107067287047.jpg" style="max-width:100%;height:260px;" >
                                             
                                                </li>
                                                    
                                            <li style="float:left; width:23.8%; margin:0px 5px 0px 10px; ">
                                                <p style="margin:0;"><span style="font-size:48px;font-weight: bold;font-style: italic;margin-right: 3%; ">5-8</span>万PCS/日</p>
                                                 <p style="margin: 0 0 2rem 0;;height: 50px;width: 85%;">6条DIP 插件、产品组装、测试、包装一体产线，成品产能可达到5-8万PCS/日。</p>
                                              <img  src="/static/upload/image/20251114/1763107113575400.jpg" style="max-width:100%;height:260px;" >
                                             
                                                </li>
                                                    
                                            <li style="float:left; width:23.8%; margin:0px 5px 0px 10px; ">
                                                <p style="margin:0;"><span style="font-size:48px;font-weight: bold;font-style: italic;margin-right: 3%; ">20000</span>m²</p>
                                                 <p style="margin: 0 0 2rem 0;;height: 50px;width: 85%;">提供专业，高效，高质量的EMS代工服务，工厂面积20000m²</p>
                                              <img  src="/static/upload/image/20251114/1763107210927486.jpg" style="max-width:100%;height:260px;" >
                                             
                                                </li>
                                                    
                                            <li style="float:left; width:23.8%; margin:0px 5px 0px 10px; ">
                                                <p style="margin:0;"><span style="font-size:48px;font-weight: bold;font-style: italic;margin-right: 3%; ">26000</span>m²</p>
                                                 <p style="margin: 0 0 2rem 0;;height: 50px;width: 85%;">鼎阳（越南）有限公司位于越南宁平省，金清坊，同文 IV工业区 CN04 分区，占地26000m²</p>
                                              <img  src="/static/upload/image/20250113/1736750342593599.png" style="max-width:100%;height:260px;" >
                                             
                                                </li>
                                                    
                                            </ul>
<!--                                               

<!--                                                <div class="video-container">
                                                    <div class="video-poster" style="background-image: url('/static/images/zhizoa.jpg');"></div>
                                                  <video class="video-element">
                                                        <source src="/static/upload/video/20240703/1719998158996483.mp4" type="video/mp4">

                                                    </video>
                                                    [list:content]
                                                </div>-->

                                            </div>
                                        </div>
                                    </div>
                                </div>
                            


                        </div>
                    </div>
                </div></div></div>



    <div class="section5 pt-xl-5 pb-xl-5 pt-4 pb-4" style=" min-height: 800px; background-color:#dadada5c">
        <div class="pages" >
            <div class="mt-3 mb-3">

                <div class="title d-flex align-items-center justify-content-between wow fadeInUp"style="margin-bottom: 50px;">
                    
                    <h2 class="fs-xxl-36 fs-xl-30 fs-24 color-1 ma"style=" font-size: 2.5rem;font-weight: bold;margin: auto !important;">精拍产品展示</h2>
                    
                </div>

                <div class="container-fluid p-0 mt-4 wow fadeInUp"style=" text-align: left;">

                    <div class="swiper-container-product">
                        <div class="swiper-wrapper">
                            

                            
                            <div class="swiper-slide">
                                

                                
                                <div   style="width:24%;margin: 0px 5px 0px 5px;float:left;">
                                    <div  style="border-radius: 10px;padding: 18px 18px 1px 18px;background-color: white">

                                        <p style="height: 30px;font-size: 22px;font-weight: bold"><img src="/template/default/images/redico.png" style="width: 10px;height: 10px;transform: translate(-50%, -25%);">矿机</p>
                                        <div style="">
                                            <p style="height: 69px;font-size: 14px">矿机电源类客户：比京、杭州极电</p>
                                            <img src="/static/upload/image/20250306/1741242716214477.jpg">
                                            <div class="productmore" style="border-radius: 5px;font-size: 16px;"><a href="/product/">了解更多></a></div>
                                        </div>
                                    </div>
                                </div>
                                

                            

                                
                                <div   style="width:24%;margin: 0px 5px 0px 5px;float:left;">
                                    <div  style="border-radius: 10px;padding: 18px 18px 1px 18px;background-color: white">

                                        <p style="height: 30px;font-size: 22px;font-weight: bold"><img src="/template/default/images/redico.png" style="width: 10px;height: 10px;transform: translate(-50%, -25%);">新能源BMS</p>
                                        <div style="">
                                            <p style="height: 69px;font-size: 14px"></p>
                                            <img src="/static/upload/image/20251114/1763107589510204.jpg">
                                            <div class="productmore" style="border-radius: 5px;font-size: 16px;"><a href="/product/">了解更多></a></div>
                                        </div>
                                    </div>
                                </div>
                                

                            

                                
                                <div   style="width:24%;margin: 0px 5px 0px 5px;float:left;">
                                    <div  style="border-radius: 10px;padding: 18px 18px 1px 18px;background-color: white">

                                        <p style="height: 30px;font-size: 22px;font-weight: bold"><img src="/template/default/images/redico.png" style="width: 10px;height: 10px;transform: translate(-50%, -25%);">机器人</p>
                                        <div style="">
                                            <p style="height: 69px;font-size: 14px">机器人类客户：中海油辉固、阿童木、七号机器人、万顺兴</p>
                                            <img src="/static/upload/image/20250306/1741243176668005.jpg">
                                            <div class="productmore" style="border-radius: 5px;font-size: 16px;"><a href="/product/">了解更多></a></div>
                                        </div>
                                    </div>
                                </div>
                                

                            

                                
                                <div   style="width:24%;margin: 0px 5px 0px 5px;float:left;">
                                    <div  style="border-radius: 10px;padding: 18px 18px 1px 18px;background-color: white">

                                        <p style="height: 30px;font-size: 22px;font-weight: bold"><img src="/template/default/images/redico.png" style="width: 10px;height: 10px;transform: translate(-50%, -25%);">电脑主板</p>
                                        <div style="">
                                            <p style="height: 69px;font-size: 14px">我们注重每一个生产环节，从方案设计、SMT贴片加工到测试组装，我们都严格按照国际质量标准进行操作，确保每一个产品都能达到客户的期望。</p>
                                            <img src="/static/upload/image/20250306/1741243526753213.jpg">
                                            <div class="productmore" style="border-radius: 5px;font-size: 16px;"><a href="/product/">了解更多></a></div>
                                        </div>
                                    </div>
                                </div>
                                

                            

                                
                            </div>
                            <div class="swiper-slide">
                                
                                <div   style="width:24%;margin: 0px 5px 0px 5px;float:left;">
                                    <div  style="border-radius: 10px;padding: 18px 18px 1px 18px;background-color: white">

                                        <p style="height: 30px;font-size: 22px;font-weight: bold"><img src="/template/default/images/redico.png" style="width: 10px;height: 10px;transform: translate(-50%, -25%);">安防报警器</p>
                                        <div style="">
                                            <p style="height: 69px;font-size: 14px"></p>
                                            <img src="/static/upload/image/20250306/1741243631567711.jpg">
                                            <div class="productmore" style="border-radius: 5px;font-size: 16px;"><a href="/product/">了解更多></a></div>
                                        </div>
                                    </div>
                                </div>
                                

                            

                                
                                <div   style="width:24%;margin: 0px 5px 0px 5px;float:left;">
                                    <div  style="border-radius: 10px;padding: 18px 18px 1px 18px;background-color: white">

                                        <p style="height: 30px;font-size: 22px;font-weight: bold"><img src="/template/default/images/redico.png" style="width: 10px;height: 10px;transform: translate(-50%, -25%);">显卡</p>
                                        <div style="">
                                            <p style="height: 69px;font-size: 14px"></p>
                                            <img src="/static/upload/image/20250306/1741244232463250.jpg">
                                            <div class="productmore" style="border-radius: 5px;font-size: 16px;"><a href="/product/">了解更多></a></div>
                                        </div>
                                    </div>
                                </div>
                                

                            

                                
                                <div   style="width:24%;margin: 0px 5px 0px 5px;float:left;">
                                    <div  style="border-radius: 10px;padding: 18px 18px 1px 18px;background-color: white">

                                        <p style="height: 30px;font-size: 22px;font-weight: bold"><img src="/template/default/images/redico.png" style="width: 10px;height: 10px;transform: translate(-50%, -25%);">智能家居</p>
                                        <div style="">
                                            <p style="height: 69px;font-size: 14px">智能家居类：联宠、百年电器</p>
                                            <img src="/static/upload/image/20250306/1741244328556314.jpg">
                                            <div class="productmore" style="border-radius: 5px;font-size: 16px;"><a href="/product/">了解更多></a></div>
                                        </div>
                                    </div>
                                </div>
                                

                            

                                
                                <div   style="width:24%;margin: 0px 5px 0px 5px;float:left;">
                                    <div  style="border-radius: 10px;padding: 18px 18px 1px 18px;background-color: white">

                                        <p style="height: 30px;font-size: 22px;font-weight: bold"><img src="/template/default/images/redico.png" style="width: 10px;height: 10px;transform: translate(-50%, -25%);">通讯模块</p>
                                        <div style="">
                                            <p style="height: 69px;font-size: 14px">网通类客户：海信、浪潮、烽火、九洲、联洲TP-LINK</p>
                                            <img src="/static/upload/image/20250306/1741244447541804.png">
                                            <div class="productmore" style="border-radius: 5px;font-size: 16px;"><a href="/product/">了解更多></a></div>
                                        </div>
                                    </div>
                                </div>
                                
                            </div>
                        </div>

                        <div class="swiper-button" style="text-align: center;margin: auto">
                            <div class="swiper-button-product-prev d-none d-md-block  my-button-product-prev"> <img src="/template/default/images/left.png"/></div><!--左箭头-->
                            <div class="swiper-button-product-next  d-none d-md-block  my-button-product-next"><img src="/template/default/images/right.png"/></div><!--右箭头-->
                        </div>


                    </div>
                </div></div></div>
    </div>



    <!--<div class="section6 pt-xl-5 pb-xl-5 pt-4 pb-4" style=" min-height: 850px; background-color:#FFFFFF">-->
    <!--    <div class="pages2" >-->
    <!--        <div class="mt-3 mb-3 ">-->

    <!--            <div class="title d-flex align-items-center justify-content-between wow fadeInUp"style="margin-bottom: 50px;">-->
    <!--                -->
    <!--                <h2 class="fs-xxl-36 fs-xl-30 fs-24 color-1 ma"style="font-size: 2.5rem; font-weight: bold;margin: auto !important;">设备&amp;仪器</h2>-->
    <!--                -->
    <!--            </div>-->

    <!--            <div class="container-fluid p-0 mt-4 wow fadeInUp" style=" text-align: left;">-->

    <!--                <div class="swiper-container-3d">-->
    <!--                    <div class="swiper-wrapper">-->
    <!--                        -->

    <!--                        -->
    <!--                        <div class="swiper-slide">-->
    <!--                            -->
    <!--                            -->
    <!--                            <div  style=" width:30%;height:554px;margin: 0px 16px 0px 16px;float:left;">-->
                                  <!--  <p><img src="/static/upload/image/20250311/1741685579103130.jpg" alt="AY2A3615(1).jpg"/></p>-->

    <!--                                <div class="video2-container">-->
    <!--                                    <div class="video2-poster"style="background-image: url('/static/upload/image/20250311/1741685590780619.jpg');"></div>-->
    <!--                                    <p><img src="/static/upload/image/20250311/1741685579103130.jpg" alt="AY2A3615(1).jpg"/></p>-->
                                        <!--<video class="video2-element">
    <!--                                     <source src="/static/upload/video/20240703/1719998158996483.mp4" type="video/mp4">-->
    <!--                                    </video>-->
    <!--                                </div>-->
    <!--                            </div>-->
    <!--                            -->

    <!--                        -->
    <!--                            -->
    <!--                            <div  style=" width:30%;height:554px;margin: 0px 16px 0px 16px;float:left;">-->
                                  <!--  <p><img src="/static/upload/image/20250311/1741685121400886.jpg" alt="微信图片_20250304174957.jpg"/></p>-->

    <!--                                <div class="video2-container">-->
    <!--                                    <div class="video2-poster"style="background-image: url('/static/upload/image/20250311/1741685129464949.jpg');"></div>-->
    <!--                                    <p><img src="/static/upload/image/20250311/1741685121400886.jpg" alt="微信图片_20250304174957.jpg"/></p>-->
                                        <!--<video class="video2-element">
    <!--                                     <source src="/static/upload/video/20240703/1719998158996483.mp4" type="video/mp4">-->
    <!--                                    </video>-->
    <!--                                </div>-->
    <!--                            </div>-->
    <!--                            -->

    <!--                        -->
    <!--                            -->
    <!--                            <div  style=" width:30%;height:554px;margin: 0px 16px 0px 16px;float:left;">-->
                                  <!--  <p><img src="/static/upload/image/20250311/1741684848488744.jpg" alt="AY2A3573(1).jpg"/></p>-->

    <!--                                <div class="video2-container">-->
    <!--                                    <div class="video2-poster"style="background-image: url('/static/upload/image/20250311/1741684855963661.jpg');"></div>-->
    <!--                                    <p><img src="/static/upload/image/20250311/1741684848488744.jpg" alt="AY2A3573(1).jpg"/></p>-->
                                        <!--<video class="video2-element">
    <!--                                     <source src="/static/upload/video/20240703/1719998158996483.mp4" type="video/mp4">-->
    <!--                                    </video>-->
    <!--                                </div>-->
    <!--                            </div>-->
    <!--                            -->

    <!--                        -->
    <!--                            -->
    <!--                        </div>-->
    <!--                        <div class="swiper-slide">-->
    <!--                            -->
    <!--                            <div  style=" width:30%;height:554px;margin: 0px 16px 0px 16px;float:left;">-->
                                  <!--  <p><img src="/static/upload/image/20250113/1736752919443867.jpg" title="1736752919443867.jpg" alt="1736750138317525.jpg"/></p>-->

    <!--                                <div class="video2-container">-->
    <!--                                    <div class="video2-poster"style="background-image: url('/static/upload/image/20250113/1736752919443867.jpg');"></div>-->
    <!--                                    <p><img src="/static/upload/image/20250113/1736752919443867.jpg" title="1736752919443867.jpg" alt="1736750138317525.jpg"/></p>-->
                                        <!--<video class="video2-element">
    <!--                                     <source src="/static/upload/video/20240703/1719998158996483.mp4" type="video/mp4">-->
    <!--                                    </video>-->
    <!--                                </div>-->
    <!--                            </div>-->
    <!--                            -->

    <!--                        -->
    <!--                            -->
    <!--                            <div  style=" width:30%;height:554px;margin: 0px 16px 0px 16px;float:left;">-->
                                  <!--  <p><img src="/static/upload/image/20250113/1736752937512305.jpg" title="1736752937512305.jpg" alt="1736750154198162.jpg"/></p>-->

    <!--                                <div class="video2-container">-->
    <!--                                    <div class="video2-poster"style="background-image: url('/static/upload/image/20250113/1736752937512305.jpg');"></div>-->
    <!--                                    <p><img src="/static/upload/image/20250113/1736752937512305.jpg" title="1736752937512305.jpg" alt="1736750154198162.jpg"/></p>-->
                                        <!--<video class="video2-element">
    <!--                                     <source src="/static/upload/video/20240703/1719998158996483.mp4" type="video/mp4">-->
    <!--                                    </video>-->
    <!--                                </div>-->
    <!--                            </div>-->
    <!--                            -->

    <!--                        -->
    <!--                            -->
    <!--                            <div  style=" width:30%;height:554px;margin: 0px 16px 0px 16px;float:left;">-->
                                  <!--  <p><img src="/static/upload/image/20250113/1736752955331006.jpg" title="1736752955331006.jpg" alt="1736750776269089.jpg"/></p>-->

    <!--                                <div class="video2-container">-->
    <!--                                    <div class="video2-poster"style="background-image: url('/static/upload/image/20250113/1736752955331006.jpg');"></div>-->
    <!--                                    <p><img src="/static/upload/image/20250113/1736752955331006.jpg" title="1736752955331006.jpg" alt="1736750776269089.jpg"/></p>-->
                                        <!--<video class="video2-element">
    <!--                                     <source src="/static/upload/video/20240703/1719998158996483.mp4" type="video/mp4">-->
    <!--                                    </video>-->
    <!--                                </div>-->
    <!--                            </div>-->
    <!--                            -->
    <!--                        </div>-->

    <!--                    </div>-->


    <!--                    <div style="text-align: center;margin: auto">-->
    <!--                        <div class="swiper-button-3d-prev d-none d-md-block  my-button-3d-prev"> <img src="/template/default/images/left.png"/></div><!--左箭头-->
    <!--                        <div class="swiper-button-3d-next  d-none d-md-block  my-button-3d-next"><img src="/template/default/images/right.png"/></div><!--右箭头-->
    <!--                    </div>-->

    <!--                </div>-->



    <!--            </div>-->


    <!--        </div></div>-->
    <!--</div>-->



    <div class="section7 pt-xl-5 pb-xl-5 pt-4 pb-4" style=" min-height: 1200px; background-color:#dadada5c">
        <div class="pages" >
            <div class="mt-3 mb-3 ">

                <div class=""style="margin-bottom: 0px;text-align: center;">
                    
                    <h2 class="fs-xxl-36 fs-xl-30 fs-24 color-1 ma"style="font-size: 2.5rem; font-weight: bold;margin: auto !important;">业内动态</h2>
                    <p style=" margin-top: 20px;font-size: 14px;text-align: left;">卓能创展作为一家专注于电子制造服务（EMS）的企业，我们致力于为客户提供高品质、高效率的PCBA代工代料服务。我们的核心团队拥有丰富的行业经验和专业技能，能够满足客户在各种领域的需求，包括但不限于汽车电子、医疗电子、智能家居、物联网等领域。</p>
                    <p style="font-size: 14px;text-align: left;">我们注重每一个生产环节，从方案设计、SMT贴片加工到测试组装，我们都严格按照国际质量标准进行操作，确保每一个产品都能达到客户的期望。</p>

                    <div style="font-size: 24px;margin-top: 50px;"><div style="margin-left:20%;float:left;">行业技术</div><div style="margin-left: 20%">品牌报道</div></div>
                    
                </div>

                <div class="container-fluid p-0 mt-4 wow fadeInUp" style=" text-align: left;">

                    <div class="">
                        

                        
                        <div class="pages3-1" style="overflow: hidden;width:46%;height:auto;margin: 20px 20px 30px 20px;float:left;" >
                            <div class="index-container2" >
                                <p style="font-size:14px;color: white;">在瞬息万变的电子制造世界中，PCBA（印制电路板组装）是产品的心脏。对于需要将产品快速推向市场的品牌方、方案商或硬件企业而言，选择一个可靠的SMT（表面贴装技术）贴片加工伙伴至关重要。 然而，面对纷繁复杂的合作模式，很多企业都会被两个核心概念所困惑：OEM（Original Equipment Manufacturer，原设备制造商）与ODM（Original Design Manufacture</p>
                                <div class="understand" ><a href="/list_38/415.html">了解更多></a></div>
                            </div>
                            <img src="/static/upload/image/20251212/1765506745251505.jpg" class="d-block" style="border-radius: 10px;width: 100%;height: 339px">

                        </div>
                        


                        



                        

                        

                        

                        


                        
                        <div class="pages3-2" style="overflow: hidden;width:46%;height:auto;;margin: 20px 20px 30px 20px;float:left;" >
                            <a href="/list_38/414.html"><img src="/static/upload/image/20251212/1765506059871773.jpg" class="d-block" style="border-radius: 10px;width: 100%;height: 339px"></a>
                        </div>
                        



                        

                        

                        

                        


                        



                        
                        <div style="padding: 0 20px;width:100%;clear: both;padding-top: 10px;">
                            <hr/>
                        </div>

                        <div class="pages3-3" style="overflow: hidden;width:46%;height:auto;margin: 40px 20px 0px 20.5px;float:left;" >

                            <div class="index-container3" >
                                <p style="font-size:14px;color: white;">医疗设备的可靠性直接关系到诊断与治疗的安全性。作为核心电子模块，电路板 SMT 加工必须满足远高于普通电子产品的标准：极低失效率、长时间稳定运行、严格材料控制和全面可追溯体系。随着医疗产品不断向数字化、便携化、微型化发展，电路板的元件密度和封装复杂度急剧提升（如 0201、01005、BGA、QFN 等），工艺窗口更窄，制造难度显著增加。医疗 SMT 的本质，就是在复杂条件下保持高度一致性。</p>
                                <div class="" style="font-size: 14px;float:left;"><a href="/list_38/413.html" style="color: white">READ MORE</a></div>
                            </div>
                            <img src="/static/upload/image/20251210/1765348922604166.jpg" class="d-block" style="border-radius: 10px;width: 100%;height: 272px;">

                        </div>
                        

                        

                        

                        


                        



                        

                        
                        <div class="pages3-4" style="overflow: hidden;width:46%;height:auto;margin: 40px 20px 0px 20px;float:left;" >

                            <div class="index-container4" >
                                <p style="font-size:14px;color: white;">在电子产业高速迭代的今天，人们往往关注芯片、算法和整机创新，而容易忽略一个更基础却决定产品品质的关键环节——PCBA（Printed Circuit Board Assembly）加工。回望技术演进的几十年，PCBA 加工从最初的纯手工焊接逐步迈向全自动贴片，再到如今的数字化、智能化制造，其发展轨迹几乎浓缩了整个电子制造业的技术变革。</p>
                                <div class=""  style="font-size: 14px;float:left;"><a href="/list_38/412.html" style="color: white">READ MORE</a></div>
                            </div>
                            <img src="/static/upload/image/20251210/1765348696732465.jpg" class="d-block" style="border-radius: 10px;width: 100%;height: 272px;">

                        </div>
                        

                        

                        


                        



                        

                        

                        

                        


                        



                        

                        

                        

                        


                        



                        

                        

                        

                        


                        



                        

                        

                        

                        


                        



                        

                        

                        

                        


                        



                        

                        

                        

                        


                        



                        

                        

                        

                        


                        



                        

                        

                        

                        


                        



                        

                        

                        

                        


                        



                        

                        

                        

                        


                        



                        

                        

                        
                    </div>


                </div>



            </div>


        </div></div>


    <div class="section8 pt-xl-5 pb-xl-5 pt-4 pb-4" style=" min-height: 100px; background-color:rgb(0 78 162);padding:0 !important">
        <div style="margin-left: 20%;float:left;;font-size: 32px;font-weight: bold;color: white;line-height: 100px;">合作的开始，共赢的未来</div>
        <div class="btn btn-info mb-2" style="border: 1px solid white;height: 35px;width: 120px;margin-top: 1.6%;margin-right: 20%;color: black;background-color: white;float: right;"><a href="/gbook/" style="color: black;">合作洽谈></a></div>
    </div>
    <div>






<div class="footer border-top text-secondary bg-light" style="border-top:0 !important;;background-color: #161C2D">
	<div class="container"  style="background-color: #161C2D;padding-top:60px;">
    	<div class="row pb-5">
            <div class="col-12 col-md-4"style="margin-right: 0;padding: 0;">
            	<h5>卓能创展</h5>
                <ul class="lh-2"style=" padding-left: 0rem;">
                    <li><img src="/static/upload/image/20240701/1719826234612277.jpg" style="width:200px;height:100px;"></li>
                	<!--<li>营业执照：91430102567888888G  </li>
                    <li>备案号码：粤ICP备2024277601号</li>
                    <li>地址：深圳市光明区玉塘街道玉律社区美景产业园1栋3楼 </li>-->
                </ul>
            </div>
            <div class="col-12 col-md-4"style="margin-right: 0;padding: 0;">
            	<div class="mt-4 d-block d-md-none"></div>
                
            	<h5>快捷导航</h5>
                <ul class="lh-2"style=" padding-left: 0rem;">
                    
                    <li style="width：50%；float:left"><a style="font-size: 16px;" href="/abouts/">卓能创展</a></li>
                    
                    <li style="width：50%；float:left"><a style="font-size: 16px;" href="/product/">技术实力</a></li>
                    
                    <li style="width：50%；float:left"><a style="font-size: 16px;" href="/case/">产品服务</a></li>
                    
                    <li style="width：50%；float:left"><a style="font-size: 16px;" href="/gbook/">需求解析</a></li>
                    
                </ul>
            </div>
            <div class="col-12 col-md-4"style="margin-right: 0;padding: 0;">
                <div class="mt-4 d-block d-md-none"></div>
                <h5>联系我们</h5>
                <ul class="lh-2"style="font-size: 16px;padding-left: 0rem;">
                    <li><img src="/template/default/images/address.png" style="margin-right: 10px;">地址：深圳市光明区玉塘街道玉律社区美景产业园1栋3楼 </li>
                    <li><img src="/template/default/images/email.png" style="margin-right: 10px;">邮箱：sa12@cshftz.com </li>
                    <li>联系人：李小姐	</li>
                    <li>电话：19270259208 </li>
                </ul>
            </div>
        </div>
                       <div class="row pb-5"style="padding-bottom: 0rem !important;">
                           <p>友情连接：
                

                    <a href="https://www.pbootcms.com" title="PbootCMS">PbootCMS</a>

                         

                    <a href="https://www.dxymotors.com/" title="散热风扇厂家">散热风扇厂家</a>

                         </p></div>
	</div>
  <!--  <div class="copyright border-top lh-3 text-center  d-none d-md-block">
    	Copyright © 2024 深圳市卓能创展智造科技有限公司 All Rights Reserved
    </div>-->

<div style="color: white;width:100%;background-color: #161C2D;height:60px;">
    <div  class="" style="padding-top:20px;width: 70%;margin:auto;border-top: 1px solid #adb5bd6b;">
        <div style="font-size: 16px;float: left"><a style="color: #FFFFFF" href="http://beian.miit.gov.cn/" target="_blank">粤ICP备2024277601号</a> </div>
        <div  style="font-size: 16px;float: right;">Copyright © 2024 深圳市卓能创展智造科技有限公司 All Rights Reserved</div>
    </div>
</div>


</div>
<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?14814616f930bf0fc4db26c2e9c5526f";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- 占位 -->
<!--<div style="height:49px;" class="d-block d-sm-none"></div>-->

<!-- 手机底部导航 -->
<!--<div class="container-fluid bg-info fixed-bottom d-block d-sm-none">
    <div class="row">
        <div class="col-4 p-0 text-center border-right">
            <a href="tel:19270259208" class="text-light d-block pt-3 pb-3"><i class="fa fa-phone" aria-hidden="true"></i> 电话咨询</a>
        </div>
        <div class="col-4 p-0 text-center border-right">
            <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=88886666&site=qq&menu=yes" class="text-light d-block pt-3 pb-3"><i class="fa fa-qq" aria-hidden="true"></i> 在线咨询</a>
        </div>
        <div class="col-4 p-0 text-center">
			
        </div>
    </div>
</div>-->

<!-- 在线客服 -->
<!--<div class="online d-none d-md-block">
	<dl>
		<dt style="width:150px;">
        	<h3><i class="fa fa-commenting-o"></i>在线咨询<span class="remove"><i class="fa fa-remove"></i></span></h3>
            <p>
            	<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=88886666&site=qq&menu=yes">
                	<img border="0" src="/template/default/images/qq.jpg" alt="点击这里给我发消息" title="点击这里给我发消息"/>
               		 售前咨询专员
                </a>
            </p>
             <p>
                <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=88886666&site=qq&menu=yes">
                	<img border="0" src="/template/default/images/qq.jpg" alt="点击这里给我发消息" title="点击这里给我发消息"/>
               		 售后服务专员
                </a>
            </p>
        </dt>
		<dd><i class="fa fa-commenting-o"></i></dd>
		<dd>在线咨询</dd>
	</dl>
    
	<dl>
		<dt style="width:300px;">
        	<h3><i class="fa fa-volume-control-phone"></i>免费通话<span class="remove"><i class="fa fa-remove"></i></span></h3>
            <p>24小时免费咨询</p>
            <p>请输入您的联系电话，座机请加区号</p>
            <form  onsubmit="return subform(this);">
            	<p><input type="text" name="tel" id="tel" autocomplete="off"  placeholder="请输入您的电话号码" required maxlength="30"></p>
                <p><button type="submit">免费通话</button></p>
            </form>
        </dt>
		<dd><i class="fa fa-volume-control-phone" aria-hidden="true"></i></dd>
		<dd>免费通话</dd>
	</dl>
    
    <dl>
		<dt style="width:200px;">
        	<h3><i class="fa fa-weixin" aria-hidden="true"></i>微信扫一扫<span class="remove"><i class="fa fa-remove"></i></span></h3>
           	<p><img src="/static/upload/image/20251118/1763448624197170.jpg " width="100%"></p>
        </dt>
		<dd><i class="fa fa-weixin" aria-hidden="true"></i></dd>
		<dd>微信联系</dd>
	</dl>
    
	<dl class="scroll-top">
		<dd><i class="fa fa-chevron-up"></i></dd>
		<dd>返回顶部</dd>
	</dl>
</div>-->

<script src="/template/default/js/popper.min.js"></script>
<script src="/template/default/bootstrap/js/bootstrap.min.js"></script>
<script src="/template/default/js/wow.min.js"></script>
<script src="/template/default/js/aoyun.js?v=v1.2.2"></script>
<script>
//ajax提交表单
function subform(obj){
  var url='/form/2/';
  var tel=$(obj).find("#tel").val();
  
  var reg = /^(1|0)[\d\-]+$/;   
  if (!reg.test(tel)) {
	  alert('电话号码错误！');
	  return false;
  }
  
  $.ajax({
    type: 'POST',
    url: url,
    dataType: 'json',
    data: {
    	tel: tel
    },
    success: function (response, status) {
      if(response.code){
		 alert("您的来电已收到，我们会尽快联系您！");
		 $(obj)[0].reset(); 
      }else{
    	 alert(response.data);
      }
    },
    error:function(xhr,status,error){
      alert('返回数据异常！');
    }
  });
  return false;
}
</script>


</body>
</html>


<script src="/template/default/swiper-4.3.5/js/swiper.min.js"></script>
<script>
    function clickTab(i,index){
        console.log(i+"--")
        var objNameList=document.getElementsByName("deplay-content-content");
        if(null!=objNameList){
            for(var n=0;n<objNameList.length;n++){
                objNameList[n].style.display="none";
            }
        }
        var tabId=document.getElementById("tab-"+i);
        tabId.style.display="block";



        if(index!=2) {

            // 获取所有的 <li> 元素
            var liElements = document.querySelectorAll(".section4 .deplay-title ul li");

// 创建一个新数组存放重新排列后的 <li> 元素
            var newOrderedList = [];
            var newOrderedIndexList = [];

            for(var i=0;i<liElements.length;i++){
                if(index<2){
                    var m=2-index;
                    if(i<m){
                        newOrderedList[i]=liElements[liElements.length-m+i];
                        newOrderedIndexList[i]=liElements[liElements.length-m+i].id
                    }else{
                        newOrderedList[i]=liElements[i-m];
                        newOrderedIndexList[i]=liElements[i-m].id
                    }

                }
                if(index>2){
                    var m=index-2;
                    if(i>liElements.length-m-1){
                        newOrderedList[i]=liElements[i-liElements.length+m];
                        newOrderedIndexList[i]=liElements[i-liElements.length+m].id
                    }else{
                        newOrderedList[i]=liElements[i+m];
                        newOrderedIndexList[i]=liElements[i+m].id
                    }
                }

            }


            while (document.getElementById('vtab').firstChild) {
                document.getElementById('vtab').removeChild(document.getElementById('vtab').firstChild);
            }

            for (var j = 0; j < newOrderedList.length; j++) {
                var newLiElement = document.createElement("li");
                newLiElement.setAttribute("onclick", "clickTab('"+newOrderedIndexList[j]+"',"+j+")");
                newLiElement.setAttribute("id", newOrderedIndexList[j]);

                if(j<=4){
                    newLiElement.setAttribute("style", "display:block");
                }
                if(j>4){
                    newLiElement.setAttribute("style", "display:none");
                }
                newLiElement.innerHTML = newOrderedList[j].innerHTML;
                document.getElementById('vtab').appendChild(newLiElement);
            }
        }

    }

    var swiperContainer = document.querySelector('.swiper-container-top');
    var slides = swiperContainer.querySelectorAll('.swiper-slide');

    // 计算Slide数量
    var slideCount = slides.length;

    var mySwiperTop = new Swiper ('.swiper-container-top', {
        loop: true,
        speed: 1500,

        autoplay: slideCount > 1 ? {
            delay: 3000, // 自动切换的时间间隔，单位为毫秒
            disableOnInteraction: false, // 用户操作后是否停止autoplay
        } : false,
        effect : 'fade',
        fadeEffect: {
            crossFade: true,
        },
        // 如果需要分页器
        pagination: {
            el: '.swiper-container-top .swiper-pagination',
            clickable :true,
        },


    })



    var mySwiperProduct = new Swiper ('.swiper-container-product', {
        loop: true,
        speed: 1500,
        autoplay :false,
        effect : 'fade',
        fadeEffect: {
            crossFade: true,
        },
        // 如果需要分页器
        pagination: {
            el: '.swiper-container-product .swiper-pagination',
            clickable :true,
        },

        // 如果需要前进后退按钮
        navigation: {
            nextEl: '.swiper-button-product-next',
            prevEl: '.swiper-button-product-prev',
        },

    })


    var mySwiper3d = new Swiper ('.swiper-container-3d', {
        loop: true,
        speed: 1500,
        autoplay :false,
        effect : 'fade',
        fadeEffect: {
            crossFade: true,
        },
        // 如果需要分页器
        pagination: {
            el: '.swiper-container-3d .swiper-pagination',
            clickable :true,
        },

        // 如果需要前进后退按钮
        navigation: {
            nextEl: '.swiper-button-3d-next',
            prevEl: '.swiper-button-3d-prev',
        },

    })


</script>

        <style>
            .video-container {
                position: relative;
                width: 100%; /* 视频宽度 */
                height: 520px; /* 视频高度 */
            }

            .video-poster {
                border-radius: 15px;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-size: cover;
                transition: opacity 0.5s;
                opacity: 1;
            }

            .edui-video-video {
                display: none;
                width: 100%;
                height: 100%;
            }

            .video-container:hover .video-poster {
                opacity: 0;
            }

            .video-container:hover .edui-video-video {
                display: block;
            }
        </style>
/*        <script>

            document.querySelector('.video-container').addEventListener('click', function() {
                var video = document.querySelector('.video-element');
                if (video.paused) {
                    video.play();
                } else {
                    video.pause();
                }
            });

        </script>
        <style>
            .video2-container {
                position: relative;
                width: 100%; /* 视频宽度 */
                height: 554px; /* 视频高度 */
            }

            .video2-poster {
                border-radius: 15px;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-size: cover;
                transition: opacity 0.5s;
                opacity: 1;
            }

            .edui-video-video {
                display: none;
                width: 100%;
                height: 100%;
            }

            .video2-container:hover .video2-poster {
                opacity: 0;
            }

            .video2-container:hover .edui-video-video {
                display: block;
            }
        </style>
        <script>

            document.querySelector('.video2-container').addEventListener('click', function() {
                var video = document.querySelector('.video-element');
                if (video.paused) {
                    video.play();
                } else {
                    video.pause();
                }
            });

        </script>*/