<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>上海威拓光电设备有限公司</title>
    <meta name="keywords" content="">
    <meta name="description" content="">
    <link href="static/css/style.css" type="text/css" rel="stylesheet" />
    <link href="static/css/global.css" type="text/css" rel="stylesheet" />
    <script>
    window.onerror = function() { return true; };
    </script>
    <!--[if lte IE 6]>
    <script src="static/js/dd_belatedpng.js" type="text/javascript"></script>
        <script type="text/javascript">
            DD_belatedPNG.fix('div, ul, img, li, input , a');
        </script>   
    <![endif]-->
    <!--最新产品-->
    <script src="static/js/jquery-1.9.1.min.js" type="text/javascript"></script>
    <script src="static/js/jquery.litenav.js" type="text/javascript"></script>
    <!--最新产品-->
    <!--banner-->
    <script src="static/js/banner.js" type="text/javascript"></script>
    <!--banner-->
</head>

<body>
    <div class="contain">
        <div class="header">
            <div class="logo"><img src="/static/upload/image/20250225/1740448012800298.gif" alt="logo" /></div>
            <div class="lan"><img src="static/picture/lan.jpg" usemap="#Map" border="0" />
                <map name="Map" id="Map">
                    <area shape="rect" coords="7,4,34,22" href="http://veltop.com.cn/" />
                    <area shape="rect" coords="47,4,93,21" href="http://en.veltop.com.cn/" />
                </map>
            </div>
        </div>
        <div class="clear"></div>
    </div>
    <div class="content">
    <div class="contain">
        <div class="top">
            <div class="contain">
                <div id="nav">
                    <ul>
                        <li class='renav onnav'>
                            <a href="/" onfocus="this.blur();">网站首页</a>
                        </li>
                        
                        <li class='renav1 '>
                            <a href="/?products_1/" class="nav_pro">产品中心</a>
                            
                            <dl class="subnav" style="display:none;">
                                
                                <dd><a href="/?products_26/">精密电阻焊接电源</a></dd>
                                
                                <dd><a href="/?products_59/">激光焊接机系列</a></dd>
                                
                                <dd><a href="/?products_27/">脉冲热压焊机系列</a></dd>
                                
                                <dd><a href="/?products_29/">焊接监测仪系列</a></dd>
                                
                                <dd><a href="/?products_28/">TIG微电弧焊机系列</a></dd>
                                
                                <dd><a href="/?products_30/">加压机头系列</a></dd>
                                
                                <dd><a href="/?products_60/">激光打标机系列</a></dd>
                                
                                <dd><a href="/?products_61/">漆包线焊接机系列</a></dd>
                                
                                <dd><a href="/?products_62/">其它专业设备</a></dd>
                                
                            </dl>
                            
                        </li>
                        
                        <li class='renav2 '>
                            <a href="/?news_2/" class="nav_pro">行业应用</a>
                            
                            <dl class="subnav" style="display:none;">
                                
                                <dd><a href="/?news_2/17.html">IC金属封装行业</a></dd>
                                
                                <dd><a href="/?news_2/18.html">光伏行业</a></dd>
                                
                                <dd><a href="/?news_2/19.html">新能源电驱行业</a></dd>
                                
                                <dd><a href="/?news_2/20.html">汽车电子行业</a></dd>
                                
                                <dd><a href="/?news_2/21.html">电池行业</a></dd>
                                
                                <dd><a href="?news_2/22.html">马达行业</a></dd>
                                
                                <dd><a href="/?news_2/23.html">继电器行业</a></dd>
                                
                                <dd><a href="/?news_2/24.html">低压电器行业</a></dd>
                                
                                <dd><a href="/?news_2/25.html">光通讯行业</a></dd>
                                
                                <dd><a href="/?news_2/26.html">电光源行业</a></dd>
                                
                                <dd><a href="/?news_2/28.html">其他行业</a></dd>
                                
                            </dl>
                            
                        </li>
                        
                        <li class='renav3 '>
                            <a href="/?news_3/" class="nav_pro">焊接知识</a>
                            
                            <dl class="subnav" style="display:none;">
                                
                                <dd><a href="/?news_3/29.html">电阻焊小知识</a></dd>
                                
                                <dd><a href="/?news_3/51.html">热压焊小知识</a></dd>
                                
                                <dd><a href="/?news_39/52.html">微电弧焊小知识</a></dd>
                                
                            </dl>
                            
                        </li>
                        
                        <li class='renav4 '>
                            <a href="/?pages_12/" class="nav_pro">关于我们</a>
                            
                            <dl class="subnav" style="display:none;">
                                
                                <dd><a href="/?pages_12/">公司简介</a></dd>
                                
                                <dd><a href="/?news_15/">新闻中心</a></dd>
                                
                            </dl>
                            
                        </li>
                        
                        <li class='renav5 '>
                            <a href="/?pages_5/" class="nav_pro">联系我们</a>
                            
                        </li>
                        
                    </ul>
                </div>
                <script>
                var dlList = document.getElementById("nav").getElementsByTagName("DL")
                var navTimer = null;
                var hideSpeed = 100;
                for (var i = 0; i < dlList.length; i++) {
                    dlList[i].onmouseleave = function() {
                        var that = this;
                        navTimer = setTimeout(function() {
                            that.style.display = 'none';
                        }, hideSpeed)
                    }
                    dlList[i].onmouseenter = function() { clearTimeout(navTimer); }
                    dlList[i].parentNode.onmouseover = function() {
                        clearTimeout(navTimer);
                        for (var j = 0; j < dlList.length; j++) {
                            dlList[j].style.display = 'none';
                        }
                        this.getElementsByTagName("DL")[0].style.display = ""
                    }
                    dlList[i].parentNode.onmouseout = function() {
                        var that = this;
                        navTimer = setTimeout(function() {
                            that.getElementsByTagName("DL")[0].style.display = "none"
                        }, hideSpeed);
                    }
                }
                </script>
            </div>
        </div>
<div class="bannner">
    <div class="slides">
        <ul class="slide-pic">
            
            <li class="cur">
                <a href=""><img alt="" src="/static/upload/image/20250226/1740535292144147.jpg" /></a>
            </li>
            
            <li class="cur">
                <a href=""><img alt="" src="/static/upload/image/20250226/1740537134835974.jpg" /></a>
            </li>
            
            <li class="cur">
                <a href=""><img alt="" src="/static/upload/image/20250226/1740537164665033.jpg" /></a>
            </li>
            
            <li class="cur">
                <a href=""><img alt="" src="/static/upload/image/20250226/1740537190943453.jpg" /></a>
            </li>
            
            <li class="cur">
                <a href=""><img alt="" src="/static/upload/image/20250226/1740537221800435.jpg" /></a>
            </li>
            
        </ul>
        <ul class="slide-li slide-txt">
            
            <li class="cur">
                <a href=""></a>
            </li>
            
            <li class="cur">
                <a href=""></a>
            </li>
            
            <li class="cur">
                <a href=""></a>
            </li>
            
            <li class="cur">
                <a href=""></a>
            </li>
            
            <li class="cur">
                <a href=""></a>
            </li>
            
        </ul>
    </div>
</div>
<!--banner结束-->
<!--通知开始-->
<div class="notice" style="display:none">
    <div class="new_notice"> <span>最新通知：</span>
        <div id="menu">
            <div id="menu_right2" onmouseover="javascript:isMove=false" onmouseout="javascript:isMove=true">
                
            </div>
        </div>
    </div>
</div>
<!--通知结束-->
<!--内容开始-->
<div class="productlist">
    <div class="pro_l">
        <img src="static/picture/product_t.gif" usemap="#Map2" border="0" />
        <map name="Map2" id="Map2">
            <area shape="rect" coords="146,11,184,27" href="/?products_1/" />
        </map>
        <ul id='test' class="index_pro">
            
            <li>
                <span><img src="static/picture/jiantou02.gif" /></span>
                <a href="/?products_26/">精密电阻焊接电源</a>
                <dl>
                    
                    <dd><a href="/?products_31/">直流逆变式焊接电源</a></dd>
                    
                    <dd><a href="/?products_32/">晶体管式焊接电源</a></dd>
                    
                    <dd><a href="/?products_33/">交流逆变式焊接电源</a></dd>
                    
                    <dd><a href="/?products_34/">交流高频缝焊电源</a></dd>
                    
                    <dd><a href="/?products_35/">直流缝焊电源</a></dd>
                    
                </dl>
            </li>
            
            <li>
                <span><img src="static/picture/jiantou02.gif" /></span>
                <a href="/?products_59/">激光焊接机系列</a>
                <dl>
                    
                    <dd><a href="/?products_63/">YAG激光焊接机</a></dd>
                    
                    <dd><a href="/?products_64/">直接半导体激光焊机</a></dd>
                    
                    <dd><a href="/?products_65/">光纤激光焊接机</a></dd>
                    
                </dl>
            </li>
            
            <li>
                <span><img src="static/picture/jiantou02.gif" /></span>
                <a href="/?products_27/">脉冲热压焊机系列</a>
                <dl>
                    
                    <dd><a href="/?products_36/">脉冲热压焊接机</a></dd>
                    
                </dl>
            </li>
            
            <li>
                <span><img src="static/picture/jiantou02.gif" /></span>
                <a href="/?products_29/">焊接监测仪系列</a>
                <dl>
                    
                    <dd><a href="/?products_41/">电流监测仪</a></dd>
                    
                    <dd><a href="/?products_42/">压力监测仪</a></dd>
                    
                    <dd><a href="/?products_43/">位移监测仪</a></dd>
                    
                    <dd><a href="/?products_44/">综合监测仪</a></dd>
                    
                </dl>
            </li>
            
            <li>
                <span><img src="static/picture/jiantou02.gif" /></span>
                <a href="/?products_28/">TIG微电弧焊机系列</a>
                <dl>
                    
                    <dd><a href="/?products_40/">氩弧焊接机</a></dd>
                    
                </dl>
            </li>
            
            <li>
                <span><img src="static/picture/jiantou02.gif" /></span>
                <a href="/?products_30/">加压机头系列</a>
                <dl>
                    
                    <dd><a href="/?products_45/">标准加压机头</a></dd>
                    
                    <dd><a href="/?products_46/">水平夹焊机头</a></dd>
                    
                    <dd><a href="/?products_47/">加压追踪单元</a></dd>
                    
                </dl>
            </li>
            
            <li>
                <span><img src="static/picture/jiantou02.gif" /></span>
                <a href="/?products_60/">激光打标机系列</a>
                <dl>
                    
                    <dd><a href="/?products_66/">光纤激光打标机</a></dd>
                    
                    <dd><a href="/?products_67/">紫外激光打标机</a></dd>
                    
                </dl>
            </li>
            
            <li>
                <span><img src="static/picture/jiantou02.gif" /></span>
                <a href="/?products_61/">漆包线焊接机系列</a>
                <dl>
                    
                    <dd><a href="/?products_68/">三电极式漆包线焊机</a></dd>
                    
                    <dd><a href="/?products_69/">微点式漆包线焊机</a></dd>
                    
                    <dd><a href="/?products_70/">TIG微电弧焊机</a></dd>
                    
                </dl>
            </li>
            
            <li>
                <span><img src="static/picture/jiantou02.gif" /></span>
                <a href="/?products_62/">其它专业设备</a>
                <dl>
                    
                    <dd><a href="/?products_71/">电池PACK半自动焊接机</a></dd>
                    
                    <dd><a href="/?products_72/">自动焊接机激光模块</a></dd>
                    
                    <dd><a href="/?products_73/">自动焊接机接触材料</a></dd>
                    
                    <dd><a href="/?products_74/">电机转子自动焊接机</a></dd>
                    
                </dl>
            </li>
            
        </ul>
    </div>
    <script type="text/javascript">
        $('#test li').click(function (e) {
            var number = $(this).index()
            if (e.target.tagName == 'IMG') {
                hishow(this)
            }
        })

        function hishow(obj) {
            if ($(obj).find('dl').attr("showstat") == undefined || $(obj).attr("showstat") == "true") {
                $(obj).find('dl').hide()
                $(obj).attr("showstat", "false")
            } else {
                $(obj).find('dl').show()
                $(obj).attr("showstat", "true")
            }
        }
        $(function () {
            $("dl").each(function () {
                $(this).attr("showstat", "false");
            });
        })
    </script>
    <!--产品群开始-->
    <div class="pro_c">
        <img src="static/picture/chanpinqun.gif" usemap="#Map3" border="0" />
        <map name="Map3" id="Map3">
            <area shape="rect" coords="462,14,506,26" href="/?products_1/" />
        </map>
        
        <div class="pro_cp  ">
            <ul>
                <li><img src="/static/upload/image/20230516/1684207791533905.jpg" width="158" height="88" /></li>
                <!--<li><a href="/?products_1/#nibianshi1">精密电阻焊接电源</a></li>-->
                <li class="pro_text"><a href="/?products_26/">精密电阻焊接电源</a></li>
            </ul>
        </div>
        
        <div class="pro_cp  ">
            <ul>
                <li><img src="/static/upload/image/20250225/1740449508109389.jpg" width="158" height="88" /></li>
                <!--<li><a href="/?products_1/#nibianshi2">激光焊接机系列</a></li>-->
                <li class="pro_text"><a href="/?products_59/">激光焊接机系列</a></li>
            </ul>
        </div>
        
        <div class="pro_cp  pro_cp_r">
            <ul>
                <li><img src="/static/upload/image/20230516/1684207837849159.jpg" width="158" height="88" /></li>
                <!--<li><a href="/?products_1/#nibianshi3">脉冲热压焊机系列</a></li>-->
                <li class="pro_text"><a href="/?products_27/">脉冲热压焊机系列</a></li>
            </ul>
        </div>
        
        <div class="pro_cp  ">
            <ul>
                <li><img src="/static/upload/image/20230516/1684207877341808.jpg" width="158" height="88" /></li>
                <!--<li><a href="/?products_1/#nibianshi4">焊接监测仪系列</a></li>-->
                <li class="pro_text"><a href="/?products_29/">焊接监测仪系列</a></li>
            </ul>
        </div>
        
        <div class="pro_cp  ">
            <ul>
                <li><img src="/static/upload/image/20230516/1684207851226947.jpg" width="158" height="88" /></li>
                <!--<li><a href="/?products_1/#nibianshi5">TIG微电弧焊机系列</a></li>-->
                <li class="pro_text"><a href="/?products_28/">TIG微电弧焊机系列</a></li>
            </ul>
        </div>
        
        <div class="pro_cp  pro_cp_r">
            <ul>
                <li><img src="/static/upload/image/20250225/1740450054175443.jpg" width="158" height="88" /></li>
                <!--<li><a href="/?products_1/#nibianshi6">加压机头系列</a></li>-->
                <li class="pro_text"><a href="/?products_30/">加压机头系列</a></li>
            </ul>
        </div>
        
    </div>

    <!--产品群结束-->
    <!-- 代码 开始 -->
    <div class="pro_r"><img src="static/picture/news_pro.gif" usemap="#Map4" border="0" />
        <map name="Map4" id="Map4">
            <area shape="rect" coords="143,12,184,26" href="/index.php/Index/productlist" />
        </map>
        <div id="hotpic">
            <div id="NewsPic">
                
                
                <a href="/?products_45/43.html" style="visibility: visible; display: block;">
                    <img src="/static/upload/image/20250410/1744254692449287.png" width="199" height="138" class="Picture" title="标准加压机头" />
                </a>
                
                
                
                <a href="/?products_41/42.html" style="visibility: visible; display: none;">
                    <img src="/static/upload/image/20230522/1684741769712710.png" width="199" height="138" class="Picture" title="电流监测仪" />
                </a>
                
                
                
                <a href="/?products_32/33.html" style="visibility: visible; display: none;">
                    <img src="/static/upload/image/20250410/1744254431317120.png" width="199" height="138" class="Picture" title="单向输出型晶体管电源" />
                </a>
                
                
                
                <a href="/?products_31/16.html" style="visibility: visible; display: none;">
                    <img src="/static/upload/image/20250410/1744254659341443.jpg" width="199" height="138" class="Picture" title="1KA~4KA 逆变电源" />
                </a>
                
                
                
                <a href="/?products_42/47.html" style="visibility: visible; display: none;">
                    <img src="/static/upload/image/20230523/1684811307628333.png" width="199" height="138" class="Picture" title="压力监测仪" />
                </a>
                
                
                <div class="Nav">
                    
                    <span class="Cur">1</span>
                    
                    <span class="Normal">2</span>
                    
                    <span class="Normal">3</span>
                    
                    <span class="Normal">4</span>
                    
                    <span class="Normal">5</span>
                    
                </div>
            </div>
            <div id="NewsPicTxt" style="width: 200px; overflow: hidden">
                
                <a href="#">标准加压机头</a>
                
            </div>
        </div>
        <script type="text/javascript">
            $('#hotpic').liteNav(2000);
        </script>
        <a href="/static/upload/file/20250407/1744014779463368.pdf" target="_blank">
            <img src="static/picture/chanpinmulu.gif" />
        </a>
    </div>
    <!-- 代码 结束 -->
    <div class="clear"></div>
</div>
<!--内容结束-->
<div class="friends">
    <div class="hezuo">
        
    </div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="footer">
    <div class="contain">
        <p>地址:上海市闵行区申富路128号C栋2楼</p>
        <p>Copyright © 2022-2023 All Rights Reserved.</p>
    </div>
</div>
</body>

</html>
<script type="text/javascript">
    //滚动公告js必须放在内容的后面
    var tID;
    var tn;
    var nStopTime = 3000
    var nSpeed = 10
    var isMove = true;
    var nHeight = 20; //行高
    var nS = 0
    var nNewsCount = 0

    function moveT(n) {
        clearTimeout(tID);
        var noticev2 = document.getElementById("menu_right2")
        if (n) {
            noticev2.style.lineHeight = nHeight + "px";
            var theText = noticev2.innerHTML.toLowerCase();
            nNewsCount = theText.split("<br>").length;
            noticev2.innerHTML += "<br>" + noticev2.innerHTML;
            tn = nHeight;
        }
        nS = nSpeed;
        if (isMove) {
            noticev2.style.marginTop = tn + "px";
            if ((tn - 2) % nHeight == 0) {
                nS = nSpeed + nStopTime;
            }
            tn--;
            if (Math.abs(tn) == (nNewsCount * nHeight * 2 - nHeight)) {
                tn = (nNewsCount - 1) * nHeight * -1;
            }
        }
        tID = setTimeout("moveT()", nS);
    }
    moveT(1);
</script>