﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
<title>家装|家装效果图_装修设计效果图大全_装修图片效果图|温州泰禾装饰工程有限公司</title>
<meta name="keywords" content="家装,装修效果图,装修效果图大全,效果图"/>
<meta name="description" content="本页用于展示家装,第1页的案例内容。温州泰禾装饰工程有限公司官网效果图频道为您提供国内最新、最流行的装修效果图、2016最新款家居装饰搭配图片、装饰效果图、高清装修实景图等。查找客厅、卧室、电视背景墙、厨房、小户型等装修效果图就上温州泰禾装饰工程有限公司效果图大全。"/>
<link href="/template/default/common/css/common.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/template/default/common/css/font-awesome.min.css">

<script src="http://yun.lehome114.com/web_common/js/jquery-1.8.3.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://yun.lehome114.com/web_common/js/skin/layer.css">
<script src="http://yun.lehome114.com/web_common/js/jquery-ui.min.js" type="text/javascript"></script>
<script src="http://yun.lehome114.com/web_common/js/ScrollPic.js" type="text/javascript"></script>
<script src="http://yun.lehome114.com/web_common/js/wfgundong.js" type="text/javascript"></script>
<script src="http://yun.lehome114.com/web_common/js/pageCtn.js" type="text/javascript"></script>
<script src="http://yun.lehome114.com/web_common/js/checkform.js" type="text/javascript"></script>
<script src="http://yun.lehome114.com/web_common/js/zDialog.js" type="text/javascript"></script>
<script src="http://yun.lehome114.com/web_common/js/slideBox.js" type="text/javascript"></script>
<script src="http://yun.lehome114.com/web_common/js/glide.js" type="text/javascript"></script><!--带数字图片滚动-->
<script src="http://yun.lehome114.com/web_common/js/jquery.SuperSlide.2.1.1.js" type="text/javascript"></script>
<script src="http://yun.lehome114.com/web_common/js/layer.js" type="text/javascript"></script>
<script src="http://yun.lehome114.com/web_common/js/zongxianggundong.js" type="text/javascript"></script>
<script src="http://yun.lehome114.com/web_common/js/liulanqi.js" type="text/javascript"></script>
<script type="text/javascript" src="http://yun.lehome114.com/web_common/js/player/swfobject.js"></script>
<script src="http://yun.lehome114.com/web_common/js/swiper-3.4.2.min.js"></script>
<script>with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://tj.lehome114.com/js/tj.js?key=eyJ1bmFtZSI6InRhaWhlanoiLCJkb21haW4iOiJ3d3cudGFpaGVqei5jb20iLCJ1cmkiOiJcL2Nhc2VzLnBocFwvY3NzXC9nb25nZGlkZXRhaWxzLmNzcyIsInRpdGxlIjoi5rip5bee5rOw56a_b6KOF6aWw5bel56iL5pyJ6ZmQ5YWs5Y_b4IiwiaXNtb2JpbGUiOjB9&cdnversion='+~(-new Date()/36e5)];</script>


<style>
body{background:#fffdfd!important;}	
</style>
<script>
/*
弹窗
*/
function OpenDialog(src,title,width,height)
{
	layer.open({
	  type: 2,
	  title: title,
	  area: [width+'px', height+40+'px'],
	  fixed: false, //不固定
	  maxmin: true,
	  content: src
	});
}
</script>
    <link href="/template/default/cases/cases_5/css/erji_case.css" rel="stylesheet" type="text/css" />
</head>
<body>
	<!--顶部广告位-->
<!--分享图片-->
<div style='margin:0 auto;width:0px;height:0px;overflow:hidden;'>
<img src="/template/slogo.jpg">
</div>
<!--分享图片结束-->


<!--顶部广告位(图片链接)-->
<!--顶部广告位(图片链接)结束-->
<!--顶部广告位(文本)-->
<!--顶部广告位(文本)结束-->
<!--顶部广告位-->
<!--顶部城市列表-->

<!--顶部城市列表结束-->
<link rel="stylesheet" href="/template/common/top/top_8/top.css"/>
<script type="text/javascript">
$(document).ready(function(){
  $(".top_changecity").click(function(){
  $("#top_citylist").toggle();
  });
  $(".top_mainlevel").hover(function(){
	  $(".top_mainlevel").find("p").hide();
	  $(this).find("p").show();
	});
  $("#top_erwei_s").mouseover(function(){
	  	$("#top_erwei_b").css("display","");
	  });	
  $("#top_erwei_s").mouseout(function(){
	  	$("#top_erwei_b").css("display","none");
	  });	
  $("#top_ss").click(function(){
  $("#top_searchkey").focus();
  });
 
});
</script>
<script type="text/javascript">
var selectListShow = 0;
var tp="case";
$(function(){
	$("#top_type,.top_searchselectbtn").click(function(){
			if (selectListShow){
				$("#top_selectTypeList").slideUp("fast");
				selectListShow = 0;
			}else{
				$("#top_selectTypeList").slideDown("fast");
				selectListShow = 1;
			}
			return false;
		});
	$("body").click(function(){
		if (selectListShow){
			$("#top_selectTypeList").slideUp("fast");
			selectListShow = 0;
		}
	});
		
	$("#top_selectTypeList li").click(function(){
		$("#top_type").text($(this).text());
 		document.getElementById("top_type_s").value=document.getElementById("top_type").innerHTML//输出值
		var hrf= $(this).attr("value");
	    //$("#form1").attr("action",hrf);
		tp= $(this).attr("tp");
		$("#top_type").attr("typename",$(this).attr("typename"));
		$(this).parent().hide();
	});
	

});	

  function searchv()
  {
	if($("#top_searchkey").val()=="")
	{
		alert('请输入要查询的关键字');
		$("#top_searchkey").focus();
		return false;	
	}
	
	if($("#top_searchkey").val()=="请输入关键字")
	{
		alert('请输入要查询的关键字');
		$("#top_searchkey").focus();
		return false;	
	}

		var sk =$("#top_searchkey").val();
		//sk =  encodeURIComponent(sk);
		if(tp=="gzcases"){
			location.href="/cases.php?mid=2&sstr="+sk;
		}else if(tp=="jzcases"){
			location.href="/cases.php?mid=1&sstr="+sk;
		}else if(tp=="news"){
			location.href="/news.php?mod=search&sstr="+sk;
		}else if(tp=="designer"){
			location.href="/designer.php?sstr="+sk;
		}else if(tp=="gongdi"){
			location.href="/gongdi.php?sstr="+sk;
		}else if(tp=="zwj"){
			location.href="/zwj.php?sstr="+sk;
		}else if(tp=="goods"){
			location.href="/goods.php?mod=search&sstr="+sk;
		}else if(tp=="firm"){
			location.href="/firm.php?sstr="+sk;
		}else{
			location.href="/cases.php?mid=1&sstr="+sk;
		}
		
	  }	
</script>
	<div class="top_top ">
		<div class="top_topnav content">
	    		
                                
	    	<div class="top_topnavleft fl" style="width:75%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">温州泰禾装饰工程有限公司——做有品格的企业、创有品味的设计、造有品质的工程</div>
			<div class="top_topnavright fr">
								<a href="" target="_blank"><font color="#888">企业微博</font></a> &nbsp; |&nbsp;  
				 <span class="top_top_r tli" id="top_erwei_s" style="position:relative;">企业微信
				 <img src="http://yun.lehome114.com/attached/taihejz/image/20240321/20240321143113_99574.jpg" id="top_erwei_b" style="display:none;position: absolute;top: 25px;left: -85px;max-width:150px;max-height:150px;z-index:4;"></span> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   
				<a href="/sitemap.html" target="_blank"><font color="#888">网站地图</font></a>
				
			</div>
	    </div>
	</div>
	<div class="top_headerp">
<div class="top_header  content">
		    <div class="top_logo fl mt20"><a href="/" title="温州泰禾装饰工程有限公司"><img src="/template/logo.png" height="100%" alt="温州泰禾装饰工程有限公司"></a></div>
    
    
    
<div class="top_search fl mt20 ml50">
 
<div class="top_searchtext" style="position:relative;">
		

    <form id="top_form1" name="top_form1" method="post" onsubmit="searchv(); return false;">
		<div class="top_searchselect" style="position:absolute;left:2px;top:2px;">
			<span id="top_type" typename="jzcases" value="/anli/" tp="jzcases" class="top_searchselectbtn">家装案例<img src="/images/down.png" style="position:absolute;top:14px;right:5px;"></span>
			<input type="hidden" name="top_type_s" id="top_type_s" value=" ">	
			<ul id="top_selectTypeList" style="display:none;">
			  <li typename="jzcases" value="/anli/" tp="jzcases"><a class="top_current" href="javascript:;">家装案例</a> </li>
			  <li typename="gzcases" value="/anli/" tp="gzcases"><a class="top_current" href="javascript:;">公装案例</a> </li>
			  <li typename="news" value="/news/" tp="news"><a href="javascript:;">新闻</a> </li>
				<li typename="designer" value="/designer" tp="designer"><a href="javascript:;">设计师</a> </li>
				<li typename="gongdi" value="/gongdi" tp="gongdi"><a href="javascript:;">工地</a> </li>
				<li typename="zwj" value="/zwj" tp="zwj"><a href="javascript:;">小区</a> </li>
				<li typename="goods" value="/goods" tp="goods"><a href="javascript:;">商城材料</a> </li>
				<li typename="firm" value="/firm" tp="firm"><a href="javascript:;">装饰公司</a> </li>
			</ul>
		</div>
   		 <div class="top_searchtextinput fl">
	    <input style="color:#999" type="text" name="searchValue" id="top_searchkey" class="top_searchtxt" onsubmit="return checkkey(this)" value="请输入关键字" onblur="if(this.value=='') {this.style.color='#999';this.value='请输入关键字';}" onfocus="if(this.value=='请输入关键字'){this.value='';}else{this.style.color='#999';}">
		
        </div>
        	<div class="top_searchsubmitnav fl"><input type="submit" name="searchbutton" id="top_searchbutton" value="" class="top_searchsubmit">
        </div>
    </form>
</div>

<div class="top_searchkeyhot">热门搜索：
<a href="/cases.html" title="家装案例" target="_blank"><font color="#ED182A">家装案例</font></a>
<a href="/yangbanjian.html" title="样板间" target="_blank"><font color="#ED182A">样板间</font></a>
</div>

  </div>
    
    <div class="top_tel" style="width:220px; height:80px; float:right; margin-top:20px;">
		<div class="top_dianhua">0577-85856088</div>
		        <div class="top_dianhua" style="width:100%;height:20px;line-height:20px;background: #F1B928;color:#fff;font-size: 14px;text-align: center;margin-top:5px;">
        联系电话：18067762626
        </div>
            </div>
    
</div> 
</div>
<!--主导航-->
<div class="top_s8_box">
	<div class="top_box_nav">
    <div class="top_box_img"><img src="/template/common/top/top_8/images/2.png"></div>
    	<a href="/index.html">
        	<div class="top_box_bg">
            	<div>
                	<img src="/template/common/top/top_8/images/lj_fw.png" />
                </div>
                <div class="top_box_text">
                	网站首页
                </div>
            </div>
        </a>
        
        <ul class="top_head_leimu">
	        	       													
			
        	<li class="top_head_dinwei">         	
            	<a href="/index.html" >
                    <div class="top_head_con">
                     	网站首页
                    </div>
                </a>
                  
            </li>   

                     
            <li class="top_head_li"><img src="/template/common/top/top_8/images/head_nav_img.png" /></li>
            												
			
        	<li class="top_head_dinwei">         	
            	<a href="/calc.html" >
                    <div class="top_head_con">
                     	装修报价
                    </div>
                </a>
                  
            </li>   

                     
            <li class="top_head_li"><img src="/template/common/top/top_8/images/head_nav_img.png" /></li>
            												
			
        	<li class="top_head_dinwei">         	
            	<a href="/cases.php/mid/1.html" >
                    <div class="top_head_con">
                     	精彩案例
                    </div>
                </a>
                                 <div class="top_head_xia" style=" display:none;">
                                                     
                      <dl style="">
	                      
                           <dd>
                    										                                                                                
                     <a href="/cases.php/mid/1.html" target="_blank" title="装修案例">装修案例</a>
                 																					                                                                                
                     <a href="/yangbanjian.php" target="_blank" title="隐蔽工程">隐蔽工程</a>
                 												      
                           </dd>

                           
                        </dl>
                    </div>
                  
            </li>   

                     
            <li class="top_head_li"><img src="/template/common/top/top_8/images/head_nav_img.png" /></li>
            												
			
        	<li class="top_head_dinwei">         	
            	<a href="" >
                    <div class="top_head_con">
                     	精英团队
                    </div>
                </a>
                                 <div class="top_head_xia" style=" display:none;">
                                                     
                      <dl style="">
	                      
                           <dd>
                    										                                                                                
                     <a href="/designer.html"  title="设计团队">设计团队</a>
                 																					                                                                                
                     <a href="/engineer.html"  title="工程团队">工程团队</a>
                 												      
                           </dd>

                           
                        </dl>
                    </div>
                  
            </li>   

                     
            <li class="top_head_li"><img src="/template/common/top/top_8/images/head_nav_img.png" /></li>
            												
			
        	<li class="top_head_dinwei">         	
            	<a href="http://www.taihejz.com/zt.php/mod-index-id-17.html" >
                    <div class="top_head_con">
                     	360全景
                    </div>
                </a>
                  
            </li>   

                     
            <li class="top_head_li"><img src="/template/common/top/top_8/images/head_nav_img.png" /></li>
            												
			
        	<li class="top_head_dinwei">         	
            	<a href="/zwj.php/mod-index.html" >
                    <div class="top_head_con">
                     	热门楼盘
                    </div>
                </a>
                  
            </li>   

                     
            <li class="top_head_li"><img src="/template/common/top/top_8/images/head_nav_img.png" /></li>
            												
			
        	<li class="top_head_dinwei">         	
            	<a href="http://www.taihejz.com/api/gongdi_list.php" >
                    <div class="top_head_con">
                     	开放工地
                    </div>
                </a>
                  
            </li>   

                     
            <li class="top_head_li"><img src="/template/common/top/top_8/images/head_nav_img.png" /></li>
            												
			
        	<li class="top_head_dinwei">         	
            	<a href="/active.html" >
                    <div class="top_head_con">
                     	优惠活动
                    </div>
                </a>
                  
            </li>   

                     
            <li class="top_head_li"><img src="/template/common/top/top_8/images/head_nav_img.png" /></li>
            												
			
        	<li class="top_head_dinwei">         	
            	<a href="/zt.php/mod-index-id-38.html" >
                    <div class="top_head_con">
                     	施工工艺
                    </div>
                </a>
                  
            </li>   

                     
            <li class="top_head_li"><img src="/template/common/top/top_8/images/head_nav_img.png" /></li>
            																					            
        </ul>
        	<div class="top_shouj">
            	<img src="/template/common/top/top_8/images/lj_wx.png" />
                <div class="top_erwma" style="display:none;">
                	<P>扫一扫， 有惊喜</P>
                    <img src="/qrcode.php?str=aHR0cDovL3d3dy50YWloZWp6LmNvbQ_c_c"/>
                </div>
            </div>
     
    </div>
</div>
<script>
$(function(){
	$(".top_s8_box .top_shouj").mouseenter(function(){
		$(".top_s8_box .top_erwma").show();
	}).mouseleave(function(){
		$(".top_s8_box .top_erwma").hide();
	});
});
</script>
<script>
$(function(){
	$(".top_head_dinwei").mouseenter(function(){
		$(this).find(".top_head_xia").show();
	}).mouseleave(function(){
		$(this).find(".top_head_xia").hide();	
	})
});
</script>

<script>
	$(function(){
		$("#top_nav .has_secondMenu").mouseover(function(){
			$("#top_nav .has_secondMenu").removeClass("menu_hover");
			$("#top_nav .top_menu_arrow").removeClass("menu_arrow_two");
			$(this).addClass("menu_hover");
			$(this).children("a").children(".top_menu_arrow").addClass("menu_arrow_two");
		}).mouseout(function(){
			$(this).children("a").children(".top_menu_arrow").removeClass("menu_arrow_two");
			$("#top_nav .has_secondMenu").removeClass("menu_hover");
			$("#top_nav li:first-child").addClass("menu_hover");
		})
		$(".top_q_code").mouseover(function(){
			$(".top_q_code_layer").show();
		}).mouseout(function(){
			$(".top_q_code_layer").hide();
		})
	})
</script>

<!--主导航结束-->
<!--副导航-->
<!--副导航结束-->

	<!--轮播bannar-->
	
<div class="cases_bannar">
    <div class="bannar_swiper">
        <div class="swiper-wrapper">
	                    <div class="swiper-slide"><a href=""><img src="http://yun.lehome114.com/attached/taihejz/image/20160606/20160606175341_70196.jpg" alt="案例中心"></a></div>
       	        </div>
    </div>
</div>

<!--轮播bannar end-->
<!--导航-->
<script>
  function searchv01()
  {
	if($("#top_searchkey01").val()=="")
	{
		alert('请输入要查询的关键字');
		$("#top_searchkey01").focus();
		return false;	
	}
	
	if($("#top_searchkey01").val()=="请输入关键字")
	{
		alert('请输入要查询的关键字');
		$("#top_searchkey01").focus();
		return false;	
	}	
		
		var tp="jcases";
		var sk =$("#top_searchkey01").val();
		//sk =  encodeURIComponent(sk);
		if(tp=="gzcases"){
			location.href="/cases.php?mid=2&sstr="+sk;
		}else if(tp=="jzcases"){
			location.href="/cases.php?mid=1&sstr="+sk;
		}else if(tp=="news"){
			location.href="/news.php?mod=search&sstr="+sk;
		}else if(tp=="designer"){
			location.href="/designer.php?sstr="+sk;
		}else if(tp=="gongdi"){
			location.href="/gongdi.php?sstr="+sk;
		}else if(tp=="zwj"){
			location.href="/zwj.php?sstr="+sk;
		}else if(tp=="firm"){
			location.href="/firm.php?sstr="+sk;
		}else if(tp=="goods"){
			location.href="/goods.php?mod=search&sstr="+sk;
		}else{
			location.href="/cases.php?mid=1&sstr="+sk;
		}
		
	  }	
</script>
<div class="cases_content">
    <div class="cases_nav">
        当前位置:
        <a href="/index.html">官网 》</a>
        <a href="/cases.html">方案中心</a>
    </div>
    
    <div class="cases_class_nav">
        <ul>
	             
	                        	            <li class="cases_class">
                <span>风格</span>
                <div>
	                	                                    <a  href="/cases.php/mid-1.html#cm" title="温州不限装修案例" class="on">不限</a>
                                                            <a  href="/cases.php/mid-1-fid-210.html#cm" title="温州北欧风格装修案例" >北欧风格</a>
                                                            <a  href="/cases.php/mid-1-fid-187.html#cm" title="温州新中式装修案例" >新中式</a>
                                                            <a  href="/cases.php/mid-1-fid-90.html#cm" title="温州美式风格装修案例" >美式风格</a>
                                                            <a  href="/cases.php/mid-1-fid-86.html#cm" title="温州现代风格装修案例" >现代风格</a>
                                                            <a  href="/cases.php/mid-1-fid-77.html#cm" title="温州欧式风格装修案例" >欧式风格</a>
                                                            <a  href="/cases.php/mid-1-fid-88.html#cm" title="温州田园风格装修案例" >田园风格</a>
                                                            <a  href="/cases.php/mid-1-fid-183.html#cm" title="温州地中海风格装修案例" >地中海风格</a>
                                                            <a  href="/cases.php/mid-1-fid-84.html#cm" title="温州新古典风格装修案例" >新古典风格</a>
                                                            <a  href="/cases.php/mid-1-fid-185.html#cm" title="温州法式风格装修案例" >法式风格</a>
                                                        </div>
            </li>
                                       	            <li class="cases_class">
                <span>户型</span>
                <div>
	                	                                    <a rel="nofollow" href="/cases.php/mid-1.html#cm" title="温州不限装修案例" class="on">不限</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-hid-218.html#cm" title="温州独栋装修案例" >独栋</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-hid-214.html#cm" title="温州跃层装修案例" >跃层</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-hid-98.html#cm" title="温州五居室装修案例" >五居室</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-hid-93.html#cm" title="温州复式装修案例" >复式</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-hid-78.html#cm" title="温州三居室装修案例" >三居室</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-hid-71.html#cm" title="温州一居室装修案例" >一居室</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-hid-69.html#cm" title="温州四居室装修案例" >四居室</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-hid-65.html#cm" title="温州两居室装修案例" >两居室</a>
                                                        </div>
            </li>
                                       	            <li class="cases_class">
                <span>局部</span>
                <div>
	                	                                    <a rel="nofollow" href="/cases.php/mid-1.html#cm" title="温州不限装修案例" class="on">不限</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-jid-95.html#cm" title="温州卧室装修案例" >卧室</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-jid-75.html#cm" title="温州客厅装修案例" >客厅</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-jid-66.html#cm" title="温州整套装修案例" >整套</a>
                                                        </div>
            </li>
                                       	            <li class="cases_class">
                <span>面积</span>
                <div>
	                	                                    <a rel="nofollow" href="/cases.php/mid-1.html#cm" title="温州不限装修案例" class="on">不限</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-216.html#cm" title="温州135装修案例" >135</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-215.html#cm" title="温州260装修案例" >260</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-213.html#cm" title="温州210装修案例" >210</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-212.html#cm" title="温州220装修案例" >220</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-211.html#cm" title="温州137装修案例" >137</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-209.html#cm" title="温州205装修案例" >205</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-208.html#cm" title="温州125装修案例" >125</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-207.html#cm" title="温州132装修案例" >132</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-206.html#cm" title="温州150装修案例" >150</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-204.html#cm" title="温州214装修案例" >214</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-202.html#cm" title="温州112装修案例" >112</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-200.html#cm" title="温州180装修案例" >180</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-197.html#cm" title="温州320装修案例" >320</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-193.html#cm" title="温州480装修案例" >480</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-188.html#cm" title="温州130装修案例" >130</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-109.html#cm" title="温州50㎡以下装修案例" >50㎡以下</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-108.html#cm" title="温州100-150㎡装修案例" >100-150㎡</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-107.html#cm" title="温州50-100㎡装修案例" >50-100㎡</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-106.html#cm" title="温州150-200㎡装修案例" >150-200㎡</a>
                                                            <a rel="nofollow" href="/cases.php/mid-1-maid-105.html#cm" title="温州200㎡以上装修案例" >200㎡以上</a>
                                                        </div>
            </li>
                                        
          
        </ul>
    </div>
    <div class="cases_px">
        <a href="/cases.php/mid-1-time-1.html#cm"  >热度</a>
        <a href="/cases.php/mid-1-hit-1.html#cm"  >人气</a>
    </div>
</div>
<!--导航end-->
<!--案例列表-->
<div class="cases_list">
    <ul>
	                <li>
            <a href="https://ar.jingaisheji.com/tour/5044c2a038a1431d" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20201107/20201107173318_20132.jpg" alt="玫瑰园15幢"></a>
            <div class="cases_detail">
                <a href="https://ar.jingaisheji.com/tour/5044c2a038a1431d" target="_blank">
                    <h3>玫瑰园15幢</h3>
                    <span></span><i>|</i><span>新中式	</span><i>|</i><span></span>
                </a>
                <a href="/designer.php/mod-detail-id-108.html"><img src="http://yun.lehome114.com/attached/taihejz/image/20191227/20191227155818_52319.jpg" alt="麻建方"></a>
            </div>
        </li>
               <li>
            <a href="https://vr.jingaisheji.com/tour/1915957d225a565b?from=singlemessage&isappinstalled=0" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20201121/20201121103908_12938.jpg" alt="岛中岛清雅苑"></a>
            <div class="cases_detail">
                <a href="https://vr.jingaisheji.com/tour/1915957d225a565b?from=singlemessage&isappinstalled=0" target="_blank">
                    <h3>岛中岛清雅苑</h3>
                    <span>独栋</span><i>|</i><span>美式风格	</span><i>|</i><span>200㎡以上</span>
                </a>
                <a href="/designer.php/mod-detail-id-108.html"><img src="http://yun.lehome114.com/attached/taihejz/image/20191227/20191227155818_52319.jpg" alt="麻建方"></a>
            </div>
        </li>
               <li>
            <a href="https://dev.jingaisheji.com/tour/aa5a3bc29d180832" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20200808/20200808170303_17360.jpg" alt="七都岛中岛现代中式"></a>
            <div class="cases_detail">
                <a href="https://dev.jingaisheji.com/tour/aa5a3bc29d180832" target="_blank">
                    <h3>七都岛中岛现代中式</h3>
                    <span></span><i>|</i><span>新中式	</span><i>|</i><span></span>
                </a>
                <a href="/designer.php/mod-detail-id-108.html"><img src="http://yun.lehome114.com/attached/taihejz/image/20191227/20191227155818_52319.jpg" alt="麻建方"></a>
            </div>
        </li>
               <li>
            <a href="https://dev.jingaisheji.com/tour/4ab2f43ea4e13e67" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20200623/20200623102303_63574.jpg" alt="七都岛中岛"></a>
            <div class="cases_detail">
                <a href="https://dev.jingaisheji.com/tour/4ab2f43ea4e13e67" target="_blank">
                    <h3>七都岛中岛</h3>
                    <span></span><i>|</i><span>现代风格	</span><i>|</i><span></span>
                </a>
                <a href="/designer.php/mod-detail-id-112.html"><img src="http://yun.lehome114.com/attached/taihejz/lehome_thumb/20170929111456_21302.jpg" alt="高建晶"></a>
            </div>
        </li>
               <li>
            <a href="http://vr.jingaisheji.com/tour/ea67148ca43ef34a?from=groupmessage&isappinstalled=0" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20190906/20190906155018_37745.jpg" alt="桥头溪心别墅"></a>
            <div class="cases_detail">
                <a href="http://vr.jingaisheji.com/tour/ea67148ca43ef34a?from=groupmessage&isappinstalled=0" target="_blank">
                    <h3>桥头溪心别墅</h3>
                    <span></span><i>|</i><span>新中式	</span><i>|</i><span></span>
                </a>
                <a href="/designer.php/mod-detail-id-108.html"><img src="http://yun.lehome114.com/attached/taihejz/image/20191227/20191227155818_52319.jpg" alt="麻建方"></a>
            </div>
        </li>
               <li>
            <a href="http://vr.jingaisheji.com/tour/cd18629d0370f6c5?from=singlemessage&isappinstalled=0" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20191019/20191019170053_38979.jpg" alt="郭溪自建别墅"></a>
            <div class="cases_detail">
                <a href="http://vr.jingaisheji.com/tour/cd18629d0370f6c5?from=singlemessage&isappinstalled=0" target="_blank">
                    <h3>郭溪自建别墅</h3>
                    <span></span><i>|</i><span>现代风格	</span><i>|</i><span></span>
                </a>
                <a href="/designer.php/mod-detail-id-108.html"><img src="http://yun.lehome114.com/attached/taihejz/image/20191227/20191227155818_52319.jpg" alt="麻建方"></a>
            </div>
        </li>
               <li>
            <a href="https://dev.jingaisheji.com/tour/1aeb9258fc460b3e" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20201008/20201008172253_95034.jpg" alt="景山别墅五栋"></a>
            <div class="cases_detail">
                <a href="https://dev.jingaisheji.com/tour/1aeb9258fc460b3e" target="_blank">
                    <h3>景山别墅五栋</h3>
                    <span></span><i>|</i><span>现代风格	</span><i>|</i><span></span>
                </a>
                <a href="/designer.php/mod-detail-id-128.html"><img src="http://yun.lehome114.com/attached/taihejz/image/20231215/20231215191523_87544.png" alt="余开国"></a>
            </div>
        </li>
               <li>
            <a href="https://ar.jingaisheji.com/tour/4ce6fe5122d2d454" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20201107/20201107173034_58867.jpg" alt="四季原著8-605"></a>
            <div class="cases_detail">
                <a href="https://ar.jingaisheji.com/tour/4ce6fe5122d2d454" target="_blank">
                    <h3>四季原著8-605</h3>
                    <span></span><i>|</i><span>现代风格	</span><i>|</i><span></span>
                </a>
                <a href="/designer.php/mod-detail-id-108.html"><img src="http://yun.lehome114.com/attached/taihejz/image/20191227/20191227155818_52319.jpg" alt="麻建方"></a>
            </div>
        </li>
               <li>
            <a href="https://dev.jingaisheji.com/tour/8ea394101ef4c2cc?from=message&isappinstalled=0" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20201208/20201208165709_85791.jpg" alt="四季原著8-105"></a>
            <div class="cases_detail">
                <a href="https://dev.jingaisheji.com/tour/8ea394101ef4c2cc?from=message&isappinstalled=0" target="_blank">
                    <h3>四季原著8-105</h3>
                    <span>跃层</span><i>|</i><span>现代风格	</span><i>|</i><span>150-200㎡</span>
                </a>
                <a href="/designer.php/mod-detail-id-108.html"><img src="http://yun.lehome114.com/attached/taihejz/image/20191227/20191227155818_52319.jpg" alt="麻建方"></a>
            </div>
        </li>
               <li>
            <a href="https://vr.jingaisheji.com/tour/99043b4417ffd1ff?from=singlemessage&isappinstalled=0" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20201208/20201208170949_91705.jpg" alt="金域中央6-1804"></a>
            <div class="cases_detail">
                <a href="https://vr.jingaisheji.com/tour/99043b4417ffd1ff?from=singlemessage&isappinstalled=0" target="_blank">
                    <h3>金域中央6-1804</h3>
                    <span></span><i>|</i><span>现代风格	</span><i>|</i><span></span>
                </a>
                <a href="/designer.php/mod-detail-id-112.html"><img src="http://yun.lehome114.com/attached/taihejz/lehome_thumb/20170929111456_21302.jpg" alt="高建晶"></a>
            </div>
        </li>
               <li>
            <a href="http://vr.jingaisheji.com/tour/354bf87cf005accc" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20191107/20191107164654_26196.jpg" alt="紫金华府 3-305"></a>
            <div class="cases_detail">
                <a href="http://vr.jingaisheji.com/tour/354bf87cf005accc" target="_blank">
                    <h3>紫金华府 3-305</h3>
                    <span>跃层</span><i>|</i><span>现代风格	</span><i>|</i><span>200㎡以上</span>
                </a>
                <a href="/designer.php/mod-detail-id-125.html"><img src="http://yun.lehome114.com/attached/taihejz/image/20220923/20220923154059_67431.jpg" alt="陈晨"></a>
            </div>
        </li>
               <li>
            <a href="https://ar.jingaisheji.com/tour/3dad486e2100195f" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20210120/20210120131058_16363.jpg" alt="万象天地17-1702"></a>
            <div class="cases_detail">
                <a href="https://ar.jingaisheji.com/tour/3dad486e2100195f" target="_blank">
                    <h3>万象天地17-1702</h3>
                    <span></span><i>|</i><span>现代风格	</span><i>|</i><span></span>
                </a>
                <a href="/designer.php/mod-detail-id-112.html"><img src="http://yun.lehome114.com/attached/taihejz/lehome_thumb/20170929111456_21302.jpg" alt="高建晶"></a>
            </div>
        </li>
               <li>
            <a href="https://dev.jingaisheji.com/tour/6fe663090eb255cb?from=groupmessage" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20201208/20201208170749_99335.jpg" alt="中央湖-古典美式"></a>
            <div class="cases_detail">
                <a href="https://dev.jingaisheji.com/tour/6fe663090eb255cb?from=groupmessage" target="_blank">
                    <h3>中央湖-古典美式</h3>
                    <span></span><i>|</i><span>美式风格	</span><i>|</i><span></span>
                </a>
                <a href=""><img src="" alt=""></a>
            </div>
        </li>
               <li>
            <a href="https://ar.jingaisheji.com/tour/c98ccbaeea9c2619" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20210120/20210120131400_41459.jpg" alt="万象天地5-2704"></a>
            <div class="cases_detail">
                <a href="https://ar.jingaisheji.com/tour/c98ccbaeea9c2619" target="_blank">
                    <h3>万象天地5-2704</h3>
                    <span></span><i>|</i><span>现代风格	</span><i>|</i><span></span>
                </a>
                <a href="/designer.php/mod-detail-id-112.html"><img src="http://yun.lehome114.com/attached/taihejz/lehome_thumb/20170929111456_21302.jpg" alt="高建晶"></a>
            </div>
        </li>
               <li>
            <a href="https://ar.jingaisheji.com/tour/31fc443fb6d00937" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20210119/20210119110623_67587.jpg" alt="滨江万象天地11-204"></a>
            <div class="cases_detail">
                <a href="https://ar.jingaisheji.com/tour/31fc443fb6d00937" target="_blank">
                    <h3>滨江万象天地11-204</h3>
                    <span></span><i>|</i><span>美式风格	</span><i>|</i><span></span>
                </a>
                <a href=""><img src="" alt=""></a>
            </div>
        </li>
               <li>
            <a href="http://ar.jingaisheji.com/tour/b27aeab1c726adfe" target="_blank"><img src="http://yun.lehome114.com/attached/taihejz/image/20220809/20220809104234_81166.jpg" alt="中央湖13-601"></a>
            <div class="cases_detail">
                <a href="http://ar.jingaisheji.com/tour/b27aeab1c726adfe" target="_blank">
                    <h3>中央湖13-601</h3>
                    <span></span><i>|</i><span>现代风格	</span><i>|</i><span></span>
                </a>
                <a href=""><img src="" alt=""></a>
            </div>
        </li>
                  </ul>
    <div style="clear:both;"></div>
     <style>
/*翻页*/
.digg {margin-top: 45px; text-align: center;width: 100%;height: 40px;padding:2px 3px;}
.digg a {border: #eeeeee 1px solid; padding: 5px 12px; margin: 2px;  color: #999999;  text-decoration: none;font-size: 16px;}
.digg a:hover {border: #b60005 1px solid; color: #fff;background-color: #b60005;}
.digg a:active {border: #b60005 1px solid; color: #fff;background-color: #b60005;}
.digg a.current {border: #b60005 1px solid;color: #fff;background-color: #b60005;}
</style>
	<div class="digg">
        <a title="首页" href="/cases.php/mid-1-page-1.html">首页</a>
        <a title="上一页" href="/cases.php/mid-1-page-1.html"><</a>
                <a title="1" href="/cases.php/mid-1-page-1.html" class="current">1</a>
                <a title="2" href="/cases.php/mid-1-page-2.html" >2</a>
                <a title="3" href="/cases.php/mid-1-page-3.html" >3</a>
                <a title="4" href="/cases.php/mid-1-page-4.html" >4</a>
                <a title="5" href="/cases.php/mid-1-page-5.html" >5</a>
                <a title="6" href="/cases.php/mid-1-page-6.html" >6</a>
                <a title="7" href="/cases.php/mid-1-page-7.html" >7</a>
                <a title="8" href="/cases.php/mid-1-page-8.html" >8</a>
                <a title="9" href="/cases.php/mid-1-page-9.html" >9</a>
                <a title="10" href="/cases.php/mid-1-page-10.html" >10</a>
                <a title="11" href="/cases.php/mid-1-page-11.html" >11</a>
                <a title="下一页" href="/cases.php/mid-1-page-2.html">></a>
        <a title="尾页" href="/cases.php/mid-1-page-21.html">尾页</a>	
    </div>

</div>
<!--案例列表end-->
<!--底部推荐设计师-->
<script>
    $(function(){
        $(".designer_swiper .swiper-wrapper .swiper-slide").mouseenter(function(){
            $(this).find(".designer_content").hide();
            $(this).find(".designer_detail").addClass("on");
        }).mouseleave(function(){
            $(this).find(".designer_detail").removeClass("on");
            $(this).find(".designer_content").show(500);
        });
    })
</script>
<div class="hot_designer">
    <div class="designer_title">
        <a href="/designer.html">推荐设计师</a>
        <a href="/designer.html"><img src="/template/default/cases/cases_5/images/index/designer_pencil.png" alt="">预约设计</a>
    </div>
    <div class="designer_bannar">
        <div class="designer_swiper"  id="gd_dbt">
            <div class="swiper-wrapper">
	            	                            <div class="swiper-slide" style="background: url('http://yun.lehome114.com/attached/taihejz/image/20191227/20191227155818_52319.jpg')no-repeat center;background-size: auto 100%;">
                    <div class="designer_content">
                        <a>麻建方</a>
                        <a>设计总监</a>
                    </div>
                    <div class="designer_detail">
                        <table>
                            <tr>
                                <td>
                                    <div>
                                        <a>麻建方</a>
                                        <a>设计总监</a>
                                    </div>
                                    <div>
                                        <a>工作经验：15年以上</a>                                    </div>
                                    <div>
                                        <a>设计理念:设计来自于生活用之于生活，随着生活阅历的增长对设计的感悟也越来越深刻，我发现生活的每一个细节都和设计有关比如...</a>
                                    </div>
                                </td>
                            </tr>
                        </table>
                        <div>
                            <a href="/designer.php/mod-detail-id-108.html" target="_blank" title="麻建方">了解更多</a>
                        </div>
                    </div>
                </div>
                                <div class="swiper-slide" style="background: url('http://yun.lehome114.com/attached/taihejz/image/20231215/20231215191523_87544.png')no-repeat center;background-size: auto 100%;">
                    <div class="designer_content">
                        <a>余开国</a>
                        <a>首席设计师</a>
                    </div>
                    <div class="designer_detail">
                        <table>
                            <tr>
                                <td>
                                    <div>
                                        <a>余开国</a>
                                        <a>首席设计师</a>
                                    </div>
                                    <div>
                                        <a>工作经验：10-15年</a>                                    </div>
                                    <div>
                                        <a>设计理念:设计是一种感受、一种心态、一种舒适的开心的生活方式...</a>
                                    </div>
                                </td>
                            </tr>
                        </table>
                        <div>
                            <a href="/designer.php/mod-detail-id-128.html" target="_blank" title="余开国">了解更多</a>
                        </div>
                    </div>
                </div>
                                <div class="swiper-slide" style="background: url('http://yun.lehome114.com/attached/taihejz/lehome_thumb/20170929111456_21302.jpg')no-repeat center;background-size: auto 100%;">
                    <div class="designer_content">
                        <a>高建晶</a>
                        <a>首席设计师</a>
                    </div>
                    <div class="designer_detail">
                        <table>
                            <tr>
                                <td>
                                    <div>
                                        <a>高建晶</a>
                                        <a>首席设计师</a>
                                    </div>
                                    <div>
                                        <a>工作经验：10-15年</a>                                    </div>
                                    <div>
                                        <a>设计理念:设计来源于生活，生活因设计而改变。...</a>
                                    </div>
                                </td>
                            </tr>
                        </table>
                        <div>
                            <a href="/designer.php/mod-detail-id-112.html" target="_blank" title="高建晶">了解更多</a>
                        </div>
                    </div>
                </div>
                                <div class="swiper-slide" style="background: url('http://yun.lehome114.com/attached/taihejz/image/20191227/20191227160025_47359.jpg')no-repeat center;background-size: auto 100%;">
                    <div class="designer_content">
                        <a>徐文豪</a>
                        <a>主任设计师</a>
                    </div>
                    <div class="designer_detail">
                        <table>
                            <tr>
                                <td>
                                    <div>
                                        <a>徐文豪</a>
                                        <a>主任设计师</a>
                                    </div>
                                    <div>
                                        <a>工作经验：7-9年</a>                                    </div>
                                    <div>
                                        <a>设计理念:设计是空间的灵魂，用最少的投入，来最大化的美化和利用现有空间。...</a>
                                    </div>
                                </td>
                            </tr>
                        </table>
                        <div>
                            <a href="/designer.php/mod-detail-id-119.html" target="_blank" title="徐文豪">了解更多</a>
                        </div>
                    </div>
                </div>
                                <div class="swiper-slide" style="background: url('http://yun.lehome114.com/attached/taihejz/image/20220923/20220923154059_67431.jpg')no-repeat center;background-size: auto 100%;">
                    <div class="designer_content">
                        <a>陈晨</a>
                        <a>主任设计师</a>
                    </div>
                    <div class="designer_detail">
                        <table>
                            <tr>
                                <td>
                                    <div>
                                        <a>陈晨</a>
                                        <a>主任设计师</a>
                                    </div>
                                    <div>
                                        <a>工作经验：7-9年</a>                                    </div>
                                    <div>
                                        <a>设计理念:以人为本为中心， 创造功能合理、舒适优美、满足人们物质和精神生活需要的室内环境！...</a>
                                    </div>
                                </td>
                            </tr>
                        </table>
                        <div>
                            <a href="/designer.php/mod-detail-id-125.html" target="_blank" title="陈晨">了解更多</a>
                        </div>
                    </div>
                </div>
                                
                            </div>

            <div class="swiper-pagination"></div>
        </div>
    </div>
</div>
<script language="javascript" type="text/javascript">
    var scrollPic_02 = new ScrollPic();
    scrollPic_02.scrollContId   = "gd_dbt"; //内容容器ID
    scrollPic_02.frameWidth     = 1200;//显示框宽度
    scrollPic_02.pageWidth      =1; //翻页宽度

    scrollPic_02.speed          = 1; //移动速度(单位毫秒，越小越快)
    scrollPic_02.space          = 5; //每次移动像素(单位px，越大越快)
    scrollPic_02.autoPlay       = true; //自动播放
    scrollPic_02.autoPlayTime   = 0.01; //自动播放间隔时间(秒)

    scrollPic_02.initialize(); //初始化

</script>

<!--底部推荐设计师end-->

    <link rel="stylesheet" href="/template/common/bottom/bottom_1/bottom.css" />
<div class="s1_foot">
<footer>
    <div class="f-wrapper">
        <p style="line-height: 45px;font-size: 15px;margin-bottom: 45px;color: #E33F4B;">友情链接：
         						
            <a style="color: white;margin-right: 20px;" href="http://oa.lehome114.com/">装企云管家</a>
            			
            <a style="color: white;margin-right: 20px;" href="http://kf.lehome114.com">乐家装企客服中心</a>
            			
            <a style="color: white;margin-right: 20px;" href="http://qq.lehome114.com/">乐家QQ抓手</a>
            			
            <a style="color: white;margin-right: 20px;" href="http://lehome114.com/">装企营销平台</a>
            			
            <a style="color: white;margin-right: 20px;" href="http://lehome114.com/single.html">关于乐家装企</a>
            			
            <a style="color: white;margin-right: 20px;" href="http://zq.lehome114.com/">乐家装企营销系统</a>
            			
            <a style="color: white;margin-right: 20px;" href="http://www.lejia114.com/">乐家装企商学院</a>
            			
            <a style="color: white;margin-right: 20px;" href="https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=2&tn=baiduhome_pg&wd=%E4%B9%90%E5%AE%B6%E8%A3%85%E4%BC%81%E8%90%A5%E9%94%80%E7%B3%BB%E7%BB%9F&rsv_spt=1&rsv_pq=e3a2b43f00033899&rsv_t=f22d1NCP5nyfi32K2%2Bo4nKInjBsg7qXX4dI0tazfhIyp3FvRmMT6Bsp85B5oTLtLx27I&rsv_enter=0&inputT=44651&rsv_sug=1">专业装企营销型网站建设</a>
            			
            <a style="color: white;margin-right: 20px;" href="https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=2&tn=baiduhome_pg&wd=%E8%A3%85%E4%BF%AE%E8%90%A5%E9%94%80%E4%B8%93%E9%A2%98%E5%88%B6%E4%BD%9C&rsv_spt=1&rsv_pq=c9795134000299e7&rsv_t=b97aBTCcWOh3iOMIcH3UMLwH6RogueqKQT6ryV4aaDv7iiV7T3rixAlfFl4A7cwjPciD&rsv_enter=1&inputT=3516&rsv_sug3=12&rsv_sug1=9&rsv_sug2=0&rsv_sug4=4229&rsv_sug=1">装修公司营销专题制作</a>
            			
            <a style="color: white;margin-right: 20px;" href="http://pc.lehome114.com">乐家装修查询平台</a>
            			
            <a style="color: white;margin-right: 20px;" href="http://hn.lehome114.com">装修电子监理系统</a>
            			        </p>
        	                					
				
				
				
				
				
				
				
				
				
				
				
				
				
																	
        <ul class="f-ul f-1">
            <li><label><a href="/news.php/mod/index/id/1.html" target="_blank" title="品牌中心">品牌中心</a></label></li>

             	                        														
																					            <li><a href="/news.php/mod-index-id-1.html"  title="企业简介">企业简介</a></li>
            										
																					            <li><a href="/news.php/mod-index-id-2.html"  title="联系我们">联系我们</a></li>
            										
																					            <li><a href="/news.php/mod-index-id-11.html"  title="装修百科">装修百科</a></li>
            										
																					            <li><a href="/recruit.php/mod/index/id/9.html"  title="人才招聘">人才招聘</a></li>
            						        </ul>
		 		
																	
        <ul class="f-ul f-2">
            <li><label><a href="/designer.html"  title="企业实力">企业实力</a></label></li>

             	                        														
																					            <li><a href="/gongdi.html"  title="在施工地">在施工地</a></li>
            										
																					            <li><a href="/cases.php/mid/1.html"  title="精彩案例">精彩案例</a></li>
            										
																					            <li><a href="/sggy.html"  title="施工工艺">施工工艺</a></li>
            						        </ul>
		 		
																	
        <ul class="f-ul f-3">
            <li><label><a href="/mfty.html"  title="业主服务">业主服务</a></label></li>

             	                        														
																					            <li><a href="/mfty.php/mod/index-id-2.html"  title="免费量房">免费量房</a></li>
            										
																					            <li><a href="/online.html"  title="下载优惠券">下载优惠券</a></li>
            										
																					            <li><a href="/calc.html"  title="快速报价">快速报价</a></li>
            										
																					            <li><a href="/gongdi.html"  title="进度查询">进度查询</a></li>
            										
																					            <li><a href="/active.html"  title="最新活动">最新活动</a></li>
            						        </ul>
		 		
				
				
				
						


		<script>
		function xf_checkform_dbyy() {
			var title = $("#yuyuerenxingming");
			var tel = $("#yuyuerendianhua");

			if (!checkNull(title.val())) {
				alert("请输入您的姓名");
				title.focus();
				return false;
			}
			if (!checkkg(title.val())){
				alert("姓名中不能有空格，请重新输入");
				title.focus();
				return false;
			}
			if (!checkNull(tel.val())) {
				alert("请输入您的号码");
				tel.focus();
				return false;
			}
			if (!checkTel(tel.val())) {
				alert("请输入正确格式的号码");
				tel.focus();
				return false;
			}
			form_ts();
			return true;
		}
		</script>
        <div class="f-form">
            <form method="post" action="/save_book.php/mod-index.html" onsubmit="return xf_checkform_dbyy();" id="form_reg">
                <p class="tip">在线预约尊享贵宾体验</p>
                <input type="hidden" value="1" name="mid"/>
                <input type="hidden" name="content"  value="底部在线预约">	         
                <p><input name="title" id="yuyuerenxingming" placeholder="姓名"/></p>
                <p><input name="tel" id="yuyuerendianhua" placeholder="联系电话"/></p>
                <p class="f-b"><button type="submit" name="button" id="id="imageField"" onclick="return footerb();">提交</button>已有<span>
					    64
					    </span>位业主预约</p>
            </form>
        </div>

        <div class="code">
            <img style="width: 100%;" src="http://yun.lehome114.com/attached/taihejz/image/20240321/20240321143113_99574.jpg">
            <p>关注官方微信</p>
        </div>
        <div class="contact">
            <h3>0577-85856088</h3>
            <p>公司地址：</br>温州市蒲州街道机场大道汤锦园写字楼二栋6层605室</br></p>
            <p>温馨提示：任何关于家庭装修的建议都不能替代资深设计师一对一的贴心服务。在线预约量房可获得设计方案和预算清单。</p>        </div>
    </div>
    <p class="f-fly"><a href="https://beian.miit.gov.cn"><a target="_blank" href="https://beian.miit.gov.cn">浙ICP备17019666号</a></a>  版权所有：<a href="/">温州泰禾装饰工程有限公司</a> </br>
        										<br>技术支持：<a href="http://www.lehouwu.com/" target="_blank">乐后屋装企营销系统</a>
													</br></br>
					百度搜索：	
				<a href="http://www.taihejz.com" title="现代简约" target="_blank">现代简约</a>
				<a href="http://www.taihejz.com" title="家装" target="_blank">家装</a>
				<a href="http://www.taihejz.com" title="客厅" target="_blank">客厅</a>
				<a href="http://www.taihejz.com" title="商铺" target="_blank">商铺</a>
				<a href="http://www.taihejz.com" title="客厅" target="_blank">客厅</a>
			    </p>
</footer>
</div>

    
<!--放置底部公共文件-->

<!--底部悬浮-->
<link rel="stylesheet" href="/template/common/xuanfu/xuanfu_4/xuanfu.css"/>
<!--撑开高度-->
<div style="width:100%;height: 65px;" id="xf_ck"></div>
<!--撑开高度结束-->


<!--装修计算器-->
<div class="xuanfu_style12_box" style="left: 0px;"> 
   <!-- 以下是隐藏点击层 --> 
   <div class="xuanfu_style12_content"> 
    <!-- 关闭按钮不显示 (功能正常)--> 
    <!-- <div class="bottom_slide_close"></div> --> 
    <div class="xuanfu_style12_click" value="0"></div>
    <div class="xuanfu_style12_shade"></div>
<div class="xuanfu_style12_kuandu1200">
    <div class="xuanfu_style12_deta">
     <div class="xuanfu_style12_contaoner">
      <div class="xuanfu_style12_slideimg">			<a href="" target="_blank">
				<img src="http://yun.lehome114.com/attached/taihejz/image/20170325/20170325082343_69144.png" style="max-width:980px;"/>
			</a>
			</div>
<script>  
$(function(){
	shake();
	function shake() {
		if ($('.xuanfu_style12_shake').css('top') == '-56px') {
            $('.xuanfu_style12_shake').stop().animate({top:'-42px'},500,function(){
               shake();    
            });
        }
        if ($('.xuanfu_style12_shake').css('top') == '-42px') {
            $('.xuanfu_style12_shake').stop().animate({top:'-56px'},500,function(){
                shake();    
          });
       }    
	}
});
</script>


<script>
$(function(){
	$(".xuanfu_style12_click").click(function(){
		var value = $(this).attr("value")
		if (value=="0") {
			$(".xuanfu_style12_box").stop().animate({bottom:"0px"},400);
			$(".xuanfu_style12_up").removeClass("xuanfu_style12_up");
			$(this).attr("value","1");
		} else if ((value=="1")) {
			$(".xuanfu_style12_box").stop().animate({bottom:"-315px"},400);
			$(this).attr("value","0");
			$(".xuanfu_style12_down").addClass("xuanfu_style12_up");
		}
	});
});
</script>
<script>
	function xuanfu_calcchk() {
		if (!checkTel($("#xuanfu_tel").val()) || !checkNull($("#xuanfu_tel").val())) {
	        alert("请填写正确格式的手机号码！");
	        $("#xuanfu_tel").focus();
	        return false;
        }
        form_ts();
        return true;
	}
</script>
      <div class="xuanfu_style12_down xuanfu_style12_up xuanfu_style12_shake"></div>

      <div class="xuanfu_style12_zxys">
       <div class="xuanfu_style12_bj">
        <!-- calculate -->
        <div class="xuanfu_style12_cal col_l">
         <h3 class="xuanfu_style12_titcal">装修计算器<span>今天已有 <em class="zxys_num_man">277</em> 位业主获取了装修预算</span></h3>
         <form id="xuanfu_calc_jj" action="/save_book.php/mod-calc.html" method="post" onsubmit="return xuanfu_calcchk()">
			<input name="ismobile" value="1" type="hidden">
          <div class="xuanfu_style12_formmod xuanfu_style12_form">
           <div class="form_line">
            <label for="" class="label"><em class="label_start">*</em>小区名称：</label>
            <div class="element">
             <div class="xuanfu_style12_town ">
             	<input type="text" name="address" class="xuanfu_style12_xiaoqu" />
             </div>
            </div>
           </div>
           <div class="form_line">
            <label for="" class="label"><em class="label_start">*</em>建筑面积：</label>
            <div class="element">
             <div class="text_wrap">
              <input type="text" class="xuanfu_style12_xiaoqu" name="area" id="zxys_square" placeholder="输入您的房屋面积" />
             </div>
             <p class="text_area">* 输入面积小于30㎡时，报价结果按30㎡计算</p>
            </div>
            </div>
               <!---装修风格-->
               							 <div class="form_line">
                <label for="" class="label"><em class="label_start">*</em>装修风格：</label>
                <div class="xuanfu_style12_element">
                 <div class="zxgs-hx ">
                  <select name="zxfg" id="zxys_shi" class="first_line">
													                      <option value="31">欧式风格</option>
                      		                      <option value="50">美式风格</option>
                      		                      <option value="36">现代简约</option>
                      		                      <option value="39">新中式风格</option>
                      		                      <option value="38">新古典风格</option>
                      		                      <option value="51">地中海风格</option>
                      		                      <option value="52">混搭型风格</option>
                      		                      <option value="40">其他风格</option>
                      			            		                  </select>
                  
                 </div>
                </div>
               </div>
               			 <div class="form_line">
                <label for="" class="label"><em class="label_start">*</em>装修档次：</label>
                <div class="xuanfu_style12_element">
                 <div class="zxgs-hx ">
                  <select name="zxdc" id="zxys_shi" class="first_line">
													                      <option value="43">经济型（半包）</option>
                      		                      <option value="42">舒适型（半包）</option>
                      		                      <option value="46">豪华型（半包）</option>
                      		                      <option value="53">经济型（全包）</option>
                      		                      <option value="54">舒适型（全包）</option>
                      		                      <option value="55">豪华型（全包）</option>
                      			            		                  </select>
                  
                 </div>
                </div>
               </div>
               					
          <!---装修风格结束-->
              
           <div class="form_line" id="zxys_phoneInput">
            <label for="" class="label"><em class="label_start">*</em>手机号码：</label>
            <div class="xuanfu_style12_element">
             
             <div class="text_wrap">
              <input id="xuanfu_tel" type="text" class="text phonetext" name="tel" placeholder="报价结果将发送到您的手机"/>
             </div>
             
             <div class="suspend-wechat ">
              	
              	<div class="sus-headimg">
                
               <div class="headdetail"></div>
               <div class="worddetail">
              
               </div>
               
               
               <em class="pre-weixin-arrow-animated" style="left: 170.067px;"></em>
              </div>
              <div class="sus-quocode">
               <div></div>
              
              </div>
             </div>
            </div>
           </div>
           <div class="form_line">
            <a href="javascript:void(0);" class="xuanfu_style12_start" onclick="$('#xuanfu_calc_jj').submit();"><label for="zxys_calc_btn" id="zxys_btn_calc" class="calcstart">开始计算</label>
            </a>
           </div>
          </div>
          
          
          
         
          
         </form>
        </div>
        <script>
        	$(function(){
				$(".xuanfu_style_zxuanfug").click(function(){
					$(".xuanfu_style_zxuanfug").removeClass("on");
					$(this).addClass("on");
				});	
			});
			$(function(){
				$(".xuanfu_style_zxdc").click(function(){
					$(".xuanfu_style_zxdc").removeClass("on");
					$(this).addClass("on");	
				});	
			});
        </script>
        
        <!-- results -->
        <div class="con_bj_res">
         <!--<h3>计算结果</h3>-->
                      <div class="xuanfu_style12_result">
              <span class="xuanfu_style12_zxys">装修报价</span>
             </div>
             <a href="#">
             <div class="xuanfu_style12_list">
          	<img src="http://yun.lehome114.com/attached/taihejz/image/20190328/20190328092013_28962.png" />
        	</div>
            </a>
			                  
         </div>
         <div class="result-contain-dg" style="display: none;"></div>
        </div>
        	<!---二维码-->
            <div class="xuanfu_erweima">
             	<div class="xuanfu_erweima_img">
                    <div class="xuanfu_stye12_img_ziti">
                            <P style="color:#FFF;">更多家居案例</P>
                            <P>扫码即获</P>
                        </div>
                        
                        <img src="http://yun.lehome114.com/attached/taihejz/image/20240321/20240321143113_99574.jpg" />
                        
                        <div class="xuanfu_stye12_img_text">
                            <P>扫码即获</P>
                            <P style="color:#FFF;">更多家居案例</P>
                        </div>
                    </div>
            </div>
           <!---二维码结束--> 
       </div>
      </div>
     </div>
    </div>
</div>
   </div> 

  </div>
<!---装修计算器结束-->



<!--客服导航-->

<link rel="stylesheet" href="/template/common/kefu/kefu/kefu.css"/>

<div class="kf-nav">
	<div class="kf-n-inner">
		<div>
			<div class="kf-search">
				<a id="ss"><i></i></a>
			</div>
			<div class="kf-menu">
				<a href="/mfty.html">
					<p class="kf-1">在线</p>
					<p class="kf-2">报名</p>
				</a>
			</div>
		</div>
		<ul class="kf-list">
			<!-- <li class="kf-join"><a href="">在线报名</a></li> -->
			<li><a href="/cases.html">案例</a></li>
			<li><a href="/mfty.html">免费体验</a></li>
			<li><a href="/designer.html">设计师</a></li>
			<li><a href="/active.html">促销活动</a></li>
			<li>
            <div id="kf-kefuQQ" onmouseover="$('#kf-kefu').css('top','-'+$('#kf-kefu').height()*0.55+'px');" onmouseout="$('#kf-kefu').css('top','');">
             <a href="/kefu.html" target="_blank">客服 </a> 
             	                <div id="kf-kefu" style="">
	                
                   	<div>
	                   	
	                   	                        <a href="/kefu.php/mod-index-qq--id-327.html" target="_blank">
	                    <p><img src="/template/common/kefu/kefu/images/qq.jpg" height="22"></p>
                        <p>小禾</p>
                        </a>
                                                
                    </div>
                </div>
             	            </div> 
            
            </li>
		</ul>
		<div>
			<div class="kf-share">
				<a href=""><i></i><b style="color:#fff;">share</b>
					<div class="kf-code">
						<div class="kf-c-top"></div>
						<div class="kf-c-er">
							<ol>
								<li>
									<p><img src="http://yun.lehome114.com/attached/taihejz/image/20240321/20240321143113_99574.jpg" width="120" height="120"></p>
									<p>官方微信服务号</p>
								</li>								
																								
							</ol>
						</div>
						<div class="kf-c-bottom"></div>
					</div>
				</a>
			</div>
			<div class="kf-top">
				<a href="#"><i></i></a>
			</div>
		</div>
	</div>
</div>



<!--弹窗广告-->
<!--弹窗广告结束-->

<!--左下角弹窗广告-->
<!--左下角弹窗广告结束-->

<!--底部自定义文本-->
<!--底部自定义文本-->

<!--js代码-->
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"slide":{"type":"slide","bdImg":"4","bdPos":"left","bdTop":"0"}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>

<a href="http://webscan.360.cn/index/checkwebsite/url/www.lehouwu.cn"><img border="0" src="http://img.webscan.360.cn/status/pai/hash/5cf1545f847f16bbb13af835726d694d"/></a>
<!--js代码结束-->


</body>
</html>
