<!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>
                        <ul class="ul-hot-query">
                                <li class="first highlight"><a href="search.php?keywords=ECS000132" target="_blank">ECS000132</a></li>
                            </ul>
                    </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=1141" target="_blank"><img src="/data/gallery_album/3/thumb_img/1707094104561503687.jpg" alt="移动硬盘" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1141" title="移动硬盘" target="_blank">移动硬盘</a></p>
      <div class="info">
<p class="price">
                    ￥580.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1121" target="_blank"><img src="images/202306/thumb_img/0_thumb_G_1687223071269.jpg" alt="台式机-天玥1252" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1121" title="台式机-天玥1252" target="_blank">台式机-天玥1252</a></p>
      <div class="info">
<p class="price">
                    ￥4700.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1113" target="_blank"><img src="images/202104/thumb_img/0_thumb_G_1619561359004.jpg" alt="华为擎云W515" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1113" title="华为擎云W515" target="_blank">华为擎云W515</a></p>
      <div class="info">
<p class="price">
                    ￥6499.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1106" target="_blank"><img src="images/202104/thumb_img/0_thumb_G_1617320858489.jpg" alt="华为平板M5 青春版" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1106" title="华为平板M5 青春版" target="_blank">华为平板M5 青春版</a></p>
      <div class="info">
<p class="price">
                    ￥1499.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1105" target="_blank"><img src="images/202104/thumb_img/0_thumb_G_1617320623209.jpg" alt="华为畅享平板 2" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1105" title="华为畅享平板 2" target="_blank">华为畅享平板 2</a></p>
      <div class="info">
<p class="price">
                    ￥1699.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1104" target="_blank"><img src="images/202104/thumb_img/0_thumb_G_1617320207451.jpg" alt="华为畅享平板 2" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1104" title="华为畅享平板 2" target="_blank">华为畅享平板 2</a></p>
      <div class="info">
<p class="price">
                    ￥1499.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1103" target="_blank"><img src="images/202104/thumb_img/0_thumb_G_1617319028528.jpg" alt="华为平板电脑C5 10" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1103" title="华为平板电脑C5 10" target="_blank">华为平板电脑C5 10</a></p>
      <div class="info">
<p class="price">
                    ￥2599.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1102" target="_blank"><img src="images/202104/thumb_img/0_thumb_G_1617318664122.jpg" alt="华为平板电脑C5 10" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1102" title="华为平板电脑C5 10" target="_blank">华为平板电脑C5 10</a></p>
      <div class="info">
<p class="price">
                    ￥2599.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1101" target="_blank"><img src="images/202104/thumb_img/0_thumb_G_1617317792418.jpg" alt="华为平板电脑C5 10" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1101" title="华为平板电脑C5 10" target="_blank">华为平板电脑C5 10</a></p>
      <div class="info">
<p class="price">
                    ￥2199.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1100" target="_blank"><img src="images/202104/thumb_img/0_thumb_G_1617316787155.jpg" alt="华为平板电脑C3 10" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1100" title="华为平板电脑C3 10" target="_blank">华为平板电脑C3 10</a></p>
      <div class="info">
<p class="price">
                    ￥1499.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=1123" target="_blank"><img src="images/202306/thumb_img/0_thumb_G_1687287231594.jpg" alt="奔图P3305DN打印机" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1123" title="奔图P3305DN打印机" target="_blank">奔图P3305DN打印机</a></p>
      <div class="info">
<p class="price">
                    ￥2100.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=989" target="_blank"><img src="images/201905/thumb_img/0_thumb_G_1557776126447.jpg" alt="惠普427dw 黑白激光多功能一体机" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=989" title="惠普427dw 黑白激光多功能一体机" target="_blank">惠普427dw 黑白激光多功能一体机</a></p>
      <div class="info">
<p class="price">
                    ￥3999.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=459" target="_blank"><img src="images/202003/thumb_img/459_thumb_G_1583521321989.jpg" alt="惠普（HP） 打印机 CP5225dn A3 彩色激光打印机" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=459" title="惠普（HP） 打印机 CP5225dn A3 彩色激光打印机" target="_blank">惠普（HP） 打印机 CP5225dn ...</a></p>
      <div class="info">
<p class="price">
                    ￥15499.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=391" target="_blank"><img src="images/201904/thumb_img/0_thumb_G_1555612515709.jpg" alt="墨仓式®L805 6色照片打印机" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=391" title="墨仓式®L805 6色照片打印机" target="_blank">墨仓式®L805 6色照片打印机</a></p>
      <div class="info">
<p class="price">
                    ￥2250.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=390" target="_blank"><img src="images/201904/thumb_img/0_thumb_G_1555612324290.jpg" alt="墨仓式®L1300 A3+高速图形设计专用打印机" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=390" title="墨仓式®L1300 A3+高速图形设计专用打印机" target="_blank">墨仓式®L1300 A3+高速图形设计专...</a></p>
      <div class="info">
<p class="price">
                    ￥2440.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=389" target="_blank"><img src="images/201904/thumb_img/0_thumb_G_1555612186917.jpg" alt="爱普生 Epson Stylus Photo R330" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=389" title="爱普生 Epson Stylus Photo R330" target="_blank">爱普生 Epson Stylus Pho...</a></p>
      <div class="info">
<p class="price">
                    ￥1659.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=387" target="_blank"><img src="images/201904/thumb_img/0_thumb_G_1555611182982.jpg" alt="爱普生 Epson Stylus Photo 1390" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=387" title="爱普生 Epson Stylus Photo 1390" target="_blank">爱普生 Epson Stylus Pho...</a></p>
      <div class="info">
<p class="price">
                    ￥3160.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=386" target="_blank"><img src="images/201904/thumb_img/0_thumb_G_1555611095120.jpg" alt="爱普生Epson SureColor P408 A3+幅面专业照片打印机" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=386" title="爱普生Epson SureColor P408 A3+幅面专业照片打印机" target="_blank">爱普生Epson SureColor P...</a></p>
      <div class="info">
<p class="price">
                    ￥4550.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=384" target="_blank"><img src="/data/gallery_album/1/thumb_img/1555610844257523690.jpg" alt="墨仓式®L1800 A3+影像设计专用打印机" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=384" title="墨仓式®L1800 A3+影像设计专用打印机" target="_blank">墨仓式®L1800 A3+影像设计专用打...</a></p>
      <div class="info">
<p class="price">
                    ￥4000.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=360" target="_blank"><img src="images/201904/thumb_img/0_thumb_G_1555604755483.jpg" alt="兄弟（brother）QL-800 热敏电脑标签打印机" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=360" title="兄弟（brother）QL-800 热敏电脑标签打印机" target="_blank">兄弟（brother）QL-800 热敏...</a></p>
      <div class="info">
<p class="price">
                    ￥1399.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=1186" target="_blank"><img src="images/no_picture.gif" alt="光纤收发器-2光4电" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1186" title="光纤收发器-2光4电" target="_blank">光纤收发器-2光4电</a></p>
      <div class="info">
<p class="price">
                    ￥380.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1185" target="_blank"><img src="images/no_picture.gif" alt="tp-link无线路由器四天线" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1185" title="tp-link无线路由器四天线" target="_blank">tp-link无线路由器四天线</a></p>
      <div class="info">
<p class="price">
                    ￥240.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1015" target="_blank"><img src="images/201905/thumb_img/0_thumb_G_1557783643547.jpg" alt="海康威视同轴模拟监控摄像头套装 室外防水高清红外夜视同轴硬盘刻录机监控器设备 4路模拟摄像头+录像机 无硬盘" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1015" title="海康威视同轴模拟监控摄像头套装 室外防水高清红外夜视同轴硬盘刻录机监控器设备 4路模拟摄像头+录像机 无硬盘" target="_blank">海康威视同轴模拟监控摄像头套装 室外防水...</a></p>
      <div class="info">
<p class="price">
                    ￥805.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=1014" target="_blank"><img src="images/201905/thumb_img/0_thumb_G_1557783549322.jpg" alt="TP-LINK H.265监控设备套装200万高清夜视室外室内网络监控摄像头手机远程poe供电看店宝 刻录机+3个摄像头3路套装" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=1014" title="TP-LINK H.265监控设备套装200万高清夜视室外室内网络监控摄像头手机远程poe供电看店宝 刻录机+3个摄像头3路套装" target="_blank">TP-LINK H.265监控设备套装2...</a></p>
      <div class="info">
<p class="price">
                    ￥915.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=939" target="_blank"><img src="images/201905/thumb_img/0_thumb_G_1557769089706.jpg" alt="戴尔 DELL PowerEdge T330 塔式服务器主机（E3-1220V6/16G/2T SATA 企业级/DVD/350W电源）" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=939" title="戴尔 DELL PowerEdge T330 塔式服务器主机（E3-1220V6/16G/2T SATA 企业级/DVD/350W电源）" target="_blank">戴尔 DELL PowerEdge T3...</a></p>
      <div class="info">
<p class="price">
                    ￥10399.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=938" target="_blank"><img src="images/201905/thumb_img/0_thumb_G_1557767800609.jpg" alt="联想（LENOVO） 联想ThinkVision 服务器图形工作站显示器 商用液晶显示器 23.8英寸 TE24-10 1920*1080" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=938" title="联想（LENOVO） 联想ThinkVision 服务器图形工作站显示器 商用液晶显示器 23.8英寸 TE24-10 1920*1080" target="_blank">联想（LENOVO） 联想ThinkVi...</a></p>
      <div class="info">
<p class="price">
                    ￥1649.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=937" target="_blank"><img src="images/201905/thumb_img/0_thumb_G_1557767749788.jpg" alt="联想（Lenovo） ThinkSystem SR550 联想服务器主机 2U机架式3.5英寸 2颗铜牌3106 8核1.7G CPU 双电源 32G内存+2块2TB 7.2K硬盘" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=937" title="联想（Lenovo） ThinkSystem SR550 联想服务器主机 2U机架式3.5英寸 2颗铜牌3106 8核1.7G CPU 双电源 32G内存+2块2TB 7.2K硬盘" target="_blank">联想（Lenovo） ThinkSyst...</a></p>
      <div class="info">
<p class="price">
                    ￥25699.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=936" target="_blank"><img src="images/201905/thumb_img/0_thumb_G_1557767668372.jpg" alt="联想（LENOVO） ThinkVision 图形工作站服务器 显示器 商用液晶显示器 27英寸 X27Q 2560*1440 超薄IPS" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=936" title="联想（LENOVO） ThinkVision 图形工作站服务器 显示器 商用液晶显示器 27英寸 X27Q 2560*1440 超薄IPS" target="_blank">联想（LENOVO） ThinkVisi...</a></p>
      <div class="info">
<p class="price">
                    ￥1950.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=935" target="_blank"><img src="images/201905/thumb_img/0_thumb_G_1557767575540.jpg" alt="联想（Lenovo） ThinkVision 服务器 图形台式工作站显示器 X1 27英寸 4K高清 Type-C" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=935" title="联想（Lenovo） ThinkVision 服务器 图形台式工作站显示器 X1 27英寸 4K高清 Type-C" target="_blank">联想（Lenovo） ThinkVisi...</a></p>
      <div class="info">
<p class="price">
                    ￥7100.00元                  </p>
      </div>
     </div>
        <div class="goodsItem"> <a href="goods.php?id=934" target="_blank"><img src="images/201905/thumb_img/0_thumb_G_1557767499783.jpg" alt="联想（Lenovo） ThinkVision 服务器 图形台式工作站显示器 T27H 27英寸 2560 x 1440" class="goodsimg" /></a><br />
      <p class="name"><a href="goods.php?id=934" title="联想（Lenovo） ThinkVision 服务器 图形台式工作站显示器 T27H 27英寸 2560 x 1440" target="_blank">联想（Lenovo） ThinkVisi...</a></p>
      <div class="info">
<p class="price">
                    ￥3098.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;">
             
            河北省承德市双滦区双塔山镇日用消费品综合交易广场4幢5层504号                         
             
            Tel: 15531460000             
                        </span>
            <div class="d-copyright">
                <p>ICP备案证书号:<a href="http://beian.miit.gov.cn" target="_blank">冀ICP备19008761号-1</a></p>
                <b>
                    &copy; 2007-2018 技术支持:<a href="http://www.jtone.cn">即通优服</a>                                    </b>
<p><a href="https://zzlz.gsxt.gov.cn/businessCheck/verifKey.do?showType=p&serial=91130803MA09NDTR1E-SAIC_SHOW_10000091130803MA09NDTR1E1716516098585&signData=MEQCIE9uJ1DSa7ocOdx3Y0WuuNc22CWHzyJi6+0lI9TaSmdQAiADODgtBJqcI95r55jcp0N/Bp9Qx4Jmf0GRF8s86fLAwg=="> <img src="dianzi.jpg" style=width:50px height:50px></a></p>
<p><a href="https://beian.mps.gov.cn/#/query/webSearch?code=13080302000101"rel=\"noreferrer\" target=\"_blank\"><img src="dianzi.png" style="width:20px;height:20px">冀公网安备13080302000101</a></p>
                <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> 服务热线: 15531460000</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>
