Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - ouxim.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 23 May 2025 11:44:36 GMT
Server: Apache
X-Powered-By: PHP/5.2.17
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=409e8e120dd40583cc7145a0fbff1a29; path=/
Vary: User-Agent,Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html

HTTP Kodu 200 OK

200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: ouxim.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!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="baidu-site-verification" content="KJRxDrnUK1" />
<meta name="description" content="欧西姆(长沙)智能科技有限公司,智能家居,智能安防,家庭影院,影音娱乐,家居智能,欧西姆智能,欧西姆智能科技有限公司,长沙智能家居,湖南智能家居,长沙智能安防,长沙家庭影院 " />
<link rel="stylesheet" type="text/css" href="/skin/default/style/style.css"/>
<script type="text/javascript" src="/skin/default/js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="/skin/default/js/menu.js"></script>
<script type="text/javascript">
$(document).ready(function(){
    var ali=$('#lunbonum li');
    var aPage=$('#lunhuanback p');
    var aslide_img=$('.lunhuancenter b');
    var iNow=0;
	
    ali.each(function(index){	
        $(this).mouseover(function(){
            slide(index);
        })
    });
	
    function slide(index){	
        iNow=index;
        ali.eq(index).addClass('lunboone').siblings().removeClass();
		aPage.eq(index).siblings().stop().animate({opacity:0},600);
		aPage.eq(index).stop().animate({opacity:1},600);	
        aslide_img.eq(index).stop().animate({opacity:1,top:-10},600).siblings('b').stop().animate({opacity:0,top:-40},600);
    }
	
	function autoRun(){	
        iNow++;
		if(iNow==ali.length){
			iNow=0;
		}
		slide(iNow);
	}
	
	var timer=setInterval(autoRun,3000);
		
    ali.hover(function(){
		clearInterval(timer);
	},function(){
		timer=setInterval(autoRun,3000);
    });
})
</script>
<script type="text/javascript" src="/skin/default/js/jcarousellite.js"></script>
<SCRIPT type=text/javascript>
$(document).ready(function() {
    var i_curIndex = 0;
    var beauBeauSlide; //函数对象
    var i_curID = 0; //取得鼠标下方的对象ID
    var pictureID = 0; //索引ID
    //$("#i_focus_piclist a").eq(0).show(); //默认
	var i_len = $("#i_focus_btn a").length;	//变换图片数
    autoScroll();
	$("#i_focus_btn a").hover(function() {
        StopScrolll();
        $("#i_focus_btn a").removeClass("cur") //所有的li去掉当前的样式加上正常的样式
        $(this).addClass("cur"); //而本身则加上当前的样式去掉正常的样式
        i_curID = $(this).attr("id"); //取当前元素的ID
        pictureID = i_curID.substring(i_curID.length - 1); //取最后一个字符
		$("#i_focus_piclist a").hide().find("img").hide(); //本身显示
        $("#i_focus_piclist a").eq(pictureID).show().find("img").fadeIn(); //本身显示
        /*$("#i_focus_piclist a").not($("#i_focus_piclist a")[pictureID]).hide(); //除了自身别的全部隐藏*/
    },
    function() {
        //当鼠标离开对象的时候获得当前的对象的ID以便能在启动自动时与其同步
        i_curID = $(this).attr("id"); //取当前元素的ID
        pictureID = i_curID.substring(i_curID.length - 1); //取最后一个字符
        i_curIndex = pictureID;
        autoScroll();
    });
    //自动滚动
    function autoScroll() {
		$("#i_focus_btn a").removeClass("cur");
        $("#i_focus_btn a").eq(i_curIndex).addClass("cur");
		$("#i_focus_piclist a").hide().find("img").hide();
        $("#i_focus_piclist a").eq(i_curIndex).show().find("img").fadeIn();
        i_curIndex++;
        i_curIndex = i_curIndex >= i_len ? 0 : i_curIndex;
        beauBeauSlide = setTimeout(autoScroll, 3000);
    }
    function StopScrolll() //当鼠标移动到对象上面的时候停止自动滚动
    {
        clearTimeout(beauBeauSlide);
    }
	//滚动图片			
	$(".scrool_img").jCarouselLite({
		btnNext: ".btn_right",
		btnPrev: ".btn_left",
		/*auto:2000,*/
		speed:3000,	
		visible:6
	});
	//滚动图片			
	$(".coop_img").jCarouselLite({
		btnNext: ".btn_right02",
		btnPrev: ".btn_left02",
		/*auto:2000,*/
		speed:3000,	
		visible:7
	});
});
</SCRIPT>

</head>

<body>
<!--Header star-->
<div class="header">
	<div class="top01">
    	<dl>
        	<dt> <a href="javascript:void(0);" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(location.href);">设为首页</a><a href="javascript:void(0);" onclick="shoucang(document.title,window.location);">加入收藏</a></dt>
          
          

<script>
// onclick="window.external.AddFavorite(location.href,document.title)" 
// 加入收藏 兼容360和IE6 
//onclick="shoucang(document.title,window.location);"
function shoucang(sTitle,sURL) 
{ 
  try 
  { 
window.external.addFavorite(sURL, sTitle); 
  } 
catch (e) 
  { 
try 
{ 
  window.sidebar.addPanel(sTitle, sURL, ""); 
} 
catch (e) 
{ 
  alert("加入收藏失败,请使用Ctrl+D进行添加"); 
} 
  } 
} 

</script>
<style>
#topmenu li .navCase li dl{ width:280px;}
#topmenu li .navCase li dl dt{ width:140px;}
#topmenu li .navCase li .navBottom02{width: 292px;}

.tel a{width:80px; height:65px; background:url(/skin/default/images/home2.jpg) no-repeat;  display:block; float:left; }
.tel a:hover{width:80px; height:65px; background:url(/skin/default/images/home4.jpg) no-repeat;  display:block; float:left; }

.search span{ width:120px; float:right; background:url(/skin/default/images/serach_1.png) no-repeat;  }
.search .search_btn{ float:right; width:46px; background:url(/skin/default/images/serach_2.png) no-repeat; }
.search span input{ width:120px; position:relative; top:4px; overflow:hidden; height:18px; line-height:18px;}
</style>
            <dd>
            	<a href="index.php?c=article&a=type&tid=153">网站导航</a>
            </dd>
        </dl>
    </div>
	<div class="top02">
		<div class="logo"><a href="/index.php"><img src="/skin/default/images/logo.gif" alt="欧西姆智能科技有限公司" title="欧西姆智能科技有限公司" /></a></div>
       
        <div class="search" style="float:right; padding:10px 0 0 20px;   ">
          <div style="padding:0 0 10px 0; text-align:right;"><img src="/skin/default/images/tel.png" /></div>
          <div>
        	<form action="/index.php" method="get">
            <input name="a" type="hidden" value="search" />
            <input type="hidden" name="c" value="product">
            	
                <input name="" type="submit" value="" class="search_btn" />
                <span><input name="word" type="text" value="--search--" onblur="if (this.value=='')this.value='--search--'" onclick="if(this.value=='--search--')this.value=''" /></span>
            </form>
            </div>
        </div>
		
	</div>
	<!--Menu-->
    <style>
	.fontSizeA{font-weight:bold; font-size:15px;}
	.menu ul li a{ padding-left:22px;}
	</style>
	<div class="menu">
    	<ul id="topmenu">
        	<li><a href="/index.php"  class="fontSizeA">首页</a></li>
            
           

            <li><a href="index.php?c=article&a=type&tid=1" class="fontSizeA">关于我们</a>
            	<ul>
                	<li>
                    	<dl class="clearfix">
                        
                        	                            
                          


                            
                                   <dt><a href="/index.php?c=article&a=type&tid=9">企业简介</a></dt>
                               
                            
                                   <dt><a href="/index.php?c=article&a=type&tid=10">企业文化</a></dt>
                               
                            
                                   <dt><a href="/index.php?c=article&a=type&tid=45">企业荣誉</a></dt>
                               
                            
                                   <dt><a href="/index.php?c=article&a=type&tid=47">企业战略</a></dt>
                               
                            
                        </dl>
                        <div class="navBottom"></div>
                    </li>
                </ul>
            </li>
            <li><a href="index.php?c=product&a=type&tid=2" class="fontSizeA"">产品中心</a>
            	<ul class="navPro">
                	<li>
                    	<div class="navPleft"></div>
                        <div class="navPcenter clearfix">
                        	<div class="navL"></div>
                            <div class="navC clearfix">
                            
                                     
                                                                 
                                
                                <dl  class="dl01"  >
                                	<dt><a href="/index.php?c=product&a=type&tid=105"><img src="/uploads/2014/03/121156288433.jpg" alt="KOTI产品系列" width="78" height="79" /></a></dt>
                                    <dd>
                                    	<h2><a href="/index.php?c=product&a=type&tid=105">KOTI产品系列</a></h2>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=109" title="智能开关">智能开关</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=110" title="智能插座">智能插座</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=111" title="无线遥控器">无线遥控器</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=113" title="控制软件">控制软件</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=114" title="智能家居网关">智能家居网关</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=115" title="安防监控系统">安防监控系统</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=116" title="电动窗帘系统">电动窗帘系统</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=117" title="系统配套产品">系统配套产品</a></p>
                                                                               
                                    </dd>
                                </dl>
                               
                                                                 
                                
                                <dl  >
                                	<dt><a href="/index.php?c=product&a=type&tid=180"><img src="/uploads/2014/03/121156288432.jpg" alt="智能指纹锁" width="78" height="79" /></a></dt>
                                    <dd>
                                    	<h2><a href="/index.php?c=product&a=type&tid=180">智能指纹锁</a></h2>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=185" title="滑盖款系列">滑盖款系列</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=187" title="工程专用系统">工程专用系统</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=188" title="简约系列">简约系列</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=189" title="门厂专供系列">门厂专供系列</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=190" title="智能猫眼">智能猫眼</a></p>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=191" title="新品上市">新品上市</a></p>
                                                                               
                                    </dd>
                                </dl>
                               
                                                                 
                                
                                <dl  >
                                	<dt><a href="/index.php?c=product&a=type&tid=186"><img src="/uploads/2018/03/291556167592.jpg" alt="玻璃门锁" width="78" height="79" /></a></dt>
                                    <dd>
                                    	<h2><a href="/index.php?c=product&a=type&tid=186">玻璃门锁</a></h2>
                                                                                          <p><a href="/index.php?c=product&a=type&tid=192" title="900F系列">900F系列</a></p>
                                                                               
                                    </dd>
                                </dl>
                               
                                                                   
                               
                            </div>
                            <div class="navR"></div>
                        </div>
                        <div class="navPright"></div>
                    </li>
                </ul>
            </li>
            <li><a href="index.php?c=article&a=type&tid=3" class="fontSizeA">新闻动态</a>
            	<ul>
                	<li>
                    	<dl class="clearfix">
                        
                           
                                   <dt><a href="/index.php?c=article&a=type&tid=25">公司动态</a></dt>
                               
                            
                                   <dt><a href="/index.php?c=article&a=type&tid=26">行业资讯</a></dt>
                               
                            
                                   <dt><a href="/index.php?c=article&a=type&tid=142">活动中心</a></dt>
                               
                            
                                   <dt><a href="/index.php?c=article&a=type&tid=162">加盟快讯</a></dt>
                               
                                                        

                        	
                        </dl>
                        <div class="navBottom"></div>
                	</li>
                </ul>
            </li>
            <li style=" _width:147px;"><a href="index.php?c=article&a=type&tid=4" class="fontSizeA">解决方案与案例</a>
            	<ul class="navCase">
                	<li>
                    	<dl class="clearfix">
                        
                       
                               
                             
                        	<dt>
                            	<h3><a href="/index.php?c=article&a=type&tid=182">智能家居解决方案</a></h3>
                                
                                                                
                            </dt>
                             
                        	<dt>
                            	<h3><a href="/index.php?c=article&a=type&tid=183">智慧社区解决方案</a></h3>
                                
                                                                
                            </dt>
                             
                        	<dt>
                            	<h3><a href="/index.php?c=article&a=type&tid=184">应用案例</a></h3>
                                
                                                                
                            </dt>
                                                       
                             <!--
                                   <dt><a href="/index.php?c=article&a=type&tid=182">智能家居解决方案</a></dt>
                               
                            
                                   <dt><a href="/index.php?c=article&a=type&tid=183">智慧社区解决方案</a></dt>
                               
                            
                                   <dt><a href="/index.php?c=article&a=type&tid=184">应用案例</a></dt>
                               
                            -->
                            
                            
                        </dl>
                        <div class="navBottom02"></div>
                    </li>
                </ul>
            </li>
            <li><a href="index.php?c=article&a=type&tid=6" class="fontSizeA">代理加盟</a>
            	<ul>
                	<li>
                    	<dl class="clearfix">
                        	 
                                   <dt><a href="/index.php?c=article&a=type&tid=31">公司优势</a></dt>
                               
                              
                                   <dt><a href="/index.php?c=article&a=type&tid=139">智能家居体验馆</a></dt>
                               
                              
                                   <dt><a href="/index.php?c=article&a=type&tid=53">支持与保证</a></dt>
                               
                              
                                   <dt><a href="/index.php?c=article&a=type&tid=30">加盟条件</a></dt>
                               
                              
                                   <dt><a href="/index.php?c=article&a=type&tid=52">合作模式</a></dt>
                               
                              
                                   <dt><a href="/index.php?c=article&a=type&tid=54">加盟流程</a></dt>
                               
                              
                                   <dt><a href="/index.php?c=message&amp;a=type&amp;tid=165">加盟申请</a></dt>
                               
                              
                                   <dt><a href="/index.php?c=article&a=type&tid=56">公司手册下载</a></dt>
                               
                                                    </dl>
                        <div class="navBottom"></div>
                    </li>
                </ul>
            </li>
            <li style=" _width:147px;"><a href="index.php?c=article&a=type&tid=7" class="fontSizeA">服务与技术支持</a>
            	<ul class="navService">
                	<li>
                    	  <dl class="clearfix">
                         
                        	<dt style="width:180px;">
                            
                                
                                
                                	<p style="float:left; display:block; width:86px;"><a href="/index.php?c=article&a=type&tid=126">产品知识</a></p>
                                 
                                	<p style="float:left; display:block; width:86px;"><a href="/index.php?c=article&a=type&tid=127">智能家居视频</a></p>
                                 
                                	<p style="float:left; display:block; width:86px;"><a href="/index.php?c=article&a=type&tid=128">下载专区</a></p>
                                 
                                	<p style="float:left; display:block; width:86px;"><a href="/index.php?c=article&a=type&tid=130">产品服务政策</a></p>
                                 
                                	<p style="float:left; display:block; width:86px;"><a href="index.php?c=message&amp;a=type&amp;tid=161">在线维修申请</a></p>
                                                                
                            </dt>
                           

                        	
                        	  <!--
                                   <dt><a href="/index.php?c=article&a=type&tid=126">产品知识</a></dt>
                               
                              
                                   <dt><a href="/index.php?c=article&a=type&tid=127">智能家居视频</a></dt>
                               
                              
                                   <dt><a href="/index.php?c=article&a=type&tid=128">下载专区</a></dt>
                               
                              
                                   <dt><a href="/index.php?c=article&a=type&tid=130">产品服务政策</a></dt>
                               
                              
                                   <dt><a href="index.php?c=message&amp;a=type&amp;tid=161">在线维修申请</a></dt>
                               
                              -->
                        </dl>
                        <div class="navBottom"></div>
                    </li>
                </ul>
            </li>
            <li><a href="index.php?c=article&a=type&tid=8" class="fontSizeA">联系我们</a>
            	<ul>
                	<li>
                    	<dl class="clearfix">
                        	
                                   <dt><a href="/index.php?c=article&a=type&tid=61">工作机会</a></dt>
                               
                              
                                   <dt><a href="index.php?c=message&amp;a=type&amp;tid=165">在线留言</a></dt>
                               
                                                      </dl>
                        <div class="navBottom"></div>
                    </li>
                </ul>
            </li>
           <li><a href="https://shop542399288.taobao.com" target="_blank" class="fontSizeA">官方旗舰店</a></li>  
        </ul>
    </div>
</div>
<!--Header end-->

<!--banner-->
 <style>

.mainBanner {
    background: url("/uploads/2015/03/161738368227.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 396px;
    width: 100%;
}
.pScroll .scrool_img UL LI dl dt img{ width:130px; height:130px;} 
.pScroll .scrool_img UL LI a{width:130px; height:130px;}
</style>
  

<div class="banner">
	<div class="mainBanner">
        <div class="lunhuan">
            <div id="lunhuanback">
                    
                <p style="background-image:url(/uploads/2015/03/161738368227.jpg)"><a href="http://www.ouximlock.com" style=" width:100%; height:396px; display:block;" target="_blank" ></a>></p>
                
                    
                <p style="background-image:url(/uploads/2015/03/161115262825.jpg)"><a href="http://www.ouximlock.com" style=" width:100%; height:396px; display:block;" target="_blank" ></a>></p>
                
                    
                <p style="background-image:url(/uploads/2015/02/091644477552.jpg)"><a href="http://www.ouximlock.com" style=" width:100%; height:396px; display:block;" target="_blank" ></a>></p>
                
                    
                <p style="background-image:url(/uploads/2018/03/291349242428.jpg)"><a href="http://www.ouximlock.com" style=" width:100%; height:396px; display:block;" target="_blank" ></a>></p>
                
                
      
            </div>
            <div class="lunhuan_main" style=" height:20px;">
                <!-- 轮换中间区域 -->
                <div class="lunhuancenter" style="height:20px;">
                    <!-- 轮播的页码  开始 -->
                    <ul id='lunbonum' style="height:20px;">
                                            <li class='lunboone'>1 </li>
                                             <li >2 </li>
                                             <li >3 </li>
                                             <li >4 </li>
                          
                   
                    </ul>
                    <!-- 轮播的页码  结束 -->
                </div>
                <!-- 轮换中间区域结束 -->
            </div>
        </div>
    </div>
    <div class="other">
    	<!--<div class="otherBox">
          
            <span><a href="#"><img src="/skin/default/images/ouxim_ico.gif"" width="120" height="32" /></a></span>
                                <a href="http://ouxim.taobao.com" target="_blank"><img src="/uploads/2014/01/071130224363.gif" alt="天猫" width="36" height="35" title="天猫" style="width:32px; height:32px;" /></a>
                                <a href="" target="_blank"><img src="/uploads/2014/01/071136526083.gif" alt="京东" width="36" height="35" title="京东" style="width:32px; height:32px;" /></a>
                                <a href="http://ouxim.taobao.com" target="_blank"><img src="/uploads/2014/01/041203546592.gif" alt="淘宝" width="36" height="35" title="淘宝" style="width:32px; height:32px;" /></a>
               
                 
       </div>-->
    </div>
</div>

<!--Container star-->
<div class="container">
	<!--公司简介-->
	<div class="about">
    	<div class="title01"><h3>公司简介</h3></div>
        <div class="t_top"></div>
        <dl class="clearfix">
                	<dt><a href="/index.php?c=article&a=type&tid=1"><img src="/uploads/2014/01/091751054046.jpg" width="239" height="144" /></a></dt>
            <dd>
              <p style="text-indent:2em;"> 欧西姆智能科技有限公司专业致力于物联网技术的智能家居、智能建筑、智能照明控制等领域的系统集成。经过多年的实践积累,欧西姆形成了领先的产品研发能力、项目实施能力与科技创新能力。凭借丰富的行业知识和工程实践经验,欧西姆能够为客户提供一流的业务和技术咨询服务、工程承包服务。欧西姆坚持创新与应用相结合,拥有多项行业解决方案及自主软件产品。</p>
               <p style="text-indent:2em;">
    秉承“客户为天、服务坤厚、君子为本、诚信为道”的企业文化,倡导积极合作、创新发展、服务社会,与优秀的房地产商、设计单位、系统集成商达成精诚的合作关系。公司拥有一批高素质、专业化的管理、销售及技术服务团队,愿成为智能化建筑及智能控制技术的先进解决方案的供应商、集成服务商...<a href="/index.php?c=article&a=type&tid=1" style="color:#FF6C00;">《详细》</a></p>
            </dd>
                    </dl>
        
        <div class="t_bottom"></div>
        <div class="clearfix"></div>
    </div>
    <!--产品展示-->
    <div class="products">
    	<div class="title01"><h3>产品展示</h3></div>
        <div class="t_top"></div>
        <div class="pScroll clearfix">
        	<DIV class="btn_left"></DIV>
            <DIV class="scrool_img">
            	<UL>
                	
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=166">
                                <dt><img src="/uploads/2014/12/111608346176.jpg" width="140" height="128" title="Android/IOS版全能家电手机APP(智能家居APP)"  alt="Android/IOS版全能家电手机APP(智能家居APP)"/></dt>
                                <dd>Android/IOS版全能家电手机APP(智能家居APP)</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=163">
                                <dt><img src="/uploads/2014/11/281640013147.jpg" width="140" height="128" title="二代全能家电控制系统(大众型智能家居控制系统升级版)"  alt="二代全能家电控制系统(大众型智能家居控制系统升级版)"/></dt>
                                <dd>二代全能家电控制系统(大众型智能家居控制系统升级版)</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=49">
                                <dt><img src="/uploads/2014/01/172010563597.jpg" width="140" height="128" title="智能家居网关GW200"  alt="智能家居网关GW200"/></dt>
                                <dd>智能家居网关GW200</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=50">
                                <dt><img src="/uploads/2014/01/172028194675.jpg" width="140" height="128" title="专业影院系统主机EC1000"  alt="专业影院系统主机EC1000"/></dt>
                                <dd>专业影院系统主机EC1000</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=47">
                                <dt><img src="/uploads/2014/03/121755195262.jpg" width="140" height="128" title="智能家居网关GW100"  alt="智能家居网关GW100"/></dt>
                                <dd>智能家居网关GW100</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=165">
                                <dt><img src="/uploads/2014/12/041527229563.jpg" width="140" height="128" title="红外转发器"  alt="红外转发器"/></dt>
                                <dd>红外转发器</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=164">
                                <dt><img src="/uploads/2014/12/041154002099.jpg" width="140" height="128" title="【新品】KOTI智能家居产品-智能插座"  alt="【新品】KOTI智能家居产品-智能插座"/></dt>
                                <dd>【新品】KOTI智能家居产品-智能插座</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=74">
                                <dt><img src="/uploads/2014/01/241125011859.jpg" width="140" height="128" title="全能家电控制终端软件"  alt="全能家电控制终端软件"/></dt>
                                <dd>全能家电控制终端软件</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=72">
                                <dt><img src="/uploads/2014/01/231717042571.jpg" width="140" height="128" title="KOTI专业影院控制器软件"  alt="KOTI专业影院控制器软件"/></dt>
                                <dd>KOTI专业影院控制器软件</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=130">
                                <dt><img src="/uploads/2014/03/140946364120.jpg" width="140" height="128" title="智能灯光开关(单火)"  alt="智能灯光开关(单火)"/></dt>
                                <dd>智能灯光开关(单火)</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=85">
                                <dt><img src="/uploads/2014/03/131521042436.jpg" width="140" height="128" title="智能灯光开关(单火)"  alt="智能灯光开关(单火)"/></dt>
                                <dd>智能灯光开关(单火)</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=91">
                                <dt><img src="/uploads/2014/03/131627452500.jpg" width="140" height="128" title="智能灯光开关(单火)"  alt="智能灯光开关(单火)"/></dt>
                                <dd>智能灯光开关(单火)</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=107">
                                <dt><img src="/uploads/2014/03/131513543050.jpg" width="140" height="128" title="双控开关/场景开关(电池)"  alt="双控开关/场景开关(电池)"/></dt>
                                <dd>双控开关/场景开关(电池)</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=110">
                                <dt><img src="/uploads/2014/03/131607206594.jpg" width="140" height="128" title="双控开关/场景开关(电池)"  alt="双控开关/场景开关(电池)"/></dt>
                                <dd>双控开关/场景开关(电池)</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=113">
                                <dt><img src="/uploads/2014/03/131644162178.jpg" width="140" height="128" title="双控开关/场景开关(电池)"  alt="双控开关/场景开关(电池)"/></dt>
                                <dd>双控开关/场景开关(电池)</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=89">
                                <dt><img src="/uploads/2014/03/131609241889.jpg" width="140" height="128" title="智能调光开关(单火)"  alt="智能调光开关(单火)"/></dt>
                                <dd>智能调光开关(单火)</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=95">
                                <dt><img src="/uploads/2014/03/131721025945.jpg" width="140" height="128" title="智能调光开关(单火)"  alt="智能调光开关(单火)"/></dt>
                                <dd>智能调光开关(单火)</dd>
                            </a>
                        </dl>
                    </li>
                    
                    <li>
                    	<dl>
                        	<a href="/index.php?c=product&id=135">
                                <dt><img src="/uploads/2014/03/131515466942.jpg" width="140" height="128" title="智能调光开关(单火)"  alt="智能调光开关(单火)"/></dt>
                                <dd>智能调光开关(单火)</dd>
                            </a>
                        </dl>
                    </li>
                                     
                </UL>
        	</DIV>
            <DIV class="btn_right"></DIV>
        </div>
        <div class="t_bottom"></div>
        <div class="clearfix"></div>
    </div>
    <!--广告-->
   


      <div class="ad"><a href="http://www.h-home.com.cn/" target="_blank"><img src="/uploads/2014/03/171542139126.jpg" width="1043" height="92" /></a></div>
    
    <!--新闻,活动,微平台,体验店,案例,视频,荣誉-->
    <div class="iOther">
    	<div class="tab clearfix">
            <div class="tabLeft">
            	<ul id="tab_t">
                    <li class="list_corrent" onClick="tab_tNav(this,0);"><a id="tab01" title="新闻"></a></li>
                    <li class="list_normal" onClick="tab_tNav(this,1);"><a id="tab02" title="活动"></a></li>
                    <li class="list_normal" onClick="tab_tNav(this,2);"><a id="tab03" title="微平台"></a></li>
                    <li class="list_normal" onClick="tab_tNav(this,3);"><a id="tab04" title="体验店"></a></li>
                    <li class="list_normal" onClick="tab_tNav(this,4);"><a id="tab05" title="应用案例"></a></li>
                    <li class="list_normal" onClick="tab_tNav(this,5);"><a id="tab06" title="视频介绍"></a></li>
                    <li class="list_normal" onClick="tab_tNav(this,6);"><a id="tab07" title="公司荣誉"></a></li>
                </ul>
<script type="text/javascript">
function tab_tNav(thisObj, Num) {
if (thisObj.className == "list_corrent") 
    return;
var tabList = document.getElementById("tab_t").getElementsByTagName("li");
for (i = 0; i < tabList.length; i++) {
    if (i == Num) {
        thisObj.className = "list_corrent";
        document.getElementById("tab_t_t" + i).style.display = "block";
    } else {
        tabList[i].className = "list_normal";
        document.getElementById("tab_t_t" + i).style.display = "none";
    }
}
}
</script>
            </div>
            <style>
			
			 .news dl dt img{ padding:4px; width:184px; height:120px;}
			 .news dl dd{ width:560px;}
			 .wx_title{line-height:40px; height:40px; font-size:18px; color:#F00; font-weight:bold;}
			 .store ul li{ width:190px; padding:15px 30px 0px;}
			 .store ul li dl dt{ width:184px; height:120px; }
			 .store ul li dl dt img{ width:184px; height:120px;}
			</style>
            <div class="tabCenter">
                <div id="tab_t_t0">
                	<!--新闻-->
                	<div class="news"> 
                         
                    	<dl>
                        	<dt><a href="/index.php?c=article&id=480"><img src="/uploads/2018/01/221251077493.png" width="214" height="125" alt="智能锁指纹锁的选购技巧" title="智能锁指纹锁的选购技巧" /></a></dt>
                            <dd>
                            	<h3><a href="/index.php?c=article&id=480" title="智能锁指纹锁的选购技巧" style="text-decoration:underline; font-weight:bold;">智能锁指纹锁的选购技巧</a></h3>
                                <div class="n_dd">
                                                                   </div>
                                <a href="/index.php?c=article&id=480" class="more">&gt;&gt;&nbsp;查看详情</a>
                            </dd>
                        </dl>
                                                
                        <div class="clearfix"></div>
                        <ul>
                          
                        	<li><a href="/index.php?c=article&id=479" title="震撼! 使用指纹锁竟然有十几种好处">震撼! 使用指纹锁竟然有十几种好处</a><span>【2018-01-19】</span></li>
                          
                        	<li><a href="/index.php?c=article&id=478" title="智能家居的发展历程">智能家居的发展历程</a><span>【2018-01-16】</span></li>
                          
                        	<li><a href="/index.php?c=article&id=477" title="欧西姆2018新年大促开始啦">欧西姆2018新年大促开始啦</a><span>【2018-01-10】</span></li>
                          
                        	<li><a href="/index.php?c=article&id=457" title="聚光电子闪耀2016中国成都国际安防展">聚光电子闪耀2016中国成都国际安防展</a><span>【2016-08-16】</span></li>
                          
                        	<li><a href="/index.php?c=article&id=456" title="聚光电子新获三个计算机软件著作权登记证书">聚光电子新获三个计算机软件著作权登记证书</a><span>【2016-08-16】</span></li>
                          
                        	<li><a href="/index.php?c=article&id=451" title="首个人工神经元对于智能家居发展的启示">首个人工神经元对于智能家居发展的启示</a><span>【2016-08-15】</span></li>
                          
                        	<li><a href="/index.php?c=article&id=447" title="智能家居加盟、智能家居招商、智能家居代理已经悄然成为百度热搜词!">智能家居加盟、智能家居招商、智能家居代理已经悄然成为百度热搜词!</a><span>【2016-08-12】</span></li>
                          
                        	<li><a href="/index.php?c=article&id=434" title="智能家居控制系统包括哪些">智能家居控制系统包括哪些</a><span>【2016-08-12】</span></li>
                          
                        	<li><a href="/index.php?c=article&id=433" title="机构:全球智能家居市场规模2022年将达1220亿美元">机构:全球智能家居市场规模2022年将达1220亿美元</a><span>【2016-08-12】</span></li>
                          
                        	<li><a href="/index.php?c=article&id=432" title="聚光电子隆重举行2016年度代理商培训交流会">聚光电子隆重举行2016年度代理商培训交流会</a><span>【2016-08-12】</span></li>
                          
                        	<li><a href="/index.php?c=article&id=431" title="聚光电子参加2016第十届上海国际智能家居展览会">聚光电子参加2016第十届上海国际智能家居展览会</a><span>【2016-08-12】</span></li>
                            
   
                        </ul>
                          <div class="clearfix"></div>
                        
                        
                        <div class="more02"><a href="/index.php?c=article&a=type&tid=3">更多详情</a></div>
                        
                    </div>
                </div>
                <div id="tab_t_t1" class="none">
                	<!--活动-->
                    <div class="activity">
                    
                                               
                        <div class="clearfix"></div>
                        
                        
                        <div class="more02"><a href="/index.php?c=article&a=type&tid=142">更多详情</a></div>
                        
                    </div>
                </div>
                <div id="tab_t_t2" class="none">
                  <div style=" width:500px; padding:10 0px; float:left;">
                  <iframe width="100%" height="530" class="share_self"  frameborder="0" scrolling="no" src="http://widget.weibo.com/weiboshow/index.php?language=&width=0&height=550&fansRow=2&ptype=1&speed=0&skin=7&isTitle=1&noborder=1&isWeibo=1&isFans=1&uid=2657312090&verifier=7819e815&colors=d6f3f7,ffffff,666666,0082cb,ecfbfd&dpc=1"></iframe>
                  </div>
                  
                   <div style=" width:250px; float:left; margin-left:15px; overflow:hidden;">
                    
                     <p class="wx_title">KOTI微信公众平台</p>
                     <div><img src="/skin/default/images/wx.jpg" width="180" height="180"></div>
                     <p class="wx_title">KOTI微淘主页</p> 
                     <div><img src="/skin/default/images/ewm.jpg"></div>
                     <div></div>
                     
                   </div>
                  
                </div>
                <div id="tab_t_t3" class="none">
                	<!--体验店-->
                	<div class="store">
                    	<ul>
                          
                        	<li>
                            	<dl>
                                	<dt><a href="index.php?c=article&a=type&tid=139"><img src="/uploads/2016/08/161443074225.png" width="174" height="114" title="【吉林智能家居】走进吉林大鹏智能家居展厅" alt="【吉林智能家居】走进吉林大鹏智能家居展厅" /></a></dt>
                                    <dd><a href="index.php?c=article&a=type&tid=139" title="【吉林智能家居】走进吉林大鹏智能家居展厅">【吉林智能家居】走进吉林大鹏智能家居展厅</a></dd>
                                </dl>
                            </li>
                           
                        	<li>
                            	<dl>
                                	<dt><a href="index.php?c=article&a=type&tid=139"><img src="/uploads/2016/08/161441506204.jpg" width="174" height="114" title="【智能家居加盟】浙江新增一家KOTI智能家居体验馆" alt="【智能家居加盟】浙江新增一家KOTI智能家居体验馆" /></a></dt>
                                    <dd><a href="index.php?c=article&a=type&tid=139" title="【智能家居加盟】浙江新增一家KOTI智能家居体验馆">【智能家居加盟】浙江新增一家KOTI智能家居体验馆</a></dd>
                                </dl>
                            </li>
                           
                        	<li>
                            	<dl>
                                	<dt><a href="index.php?c=article&a=type&tid=139"><img src="/uploads/2016/08/161440302027.jpg" width="174" height="114" title="【智能家居加盟】走进KOTI西安智能影音展示厅" alt="【智能家居加盟】走进KOTI西安智能影音展示厅" /></a></dt>
                                    <dd><a href="index.php?c=article&a=type&tid=139" title="【智能家居加盟】走进KOTI西安智能影音展示厅">【智能家居加盟】走进KOTI西安智能影音展示厅</a></dd>
                                </dl>
                            </li>
                           
                        	<li>
                            	<dl>
                                	<dt><a href="index.php?c=article&a=type&tid=139"><img src="/uploads/2016/08/161431466158.jpg" width="174" height="114" title="贺KOTI河北邢台智能家居体验馆成功开业" alt="贺KOTI河北邢台智能家居体验馆成功开业" /></a></dt>
                                    <dd><a href="index.php?c=article&a=type&tid=139" title="贺KOTI河北邢台智能家居体验馆成功开业">贺KOTI河北邢台智能家居体验馆成功开业</a></dd>
                                </dl>
                            </li>
                           
                        	<li>
                            	<dl>
                                	<dt><a href="index.php?c=article&a=type&tid=139"><img src="/uploads/2016/08/161429022582.jpg" width="174" height="114" title="【智能家居加盟】KOTI重庆智能家居体验馆欢迎您!" alt="【智能家居加盟】KOTI重庆智能家居体验馆欢迎您!" /></a></dt>
                                    <dd><a href="index.php?c=article&a=type&tid=139" title="【智能家居加盟】KOTI重庆智能家居体验馆欢迎您!">【智能家居加盟】KOTI重庆智能家居体验馆欢迎您!</a></dd>
                                </dl>
                            </li>
                           
                        	<li>
                            	<dl>
                                	<dt><a href="index.php?c=article&a=type&tid=139"><img src="/uploads/2016/08/161427118852.png" width="174" height="114" title="KOTI重庆智能家居体验厅" alt="KOTI重庆智能家居体验厅" /></a></dt>
                                    <dd><a href="index.php?c=article&a=type&tid=139" title="KOTI重庆智能家居体验厅">KOTI重庆智能家居体验厅</a></dd>
                                </dl>
                            </li>
                           
                        	<li>
                            	<dl>
                                	<dt><a href="index.php?c=article&a=type&tid=139"><img src="/uploads/2016/08/161420521185.png" width="174" height="114" title="KOTI河南南阳智能家居体验馆" alt="KOTI河南南阳智能家居体验馆" /></a></dt>
                                    <dd><a href="index.php?c=article&a=type&tid=139" title="KOTI河南南阳智能家居体验馆">KOTI河南南阳智能家居体验馆</a></dd>
                                </dl>
                            </li>
                           
                        	<li>
                            	<dl>
                                	<dt><a href="index.php?c=article&a=type&tid=139"><img src="/uploads/2016/08/121053393212.jpg" width="174" height="114" title="KOTI湖北孝感智能家居体验馆" alt="KOTI湖北孝感智能家居体验馆" /></a></dt>
                                    <dd><a href="index.php?c=article&a=type&tid=139" title="KOTI湖北孝感智能家居体验馆">KOTI湖北孝感智能家居体验馆</a></dd>
                                </dl>
                            </li>
                           
                        	<li>
                            	<dl>
                                	<dt><a href="index.php?c=article&a=type&tid=139"><img src="/uploads/2016/08/121051393686.jpg" width="174" height="114" title="KOTI安徽合肥智能家居体验馆" alt="KOTI安徽合肥智能家居体验馆" /></a></dt>
                                    <dd><a href="index.php?c=article&a=type&tid=139" title="KOTI安徽合肥智能家居体验馆">KOTI安徽合肥智能家居体验馆</a></dd>
                                </dl>
                            </li>
                                                     
                            <!-- -->
                 
                        </ul>
                        <div class="clearfix"></div>
                          
                        <div class="more02"><a href="index.php?c=article&a=type&tid=139" >更多详情</a></div>
                        
                    </div>
                </div>
                <div id="tab_t_t4" class="none">
                	<!--应用案例-->
                	<div class="activity case">
                         

                        <div class="clearfix"></div>
                    
                        <div class="more02"><a href="index.php?c=article&a=type&tid=141">更多详情</a></div>
                    
                    </div>
                </div>
                <div id="tab_t_t5" class="none">
                	<!--视频介绍-->
                    <div class="video">
                    	<div class="videoL">
                        
                            <div>
                           
                             
                            	<h3>KOTI 智能生活应用情景展示</h3>
                              <p><embed src="http://player.youku.com/player.php/sid/XNDExNzA1NTg4/v.swf" allowfullscreen="true" quality="high" width="590" height="420" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" /></p>
                             
                         
                            
                            </div>
                            <div class="clearfix"></div>
                        	<div class="more02" style="margin-top:5px; overflow:hidden;"><a href="index.php?c=article&a=type&tid=127">更多详情</a></div>
                  		</div>
                        <div class="videoR">
                        
                           
                        	<dl>
                            	<dt><a href="/index.php?c=article&id=405"><img src="/uploads/2014/02/261006144375.jpg" width="125" height="68"  alt="未来生活-动画宣传片" title="未来生活-动画宣传片"/></a></dt>
                                <dd><a href="/index.php?c=article&id=405" title="未来生活-动画宣传片">未来生活-动画宣传片 
</a></dd>
                            </dl>
                            
                            
                        	<dl>
                            	<dt><a href="/index.php?c=article&id=404"><img src="/uploads/2014/02/261640092607.jpg" width="125" height="68"  alt="KOTI 智能生活应用情景展示" title="KOTI 智能生活应用情景展示"/></a></dt>
                                <dd><a href="/index.php?c=article&id=404" title="KOTI 智能生活应用情景展示">KOTI 智能生活应用情 
</a></dd>
                            </dl>
                            
                            
                        	<dl>
                            	<dt><a href="/index.php?c=article&id=143"><img src="/uploads/2014/02/261646587095.png" width="125" height="68"  alt="KOTI智能移动中控器操作演示" title="KOTI智能移动中控器操作演示"/></a></dt>
                                <dd><a href="/index.php?c=article&id=143" title="KOTI智能移动中控器操作演示">KOTI智能移动中控器 
</a></dd>
                            </dl>
                            
                            
                        	<dl>
                            	<dt><a href="/index.php?c=article&id=142"><img src="/uploads/2014/02/261628527790.jpg" width="125" height="68"  alt="KOTI专业影院控制软件演示" title="KOTI专业影院控制软件演示"/></a></dt>
                                <dd><a href="/index.php?c=article&id=142" title="KOTI专业影院控制软件演示">KOTI专业影院控制软 
</a></dd>
                            </dl>
                            
                            
                        	<dl>
                            	<dt><a href="/index.php?c=article&id=141"><img src="/uploads/2014/02/261637371157.jpg" width="125" height="68"  alt="全能家电IOS版控制软件演示" title="全能家电IOS版控制软件演示"/></a></dt>
                                <dd><a href="/index.php?c=article&id=141" title="全能家电IOS版控制软件演示">全能家电IOS版控制软 
</a></dd>
                            </dl>
                            
                              
                            
                        </div>
                    </div>
                    <!--<div class="video">
                    	<dl>
                        	<dt>广东聚光电子科技有限公司</dt>
                            <dd>
                            	<img src="/skin/default/images/video.jpg" width="756" height="454" />
                            </dd>
                        </dl>
                    </div>-->
                </div>
                <div id="tab_t_t6" class="none">
                	<!--荣誉资质-->
                    <div class="store">
                    	<ul>
                                                    
                            <!-- -->
                 
                        </ul>
                        <div class="clearfix"></div>
                          
                        <div class="more02"><a href="/index.php?c=article&a=type&tid=139" >更多详情</a></div>
                        
                    </div>
                </div>
            </div>
            <div class="tabRgiht"></div>
        </div>
        <div class="t_bottom"></div>
    </div>
    <!--战略合作伙伴-->
    <div class="coop">
    	<div class="title01"><h3>合作伙伴</h3></div>
        <div class="t_top"></div>
        
        
        <div class="coopBox clearfix">
        	<DIV class="btn_left02"></DIV>
            <DIV class="coop_img">
            	<UL>
               
                   
                    <li><img src="/uploads/2014/02/261610012888.jpg" alt="苏宁易购" width="106" height="48" /></li>
                
                   
                    <li><img src="/uploads/2014/02/261559418810.jpg" alt="柯帝" width="106" height="48" /></li>
                
                   
                    <li><img src="/uploads/2014/02/261556594023.jpg" alt="联通" width="106" height="48" /></li>
                
                   
                    <li><img src="/uploads/2014/02/261554586040.jpg" alt="合作伙伴" width="106" height="48" /></li>
                
                   
                    <li><img src="/uploads/2014/02/261536222961.jpg" alt="合作伙伴" width="106" height="48" /></li>
                
                   
                    <li><img src="/uploads/2014/02/261553424712.jpg" alt="合作伙伴" width="106" height="48" /></li>
                
                   
                    <li><img src="/uploads/2014/02/251524146055.jpg" alt="合作伙伴" width="106" height="48" /></li>
                                   
                </UL>
        	</DIV>
            <DIV class="btn_right02"></DIV>
        </div>
        
        <div class="t_bottom"></div>
    </div>
	<!--友情链接-->
	<div class="keyword">
	<div class="title01"><h3>友情链接</h3></div>
    	<div class="t_top"></div>
        <div class="keywordBox clearfix">
           
		               <a href="http://www.ouximlock.com">&nbsp;欧西姆智能锁</a> 
                         <a href="http://km.zxdyw.com/">&nbsp;昆明装修网</a> 
                         <a href="http://news.homekoo.com/">&nbsp;装修网</a> 
                         <a href="http://jiafang.jiameng.com/">&nbsp;家纺加盟</a> 
                         <a href="http://www.021sofa.com">&nbsp;沙发定做厂家</a> 
                         <a href="http://www.zx28.cn/">&nbsp;厂房装修</a> 
                         <a href="http://www.homejiankong.com/">&nbsp;家用监控摄像头</a> 
                        
        </div>
        <div class="t_bottom"></div>
    </div>
    <!--关键字-->
	<div class="keyword">
    	<div class="t_top"></div>
        <div class="keywordBox clearfix">
        
      
            &nbsp;欧西姆(长沙)智能科技有限公司,智能家居&nbsp;&nbsp;智能安防&nbsp;&nbsp;家庭影院&nbsp;&nbsp;影音娱乐&nbsp;&nbsp;家居智能&nbsp;&nbsp;欧西姆智能&nbsp;&nbsp;长沙智能家居&nbsp;&nbsp;湖南智能家居&nbsp;&nbsp;长沙智能安防&nbsp;&nbsp;欧西姆指纹锁&nbsp;&nbsp;智能锁&nbsp;&nbsp;指纹锁&nbsp;&nbsp;电子锁&nbsp;&nbsp;智能锁十大品牌&nbsp;&nbsp;欧西姆官网&nbsp;            
        </div>
        <div class="t_bottom"></div>
    </div>
</div>
<!--Container end-->

<!--Footer star-->
<div class="footer clearfix">
    <!--页脚导航-->
    <div class="footerNav">
    	<div class="navBox">
        
    	
            
              <a href="/index.php" class="c nav_c">首 页</a>
                              <a href="/index.php?c=article&a=type&tid=1">关于我们</a>
                              <a href="/index.php?c=product&a=type&tid=2">智能家居产品</a>
                              <a href="/index.php?c=article&a=type&tid=3">公司新闻</a>
                              <a href="/index.php?c=article&a=type&tid=4">解决方案与案例</a>
                              <a href="/index.php?c=article&a=type&tid=6">代理加盟</a>
                              <a href="/index.php?c=article&a=type&tid=7">服务与技术支持</a>
                              <a href="/index.php?c=article&a=type&tid=8">联系我们</a>
                        

        </div>
    </div>
    <div class="bottomBox">
        <div class="copyright  clearfix">
            <div class="otherLinks">
                <a href="index.php?c=article&a=type&tid=4">客户解决方案</a>‖<a href="index.php?c=article&a=type&tid=147">隐私政策</a>‖<a href="index.php?c=article&a=type&tid=148">服务条款</a>‖<a href="index.php?c=article&a=type&tid=149">会员政策</a>‖<a href="index.php?c=article&a=type&tid=153">站点地图</a>‖<a href="index.php?c=article&a=type&tid=150">重要声明</a>‖<a href="comment.php">网站反馈</a>‖<a href="http://www.ouxim.com/index.php?c=article&id=482">营业执照</a><script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1273275353'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s22.cnzz.com/z_stat.php%3Fid%3D1273275353%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script>
				
            </div>
            <!--分享,关注-->
         
            <div class="copyrightInfo">
                <p>Copyright 2016 版权所有:欧西姆(长沙)智能科技有限公司&nbsp;&nbsp;<a href="https://beian.miit.gov.cn" target="_blank"> 湘ICP备15005953号</a>&nbsp;&nbsp;服务热线:4008-852-850&nbsp;&nbsp;公司地址:长沙市雨花区环保中路国际研创中心三栋11层&nbsp;&nbsp;

                <!--<p>技术支持:<a href="http://www.sgin.cn">三金网络</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.sgin.cn">广州网站建设</a></p>-->
            </div>
        </div>
    <div class="links clearfix">
            <div class="links_t"></div>
            
        </div>    
    </div>
    <div class="clearfix"></div>
</div>



<div id="divQQbox" class="QQbox" style="top: 149.5px; width: 130px;">
    <div id="divOnline" class="Qlist" style="display: none;" >
        <div class="t"><img src="/skin/default/images/qq_top.jpg"></div>
        <div class="con">
            <ul>
          
                              <li>
                    <a href="tencent://message/?uin=1059937883&Menu=yes">
                        <img border="0" alt="招商加盟" title="招商加盟" src=" http://wpa.qq.com/pa?p=1:1059937883:4">招商加盟                    </a>
                </li>
                              <li>
                    <a href="tencent://message/?uin=843226092&Menu=yes">
                        <img border="0" alt="招商加盟" title="招商加盟" src=" http://wpa.qq.com/pa?p=1:843226092:4">招商加盟                    </a>
                </li>
                              <li>
                    <a href="tencent://message/?uin=94790783&Menu=yes">
                        <img border="0" alt="工程合作" title="工程合作" src=" http://wpa.qq.com/pa?p=1:94790783:4">工程合作                    </a>
                </li>
                              <li>
                    <a href="tencent://message/?uin=120123800&Menu=yes">
                        <img border="0" alt="OEM合作" title="OEM合作" src=" http://wpa.qq.com/pa?p=1:120123800:4">OEM合作                    </a>
                </li>
                              <li>
                    <a href="tencent://message/?uin=1562399330&Menu=yes">
                        <img border="0" alt="技术支持" title="技术支持" src=" http://wpa.qq.com/pa?p=1:1562399330:4">技术支持                    </a>
                </li>
                              <li>
                    <a href="tencent://message/?uin=1562399330&Menu=yes">
                        <img border="0" alt="售后服务" title="售后服务" src=" http://wpa.qq.com/pa?p=1:1562399330:4">售后服务                    </a>
                </li>
                         </ul>
        <div style="clear: both;"></div>
        </div>
        <div class="b" onclick="hideMsgBox(event)"><img src="/skin/default/images/qq_foot.jpg"></div>
    </div>
	<div id="divMenu" onmouseover="OnlineOver()" style="display: block;"><img class="press" alt="QQ" src="/skin/default/images/qq_1.png"></div>
</div>


<link rel="stylesheet" type="text/css" href="/skin/default/images/qq.css"/>
<script language="javascript">
var tips; var theTop = 145/*这是默认高度,越大越往下*/; 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 = "130px";
}
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>



<div>

 <a href="#top"><img src="/skin/default/images/go_top.jpg" style="position:fixed; bottom:1px; right:1px;"></a>
</div>

<div style="position:fixed; bottom:110px; right:1px;"><img src="/skin/default//images/wx.jpg" width="100" height="100"></div>



<!--Footer end-->

<!-- ouxim.com Baidu tongji analytics -->

</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: OUXIM.COM
Registry Domain ID: 1877448070_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2024-06-16T03:42:27Z
Creation Date: 2014-09-25T09:05:15Z
Registry Expiry Date: 2025-09-25T09:05:15Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS23.HICHINA.COM
Name Server: DNS24.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-23T11:44:30Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass