<!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" />
<meta name="Keywords" content="张家口伟豪科技有限公司" />
<meta name="Description" content="张家口伟豪科技有限公司" />
<title>张家口伟豪科技有限公司</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
<link href="themes/ecmoban_kaola2016/style.css" rel="stylesheet" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS|张家口伟豪科技有限公司" href="feed.php" />
<script type="text/javascript" src="js/common.js"></script><script type="text/javascript" src="js/index.js"></script></head>
<body class="index_page" style="min-width:1200px;">
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script><script type="text/javascript" src="js/jquery.json.js"></script><script type="text/javascript" src="js/transport_jquery.js"></script><script type="text/javascript" src="js/utils.js"></script><script type="text/javascript">
var process_request = "正在处理您的请求...";
</script>
<script type="text/javascript">
//设为首页 www.ecmoban.com
function SetHome(obj,url){
    try{
        obj.style.behavior='url(#default#homepage)';
       obj.setHomePage(url);
   }catch(e){
       if(window.netscape){
          try{
              netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
         }catch(e){
              alert("抱歉，此操作被浏览器拒绝！\n\n请在浏览器地址栏输入“about:config”并回车然后将[signed.applets.codebase_principal_support]设置为'true'");
          }
       }else{
        alert("抱歉，您所使用的浏览器无法完成此操作。\n\n您需要手动将【"+url+"】设置为首页。");
       }
  }
}
//收藏本站 bbs.ecmoban.com
function AddFavorite(title, url) {
  try {
      window.external.addFavorite(url, title);
  }
catch (e) {
     try {
       window.sidebar.addPanel(title, url, "");
    }
     catch (e) {
         alert("抱歉，您所使用的浏览器无法完成此操作。\n\n加入收藏失败，请使用Ctrl+D进行添加");
     }
  }
}
</script>
<div class="header-nav">
    <div class="block">
        <span class="fl gotoindex" style="margin-right:15px;">
        
        </span>
        
        <!--<p class="header-login-info">
            
 
  
<a href="user.php">登录</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a  href="user.php?act=register">免费注册</a> 
 
 
         </p>-->
       
        
        <!--<ul class="ul-quick-menu">
            <li class="li-my menu-item">
                <a href="user.php"  class="menu-hd my_user">个人中心<b></b></a>
                <div class="menu-bd">
                    <a href="user.php?act=order_list">我的订单</a>
                    <a href="user.php?act=account_log">我的余额</a>
                    <a href="user.php?act=collection_list" >我的收藏</a>
                    <a href="user.php?act=bonus">我的红包</a>
                </div>
            </li>
            <li class="li-sep"></li>
                    </ul>-->
    </div>
</div>
<div class="header-main">
    <div class="block">
        <div class="header-logo header-logo-index">
            <a href="index.php"><img src="themes/ecmoban_kaola2016/images/logo.gif" alt=""></a>
        </div>
        <!--<div class="header-banner w-icon w-icon-28" id="ECS_CARTINFO">
            <a href="flow.php">购物车</a>&nbsp;<span class="cart-num"></span>
        </div>-->
        
        <!--<div class="mall-search">
            <form method="get" action="search.php" onSubmit="return checkSearchForm(this)" class="mallSearch-form">
                <div class="mallSearch-input-wp">
                    <input type="text" name="keywords" id="mq" class="mallSearch-input" value="商品名称" onfocus="javascript:if(this.value=='商品名称'){this.value=''}" onblur="javascript:if(this.value==''){this.value='商品名称'}" >
                    <label for="mq"></label>
                </div>
                <button type="submit" class="w-icon w-icon-27"></button>-->
                <script type="text/javascript">
                    
                    <!--
                    function checkSearchForm()
                    {
                    if(document.getElementById('keyword').value)
                    {
                    return true;
                    }
                    else
                    {
                    alert("请输入搜索关键词！");
                    return false;
                    }
                    }
                    -->
                    
                </script>
            <!--</form>
                    </div>-->
    </div>
</div>
<div class="header-menu">
    
    <div class="main-nav clearfix block">
        
        <div class="main-nav-list">
            <a href="index.php" class="cur">首页</a>
                        <a href="category.php?id=1" >
                计算机设备            </a>
                        <a href="category.php?id=12" >
                打印设备            </a>
                        <a href="category.php?id=9" >
                电器设备            </a>
                        <a href="category.php?id=11" >
                办公设备            </a>
                        <a href="category.php?id=5" >
                网络设备            </a>
                        <a href="category.php?id=4" >
                商业软件            </a>
                        <a href="category.php?id=10" >
                办公耗材            </a>
                    </div>
    </div>
</div>
<script type="text/javascript">
  $(function(){
    $(".cate-tree-item,.menu-item").hover(function(){
      $(this).addClass("hover");
    },function(){
      $(this).removeClass("hover");
    });
    //鼠标经过离开分类
      $(".cate-tree-item").on("mouseenter mouseleave",function(e){
        var index = $(this).index();
        if(e.type == "mouseenter"){
          toggleCatePanel(index, true);
        }else if(e.type == "mouseleave"){
          toggleCatePanel(index, false);
        }
      });
      //鼠标经过离开分类面板
      $(".cate-panel").on("mouseenter mouseleave",function(e){
        var index = $(this).index();
        if(e.type == "mouseenter"){
          toggleCatePanel(index, true);
        }else if(e.type == "mouseleave"){
          toggleCatePanel(index, false);
        }
      });
      //显示隐藏分类树方法
      function toggleCatePanel(i, show){
        var $panel = $(".cate-panel").eq(i);
        if(show){
          $panel.show();
        }else{
          $panel.hide();
        }
      }
      //首页之外其它页面分类树显示
      $(".cate-tree-all,.cate-tree").hover(function(){
        if(!$(".cate-tree").hasClass("cate-tree-index")){//如果是首页不做任何反应
            if($.trim($(".ul-cate-tree").html()).length != 0){//如果分类里有内容
                $(".cate-tree").removeClass("none");
            }
        }
      },function(){
        if(!$(".cate-tree").hasClass("cate-tree-index")){//如果是首页不做任何反应
          $(".cate-tree").addClass("none");
        }
      });
    });
  //禁止鼠标滚动事件冒泡
  $.fn.extend({
    "preventScroll":function(){
        $(this).each(function(){
            var _this = this;
            if(navigator.userAgent.indexOf('Firefox') >= 0){   //firefox
                _this.addEventListener('DOMMouseScroll',function(e){
                    _this.scrollTop += e.detail > 0 ? 60 : -60;
                    e.preventDefault();
                },false);
            }else{
                _this.onmousewheel = function(e){
                    e = e || window.event;
                    _this.scrollTop += e.wheelDelta > 0 ? -60 : 60;
                    return false;
                };
            }
        })
    }
});
$(".cate-panel .left-part").preventScroll();
</script>
<script type="text/javascript">
  $(function(){
      //如果是首页，让分类树直接显示
      $(".cate-tree").each(function(){
        var _this = $(this);
        _this.removeClass("none").addClass("cate-tree-index");
      });
  });
</script>
<script type="text/javascript" src="js/jquery.SuperSlide.js"></script><div class="main-banner-wp">
  <div class="block">
    <div class="main-banner" id="slideBox">
        <ul class="main-banner-hd hd">
                        <li><img src="data/afficheimg/20210330wmvkme.png" alt=""><span></span></li>
                    </ul>
        <div class="bd">
            <ul class="main-banner-bd">
                                <li><a href="#" target="_blank"><img src="data/afficheimg/20210330wmvkme.png" alt=""></a></li>
                            </ul>
        </div>
    </div>
  </div>
</div>
<script type="text/javascript">
  $("#slideBox").slide({
    effect : "fold",
    autoPlay : true,
    mainCell : ".bd ul"
  });
  $(function(){
    $("#slideBox").hover(function(){
        $(this).find(".hd").stop().animate({opacity:1});
    },function(){
        $(this).find(".hd").stop().animate({opacity:0});
    });
  })
</script><div class="indexw_content">
<div class="block clearfix" >
<div class="AreaL">
 
  
</div>
<div class="Arear">
 
</div> 
  <div class="goodsBox_1">
  
  
  
<div class="xm-box">
  <h4 class="title"><a class="more" href="search.php?intro=best">更多</a><em>计算机设备</em> </h4>
  <div id="show_hot_area" class="clearfix body">
        <div class="goodsItem"> <a href="goods.php?id=496" target="_blank"><img src="images/202410/thumb_img/496_thumb_G_1730189209147.jpg" alt="昭阳X5-16" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=496" title="昭阳X5-16" target="_blank">昭阳X5-16</a></p>
      <div class="info">
<p class="price">
                    ￥5799.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=495" target="_blank"><img src="images/202410/thumb_img/495_thumb_G_1730188574516.jpg" alt="启天M760" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=495" title="启天M760" target="_blank">启天M760</a></p>
      <div class="info">
<p class="price">
                    ￥4750.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=485" target="_blank"><img src="images/202409/thumb_img/485_thumb_G_1726728620335.jpg" alt="启天M450(C)" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=485" title="启天M450(C)" target="_blank">启天M450(C)</a></p>
      <div class="info">
<p class="price">
                    ￥4750.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=484" target="_blank"><img src="images/202409/thumb_img/484_thumb_G_1725331674742.jpg" alt="擎云B530" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=484" title="擎云B530" target="_blank">擎云B530</a></p>
      <div class="info">
<p class="price">
                    ￥4999.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=482" target="_blank"><img src="images/202408/thumb_img/482_thumb_G_1724379925917.jpg" alt="电脑" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=482" title="电脑" target="_blank">电脑</a></p>
      <div class="info">
<p class="price">
                    ￥4980.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=477" target="_blank"><img src="images/202408/thumb_img/477_thumb_G_1722580186333.jpg" alt="超锐F860-T2" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=477" title="超锐F860-T2" target="_blank">超锐F860-T2</a></p>
      <div class="info">
<p class="price">
                    ￥5950.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=476" target="_blank"><img src="images/202407/thumb_img/476_thumb_G_1721807566119.jpg" alt="笔记本电脑昭阳E5" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=476" title="笔记本电脑昭阳E5" target="_blank">笔记本电脑昭阳E5</a></p>
      <div class="info">
<p class="price">
                    ￥5980.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=475" target="_blank"><img src="images/202407/thumb_img/475_thumb_G_1719815718305.jpg" alt="昭阳E4" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=475" title="昭阳E4" target="_blank">昭阳E4</a></p>
      <div class="info">
<p class="price">
                    ￥5280.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=468" target="_blank"><img src="images/202406/thumb_img/468_thumb_G_1718937810492.jpg" alt="台式电脑" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=468" title="台式电脑" target="_blank">台式电脑</a></p>
      <div class="info">
<p class="price">
                    ￥4600.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=465" target="_blank"><img src="images/202405/thumb_img/465_thumb_G_1716794488552.jpg" alt="昭阳E4" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=465" title="昭阳E4" target="_blank">昭阳E4</a></p>
      <div class="info">
<p class="price">
                    ￥5280.00元                  </p>
      </div>
     </div>
      </div>
</div>
<div class="blank"></div>
<div class="xm-box">
  <h4 class="title"><a class="more" href="search.php?intro=best">更多</a><em>计算机设备</em> </h4>
  <div id="show_hot_area" class="clearfix body">
        <div class="goodsItem"> <a href="goods.php?id=496" target="_blank"><img src="images/202410/thumb_img/496_thumb_G_1730189209147.jpg" alt="昭阳X5-16" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=496" title="昭阳X5-16" target="_blank">昭阳X5-16</a></p>
      <div class="info">
<p class="price">
                    ￥5799.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=495" target="_blank"><img src="images/202410/thumb_img/495_thumb_G_1730188574516.jpg" alt="启天M760" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=495" title="启天M760" target="_blank">启天M760</a></p>
      <div class="info">
<p class="price">
                    ￥4750.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=485" target="_blank"><img src="images/202409/thumb_img/485_thumb_G_1726728620335.jpg" alt="启天M450(C)" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=485" title="启天M450(C)" target="_blank">启天M450(C)</a></p>
      <div class="info">
<p class="price">
                    ￥4750.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=484" target="_blank"><img src="images/202409/thumb_img/484_thumb_G_1725331674742.jpg" alt="擎云B530" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=484" title="擎云B530" target="_blank">擎云B530</a></p>
      <div class="info">
<p class="price">
                    ￥4999.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=482" target="_blank"><img src="images/202408/thumb_img/482_thumb_G_1724379925917.jpg" alt="电脑" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=482" title="电脑" target="_blank">电脑</a></p>
      <div class="info">
<p class="price">
                    ￥4980.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=477" target="_blank"><img src="images/202408/thumb_img/477_thumb_G_1722580186333.jpg" alt="超锐F860-T2" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=477" title="超锐F860-T2" target="_blank">超锐F860-T2</a></p>
      <div class="info">
<p class="price">
                    ￥5950.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=476" target="_blank"><img src="images/202407/thumb_img/476_thumb_G_1721807566119.jpg" alt="笔记本电脑昭阳E5" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=476" title="笔记本电脑昭阳E5" target="_blank">笔记本电脑昭阳E5</a></p>
      <div class="info">
<p class="price">
                    ￥5980.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=475" target="_blank"><img src="images/202407/thumb_img/475_thumb_G_1719815718305.jpg" alt="昭阳E4" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=475" title="昭阳E4" target="_blank">昭阳E4</a></p>
      <div class="info">
<p class="price">
                    ￥5280.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=468" target="_blank"><img src="images/202406/thumb_img/468_thumb_G_1718937810492.jpg" alt="台式电脑" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=468" title="台式电脑" target="_blank">台式电脑</a></p>
      <div class="info">
<p class="price">
                    ￥4600.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=465" target="_blank"><img src="images/202405/thumb_img/465_thumb_G_1716794488552.jpg" alt="昭阳E4" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=465" title="昭阳E4" target="_blank">昭阳E4</a></p>
      <div class="info">
<p class="price">
                    ￥5280.00元                  </p>
      </div>
     </div>
      </div>
</div>
<div class="blank"></div>
<div class="xm-box">
  <h4 class="title"><a class="more" href="search.php?intro=best">更多</a><em>网络设备</em> </h4>
  <div id="show_hot_area" class="clearfix body">
        <div class="goodsItem"> <a href="goods.php?id=481" target="_blank"><img src="images/202408/thumb_img/481_thumb_G_1723017229690.jpg" alt="移动图形工作站" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=481" title="移动图形工作站" target="_blank">移动图形工作站</a></p>
      <div class="info">
<p class="price">
                    ￥7600.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=480" target="_blank"><img src="images/202408/thumb_img/480_thumb_G_1723017146965.jpg" alt="移动图形工作站" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=480" title="移动图形工作站" target="_blank">移动图形工作站</a></p>
      <div class="info">
<p class="price">
                    ￥7600.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=369" target="_blank"><img src="images/202305/thumb_img/369_thumb_G_1683614266948.jpg" alt="腾达8口POE交换机S110PC" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=369" title="腾达8口POE交换机S110PC" target="_blank">腾达8口POE交换机S110PC</a></p>
      <div class="info">
<p class="price">
                    ￥700.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=368" target="_blank"><img src="images/202305/thumb_img/368_thumb_G_1683614204045.jpg" alt="腾达16口POE交换机TEF1118P-16" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=368" title="腾达16口POE交换机TEF1118P-16" target="_blank">腾达16口POE交换机TEF1118P-...</a></p>
      <div class="info">
<p class="price">
                    ￥1300.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=273" target="_blank"><img src="images/202303/thumb_img/273_thumb_G_1677736891369.jpg" alt="锐捷大功率无线AP  RG-EAP662(G)" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=273" title="锐捷大功率无线AP  RG-EAP662(G)" target="_blank">锐捷大功率无线AP  RG-EAP662...</a></p>
      <div class="info">
<p class="price">
                    ￥1780.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=250" target="_blank"><img src="images/202302/thumb_img/250_thumb_G_1677210151157.jpg" alt="新华三（H3C）S5130S-52P-EI-H1" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=250" title="新华三（H3C）S5130S-52P-EI-H1" target="_blank">新华三（H3C）S5130S-52P-E...</a></p>
      <div class="info">
<p class="price">
                    ￥4900.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=183" target="_blank"><img src="images/202211/thumb_img/183_thumb_G_1668841694857.jpg" alt="交换机-S5720S-28P-PWR-LI-AC" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=183" title="交换机-S5720S-28P-PWR-LI-AC" target="_blank">交换机-S5720S-28P-PWR-L...</a></p>
      <div class="info">
<p class="price">
                    ￥5100.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=173" target="_blank"><img src="images/202211/thumb_img/173_thumb_G_1668240479371.jpg" alt="路由器-TL-WAR1200L" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=173" title="路由器-TL-WAR1200L" target="_blank">路由器-TL-WAR1200L</a></p>
      <div class="info">
<p class="price">
                    ￥529.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=172" target="_blank"><img src="images/202211/thumb_img/172_thumb_G_1668237912460.jpg" alt="路由器-AC1900（双千兆）" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=172" title="路由器-AC1900（双千兆）" target="_blank">路由器-AC1900（双千兆）</a></p>
      <div class="info">
<p class="price">
                    ￥199.00元                  </p>
      </div>
     </div>
      </div>
</div>
<div class="blank"></div>
</div> 
</div>
  
 </div>
<div class="bottom_ad">
            
</div>
<div class="resetClear"></div>
    <a href="http://www.ecmoban.com" class="ecmoban">ecshop模板堂</a>
 
<div class="blank"></div>
<div class="footer">
    
    <div class="footer-copyright">
        <div class="container">
                                    <span style="color:#f4f1f1;">
             
            河北省张家口市桥东区林园北街8号凤凰山庄第9幢2单元1304号房(办公场所)                         
             
            Tel: 13932371708             
             
            E-mail: 952356433@qq.com                        </span>
            <div class="d-copyright">
                <p>ICP备案证书号:<a href="http://beian.miit.gov.cn" target="_blank">冀ICP备18011961号-2</a></p>
                <b>
                    &copy; 2007-2022 技术支持:<a href="http://www.jtone.cn">即通优服</a>                                    </b>
                <p><a href="https://zzlz.gsxt.gov.cn/businessCheck/verifKey.do?showType=p&serial=911307020759688681-SAIC_SHOW_1000009113070207596886811652779228292&signData=MEYCIQDTCB+gkuZQ12Re+iqWpWjuLBgLjagxJePi0vBFzknsrgIhAKrnJh/nCDUl90bZi3gDQ/Pg9lZXiMUfFD/Zp2g0eHPx"><img src='dianzi.jpg' style="height:50px;width50px;"/></a></p>
                <div style="width:350px;margin:0 auto; padding:20px 0;">
		 		<a target="_blank" href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=13070202000177" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="dianzi.png" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">冀公网安备 13070202000177号</p ></a >
		 	</div>
                <p class="pc-copyright">
                   
                </p>
            </div>
            
        </div>
    </div>
</div>
<script type="text/javascript">
    $(function(){
        $(".qr-code dt span").hover(function(){
            var index = $(this).index();
            $(this).addClass("on").siblings().removeClass("on");
            $(".qr-code dd img").eq(index).removeClass("none").siblings().addClass("none");
        });
    })
</script>
<div class="QQbox" id="divQQbox" style="width: 170px; ">
  <div class="Qlist" id="divOnline" onmouseout="hideMsgBox(event);" style="display: none; " onmouseover="OnlineOver();">
    <div class="t"></div>
    <div class="infobox">我们营业的时间<br>
      9:00-18:00</div>
    <div class="con">
      <ul>
        
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
        
                <li> 服务热线: 13932371708</li>
              </ul>
    </div>
    <div class="b"></div>
  </div>
  <div id="divMenu" onmouseover="OnlineOver();" style="display: block; "><img src="themes/ecmoban_kaola2016/images/qq_1.gif" class="press" alt="在线咨询"></div>
</div>
<script type="text/javascript">
//<![CDATA[
var tips; var theTop = 120/*这是默认高度,越大越往下*/; var old = theTop;
function initFloatTips() {
tips = document.getElementById('divQQbox');
moveTips();
};
function moveTips() {
var tt=50;
if (window.innerHeight) {
pos = window.pageYOffset
}
else if (document.documentElement && document.documentElement.scrollTop) {
pos = document.documentElement.scrollTop
}
else if (document.body) {
pos = document.body.scrollTop;
}
pos=pos-tips.offsetTop+theTop;
pos=tips.offsetTop+pos/10;
if (pos < theTop) pos = theTop;
if (pos != old) {
tips.style.top = pos+"px";
tt=10;
//alert(tips.style.top);
}
old = pos;
setTimeout(moveTips,tt);
}
//!]]>
initFloatTips();
function OnlineOver(){
document.getElementById("divMenu").style.display = "none";
document.getElementById("divOnline").style.display = "block";
document.getElementById("divQQbox").style.width = "170px";
}
function OnlineOut(){
document.getElementById("divMenu").style.display = "block";
document.getElementById("divOnline").style.display = "none";
}
if(typeof(HTMLElement)!="undefined")    //给firefox定义contains()方法，ie下不起作用
{   
      HTMLElement.prototype.contains=function(obj)   
      {   
          while(obj!=null&&typeof(obj.tagName)!="undefind"){ //通过循环对比来判断是不是obj的父元素
   　　　　if(obj==this) return true;   
   　　　　obj=obj.parentNode;
   　　}   
          return false;   
      };   
}  
function hideMsgBox(theEvent){ //theEvent用来传入事件，Firefox的方式
　 if (theEvent){
　 var browser=navigator.userAgent; //取得浏览器属性
　 if (browser.indexOf("Firefox")>0){ //如果是Firefox
　　 if (document.getElementById('divOnline').contains(theEvent.relatedTarget)) { //如果是子元素
　　 return; //结束函式
} 
} 
if (browser.indexOf("MSIE")>0){ //如果是IE
if (document.getElementById('divOnline').contains(event.toElement)) { //如果是子元素
return; //结束函式
}
}
}
/*要执行的操作*/
document.getElementById("divMenu").style.display = "block";
document.getElementById("divOnline").style.display = "none";
}
</script> 
</body>
</html>
