﻿@media screen and (max-width:1200px)
{
body 
{	
	min-width:auto;
}
/**网站整体**/
.c_headbg 
{
	display: none;
}
.m_head
{
	display:block;
}
.m_hide
{
	display:none;
}
.pc_hide
{
	display:block;
}
/**网站整体 end**/
/**网站头部**/
.m_head
{
	width:100%;
	background-color:rgba(175,157,133,0.5);
	display:flex;
	justify-content: space-between;
	height:60px;
	box-sizing: border-box;
	padding:10px 4%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
}
.m_head.headbghover
{
	background:#af9d85;
}
.m_head .logo
{
	width:auto;
	overflow:hidden;
	height:100%;
}
.m_head .logo a
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:auto;
	height:100%;
}
.m_head .logo a img
{
	height:90%;
	width:auto;
}
.m_head .right
{
	display:flex;
	height:100%;
	flex-wrap:wrap;
	justify-content:space-between;
}
.m_head .right .navbtn
{
	width:30px;
	height:100%;
	overflow:hidden;
}
.m_head .right .navbtn .mnavshow
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	width:100%;
	align-content:center;
}
.m_head .right .navbtn .mnavshow .line
{
	width:100%;
	height:2px;
	margin-bottom:10px;
	background:#fff;
}
.m_head .right .navbtn .mnavshow .line:last-child
{
	margin-bottom:0px;
}
.m_head .right .navbtn .navclose
{
	display:none;
	font-size:40px;
	line-height:36px;
	color:#fff;
	text-align:center;
}
.m_head .right .righticonnav
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
}
.m_head .right .righticonnav .grid
{
	width:22px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin-right:10px;
	cursor:pointer;
}
.m_head .right .righticonnav .grid .link
{
	display:block;
	position:relative;
}
.m_head .right .righticonnav .grid .link .pic
{
	width:100%;
	height:auto;
}
.m_head .right .righticonnav .grid .link .pic .image
{
	width:100%;
	height:auto;
	transition:1s;
}
.m_head .right .righticonnav .grid:hover .link .pic .image
{
	transform:rotate(360deg);
}
.m_head .right .righticonnav .grid .link .twocode
{
	width:120px;
	height:auto;
	left:50%;
	z-index:1000;
	position:absolute;
	transform: translate(-50%,0);
	display:none;
}
.m_head .right .righticonnav .grid .link .twocode .image
{
	width:100%;
	height:auto;
}
.m_head .right .righticonnav .grid .link:hover .twocode
{
	display:block;
}
.m_head .right .changelan
{
	
	height:100%;
	margin-right:10px;
}
.m_head .right .changelan .link
{
	display:block;
	height:100%;
	font-size:20px;
	line-height:40px;
	color:#fff;
}
/**网站头部 end**/
/**手机版导航**/
.mnavbg
{
    position:fixed;
    width:100%;
    height:calc(100vh - 60px);
    top:60px;
    left:0px;
    z-index:100;
    background:#faf9f5;
    display:none;    
}
.mnavbg .mnav
{
    width:100%;
    height:100%;
    padding:30px 6%;
    box-sizing:border-box;
    padding-bottom:calc(30px + env(safe-area-inset-bottom));
    overflow-y:auto;  
}
.mnavbg .mnav ul
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.mnavbg .mnav ul li
{
    width:100%;
    height:auto;
    overflow:hidden;
    border-bottom:1px solid #ddd;
}
.mnavbg .mnav ul li a
{
    display:block;
    width:100%;
    height:auto;
    font-size:16px;
    line-height:25px;
    padding-top:12px;
    padding-bottom:12px;
}
.mnavbg .mnav ul li .nextnavtit
{
    position:relative;
    box-sizing:border-box;
    padding-right:20px;
    width:100%;
    height:auto;
    font-size:16px;
    line-height:25px;
    padding-top:12px;
    padding-bottom:12px;
}
.mnavbg .mnav ul li .nextnavtit .arr
{
    width:20px;
    height:100%;
    position:absolute;
    right:0px;
    background:#fff;
    z-index:10;
    top:0px;
    background:url('../images/rightarr.png') no-repeat center center;
    background-size:10px 10px;
}
.mnavbg .mnav ul li .nextnav
{
    width:100%;
    height:auto;
    padding-left:15px;
    box-sizing:border-box;
    display:none;
}
.mnavbg .mnav ul li .nextnav ul li:last-child
{
	border-bottom:0px;
}
/**手机版导航 end**/
/**网站底部**/
.footbg
{
	padding:30px 4%;
	box-sizing:border-box;
}
.foot-first
{
	width:100%;
	display:block;
	margin-bottom:15px;
	min-width:auto;
}
.foot-first .footfisrtleft
{
	width:100%;
}
.foot-first .footnav
{
	display:none;
}
.foot-second
{
	width:100%;
	margin-bottom:15px;
	min-width:auto;
	padding-bottom:15px;
}
.foot-second .grid
{
	width:25px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
}
.foot-second .grid .link .pic
{
	width:25px;
}
.foot-third
{
	width:100%;
	min-width:auto;
}
.foot-third .copyright
{
	width:100%;
	margin-bottom:5px;
}
/**网站底部 end**/
/**网站模块大小**/
.webblockbg
{
	padding:0px;	
}
.webblockbg .webblock
{
	width:100%;
	max-width:100%;
	min-width:auto;
	padding:30px 4%;
	box-sizing:border-box;
}
/**网站模块大小 end**/
/**网站首页**/
/**首页1-豪华家具与设计**/
.indblockbg1 .indblock1
{
	padding-bottom:20px;
}
.indblock1 .indabouttit
{
	font-size: 24px;
    margin-bottom: 15px;
}
.indblock1 .indaboutcont
{
	margin-bottom:20px;
}
/**首页1-豪华家具与设计 end**/
/**首页2-产品系列**/
.indproserblock
{
	display:block;
	padding:20px 4%;
	box-sizing:border-box;
}
.indproserblock .lefttext
{
	width:100%;
	display:block;
	margin-bottom:15px;
}
.indproserblock .lefttext .tit
{
	font-size:24px;
}
.indproserblock .indproserbannerblock
{
	width:100%;
}
.indproserblock .indproserbannerblock .indproserbanner
{
	width:100%;
}
.indproserblock .indproserbannerblock .indproserbanner .link .tit
{
	text-align:center;
	margin-top:5px;
}
/**首页2-产品系列 end**/
/**首页3-展厅实拍**/
.indblockbg3 .showroomblock .textblock .tit
{
	font-size:24px;
}
.indblockbg3 .showroomblock .textblock .more
{
	margin-top:15px;
}
.indblockbg3 .showroomblock .textblock .more a.link
{
	font-size:15px;
	line-height:35px;
	height:35px;
	border-radius:18px;
}
/**首页3-展厅实拍 end**/
/**首页4-案例**/
.indblockbg4 .indblock4
{
	padding-bottom:20px;
}
.indblock4 .indabouttit
{
	font-size: 24px;
    margin-bottom: 15px;
}
.indblock4 .indaboutcont
{
	margin-bottom:20px;
	max-width:100%;
}
.indcaselist
{
	display:block;
}
.indcaselist .casefirst
{
	width:100%;
}
.indcaselist .caseother
{
	width:100%;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
	box-sizing:border-box;
	padding:15px 4%;
	padding-bottom:0px;
}
.indcaselist .caseother .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
}
.indcaselist .caseother .grid:nth-child(2n)
{
	margin-right:0px;
}
/**两个案例**/
.indblockbg4 .indblock4 .twocase
{
	margin-top:0px;
}
.indblockbg4 .indblock4 .twocase .cgrid
{
	width:100%;
	margin-top:15px;
	margin-right:0;
	margin-bottom:0px;
}
/**两个案例 end**/
/**首页4-案例 end**/
/**首页5-新闻**/
.indblockbg5
{
	padding-bottom:0px;
}
.webblockbg .indblock5 
{
	padding-bottom:5px;
}
.indblock5 .bigtit
{
	font-size:24px;
	margin-bottom:15px;
}
.indblock5 .newslist .grid .link .title
{
	text-overflow:ellipsis;
	white-space:nowrap;
}
/**首页5-新闻 end**/
/**首页6-留言 **/
.indblock6 .bigtit
{
	font-size:24px;
	margin-bottom:15px;
} 
.indblock6 .first
{
	display:block;
	margin-bottom:0px;
}
.indblock6 .first .grid
{
	width:100%;
	margin-bottom:15px;
}
.indblock6 .second
{
	display:block;
}
.indblock6 .second .grid1
{
	width:100%;
	margin-bottom:15px;
}
.indblock6 .second .grid2
{
	display:block;
	width:100%;
	padding-top:0px;
}
.indblock6 .second .grid2 .agreen
{
	margin-bottom:15px;
	margin-right:0px;
}
.indblock6 .second .grid2 .submit
{
	width:100%;
}
/**首页6-留言 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**内页菜单**/
.catenav
{
	margin-bottom:20px;
	flex-wrap:nowrap;
}
.catenav .grid
{
	flex-shrink:0;
}
/**内页菜单 end**/
/**锚点**/
.maodian
{
	height:60px;
	margin-top:-60px;
}
/**锚点 end**/
/**当前位置**/
.pathblock .path
{
    padding-top:0px;
    padding-bottom:20px;
}
/**当前位置 end**/

/**没有banner时**/
.none-banner
{
	height:60px;
}
/**没有banner时 end**/
/**内页内容区**/
.insidecontent
{
	width:100%;
	margin-top:0px;
}
.insideblock
{
	width:100%;
	box-sizing:border-box;
}
/**网站内页大标题**/
.inside_bigtit
{
	font-size:16px;
}
.create_time
{
	margin-top:0px;
	margin-bottom:20px;
}
/**网站内页大标题 end**/
/**内页内容区 end**/
/**上一篇下一篇**/
.prevnext
{
	margin-top:15px;
}
.prevnext .grid
{
	width:100%;
}
.prevnext .grid:nth-child(2n)
{
	text-align:left;
}
/**上一篇下一篇 end**/
/**网站内页整体部分 end**/
/**新闻列表**/
.newslist .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
/**新闻列表 end**/
/**关于我们**/
.aboutbigtitle
{
	font-size:24px;
	margin-bottom:15px;
}
/**关于第二部分**/
.webblockbg .about2
{
	padding-top:0px;
}
.about2block
{
	display:block;
	margin-bottom:0px;
}
.about2block .pic
{
	width:100%;
	margin-bottom:20px;
}
.about2block .wz
{
	width:100%;
}
/**关于第二部分 end**/
/**关于第三部分**/
.about3 .first
{
	display:block;
	margin-bottom:20px;
}
.about3 .first .pic
{
	width:100%;
}
.about3 .first .wz
{
	width:100%;
	margin-bottom:20px;
}
.about3 .second .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
.about3 .second .grid:nth-child(2n)
{
	margin-right:0px;
	margin-bottom:0px;
}
/**关于第三部分 end**/
/**关于第四部分**/
.aboutbg4
{
	padding-top:0px;
}
.aboutbg4 .about4
{
	padding-top:0px;
}
/**关于第四部分 end**/
/**关于第五部分**/
.aboutbg5
{
	padding-top:0px;
}
.aboutbg5 .about5
{
	padding-top:0px;
}
.aboutbg5 .first
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom:20px;
}
.aboutbg5 .first .wz
{
	width:100%;
}
.aboutbg5 .first .pic
{
	width:100%;
	margin-bottom:20px;
}
/**关于第五部分 end**/
/**关于我们 end**/
/**历程**/
.lichenglist
{
	padding-top:20px;
	padding-bottom:20px;
}
.lichenglist .mline
{
	left:85px;
}
.lichenglist .grid
{
	margin-bottom:20px;
}
.lichenglist .grid .link
{
	display:flex;
	flex-wrap:wrap;
}
.lichenglist .grid .link .title
{
	  width:60px;
	  font-size:16px;
}
.lichenglist .grid .link .dian
{

	margin-left:20px;
	margin-right:20px;
}
.lichenglist .grid .link .contpic
{
	width:calc(100% - 110px);
}
.lichenglist .grid .link .contpic .pic
{
	width:100%;
	margin-bottom:15px;
}
.lichenglist .grid .link .contpic .cont
{
	width:100%;
}
/**历程 end**/
/**产品搜索**/
.pronavsearch
{
	margin-bottom:25px;
}
.pronavsearch .grid
{
	width:100%;
	display:none;
}
.pronavsearch .grid:last-child
{
	display:block;
}
/**产品搜索 end**/
/**产品列表**/
.prolist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.prolist .grid:nth-child(3n)
{
	margin-right:4%;
}
.prolist .grid:nth-child(2n)
{
	margin-right:0px;
}
/**产品列表 end**/
/**产品详情**/
.proshowfir
{
	display:block;
	margin-bottom:20px; 
	margin-top:0px;
}
.proshowfir .picarr
{
	width:100%;
	position:static;
	margin-bottom:15px;
	top:0px;
}
.proshowfir .prorightcont
{
	width:100%;
	padding:0px;
	box-sizing:border-box;
}
.proshowfir .prorightcont .protitle
{
	font-size: 20px;
	margin-bottom:15px;
	line-height:30px;
}
.protjtitle
{
	font-size:24px;
	margin-bottom:20px;
}
/**产品详情 end**/
/**案例分类**/
.casecate .grid
{
	display:block;
	margin-bottom:20px;
}
.casecate .grid .wenzi
{
	width:100%;
	margin-bottom:15px;
}
.casecate .grid .wenzi .title
{
	font-size:20px;
	margin-bottom:15px;
}
.casecate .grid .rightpic
{
	width:100%;
}
/**案例分类 end**/
/**案例列表**/
.caselist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.caselist .grid:nth-child(4n)
{
	margin-right:4%;
}
.caselist .grid:nth-child(2n)
{
	margin-right:0px;
}
/**案例列表 end**/
/**案例**/
.caseShowBlock .picarr
{
	margin-top:15px;
}
.caseShowBlock .picarr .bpic
{
	width:100%;
}
.caseShowBlock .picarr .proview_big_picarr .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	position:relative;
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
}
.caseShowBlock .picarr .smallblock
{

	margin-top:15px;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr
{
	width:calc(100% - 60px);

}

.caseShowBlock .picarr .smallblock .btn
{
	width:30px;

}
/**案例 end**/
/**材料**/
.materailcate .grid
{
	margin-bottom:0px;
}
.materailcate .grid .gridtop
{
	box-sizing:border-box;
	padding:20px 4%;
	margin-bottom:0px;
}
.materailcate .grid .gridtop .ins
{
	width:100%;
	max-width:100%;
	min-width:auto;
	display:block;
}
.materailcate .grid .gridtop .ins .wenzi
{
	width:100%;
	margin-bottom:15px;
}
.materailcate .grid .gridtop .ins .wenzi .title
{
	font-size:24px;
	margin-bottom:10px;
}
.materailcate .grid .gridtop .ins .pic
{
	width:100%;
}
.materailcate .grid .materaillist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.materailcate .grid .materaillist .listgrid
{
	width:48%;
	margin-right:4%;
}
.materailcate .grid .materaillist .listgrid:nth-child(6n)
{
	margin-right:4%;
}
.materailcate .grid .materaillist .listgrid:nth-child(2n)
{
	margin-right:0;
}
/**材料 end**/
/**全屏视频**/
.fullscreenvideobg .closebtn
{
	width:50px;
	height:50px;
	font-size:45px;
	line-height:50px;
}
.fullscreenvideobg .videoblock
{
	width:88%;
	height:88%;
}
/**全屏视频 end**/
/**视频列表**/
.videolist .grid
{
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
}
/**视频列表 end**/
/**联系我们**/
.contactfir
{
	display:block;
	margin-bottom:20px;
}
.contactfir .map
{
	width:100%;
	height:350px;
}
.contactfir .mappic
{
	width:100%;
}
.contactfir .contactfir_l
{
	width:100%;
	margin-bottom:20px;
}
.contactfir .contactfir_l .gsm
{
	font-size:20px;
	margin-bottom:10px;
}
.contactsec
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactsec .first
{
	display:block;
	margin-bottom:0px;
}
.contactsec .first .grid
{
	width:100%;
	margin-bottom:15px;
}
.contactsec .sec
{
	margin-bottom:15px;
}
.contactsec .agreen
{
	margin-bottom:20px;
}
.contactfir .contactfir_l .codelist
{
	margin-top:20px;
}
.contactfir .contactfir_l .codelist .cgrid
{
	width:30%;
	margin-right:5%;
}
.contacttb
{
	margin-top:15px;
}
/**联系我们 end**/
/**工厂列表**/
.factorylist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.factorylist .grid
{
	width:48%;
	margin-bottom:15px;
}
.factorylist .grid:nth-child(3n)
{
	margin-right:4%;
}
.factorylist .grid:nth-child(2n)
{
	margin-right:0;
}
/**工厂列表 end**/
/**分页**/
.Pagination__Nav
{
	margin-bottom:0px;
}
/**分页 end**/
/**网站内页 end**/
}
