/**网站全局css**/
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:'Open Sans',"Arial",sans-serif;
}
body 
{	
	color: #333;
	background: white;
	margin:auto;  
	min-width:1200px;
	margin:auto;
	overflow-x:hidden;
}
p 
{
	color: #333;
}
a 
{
	text-decoration: none;
	color: #333;
}
li 
{
	list-style: none;
}
img 
{
	border: none;
	display:block;
}
.clear 
{
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.m_hide
{
	display:block;
}
.pc_hide
{
	display:none;
}
.f5bg
{
	background:#f5f5f5;
}
h1,h2,h3,h4,h5,h6
{
	font-size:16px;
	font-weight:400;
	font-family:"Georgia",sans-serif;
}
/**网站全局css end**/
/**网站头部**/
.headbg
{
	width:100%;
	top:0px;
	left:0px;
	z-index:1000;
	height:150px;
	box-sizing:border-box;
	background:#fff;
	border-bottom:1px solid #fff;
	position:fixed;
	transition:800ms;
}
.headbg.hghover
{
	height:60px;
	border-bottom:1px solid #ddd;
}
.headbg .head .first
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	margin:auto;
	height:90px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	transition:800ms;
	opacity:1;
}
.headbg.hghover .head .first
{
	opacity:0;
	height:0px;
}
.headbg .head .first .logo
{
	transition:800ms;
	display:flex;
	flex-wrap:wrap;
	height:100%;
	overflow:hidden;
}
.headbg .head .first .logo .link
{
	display:block;
}
.headbg .head .first .logo .link .image
{
	height:75px;
	margin-top:15px;
}
.headbg .head .first .headsearch
{
	width:200px;
	height:30px;
	display:flex;
	flex-wrap:wrap;
	border:1px solid #333;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	justify-content:space-between;
	margin-top:30px;
}
.headbg .head .first .headsearch .input
{
	width:calc(100% - 25px);
	height:100%;
}
.headbg .head .first .headsearch .input input
{
	width:100%;
	height:100%;
	border:none;
	outline:none;
}
.headbg .head .first .headsearch .input input::-webkit-input-placeholder
{
	color:#333;
}
.headbg .head .first .headsearch .headsearchbtn
{
	width:20px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.headbg .head .first .headsearch .headsearchbtn .image
{
	width:100%;
	height:auto;
}
.headbg .head .first .langtext
{
	width:200px;
	height:30px;
	margin-top:30px;
}
.headbg .head .first .langtext .langtit
{
	width:100%;
	height:100%;
	display:flex;
	justify-content:flex-end;
	align-items:flex-start;
	overflow:hidden;
}
.headbg .head .first .langtext .langtit .tit
{
	font-size:16px;
	line-height:30px;
}
.headbg .head .first .langtext .langtit .arr
{
	width:10px;
	height:auto;
	margin-left:8px;
	margin-top:10px;
}
.headbg .head .first .langtext .langtit .arr .image
{
	width:100%;
	height:auto;
}
.headbg .head .sec
{
	height:60px;
	position:absolute;
	bottom:0px;
	z-index:10;
	width:100%;
}
.headbg .head .sec .seclogo
{
	position:absolute;
	left:-2000px;
	width:80px;
	height:100%;
	transition:800ms;
}
.headbg.hghover .head .sec .seclogo
{
	left:50px;
}
.headbg .head .sec .seclogo .link
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.headbg .head .sec .seclogo .link .image
{
	width:100%;
	height:auto;
}
.headbg .head .nav
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	width:100%;
	justify-content:center;
	
}
.headbg .head .nav .grid1
{
	margin-right:20px;
	margin-left:20px;
	height:100%;
	position:relative;
}
.headbg .head .nav .grid1 .link1
{
	height:100%;
	line-height:60px;
	font-weight:600;
	font-size:16px;
	color:#000;
	display:block;
	box-sizing:border-box;
	border-bottom:4px solid #fff;
	transition:500ms;
	font-family:"Georgia",sans-serif;
}
.headbg .head .nav .grid1:hover .link1
{
	border-bottom:4px solid #8a5e30;
}
.headbg .head .nav .grid1 .subnav
{
	position:absolute;
	left:0px;
	padding-top:30px;
	padding-bottom:30px;
	display:none;
}
.headbg .head .nav .grid1 .subnav .grid2 .link2
{
	display:block;
	font-size:16px;
	line-height:25px;
	margin-bottom:5px;
	white-space:nowrap;
	transition:500ms;
	font-family:"Georgia",sans-serif;
}
.headbg .head .nav .grid1 .subnav .grid2:hover .link2
{
	color:#8a5e30;
}
.headbg .head .nav .grid1 .subnavbg
{
	position:fixed;
	border-top:2px solid #8a5e30;
	left:50%;
	transform:translate(-50%,0);
	width:1200px;
	background:#fff;
	display:none;
}
.headsupport
{
	height:150px;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#f1e9df;
	padding-top:80px;
	padding-bottom:80px;
}
.footbg .foot
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
}
.footbg .foot .footfirst
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:40px;
}
.footbg .foot .footfirst .flogo
{
	width:180px;
	height:auto;
}
.footbg .foot .footfirst .flogo .link
{
	display:block;
	width:100%;
	height:auto;
}
.footbg .foot .footfirst .flogo .link .image
{
	width:100%;
	height:auto;
}
.footbg .foot .footsec
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
}
.footbg .foot .footsec .footnav
{
	width:48%;
	display:flex;
	justify-content:space-between;
}
.footbg .foot .footsec .footnav .fnavgrid
{
	margin-right:30px;
}
.footbg .foot .footsec .footnav .fnavgrid:last-child
{
	margin-right:0px;
}
.footbg .foot .footsec .footnav .fnavgrid .dt
{
	font-size:16px;
	line-height:22px;
	font-weight:600;
	margin-bottom:15px;
}
.footbg .foot .footsec .footnav .fnavgrid .dt .link1
{
	font-size:16px;
	line-height:22px;
	font-weight:600;
	transition:800ms;
	font-family:"Georgia",sans-serif;
}
.footbg .foot .footsec .footnav .fnavgrid .dt .link1:hover
{
	color:#8a5e30;
}
.footbg .foot .footsec .footnav .fnavgrid .dd
{
	font-size:15px;
	line-height:25px;
}
.footbg .foot .footsec .footnav .fnavgrid .dd .link2
{
	font-size:15px;
	line-height:25px;
	transition:800ms;
}
.footbg .foot .footsec .footnav .fnavgrid .dd .link2:hover
{
	color:#8a5e30;
}
.footbg .foot .footsec .footcontact
{
	width:26%;
}
.footbg .foot .footsec .footcontact .contacttit
{
	font-size:16px;
	line-height:22px;
	font-weight:600;
	margin-bottom:15px;
	font-family:"Georgia",sans-serif;
}
.footbg .foot .footsec .footcontact .contactinfo
{
	font-size:15px;
	line-height:25px;
}
.footbg .foot .footsec .footcontact .contactinfo p
{
	font-size:15px;
	line-height:25px;
}
.footbg .foot .footsec .footcontact .contactinfo p span
{
	font-weight:600;
}
.footbg .foot .footsec .footcontact .footcontactinfo
{
	margin-bottom:30px;
}
.footbg .foot .footsec .footcontact .footsendblock
{
	margin-bottom:20px;
}
.footbg .foot .footsec .footcontact .footsendblock .contacttit
{
	margin-bottom:5px;
}
.footbg .foot .footsec .footcontact .footsend
{
	width:80%;
	height:30px;
	overflow:hidden;
	box-sizing:border-box;
	border:1px solid #333;
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .footsec .footcontact .footsend .inputblock
{
	width:calc(100% - 80px);
	height:100%;
	overflow:hidden;
	border-right:1px solid #333;
	box-sizing:border-box;
}
.footbg .foot .footsec .footcontact .footsend .inputblock .input
{
	width:100%;
	height:100%;
	font-size:14px;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	background:none;
	color:#333;
	border:0px solid #333;
	outline:none;
}
.footbg .foot .footsec .footcontact .footsend .inputblock .input::-webkit-input-placeholder
{
	color:#666;
}
.footbg .foot .footsec .footcontact .footsend .btn
{
	width:80px;
	height:100%;
	font-size:14px;
	text-align:center;
	line-height:28px;
	cursor:pointer;
	box-sizing:border-box;
	border:0px solid #333;
	transition:500ms;
	color:#333;
}
.footbg .foot .footsec .footcontact .footsend .btn:hover
{
	background:#8a5e30;
}

.footbg .foot .shejiaop
{
	width:18%;
	height:auto;
	font-size:0px;
	box-sizing:border-box;
}
.footbg .foot .shejiaop .sgrid
{
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:auto;
	margin-right:20px;
}
.footbg .foot .shejiaop .sgrid:last-child
{
	margin-right:0px;
}
.footbg .foot .shejiaop .sgrid .link
{
	display:block;
	width:100%;
	position:relative;
	cursor:pointer;
}
.footbg .foot .shejiaop .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.footbg .foot .shejiaop .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.footbg .foot .shejiaop .sgrid .link .twocode
{
	width:100px;
	height:auto;
	overflow:hidden;
	position:absolute;
	z-index:100;
	bottom:30px;
	left:50%;
	transform:translate(-50%,0);
	display:none;
}
.footbg .foot .shejiaop .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.footbg .foot .shejiaop .sgrid:hover .link .twocode
{
	display:block;
}
/**网站底部 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.banner .bannerarr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	border-radius:50%;
	transition:1s;
}
.banner:hover .bannerarr
{
	opacity:1;
}
.banner .leftbtn-prev
{
	background:url('../images/index/bannerleftarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:60px;
}
.banner .rightbtn-next
{
	background:url('../images/index/bannerrightarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	right:60px;
}
.banner a
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
	position:relative;
}
.banner a img
{
	width:100%;
	height:auto;
}
.banner a .bannerwzblock
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:flex;
	align-content:center;
	align-items:center;
}
.banner a .bannerwzblock .bannerbz
{
	box-sizing:border-box;
	width:90%;
	margin:auto;
	min-width:1200px;
	max-width:1600px;
}
.banner a .bannerwzblock .bannerbz .title
{
	width:100%;
	height:auto;
	font-size:30px;
	color:#fff;
	line-height:35px;
	font-weight:600;
	margin-bottom:15px;
}
.banner a .bannerwzblock .bannerbz .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	line-height:25px;
	color:#fff;
	margin-bottom:30px;
}
.banner a .bannerwzblock .bannerbz .des p
{
	font-size:18px;
	line-height:25px;
	color:#fff;
}
.banner a .bannerwzblock .bannerbz .bannerbtn
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.banner a .bannerwzblock .bannerbz .bannerbtn .btn
{

	height:36px;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:34px;
	box-sizing:border-box;
	border:1px solid #fff;
	display:block;
	border-radius:18px;
	padding-left:20px;
	padding-right:20px;
}
.banner .swiperpages
{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#fff;
}
/**网站banner end**/
/**网站模块大小**/
.webblockbg
{
	width:100%;
	height:auto;
	padding-top:100px;
	padding-bottom:100px;
	overflow:hidden;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1450px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
/**网站模块大小 end**/
/**网站首页**/
/**首页标题，描述，查看更多**/
.indcatetit
{
	width:100%;
	text-align:center;
	font-size:32px;
	font-weight:600;
	margin-bottom:30px;
	color:#8a5e30;
}
.indcatedes
{
	width:80%;
	line-height:28px;
	text-align:center;
	font-size:16px;
	margin:auto;
	margin-bottom:50px;
}
.indcatedes p
{
	font-size:16px;
	line-height:28px;
}
.indmore
{
	width:200px;
	height:30px;
	font-size:16px;
	text-align:center;
	line-height:30px;
	box-sizing:border-box;
	border:1px solid #333;
	border-radius:5px;
	display:block;
	transition:800ms;
}
/**首页标题，描述，查看更多 end**/
/**RONGFENG HOME FURNISHING **/
.indblockbg1
{
	background:#f1e9df;
}
.indblock1 .numberdeslist
{
	width:100%;
	height:auto;
	position:relative;
}
.indblock1 .numberdeslist .pic
{
	width:100%;
	height:auto;
	position:relative;
}
.indblock1 .numberdeslist .pic .image
{
	width:100%;
	height:auto;
}
.indblock1 .numberdeslist .numlist
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:80%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	z-index:10;
}
.indblock1 .numberdeslist .numlist .grid .numunit
{
	display:flex;
	justify-content:center;
	align-items:flex-end;
	margin-bottom:15px;
}
.indblock1 .numberdeslist .numlist .grid .numunit .num
{
	font-size:40px;
	color:#fff;
	font-weight:600;
	line-height:1;
}
.indblock1 .numberdeslist .numlist .grid .numunit .unit
{
	font-size:25px;
	color:#fff;
	line-height:1;
	margin-left:5px;
	margin-bottom:4px;
}
.indblock1 .numberdeslist .numlist .grid .des
{
	font-size:16px;
	line-height:25px;
	text-align:center;
	color:#fff;
}
.indblock1 .numberdeslist .numlist .grid .des p
{
	font-size:16px;
	line-height:25px;
	text-align:center;
	color:#fff;
}
/**RONGFENG HOME FURNISHING end**/
/**Product Series**/
.indblockbg2
{
	background:#f8f6f1;
}
.indprocatebanner
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indprocatebanner .link
{
	display:block;
	width:100%;
	height:auto;
}
.indprocatebanner .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:146%;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.indprocatebanner .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:800ms;
}
.indprocatebanner .link:hover .pic .image
{
	transform:scale(1.1);
}
.indprocatebanner .link .wz
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indprocatebanner .link .wz .tit
{
	width:100%;
	font-size:16px;
	text-align:center;
	font-weight:600;
	line-height:25px;
	margin-bottom:20px;
	transition:800ms;
}
.indprocatebanner .link:hover .wz .tit
{
	color:#8a5e30;
}
.indprocatebanner .link .wz .indmore
{
	margin:auto;
}
.indprocatebanner .link:hover .wz .indmore
{
	border:1px solid #8a5e30;
	color:#8a5e30;
}
.productservicebg
{
	background:#f8f6f1;
	overflow:hidden;
}
.productservicebg .image
{
	width:100%;
	height:auto;
}
/**Product Series end**/
/**Appreciate more products**/
.indblockbg3
{
	background:#f1e9df;
}
.indblock3 .probigtit
{
	font-size:24px;
	text-align:center;
	line-height:30px;
	margin-bottom:5px;
}
.indblock3 .abobigtit
{
	font-size:24px;
	text-align:center;
	font-weight:600;
	line-height:30px;
	margin-bottom:50px;
}
.indblock3 .indprolistswi
{
	position:relative;
	width:100%;
	height:auto;
}
.indblock3 .indprolistswi .arr
{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:30px;
	height:50px;
	cursor:pointer;
	opacity:0;
	transition:800ms;
	z-index:10;
}
.indblock3 .indprolistswi:hover .arr
{
	opacity:1;
}
.indblock3 .indprolistswi .arr.leftbtn-prev
{
	background:url('../images/leftarr.png') no-repeat center center;
	background-color:#eee;
	background-size:70%;
	left:-40px;
}
.indblock3 .indprolistswi .arr.rightbtn-next
{
	background:url('../images/rightarr.png') no-repeat center center;
	background-color:#eee;
	background-size:70%;
	right:-40px;
}
.indblock3 .indprolistswi .indprolist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblock3 .indprolistswi .indprolist .link
{
	display:block;
	width:100%;
	height:auto;
}
.indblock3 .indprolistswi .indprolist .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.indblock3 .indprolistswi .indprolist .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:800ms;
}
.indblock3 .indprolistswi .indprolist .link:hover .pic .image
{
	transform:scale(1.1);
}
.indblock3 .indprolistswi .indprolist .tit
{
	width:100%;
	font-size:16px;
	text-align:center;
	line-height:25px;
	transition:800ms;
}
.indblock3 .indprolistswi .indprolist .link:hover .tit
{
	color:#8a5e30;
}
.indblock3 .more
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:60px;
}
.indblock3 .more .indmore:hover
{
	border:1px solid #8a5e30;
	color:#8a5e30;
}
/**Appreciate more products end**/
/**ABOUT RONGFENG**/
.indblockbg4
{
	background:#f8f6f1;
}
.indblock4 .indabout
{
	width:100%;
	position:relative;
	height:auto;
}
.indblock4 .indabout .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblock4 .indabout .pic .image
{
	width:100%;
	height:auto;
}
.indblock4 .indabout .cont
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	position:absolute;
	top:0px;
	left:0px;
	padding:8%;	
}
.indblock4 .indabout .cont .tit
{
	font-size:24px;
	font-weight:600;
	line-height:30px;
}
.indblock4 .indabout .cont .tit2
{
	margin-bottom:30px;
}
.indblock4 .indabout .cont .des
{
	max-width:400px;
	font-size:16px;
	line-height:28px;
	margin-bottom:40px;
}
.indblock4 .indabout .cont .des p
{
	font-size:16px;
	line-height:28px;
}
.indblock4 .indabout .cont .more
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.indblock4 .indabout .cont .more .indmore
{
	background:#efe1cf;
}
.indblock4 .indabout .cont .more .indmore:hover
{
	color:#8a5e30;
	border:1px solid #8a5e30;
}
/**ABOUT RONGFENG end**/
/**OUR CASES**/
.indblockbg5
{
	padding-top:0px;
	padding-bottom:50px;
	background:#f8f6f1;
}
.indblock5 .indcaselist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.indblock5 .indcaselist .grid
{
	width:49%;
	margin-right:2%;
	margin-bottom:50px;
}
.indblock5 .indcaselist .grid:nth-child(2n)
{
	margin-right:0px;
}
.indblock5 .indcaselist .grid .link
{
	display:block;
	width:100%;
	height:auto;
}
.indblock5 .indcaselist .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}
.indblock5 .indcaselist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:800ms;
}
.indblock5 .indcaselist .grid .link:hover .pic .image
{
	transform:scale(1.1);
}
.indblock5 .indcaselist .grid .link .tit
{
	width:100%;
	font-size:18px;
	text-align:center;
	line-height:25px;
	font-weight:600;
	transition:800ms;
	margin-bottom:30px;
}
.indblock5 .indcaselist .grid .link:hover .tit
{
	color:#8a5e30;
}
.indblock5 .indcaselist .grid .link .extit
{
	width:100%;
	font-size:16px;
	text-align:center;
	line-height:25px;
	margin-bottom:5px;
	transition:800ms;
}
.indblock5 .indcaselist .grid .link:hover .extit
{
	color:#8a5e30;
}
.indblock5 .indcaselist .grid .link .indmore
{
	margin:auto;
}
.indblock5 .indcaselist .grid .link:hover .indmore
{
	color:#8a5e30;
	border:1px solid #8a5e30;
}
/**OUR CASES end**/
/**Global partners**/
.indblockbg6
{
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
}
.indblockbg6 .pic
{
	width:100%;
	height:auto;
}
.indblockbg6 .pic .image
{
	width:100%;
	height:auto;
}
.indblockbg6 .indcontact
{
	position:absolute;
	top:0px;
	left:50%;
	transform:translate(-50%,0);
	width:90%;
	height:100%;
	min-width:1200px;
	max-width:1450px;
	box-sizing:border-box;
	overflow:hidden;
	z-index:10;
}
.indblockbg6 .indcontact .cont
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-left:52%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
}
.indblockbg6 .indcontact .cont .tit
{
	font-size:24px;
	font-weight:600;
	line-height:30px;
	color:#fff;
	margin-bottom:30px;
	width:100%;
}
.indblockbg6 .indcontact .cont .des
{
	width:100%;
	font-size:16px;
	line-height:28px;
	margin-bottom:40px;
	color:#fff;
}
.indblockbg6 .indcontact .cont .des p
{
	font-size:16px;
	line-height:28px;
	color:#fff;
}
.indblockbg6 .indcontact .cont .more
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.indblockbg6 .indcontact .cont .more .indmore
{
	background:#efe1cf;
}
.indblockbg6 .indcontact .cont .more .indmore:hover
{
	color:#8a5e30;
	border:1px solid #8a5e30;
}
/**Global partners end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:120px;
	margin-top:-120px;
	overflow:hidden;
}
/**锚点 end**/
/**没有banner时**/
.none-banner
{
	width:100%;
	height:auto;
}
/**没有banner时 end**/
/**网站内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
}
.inside_banner a
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner a .text
{
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.inside_banner a .text p
{
	font-size:32px;
	color:#fff;
	line-height:1;
	text-align:center;
	width:100%;
}
.inside_banner a .pic
{
	width:100%;
	height:auto;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
}
/**网站内页banner end**/
/**内页内容区**/
.insidecontent
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:28px;
	margin:auto;
} 
.insidecontent p
{
	font-size:16px;
	line-height:28px;
}
.insidecontent ul li
{
	 list-style:disc;
}
.insidecontent img
{
	display:inline;
	max-width:100%;
}
.inside_bigtit
{
	width:100%;
	height:auto;
	font-weight:bold;
	font-size:20px;
	overflow:hidden;
	line-height:28px;
	text-align:center;
}
.tit32
{
	font-size:32px;
	font-weight:600;
	margin-bottom:30px;
}
.tit24
{
	font-size:24px;
	font-weight:600;
	margin-bottom:30px;
}
.tit28
{
	font-size:28px;
	font-weight:600;
	margin-bottom:30px;
}
.tit22
{
	font-size:22px;
	font-weight:600;
	margin-bottom:30px;
}
.tit20
{
	font-size:20px;
	font-weight:600;
	margin-bottom:30px;
}
/**内页内容区 end**/
/**上一篇下一篇**/
.prevnext
{
	width:100%;
	height:auto;
	overflow:hidden;
	display: flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.prevnext .grid
{
	width:50%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
}
.prevnext .grid:nth-child(2n)
{
	text-align:right;
}
.prevnext .grid a
{
	color:#666;
	transition:1s;
}
.prevnext .grid a:hover
{
	color:#000;
}
/**上一篇下一篇 end**/
/**发布时间**/
.create_time
{
	width:100%;
	height:auto;
	font-size:15px;
	margin-top:15px;
	line-height:25px;
	color:#999;
	text-align:center;
	margin-bottom:30px;
	display:block;
}
/**发布时间 end**/
/**网站内页整体部分 end**/
/**栏目信息**/
.cateinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:40px;
}
.cateinfo .catename
{
	font-size:32px;
	overflow:hidden;
}
.cateinfo .summary
{
	font-size:15px;
	line-height:28px;
	margin-top:15px;
}
.cateinfo .summary p
{
	font-size:15px;
	line-height:28px;
}
/**栏目信息 end**/
/**当前位置**/
.pathblock
{
    width:90%;
	margin:auto;
	max-width:1450px;
	min-width:1200px;
    height:auto;
    overflow:hidden;
}
.pathblock .path
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    padding-top:30px;
    padding-bottom:30px;
}
.pathblock .path .websitename
{
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:25px;
	color:#666;
}
.pathblock .path .nlist
{
    width:calc(100% - 100px);
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.pathblock .path .nlist .link
{
    display:block;
    font-size:16px;
    line-height:25px;
    transition:1s;
	color:#666;
}
.pathblock .path .nlist .link:hover
{
    color:#8a5e30;
}
.pathblock .path .nlist .arr
{
    display:block;
    font-size:14px;
    line-height:25px;
}
.pathblock .path .nlist .arr:last-child
{
   display:none;
}
/**当前位置 end**/
/**二级菜单**/
.sitenavbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:10px;
}
.sitenavbg .sitenav
{
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin:auto;
	max-width:1450px;
	min-width:1200px;
	width:90%;
}
.sitenavbg .sitenav .grid
{
	overflow:hidden;
	margin-right:20px;
	margin-bottom:5px;
}
.sitenavbg .sitenav .grid a
{
	font-size:16px;
	color:#000;
	border-bottom:3px solid #fff;
	transition:800ms;
	line-height:26px;
	display:block;
}
.sitenavbg .sitenav .grid a.hover
{
	color:#8a5e30;
}
.sitenavbg .sitenav .grid a:hover
{
	color:#8a5e30;
}
/**二级菜单 end**/
/**关于我们**/
.aboutbg1
{
	background:#f8f6f1;
}
.indabouttit
{
	width:100%;
	position:relative;
	display:flex;
	justify-content:center;
	margin-bottom:30px;
}
.indabouttit .tit
{
	padding-left:20px;
	padding-right:20px;
	font-size:32px;
	font-weight:600;
	line-height:1;
	background:#f8f6f1;
	position:relative;
	z-index:10;
}
.indabouttit::after
{
	content:'';
	position:absolute;
	top:50%;
	width:100%;
	height:1px;
	transform:translate(0,-50%);
	z-index:1;
	background:#ded8cc;
}
.indaboutdes
{
	margin:auto;
	margin-bottom:50px;
}
.aboutblock1 .indaboutdes
{
	width:80%;
}
.aboutblock1 .indaboutdes .insidecontent
{
	text-align:justify;
	text-align-last:center;
}
.aboutqm
{
	width:70px;
}
.aboutqm .image
{
	width:100%;
	height:auto;
}
.about1
{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	width:80%;
	margin:auto;
}
.about1 .left
{
	width:40%;
}
.about1 .left .aboutqm
{
	margin:auto;
	margin-bottom:30px;
}
.about1 .left .des
{
	text-align:center;
	margin-bottom:30px;
}
.about1 .left .cont
{
	text-align:center;
}
.about1 .pic
{
	width:48%;
}
.about1 .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg2
{
	background:#f1e9df;
}
.about2
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.about2 .left
{
	width:40%;
}
.about2 .list
{
	width:56%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.about2 .list .grid
{
	width:25%;
	max-width:180px;
}
.about2 .list .grid .pic
{
	width:100%;
	padding-bottom:100%;
	position:relative;
}
.about2 .list .grid .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
}
.aboutbg3
{
	background:#f8f6f1;
}
.about3
{
	width:100%;
	height:auto;
}
.about3 .fir
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:50px;
}
.about3 .fir .list
{
	width:100%;
	height:auto;
}
.about3 .fir .list .grid
{
	margin-bottom:40px;
}
.about3 .fir .list .grid:last-child
{
	margin-bottom:0px;
}
.about3 .fir .list .grid .tit22
{
	margin-bottom:15px;
}
.about3 .fir .left
{
	width:48%;
	padding-top:20px;
}
.about3 .fir .right
{
	width:48%;
}
.about3 .fir .right .pic
{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.about3 .fir .right .pic .image
{
	width:100%;
	height:auto;
}
.about3 .sec
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.about3 .sec .pic
{
	width:100%;
	height:auto;
}
.about3 .sec .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg4
{
	background:#f8f6f1;
	padding-top:0px;
	padding-bottom:0px;
}
.aboutbg4 .bigtit
{
	 display:flex;
	 flex-wrap:wrap;
	 justify-content:center;
	 margin-bottom:50px;
}
.aboutbg4 .bigtit .tit
{
	font-size:32px;
	padding:15px;
	box-sizing:border-box;
	border:1px solid #333;
	font-weight:600;
}
.aboutbg4 .bg41
{
	background:#f1e8df;
}
.about4listswi
{
	position:relative;
	width:100%;
	height:auto;
	padding-bottom:50px;
	padding-top:50px;
}
.about4listswi .arr
{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:30px;
	height:50px;
	cursor:pointer;
	opacity:0;
	transition:800ms;
}
.about4listswi:hover .arr
{
	opacity:1;
}
.about4listswi .arr.leftbtn-prev
{
	background:url('../images/leftarr.png') no-repeat center center;
	background-color:#eee;
	background-size:70%;
	left:-40px;
}
.about4listswi .arr.rightbtn-next
{
	background:url('../images/rightarr.png') no-repeat center center;
	background-color:#eee;
	background-size:70%;
	right:-40px;
}
.about4listswi .about4list
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.about4listswi .about4list .link
{
	display:block;
	width:100%;
	height:auto;
}
.about4listswi .about4list .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:53%;
	position:relative;
	overflow:hidden;
}
.about4listswi .about4list .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:800ms;
}
.about4listswi .about4list .link:hover .pic .image
{
	transform:scale(1.1);
}
.aboutbg5
{
	background:#f8f6f1;
	padding-bottom:0px;
}
.aboutbg5 .fir
{
	width:100%;
	height:auto;
}
.aboutbg5 .fir .list
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.aboutbg5 .fir .list .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:40px;
}
.aboutbg5 .fir .list .grid:nth-child(2n)
{
	margin-right:0px;
}
.aboutbg5 .fir .list .grid .tit22
{
	margin-bottom:15px;
}
.aboutbg5 .sec
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}
.aboutbg5 .sec .pic
{
	width:100%;
	height:auto;
}
.aboutbg5 .sec .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg5 .thi
{
	margin:auto;
	max-width:600px;
	margin-bottom:80px;
}
.aboutbg5 .thi .aboutqm
{
	margin:auto;
	margin-bottom:30px;
}
.aboutbg5 .thi .des
{
	text-align:center;
}
.aboutbg5 .storybg
{
	width:100%;
	height:auto;
	position:relative;
}
.aboutbg5 .storybg .pic
{
	width:100%;
	height:auto;
}
.aboutbg5 .storybg .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg5 .storybg .wenzi
{
	max-width:800px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	z-index:10;
	text-align:center;
}
.aboutbg5 .storybg .wenzi .insidecontent
{
	color:#fff;
	text-align:center;
}
.aboutbg5 .storybg .wenzi .insidecontent p
{
	color:#fff;
	text-align:center;
}
.aboutbg5 .storybg .wenzi .insidecontent
{
	text-align:left;
}
.aboutbg5 .storybg .wenzi .insidecontent p
{
	text-align:left;
}
.aboutbg6
{
	background:#f8f6f1;
}
.aboutblock6 .designlist
{
	width:100%;
	height:auto;
}
.aboutblock6 .designlist .grid
{
	display:flex;
	flex-wrap:wrap;
	background:#f1e9df;
	margin-bottom:50px;
}
.aboutblock6 .designlist .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.aboutblock6 .designlist .grid:last-child
{
	margin-bottom:0px;
}
.aboutblock6 .designlist .grid .wenzi
{
	padding:50px;
	box-sizing:border-box;
	width:45%;
	height:auto;
}
.aboutblock6 .designlist .grid .pic
{
	width:55%;
	height:auto;
	overflow:hidden;
}
.aboutblock6 .designlist .grid .pic .image
{
	width:100%;
	height:auto;
}
.aboutblock6 .indabouttit
{
	margin-bottom:80px;
}
.aboutbg7
{
	background:#f8f6f1;
	padding-top:0px;
}
.aboutbg7 .indabouttit
{
	margin-bottom:80px;
}
.aboutbg7 .firlist
{
	background:#f1e9df;
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	padding:50px 10%;
	padding-bottom:20px;
	margin-bottom:50px;
}
.aboutbg7 .firlist .grid
{
	width:19%;
	margin-right:8%;
	overflow:hidden;
	margin-bottom:30px;
}
.aboutbg7 .firlist .grid:nth-child(4n)
{
	margin-right:0px;
}
.aboutbg7 .firlist .grid .link
{
	display:block;
	width:100%;
	height:auto;
}
.aboutbg7 .firlist .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
}
.aboutbg7 .firlist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:800ms;
}
.aboutbg7 .sec
{
	width:100%;
	height:auto;
}
.aboutbg7 .sec .des
{
	max-width:600px;
	margin:auto;
	text-align:center;
}
.aboutbg71
{
	background:#f1e9df;
}
.aboutbg71 .honor
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	max-width:1200px;
	margin:auto;
}
.aboutbg71 .honor .left
{
	width:60%;	
}
.aboutbg71 .honor .left .list
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.aboutbg71 .honor .left .list .grid
{
	width:48%;
	height:auto;
	margin-right:4%;
}
.aboutbg71 .honor .left .list .grid:nth-child(2n)
{
	margin-right:0px;
}
.aboutbg71 .honor .left .list .grid .pic
{
	width:100%;
	height:auto;
	padding-bottom:142%;
	position:relative;
	overflow:hidden;
	box-shadow:3px 3px 3px #8a5e30;
}
.aboutbg71 .honor .left .list .grid .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:800ms;
}
.aboutbg71 .honor .right
{
	width:35%;
	margin-left:5%;
}
.aboutbg71 .honor .right .list
{
	width:100%;
	height:auto;
}
.aboutbg71 .honor .right .list .grid
{
	margin-bottom:30px;
}
.aboutbg71 .honor .right .list .grid:last-child
{
	margin-bottom:0px;
}
.aboutbg71 .honor .right .list .grid .pic
{
	width:100%;
	display:flex;
	justify-content:center;
}
.aboutbg71 .honor .right .list .grid .pic .image
{
	max-width:100%;
}
.aboutbg8
{
	background:#f8f6f1;
}
.aboutbg8 .indabouttit
{
	margin-bottom:80px;
}
.aboutbg8 .aboutcontact
{
	position:relative;
}
.aboutbg8 .aboutcontact .pic
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:5;
}
.aboutbg8 .aboutcontact .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutbg8 .aboutcontact .list
{
	position:relative;
	z-index:10;
	box-sizing:border-box;
	padding:80px 8%;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
}
.aboutbg8 .aboutcontact .list .grid
{
	width:48%;
	margin-right:4%;
}
.aboutbg8 .aboutcontact .list .grid:nth-child(2n)
{
	margin-right:0px;
}
.aboutbg8 .aboutcontact .list .grid .tit22
{
	color:#fff;
}
.aboutbg8 .aboutcontact .list .grid .des
{
	color:#fff;
}
.aboutbg8 .aboutcontact .list .grid .des .insidecontent
{
	color:#fff;
}
.aboutbg8 .aboutcontact .list .grid .des .insidecontent p
{
	color:#fff;
}
/**关于我们 end**/
/**产品搜索**/
.pronavsearch
{
	width:100%;
	height:40px;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
	position:relative;
	z-index:50;
}
.pronavsearch .grid
{
	width:23.5%;
	margin-right:2%;
	position:relative;
	height:40px;
	box-sizing:border-box;
}
.pronavsearch .grid:last-child
{
	margin-right:0px;
}
.pronavsearch .grid .text
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-right:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#000;
	font-size:15px;
	line-height:40px;
	background:url(../images/littledownarr.png) no-repeat calc(100% - 5px) center;
	cursor:pointer;
	padding-left:0px;
	border-bottom:1px solid #000;
}
.pronavsearch .grid .pronav
{
	width:100%;
	position:absolute;
	top:40px;
	left:0px;
	z-index:100;
	background:#eee;
	display:none;
}
.pronavsearch .grid:hover .pronav
{
	display:block;
}
.pronavsearch .grid .pronav .grid1
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.pronavsearch .grid .pronav .grid1 .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	padding:5px 15px;
	font-size:15px;
	line-height:22px;
	color:#000;
	display:block;
	transition:1s;
}
.pronavsearch .grid .pronav .grid1:hover .link
{
	background:#f8f8f8;
}
.pronavsearch .grid .prosearchform
{
	width:100%;
	height:100%;
}
.pronavsearch .grid .prosearch
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #000;
	box-sizing:border-box;
}
.pronavsearch .grid .prosearch .btn
{
	width:40px;
	height:100%;
	background:url('../images/seach1.png') no-repeat center center;
	background-size:50% 50%;
	cursor:pointer;
}
.pronavsearch .grid .prosearch .btn .submitbtn
{
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	opacity:0;
}
.pronavsearch .grid .prosearch .inputblock
{
	width:calc(100% - 40px);
	height:100%;
}
.pronavsearch .grid .prosearch .inputblock .input
{
	width:100%;
	height:100%;
	box-sizing: border-box;
	border:none;
	background:none;
	outline:none;
	color:#000;
}
.pronavsearch .grid .prosearch .inputblock .input::-webkit-input-placeholder
{
	color:#000;
}
/**产品搜索 end**/
/**产品列表**/
.productlistbg
{
	background:#f8f6f1;
}
.prolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.prolist .grid
{
	width:22%;
	height:auto;
	margin-right:4%;
	margin-bottom:30px;
}
.prolist .grid:nth-child(4n)
{
	margin-right:0px;
}
.prolist .grid .link
{
	display:block;
	width:100%;
}
.prolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	position:relative;
}
.prolist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.prolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.prolist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.prolist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
/**产品列表 end**/
/**产品详情**/
.productviewblockbg1
{
	padding-top:0px;
}
.proshowfir
{
	width:100%;
	height:auto;
	padding:80px 50px;
	box-sizing:border-box;
	background:#f7f6f1; 
	margin-bottom:80px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.proshowfir .left
{
	width:56%;
    height:auto;
    box-sizing:border-box;
}
.proshowfir .left .picarr
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	background:#fff;
}
.proshowfir .left .picarr .picarrlist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.proshowfir .left .picarr .picarrlist .outpic
{
	width:100%;
	padding-bottom:75%;
	position:relative;
}
.proshowfir .left .picarr .picarrlist .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.proshowfir .left .picarr .picarrlist .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
}
.proshowfir .left .picarr .swiperpages
{
	position:absolute;
	z-index:100;
}
.proshowfir .left .picarr .swiperpages .swiper-pagination-bullet-active
{
	background:#8a5e30;
}
.proshowfir .left .picarr .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.proshowfir .left .picarr .leftbtn-prev
{
	left:20px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
	z-index:10;
	opacity:0;
	transition:800ms;
}
.proshowfir .left .picarr:hover .leftbtn-prev
{
	opacity:1;
}
.proshowfir .left .picarr .rightbtn-next
{
	right:20px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
	z-index:10;
	opacity:0;
	transition:800ms;
}
.proshowfir .left .picarr:hover .rightbtn-next
{
	opacity:1;
}
.proshowfir .left .picarr1
{
	width:100%;
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
	padding:20px 30px;
}
.proshowfir .left .picarr1 .picarrlist1
{
	width:100%;
	overflow:hidden;
}
.proshowfir .left .picarr1 .arr
{
	width:30px;
	height:100%;
	position:absolute;
	top:0px;
	cursor:pointer;
}
.proshowfir .left .picarr1 .arr.leftbtn-prev
{
	left:0px;
	background:url('../images/leftarr_ca.png') no-repeat center center;
	background-size:60%;
	z-index:10;
}
.proshowfir .left .picarr1 .arr.rightbtn-next
{
	right:0px;
	background:url('../images/rightarr_ca.png') no-repeat center center;
	background-size:60%;
	z-index:10;
}
.proshowfir .left .picarr1 .picarrlist1 .outpic
{
	width:100%;
	padding-bottom:75%;
	position:relative;
	background:#fff;
	cursor:pointer;
}
.proshowfir .left .picarr1 .picarrlist1 .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.proshowfir .left .picarr1 .picarrlist1 .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
}
.proshowfir .prorightcont
{
	 width:40%;
	 height:auto;
	 padding-top:20px;
}
.proshowfir .prorightcont .model
{
	margin-bottom:20px;
	font-size:18px;
	line-height:30px;
}
.proshowfir .prorightcont .model span
{
	font-weight:600;
}
.proshowfir .prorightcont .des
{
	margin-bottom:20px;
}
.proshowfir .info2
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.proshowfir .info2 .grid
{
	font-size:16px;
	line-height:28px;
}
.proshowfir .info2 .grid span
{
	font-weight:600;
}
.proshowfour
{
	margin-top:80px;
}
.proshowfour .tit28
{
	text-align:center;
	margin-bottom:50px;
}
.proshowfour .wendalist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.proshowfour .wendalist .grid
{
	width:100%;
	height:auto;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	padding-bottom:20px;
}
.proshowfour .wendalist .grid:last-child
{
	margin-bottom:0px;
}
.proshowfour .wendalist .grid .q
{
	font-size:16px;
	line-height:25px;
	font-weight:600;
	margin-bottom:5px;
}
.proshowfour .wendalist .grid .a
{
	font-size:16px;
	line-height:25px;
	display:flex;
}
.proshowfive
{
	margin-top:80px;
}
.proshowfive .tit28
{
	text-align:center;
	margin-bottom:50px;
}
.proshowfive .protjlistblock
{
	position:relative;
	width:100%;
	height:auto;
}
.proshowfive .protjlistblock .arr
{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:30px;
	height:50px;
	cursor:pointer;
	opacity:0;
	transition:800ms;
}
.proshowfive .protjlistblock:hover .arr
{
	opacity:1;
}
.proshowfive .protjlistblock .arr.leftbtn-prev
{
	background:url('../images/leftarr.png') no-repeat center center;
	background-color:#eee;
	background-size:70%;
	left:-40px;
}
.proshowfive .protjlistblock .arr.rightbtn-next
{
	background:url('../images/rightarr.png') no-repeat center center;
	background-color:#eee;
	background-size:70%;
	right:-40px;
}
.proshowfive .protjlistblock .protjlist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.proshowfive .protjlistblock .protjlist .link
{
	display:block;
	width:100%;
	height:auto;
}
.proshowfive .protjlistblock .protjlist .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.proshowfive .protjlistblock .protjlist .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:800ms;
}
.proshowfive .protjlistblock .protjlist .link:hover .pic .image
{
	transform:scale(1.1);
}
.proshowfive .protjlistblock .protjlist .tit
{
	width:100%;
	font-size:16px;
	text-align:center;
	line-height:25px;
	transition:800ms;
}
.proshowfive .protjlistblock .protjlist .link:hover .tit
{
	color:#8a5e30;
}
.proshowsix
{
	margin-top:80px;
}
.proshowsix .promsg {
	display:flex;
	flex-wrap:wrap;
	background:#f7f6f1;
	margin: auto;
	align-items: center;
}
.proshowsix .promsg .left {
	width: 50%;
	height: auto;
	position: relative;
}
.proshowsix .promsg .left .pic {
	width: 100%;
	height: auto;
}
.proshowsix .promsg .left .pic .image {
	width: 100%;
	height: auto;
}
.proshowsix .promsg .left .wenzi {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	box-sizing: border-box;
	padding: 8%;
}
.proshowsix .promsg .left .wenzi .grid {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.proshowsix .promsg .left .wenzi .grid:last-child {
	margin-bottom: 0px;
}
.proshowsix .promsg .left .wenzi .grid .tit {
	width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 10px;
}
.proshowsix .promsg .left .wenzi .grid .des {
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.proshowsix .promsg .right {
	width: 50%;
	box-sizing: border-box;
	padding: 0px 8%;
}
.proshowsix .promsg .right .promsg .first {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.proshowsix .promsg .right .promsg .first .mgrid {
	width: 100%;
	margin-bottom: 20px;
}
.proshowsix .promsg .right .promsg .first .mgrid:last-child {
	margin-bottom: 0px;
}
.msgitemtit {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}
.msginputb {
	width:100%;
	font-size:15px;
}
.msginputb .input {
	width:100%;
	background:none;
	outline:none;
	height:35px;
	border:none;
	border-bottom:1px solid #333;
	box-sizing: border-box;
	font-size:15px;
	color:#333;
}
.msginputb .input::-webkit-input-placeholder {
	font-size:15px;
	color: #333;
}
.msgtextarea
{
	width:100%;
	font-size:15px;
}
.msgtextarea .textarea {
	width:100%;
	height:100px;
	background:none;
	outline: none;
	border: none;
	border:1px solid #333;
	padding:15px;
	box-sizing: border-box;
}

.proshowsix .promsg .right .promsg .first .mgrid .inputb .textarea::-webkit-input-placeholder {
	font-size:15px;
	color: #333;
}
.proshowsix .promsg .right .promsg .submitblock {
	width: 100%;
	height:auto;
}
.msgsubmit{
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	background: #f1e9df;
	border: 1px solid #f1e9df;
	cursor:pointer;
	margin-top: 30px;
	transition: 500ms;
}
.msgsubmit:hover {
	background: #8a5e30;
	border: 1px solid #8a5e30;
	color:#fff;
}
/**产品详情 end**/
/**案例列表**/
.caselistbg1
{
	background:#f8f6f1;
}
.casetitdes
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:80px;
}
.casetitdes .cont
{
	max-width:80%;
	margin:auto;
	text-align:center;
}
.caselist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:50px;
}
.caselist .grid:nth-child(3n)
{
	margin-right:0px;
}
.caselist .grid .link
{
	display:block;
	width:100%;
}
.caselist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
.caselist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.caselist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.caselist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.caselist .grid .link .title
{
	width:100%;
	font-size:18px;
	text-align:center;
	line-height:25px;
	font-weight:600;
	transition:800ms;
	margin-bottom:30px;
}
.caselist .grid .link:hover .title
{
	color:#8a5e30;
}
.caselist .grid .link .extitle
{
	width:100%;
	font-size:16px;
	text-align:center;
	line-height:25px;
	margin-bottom:5px;
	transition:800ms;
}
.caselist .grid .link:hover .extitle
{
	color:#8a5e30;
}
.caselist .grid .link .btn
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:20px;
}
.caselist .grid .link .btn .btnlink
{
	display:block;
	width:120px;
	height:35px;
	line-height:35px;
	font-size:15px;
	text-align:center;
	background:#f1e9df;
	border-radius:5px;
	transition:500ms;
}
.caselist .grid:hover .link .btn .btnlink
{
	background:#8a5e30;
	color:#fff;
}
.caselistbg2
{
	padding-top:0px;
	background:#f8f6f1;
}
.casetitdes .tit28
{
	text-align:center;
}
.casemsg
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	max-width:1200px;
	margin:auto;
}
.casemsg .left
{
	width:48%;
	height:auto;
}
.casemsg .left .pic
{
	width:100%;
	padding-bottom:110%;
	height:auto;
	position:relative;
}
.casemsg .left .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
}
.casemsg .right
{
	width:48%;
	height:auto;
}
.casemsg .right .up
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.casemsg .right .up .mgrid
{
	width:47%;
	height:auto;
	margin-right:6%;
	margin-bottom:30px;
}
.casemsg .right .up .mgrid:nth-child(2n)
{
	margin-right:0px;
}
.casemsg .right .down
{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.casemsg .right .submit
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
/**案例列表 end**/
/**案例展示**/
.caseshowfir
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:30px;
    align-items:flex-start;    
}
.caseshowfir .picarr
{
    width:48%;
    height:auto;
	position:relative;
}
.caseshowfir .picarr .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.caseshowfir .picarr .leftbtn-prev
{
	left:20px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseshowfir .picarr .rightbtn-next
{
	right:20px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseshowfir .picarr .picarrlist
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.caseshowfir .picarr .picarrlist .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:75%;
}
.caseshowfir .picarr .picarrlist .outpic .pic
{
    width:100%;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    border:1px solid #ccc;
    box-sizing:border-box;    
}
.caseshowfir .picarr .picarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.caseshowfir .picarr .picarrlist .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.caseshowfir .picarr .picarrlist .swiperpages .swiper-pagination-bullet-active
{
	background:#999;
}
.caseshowfir .caserightcont
{
    width:48%;
    padding:30px 50px;
    box-sizing:border-box;
}
.caseshowfir .caserightcont .casetitle
{
    width: 100%;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.caseshowfir .caserightcont .des
{
	font-size:15px;
	line-height:25px;
}
.caseshowfir .caserightcont .des p
{
	font-size:15px;
	line-height:25px;
}
.caseshowcontent
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.caseshowcontent .title
{
	width:100%;
	font-size:16px;
	line-height:25px;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	color:#666;
}
/**案例展示 end**/
/**新闻列表**/
.newslistblock .newslistdes
{
	width:100%;
	margin-bottom:50px;
}
.newslistblock .newslistdes .tit28
{
	margin-bottom:15px;
	text-align:center;
}
.newslistblock .newslistdes .cont
{
	margin:auto;
	max-width:800px;
	text-align:center;
}
.newslist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
}
.newslist .grid:nth-child(3n)
{
	margin-right:0px;
}
.newslist .grid .link
{
	width:100%;
	display:block;
	height:auto;
}
.newslist .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	position:relative;
}
.newslist .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:500ms;
}
.newslist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.newslist .grid .link .wenzi
{
	width:100%;
	height:auto;
	box-sizing:border-box;
}
.newslist .grid .link .wenzi .time
{
	display:block;
	width:100%;
	font-size:14px;
	line-height:25px;
	margin-top:15px;
	margin-bottom:10px;
	transition:800ms;
}
.newslist .grid:hover .link .wenzi .time
{
	color:#8a5e30;
}
.newslist .grid .link .wenzi .title
{
	width:100%;
	height:auto;
	font-size:18px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	line-height:25px;
	margin-bottom:10px;
	color:#000;
	transition:800ms;
}
.newslist .grid:hover .link .wenzi .title
{
	color:#8a5e30;
}
.newslist .grid .link .wenzi .des
{
	width:100%;
	height:40px;
	font-size:15px;
	color:#666;
	line-height:20px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	margin-bottom:20px;
	transition:800ms;
}
.newslist .grid:hover .link .wenzi .des
{
	color:#8a5e30;
}
.newslist .grid .link .wenzi .more
{
	width:100%;
	height:auto;
}
.newslist .grid .link .wenzi .more .btn
{
	display:block;
	width:120px;
	height:35px;
	line-height:35px;
	font-size:15px;
	text-align:center;
	background:#f7f6f1;
	transition:500ms;
}
.newslist .grid:hover .link .wenzi .more .btn
{
	color:#fff;
	background:#8a5e30;
}
/**新闻列表 end**/
/**联系我们**/
.contactinfo
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
}
.contactinfo .left
{
	width:50%;
	height:auto;
}
.contactinfo .left .gsm
{
	width:100%;
	font-size:18px;
	line-height:25px;
	margin-bottom:20px;
}
.contactinfo .left .addresslist
{
	width:100%;
	height:auto;
}
.contactinfo .left .addresslist .grid
{
	margin-bottom:20px;
}
.contactinfo .left .addresslist .grid .tit
{
	font-size:16px;
	line-height:28px;
	font-weight:600;
}
.contactinfo .left .addresslist .grid .des
{
	font-size:16px;
	line-height:28px;
}
.contactinfo .left .tellist
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:28px;
}
.contactinfo .left .tellist p
{
	font-size:16px;
	line-height:28px;
}
.contactinfo .left .tellist p span
{
	font-weight:600;
}
.contactinfo .right
{
	width:46%;
	height:auto;
	overflow:hidden;
}
.contactinfo .right .pic
{
	width:100%;
	height:auto;
}
.contactinfo .right .pic .image
{
	width:100%;
	height:auto;
}
.contactbg2
{
	background:#f7f6f1;
}
.contactblock2 .cont
{
	margin-bottom:50px;
}
.contactblock2 .contactmsg
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
}
.contactblock2 .contactmsg .left
{
	width:48%;
	display:flex;
	flex-wrap:wrap;
}
.contactblock2 .contactmsg .left .mgrid
{
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
}
.contactblock2 .contactmsg .left .mgrid:nth-child(2n)
{
	margin-right:0px;
}
.contactblock2 .contactmsg .right
{
	width:48%;
}
.contactblock2 .contactmsg .right .msgitemtit
{
	margin-bottom:40px;
}
.contactblock2 .contactmsg .right .msgsubmit
{
	margin-top:40px;
}
/**联系我们 end**/
/**全屏视频**/
.fullscreenvideobg
{
	width:100%;
	height:100vh;
	z-index:20000;
	background:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	position:fixed;
	display:none;
}
.fullscreenvideobg .closebtn
{
	width:80px;
	height:80px;
	font-size:75px;
	color:#fff;
	line-height:75px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	cursor:pointer;
}
.fullscreenvideo
{
    position:absolute;
    top:0px;
    left:0px;
	width:100%;
	height:100%;
    z-index:10;
}
.fullscreenvideobg .videoblock
{
	width:80%;
    height:80%;
	overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    z-index:30;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.fullscreenvideobg .videoblock .video_1
{
    display:block;
    max-height:100%;
    max-width:100%;
}
/**全屏视频 end**/
/**分页**/
.pages
{
	width:100%;
}
.Pagination__Nav {
    text-align: center;
    margin: 20px 0;
	margin-bottom:80px;
}

.Pagination__Nav span {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav a {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav .is-active {
    background: #333;
	color:#fff;

}

.Pagination__Nav span:hover {
    background: #333;
	color:#fff;
}

.Pagination__Nav a:hover {
    background: #333;
	color:#fff;
}
/**分页 end**/
/**右侧菜单**/
.rightnav
{
	width:40px;
	position:fixed;
	top:50%;
	transform:translate(0,-50%);
	right:0px;
	z-index:2000;
}
.rightnav .sgrid
{
	width:100%;
	height:40px;
	background:#d8be8b;
	margin-bottom:5px;
}
.rightnav .sgrid:last-child
{
	margin-bottom:0px;
}
.rightnav .sgrid .link
{
	display:block;
	position:relative;
	cursor:pointer;
}
.rightnav .sgrid .link .msg
{
	position:absolute;
	width:250px;
	background:#fff;
	z-index:10000;
	left:-250px;
	top:-250px;
	border-radius:5px;
	overflow:hidden;
	display:none;
}
.rightnav .sgrid .link .msg .titclose
{
	width:100%;
	height:35px;
	text-align:center;
	position:relative;
	color:#fff;
	background:#0a1831;
	font-size:18px;
	line-height:35px;
}
.rightnav .sgrid .link .msg .titclose .footmsgclose
{
	font-size:28px;
	height:35px;
	width:35px;
	position:absolute;
	right:0px;
	top:0px;
	color:#fff;
	cursor:pointer;
}
.rightnav .sgrid .link .msg .sec
{
	width:100%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	padding-bottom:0px;
}
.rightnav .sgrid .link .msg .sec .mgrid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.rightnav .sgrid .link .msg .sec .mgrid .text
{
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
}
.rightnav .sgrid .link .msg .sec .mgrid .inputb
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.rightnav .sgrid .link .msg .sec .mgrid .inputb .input
{
	width:100%;
	height:30px;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing: border-box;
	padding:0px 15px;
	font-size:15px;
	outline:none;
}
.rightnav .sgrid .link .msg .sec .mgrid .inputb .textarea
{
	width:100%;
	height:80px;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing: border-box;
	padding:15px;
	font-size:15px;
	outline:none;
}
.rightnav .sgrid .link .msg .foot_submit
{
	width:calc(100% - 40px);
	font-size:15px;
	text-align:center;
	color:#fff;
	height:30px;
	line-height:30px;
	cursor:pointer;
	border-radius:5px;
	background:#0a1831;
	transition:500ms;
	margin:auto;
	margin-bottom:20px;
}
.rightnav .sgrid .link .msg .foot_submit:hover
{
	background:#0a1831;
}
.rightnav .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .extitle
{
	position:absolute;
	top:0px;
	right:40px;
	height:40px;
	line-height:40px;
	font-size:15px;
	white-space:nowrap;
	background:#d8be8b;
	padding:0px 30px;
	color:#fff;
	display:none;
	z-index:100;
}
.rightnav .sgrid .link:hover .extitle
{
	display:block;
}
.rightnav .sgrid .link .twocode
{
	position:absolute;
	top:0px;
	right:40px;
	width:120px;
	background:#fff;
	z-index:100;
	display:none;
}
.rightnav .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link:hover .twocode
{
	display:block;
}
/**右侧菜单 end**/
/**网站内页 end**/