﻿@media screen and (max-width:1200px)
{
body 
{	
	min-width:auto;
}
/**pc手机版显示隐藏**/
.m_hide
{
    display:none;
}
.pc_hide
{
    display:block;
}
/**pc手机版显示隐藏 end**/
/**网页首页banner**/
.banner .swiperpages
{
	bottom:5px;
}
.banner:hover .bannerarr
{
	opacity:0;
}
.banner a img
{
	min-height:250px;
	object-fit:cover;
}
.banner a .bannerwzblock .bannerbz
{
	padding:30px 6%;
	width:100%;
	min-width:auto;
	max-width:100%;
}
.banner a .bannerwzblock .bannerbz .title
{
	font-size:20px;
	line-height:25px;
	margin-bottom:5px;
}
.banner a .bannerwzblock .bannerbz .des
{
	font-size:15px;
	line-height:22px;
	margin-bottom:10px;
}
.banner a .bannerwzblock .bannerbz .des p
{
	font-size:15px;
	line-height:22px;
}
.banner a .bannerwzblock .bannerbz .bannerbtn .btn
{
	height:30px;
	font-size:15px;
	line-height:28px;
	border-radius:14px;
	padding-left:15px;
	padding-right:15px;
}
/**网页首页banner end**/
/**网站内页banner**/
.inside_banner
{
	margin-top:0px;
}
.inside_banner a .text p
{
	font-size:20px;
}
.inside_banner a .pic img
{
	min-height:220px;
	object-fit:cover;
}
/**网站内页banner end**/
/**锚点**/
.maodian
{
	height:60px;
	margin-top:-60px;
}
/**锚点 end**/
/**手机版顶部**/
.mhead
{
    width:100%;
    height:60px;
    background:#fff;
    padding:10px 6%;
    box-sizing: border-box;
    position:fixed;
    top:0px;
    left:0px;
    z-index:1000;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.mhead .logo
{
    height:100%;
}
.mhead .logo .link
{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    height:100%;
}
.mhead .logo .link .image
{
    display:block;
    height:100%;
}
.mhead .right
{
    display:flex;
    height:100%;
}
.mhead .right .lan
{
    height:100px;
    font-size:20px;
    line-height:30px;
}
.mhead .right .searchbtn
{
    height:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin-left:15px;
    margin-right:15px;
}
.mhead .right .searchbtn .image
{
    width:20px;
}
.mhead .right .mnavbtn
{
    width:25px;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    position:relative;
}
.mhead .right .sanline
{
    width:100%;
    height:20px;
    display:flex;
    flex-wrap:wrap;
    align-content:space-between;
}
.mhead .right .sanline .line
{
    width:100%;
    height:2px;
    background:#000;
}
.mhead .right .navclose
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    background:#fff;
    line-height:40px;
    font-size:40px;
    text-align:center;
    display:none;
}
.mhead .searchbg
{
	width:100%;
	height:auto;
	background:#8a5e30;
	padding:15px 0px;
	position:fixed;
	top:60px;
	left:0px;
	z-index:1000;
	display:none;
}
.mhead .searchbg .headsearch
{
	width:88%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #fff;
}
.mhead .searchbg .headsearch .input
{
	width:calc(100% - 35px);
}
.mhead .searchbg .headsearch .input input
{
	width:100%;
	height:100%;
	font-size:15px;
	color:#fff;
	background:none;
	border:none;
	outline:none;
}
.mhead .searchbg .headsearch .input input::-webkit-input-placeholder
{
	color:#fff;
}
.mhead .searchbg .headsearch .headsearchbtn
{
	width:35px;
	height:35px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.mhead .searchbg .headsearch .headsearchbtn .image
{
	width:20px;
	height:auto;
}
.headsupport
{
	height:60px;
}
/**手机版顶部 end**/
/**手机版导航**/
.mnavbg
{
    position:fixed;
    width:100%;
    height:calc(100vh - 60px);
    top:60px;
    left:0px;
    z-index:100;
    background:#fff;
    display:none;    
}
.mnavbg .mnav
{
    width:100%;
    height:100%;
    padding:30px 6%;
    box-sizing:border-box;
	border-top:1px solid #f8f8f8;
    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 #eee;
}
.mnavbg .mnav ul li a
{
    display:block;
    width:100%;
    height:auto;
    font-size:16px;
    line-height:25px;
    padding-top:5px;
    padding-bottom:5px;
	font-family:"Georgia",sans-serif;
}
.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:5px;
    padding-bottom:5px;
	font-family:"Georgia",sans-serif;
}
.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;
}
/**手机版导航 end**/
/**网站底部**/
.footbg
{
	padding:0px;
}
.footbg .foot
{
	width:100%;
	max-width:100%;
	min-width:auto;
	box-sizing:border-box;
	padding:30px 6%;
}
.footbg .foot .footfirst
{
	margin-bottom:30px;
}
.footbg .foot .footfirst .flogo
{
	width:120px;
}
.footbg .foot .footsec .footnav
{
	width:100%;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.footbg .foot .footsec .footnav .fnavgrid
{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
.footbg .foot .footsec .footnav .fnavgrid:nth-child(2n)
{
	margin-right:0px;
}
.footbg .foot .footsec .footcontact
{
	width:100%;
	margin-bottom:30px;
}
.footbg .foot .shejiaop
{
	width:100%;
}
.footbg .foot .shejiaop .sgrid:first-child .link .twocode
{
	left:0;
	transform:translate(0,0);
}
/**网站底部 end**/
/**整体**/
.webblockbg
{
	padding:0px;
    box-sizing:border-box;
}
.webblockbg .webblock
{
    min-width:auto;
    max-width:100%;
    width:100%;
	padding:30px 6%;
	box-sizing:border-box;
}
.weblistblockbg
{
	padding-top:0px;
}
/**整体 end**/
/**首页**/
/**首页标题，描述，查看更多**/
.indcatetit
{
	font-size:22px;
	margin-bottom:20px;
}
.indcatedes
{
	line-height:25px;
	margin-bottom:30px;
	width:100%;
}
.indcatedes p
{
	line-height:25px;
}
/**首页标题，描述，查看更多 end**/
/**RONGFENG HOME FURNISHING **/
.indblock1 .numberdeslist
{
	width:100%;
	height:auto;
	position:relative;
}
.indblock1 .numberdeslist .pic
{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:5;
	position:absolute;
}
.indblock1 .numberdeslist .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indblock1 .numberdeslist .numlist
{
	position:relative;
	top:0;
	left:0;
	transform:translate(0,0);
	width:100%;
	box-sizing:border-box;
	padding:30px 15px;
	padding-bottom:15px;
	justify-content:flex-start;
}
.indblock1 .numberdeslist .numlist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
}
.indblock1 .numberdeslist .numlist .grid:nth-child(2n)
{
	margin-right:0px;
}
.indblock1 .numberdeslist .numlist .grid .numunit
{
	margin-bottom:5px;
}
.indblock1 .numberdeslist .numlist .grid .numunit .num
{
	font-size:25px;
}
.indblock1 .numberdeslist .numlist .grid .numunit .unit
{
	font-size:16px;
	margin-bottom:2px;
}
.indblock1 .numberdeslist .numlist .grid .des
{
	font-size:15px;
	line-height:22px;
	text-align:center;
	color:#fff;
}
.indblock1 .numberdeslist .numlist .grid .des p
{
	font-size:15px;
	line-height:22px;
}
/**RONGFENG HOME FURNISHING end**/
/**Product Series**/
.indprocatebanner .swiperpages
{
	margin-top:15px;
}
/**Product Series end**/
/**Appreciate more products**/
.indblock3 .probigtit
{
	font-size:22px;
}
.indblock3 .abobigtit
{
	font-size:22px;
	margin-bottom:30px;
}
.indblock3 .more
{
	margin-top:30px;
}
.indblock3 .indprolistswi .indprolist .swiperpages
{
	margin-top:10px;
}
/**Appreciate more products end**/
/**ABOUT RONGFENG**/
.indblock4 .indabout .pic
{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	z-index:5;
}
.indblock4 .indabout .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indblock4 .indabout .cont
{
	height:auto;
	position:relative;
	top:0px;
	left:0px;
	padding:30px;
	z-index:5;
}
.indblock4 .indabout .cont .tit
{
	font-size:20px;
}
.indblock4 .indabout .cont .tit2
{
	margin-bottom:15px;
}
.indblock4 .indabout .cont .des
{
	max-width:100%;
	line-height:25px;
	margin-bottom:15px;
}
.indblock4 .indabout .cont .des p
{
	line-height:25px;
}
/**ABOUT RONGFENG end**/
/**OUR CASES**/
.indblockbg5 .indblock5 
{
	padding-top:0px;
	padding-bottom:15px;
}
.indblock5 .indcaselist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.indblock5 .indcaselist .grid
{
	margin-bottom:15px;
}
.indblock5 .indcaselist .grid .link .pic
{
	margin-bottom:10px;
}
.indblock5 .indcaselist .grid .link .tit
{
	width:100%;
	font-size:16px;
	text-align:center;
	line-height:25px;
	transition:800ms;
	margin-bottom:10px;
}
.indblock5 .indcaselist .grid .link .extit
{
	font-size:15px;
	line-height:22px;
	margin-bottom:0px;
}
.indblock5 .indcaselist .grid .link .indmore
{
	display:none;
}
/**OUR CASES end**/
/**Global partners**/
.indblockbg5 .indblock5 
{
	padding-top:0px;
	padding-bottom:0px;
}
.indblockbg6 .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}
.indblockbg6 .pic .image
{
	height:100%;
	object-fit:cover;
}
.indblockbg6 .indcontact
{
	position:relative;
	top:0px;
	left:0;
	transform:translate(0,0);
	width:100%;;
	height:auto;
	min-width:auto;
	max-width:100%;;
	box-sizing:border-box;
	padding:30px;
}
.indblockbg6 .indcontact .cont
{
	height:auto;
	padding-left:0;
}
.indblockbg6 .indcontact .cont .tit
{
	font-size:20px;
	margin-bottom:15px;
}
.indblockbg6 .indcontact .cont .des
{
	line-height:25px;
	margin-bottom:15px;
}
.indblockbg6 .indcontact .cont .des p
{
	line-height:25px;
}
/**Global partners end**/
/**首页 end**/
/**栏目信息**/
.cateinfo
{
	margin-bottom:15px;
}
.cateinfo .catename
{
	font-size:20px;
}
/**栏目信息 end**/
/**二级菜单**/
.sitenavbg
{
	padding:0px 6%;
	box-sizing: border-box;
}
.sitenavbg .sitenav
{
	max-width:none;
	width:100%;
	overflow:auto;
	flex-wrap:nowrap;
	min-width:auto;
}
.sitenavbg .sitenav .grid
{
	overflow:hidden;
	margin-right:20px;
	flex-shrink:0;
}
.sitenavbg .sitenav .grid a
{
	font-size:15px;
	padding:5px;
}
/**二级菜单 end**/
/**当前位置**/
.pathblock
{
    width:88%;
	max-width:100%;
	min-width:auto;
}
.pathblock .path
{
    padding-top:15px;
    padding-bottom:15px;
}
/**当前位置 end**/
/**关于我们**/
.indabouttit
{
	margin-bottom:20px;
}
.indabouttit .tit
{
	padding-left:0px;
	padding-right:0px;
	font-size:22px;
	line-height:28px;
	text-align:center;
}
.indabouttit::after
{
	display:none;
}
.indaboutdes
{
	margin-bottom:30px;
}
.aboutblock1 .indaboutdes
{
	width:100%;
}
.aboutblock1 .indaboutdes .insidecontent
{
	text-align:left;
	text-align-last:left;
}
.aboutqm
{
	width:50px;
}
.about1
{
	width:100%;
	margin:auto;
	flex-direction:column-reverse;
}
.about1 .left
{
	width:100%;
}
.about1 .left .aboutqm
{
	margin:auto;
	margin-bottom:30px;
}
.about1 .left .des
{
	text-align:center;
	margin-bottom:30px;
}
.about1 .left .cont
{
	text-align:left;
}
.about1 .pic
{
	width:100%;
	margin-bottom:30px;	
}
.about2 .left
{
	width:100%;
	margin-bottom:20px;
}
.about2 .list
{
	width:100%;
}
.about3 .fir
{
	margin-bottom:30px;
}
.about3 .fir .list .grid
{
	margin-bottom:30px;
}
.about3 .fir .list .grid .tit22
{
	margin-bottom:15px;
}
.about3 .fir .left
{
	width:100%;
	padding-top:0px;
	margin-bottom:40px;
}
.about3 .fir .right
{
	width:100%;
}
.aboutbg4 .bigtit
{
	 margin-bottom:30px;
}
.aboutbg4 .bigtit .tit
{
	font-size:20px;
}
.about4listswi
{
	padding-bottom:0px;
	padding-top:0px;
}
.aboutbg5 .fir .list .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
}
.aboutbg5 .fir .list .grid .tit22
{
	font-size:18px;
}
.aboutbg5 .sec
{
	margin-bottom:30px;
}
.aboutbg5 .thi
{
	margin-bottom:10px;
}
.aboutbg5 .storybg .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}
.aboutbg5 .storybg .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutbg5 .storybg .wenzi
{
	max-width:100%;
	position:relative;
	top:0;
	left:0;
	transform:translate(0,0);
	padding:30px 6%;
}
.aboutbg5 .storybg .wenzi .insidecontent
{
	text-align:left;
}
.aboutbg5 .storybg .wenzi .insidecontent p
{
	text-align:left;
}
.aboutblock6 .designlist .grid
{
	flex-wrap:wrap;
	margin-bottom:30px;
}
.aboutblock6 .designlist .grid:nth-child(2n)
{
	flex-direction:row;
}
.aboutblock6 .designlist .grid .wenzi
{
	padding:30px;
	width:100%;
}
.aboutblock6 .designlist .grid .pic
{
	width:100%;
}
.aboutblock6 .indabouttit
{
	margin-bottom:30px;
}
.aboutbg7 .aboutblock7
{
	padding-top:0px;
}
.aboutbg7 .indabouttit
{
	margin-bottom:30px;
}
.aboutbg7 .firlist
{
	padding:20px;
	padding-bottom:10px;
	margin-bottom:30px;
}
.aboutbg7 .firlist .grid
{
	width:20%;
	margin-right:6.66%;
	margin-bottom:10px;
}
.aboutbg7 .sec .des
{
	max-width:100%;
}
.aboutbg8 .indabouttit
{
	margin-bottom:30px;
}
.aboutbg8 .aboutcontact .list
{
	padding:30px;
}
.aboutbg8 .aboutcontact .list .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
}
.aboutbg8 .aboutcontact .list .grid:last-child
{
	margin-bottom:0px;
}
/**关于我们 end**/
/**产品中心**/
/**产品搜索**/
.pronavsearch
{
	height:auto;
	display:block;
	margin-bottom:0px;
    margin-top:0px;
}
.pronavsearch .grid
{
	width:100%;
    margin-right:0px;
	margin-bottom:20px;
}
.pronavsearch .grid .text
{
	color:#333;
	font-size:15px;
	line-height:38px;
}
/**产品搜索 end**/
/**产品列表**/
.prolist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.prolist .grid:nth-child(4n)
{
	margin-right:0%;
}
.prolist .grid:nth-child(2n)
{
	margin-right:0px;
}
/**产品列表 end**/
/**产品详情**/
.productviewblockbg1 .productviewblock1
{
	padding-top:0px;
}
.proshowfir
{
	padding:30px;
	margin-bottom:30px;
}
.proshowfir .left
{
	width:100%;
}
.proshowfir .prorightcont
{
	 width:100%;
	 padding-top:10px;
}
.proshowfour
{
	margin-top:30px;
}
.proshowfour .tit28
{
	margin-bottom:30px;
}
.proshowfive
{
	margin-top:40px;
}
.proshowfive .tit28
{
	margin-bottom:30px;
}
.proshowfive .protjlistblock .swiperpages
{
	margin-top:20px;
}
.proshowfive .protjlistblock .swiperpages .swiper-pagination-bullet-active
{
	background:#333;
}
.proshowsix
{
	margin-top:30px;
}
.proshowsix .promsg .left {
	width: 100%;
}
.proshowsix .promsg .left .pic {
	width: 100%;
	height: 100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
.proshowsix .promsg .left .pic .image {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.proshowsix .promsg .left .wenzi {
	position: relative;
	padding:30px;
}
.proshowsix .promsg .left .wenzi .grid .tit {
	font-size: 18px;
}
.proshowsix .promsg .right {
	width: 100%;
	padding:30px;
}
/**产品详情 end**/
/**上一篇下一篇**/
.prevnext
{
	margin-top:15px;
}
.prevnext .grid
{
	width:100%;
}
.prevnext .grid:nth-child(2n)
{
	text-align:left;
}
/**上一篇下一篇 end**/
/**内页内容区**/
.insidecontent
{
	line-height:25px;
} 
.insidecontent p
{
	line-height:25px;
}
.tit32
{
	font-size:22px;
	margin-bottom:20px;
}
.tit28
{
	font-size:22px;
	margin-bottom:20px;
}
.tit24
{
	font-size:20px;
	margin-bottom:20px;
}
.tit22
{
	font-size:18px;
	margin-bottom:20px;
}
.tit20
{
	font-size:18px;
	margin-bottom:20px;
}
/**内页内容区 end**/
/**案例列表**/
.casetitdes
{
	margin-bottom:30px;
}
.casetitdes .cont
{
	max-width:100%;
}
.caselist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
.caselist .grid:nth-child(3n)
{
	margin-right:4%;
}
.caselist .grid:nth-child(2n)
{
	margin-right:0;
}
.caselist .grid .link .outpic
{
	margin-bottom:10px;
}
.caselist .grid .link .title
{
	font-size:16px;
	margin-bottom:0px;
}
.caselist .grid .link .extitle
{
	font-size:15px;
	line-height:22px;
}
.caselist .grid .link .btn
{
	display:none;
}
.caselistbg2 .caselistblock2
{
	padding-top:0px;
}
.casemsg
{
	max-width:100%;
}
.casemsg .left
{
	width:100%;
	margin-bottom:30px;
}
.casemsg .right
{
	width:100%;
}
.casemsg .right .submit
{
	margin-top:0px;
	justify-content:center;
}
.casemsg .right .submit	.submitbtn
{
	margin-top:0px;
}
/**案例列表 end**/
/**案例展示**/
.caseshowfir .picarr
{
    width:100%;
	margin-bottom:30px;
}
.caseshowfir .picarr .picarrlist .swiperpages
{
	bottom:5px;
}
.caseshowfir .caserightcont
{
    width:100%;
    padding:0px;
}
.caseshowfir .caserightcont .casetitle
{
    font-size:20px;
	line-height:28px;
}
.caseshowfir .caserightcont .des
{
	font-size:16px;

}
.caseshowfir .caserightcont .des p
{
	font-size:16px;
}
/**案例展示 end**/
/**新闻列表**/
.newslistblock .newslistdes
{
	margin-bottom:30px;
}
.newslistblock .newslistdes .cont
{
	max-width:100%;
}
.newslist .grid
{
	width:100%;
	margin-right:0%;
	margin-bottom:30px;
}
.newslist .grid:last-child
{
	margin-bottom:0px;
}
.newslist .grid:nth-child(3n)
{
	margin-right:0px;
}
/* .newslist .grid .link .wenzi
{
	padding:25px;
} */
/**新闻列表 end**/
/**全屏视频**/
.fullscreenvideobg .closebtn
{
	width:50px;
	height:50px;
	font-size:45px;
	line-height:50px;
}
.fullscreenvideobg .videoblock
{
	width:88%;
	height:88%;
}
/**全屏视频 end**/
/**发布时间**/
.create_time
{
	margin-bottom:15px;
}
/**发布时间 end**/
/**分页**/
.Pagination__Nav
{
	margin-bottom:0px;
}
/**分页 end**/
/**联系我们**/
.contactinfo .left
{
	width:100%;
	margin-bottom:30px;
}
.contactinfo .left .gsm
{
	line-height:28px;
	margin-bottom:20px;
}
.contactinfo .left .addresslist
{
	width:100%;
	height:auto;
}
.contactinfo .left .addresslist .grid
{
	margin-bottom:20px;
}
.contactinfo .left .addresslist .grid .tit
{
	line-height:25px;
	margin-bottom:5px;
}
.contactinfo .left .addresslist .grid .des
{
	line-height:25px;
}
.contactinfo .left .tellist
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:25px;
}
.contactinfo .left .tellist p
{
	line-height:25px;
	margin-bottom:20px;
}
.contactinfo .left .tellist p:last-child
{
	margin-bottom:0px;
}
.contactinfo .left .tellist p span
{
	display:block;
	margin-bottom:5px;
}
.contactinfo .right
{
	width:100%;
}
.contactblock2 .cont
{
	margin-bottom:30px;
}
.contactblock2 .contactmsg .left
{
	width:100%;
}
.contactblock2 .contactmsg .right
{
	width:100%;
}
.contactblock2 .contactmsg .right .msgitemtit
{
	margin-bottom:20px;
}
.contactblock2 .contactmsg .right .msgsubmit
{
	margin-top:30px;
}
/**联系我们 end**/
}