/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Arial",sans-serif;
	appearance:none;
}
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;
}
/**网站全局css end**/
/**网站头部**/
.headbg
{
	width:100%;
	height:120px;
	background:#faf7f2;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
}
.headbg .head
{
	width:90%;
	height:100%;
	min-width:1200px;
	max-width:1600px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:auto;
}
.headbg .head .left
{
	 width:40%;
	 height:100%;
}
.headbg .head .nav
{
	height:100%;
	display:flex;
}
.headbg .head .nav .grid1
{
	height:100%;
	margin-right:35px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.headbg .head .nav .grid1:last-child
{
	margin-right:0px;
}
.headbg .head .nav .grid1 .subnav
{
	width:100%;
	height:auto;
	position:absolute;
	background:#a67f5e;
	top:120px;
	left:0px;
	box-sizing: border-box;
	padding:15px 30px;
	z-index:10000;
	display:none;
}
.headbg .head .nav .grid1 .subnav .subnavin
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.headbg .head .nav .grid1 .subnav .grid2
{
	margin-left:10px;
	margin-right:10px;
}
.headbg .head .nav .grid1 .subnav .grid2 .link2
{
	color:#fff;
	font-size:16px;
	line-height:25px;
	display:block;
	padding:0px 25px;
	box-sizing:border-box; 
	border:1px solid #a67f5e;
	transition:1s;
}
.headbg .head .nav .grid1 .subnav .grid2:hover .link2
{
	border:1px solid #fff;
}
.headbg .head .nav .grid1 .link1
{
	display:block;
	font-size:14px;
	line-height:25px;
	color:#666;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
}
.headbg .head .nav .grid1 .link1::after
{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background:#666;
	z-index:5;
	display:none;
}
.headbg .head .nav .grid1:hover .link1::after
{
	display:block;
}
.headbg .head .nav .grid1.langrid
{
	/* margin-left:20px; */
}
.headbg .head .right
{
	 width:40%;
	 height:100%;
	 display:flex;
	 justify-content:flex-end;
}
.headbg .head .right .searchbtn
{
	margin-left:35px;
	height:100%;
}
.headbg .head .right .searchbtn .pic
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	width:20px;
}
.headbg .head .right .searchbtn .pic .image
{
	width:16px;
}
.headbg .searchbg
{
	width:100%;
	height:auto;
	background:#a67f5e;
	padding:15px 30px;
	position:absolute;
	top:120px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
	display:none;
}
.headbg .searchbg .headsearch
{
	width:40%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #fff;
}
.headbg .searchbg .headsearch .input
{
	width:calc(100% - 35px);
}
.headbg .searchbg .headsearch .input input
{
	width:100%;
	height:100%;
	font-size:15px;
	color:#fff;
	background:none;
	border:none;
	outline:none;
}
.headbg .searchbg .headsearch .input input::-webkit-input-placeholder
{
	color:#fff;
}
.headbg .searchbg .headsearch .headsearchbtn
{
	width:35px;
	height:35px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.headbg .searchbg .headsearch .headsearchbtn .image
{
	width:20px;
	height:auto;
}
.headbg .head .logo
{
	width:20%;
	height:100%;
	max-width:120px;
}
.headbg .head .logo .link
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;
}
.headbg .head .logo .link .image
{
	max-width:100%;
	height:auto;
}
@media screen and (max-width:1400px)
{
	.headbg .head .nav .grid1
	{
		margin-right:30px;
	}
}
.headsupport
{
	width:100%;
	height:120px;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#a67f5e;
	padding-top:90px;
	padding-bottom:90px;
}
.footbg .foot
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
}
.footbg .foot .fir
{
	width:100%;
	height:auto;
	margin-bottom:70px;
}
.footbg .foot .fir .flogo
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.footbg .foot .fir .flogo .image
{
	max-width:120px;
}
.footbg .foot .sec
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .sec .grid
{
	width:17.2%;
	height:auto;
	margin-right:3.5%;
}
.footbg .foot .sec .grid:last-child
{
	margin-right:0px;
}
.footbg .foot .sec .grid .gtit
{
	width:100%;
	font-size:16px;
	line-height:25px;
	padding-bottom:15px;
	border-bottom:1px solid #fff;
	color:#fff;
	text-transform:uppercase;
}
.footbg .foot .sec .grid .next
{
	margin-top:20px;
}
.footbg .foot .sec .grid .info
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footbg .foot .sec .grid .info .igrid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.footbg .foot .sec .grid .info .igrid:last-child
{
	margin-bottom:0px;
}
.footbg .foot .sec .grid .info .igrid .tit
{
	font-size:15px;
	line-height:25px;
	color:#fff;
	margin-bottom:5px;
}
.footbg .foot .sec .grid .info .igrid .cont
{
	font-size:14px;
	line-height:22px;
	color:#fff;
}
.footbg .foot .sec .grid .info .igrid .cont p
{
	font-size:14px;
	line-height:22px;
	color:#fff;
}
.footbg .foot .sec .grid .info .igrid .cont a
{
	color:#fff;
	transition:1s;
}
.footbg .foot .sec .grid .info .igrid .cont a:hover
{
	color:#ccc;
}
.footbg .foot .sec .grid .footnav
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footbg .foot .sec .grid .footnav .fgrid
{
	width:100%;
	font-size:15px;
	line-height:25px;
	color:#fff;
	margin-bottom:5px;
}
.footbg .foot .sec .grid .footnav .fgrid:last-child
{
	margin-bottom:0px;
}
.footbg .foot .sec .grid .footnav .fgrid a
{
	color:#fff;
	transition:1s;
}
.footbg .foot .sec .grid .footnav .fgrid:hover a
{
	color:#ccc;
}
.footbg .foot .sec .grid .shejiaot
{
	width:100%;
	height:auto;
	font-size:0px;
}
.footbg .foot .sec .grid .shejiaot .sgrid
{
	width:49%;
	margin-right:2%;
	font-size:15px;
	line-height:25px;
	color:#fff;
	margin-bottom:5px;
	display:inline-block;
	vertical-align:top;
}
.footbg .foot .sec .grid .shejiaot .sgrid:nth-child(2n)
{
	margin-right:0px;
}
.footbg .foot .sec .grid .shejiaot .sgrid:nth-last-child(2)
{
	margin-bottom:0px;
}
.footbg .foot .sec .grid .shejiaot .sgrid a
{
	color:#fff;
	display:block;
	width:100%;
	position:relative;
	cursor:pointer;
	transition:1s;
}
.footbg .foot .sec .grid .shejiaot .sgrid:hover a
{
	color:#ccc;
}
.footbg .foot .sec .grid .shejiaot .sgrid a .twocode
{
	width:100px;
	height:auto;
	overflow:hidden;
	position:absolute;
	bottom:25px;
	left:0;
	z-index:100;
	display:none;
}
.footbg .foot .sec .grid .shejiaot .sgrid a .twocode .image
{
	width:100%;
	height:auto;
}
.footbg .foot .sec .grid .shejiaot .sgrid a:hover .twocode
{
	display:block;
}
.footbg .foot .sec .grid .shejiaop
{
	width:100%;
	height:auto;
	font-size:0px;
}
.footbg .foot .sec .grid .shejiaop .sgrid
{
	display:inline-block;
	vertical-align:top;
	width:25px;
	height:auto;
	margin-right:10px;
}
.footbg .foot .sec .grid .shejiaop .sgrid:last-child
{
	margin-right:0px;
}
.footbg .foot .sec .grid .shejiaop .sgrid .link
{
	display:block;
	width:100%;
	position:relative;
	cursor:pointer;
}
.footbg .foot .sec .grid .shejiaop .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.footbg .foot .sec .grid .shejiaop .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.footbg .foot .sec .grid .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 .sec .grid .shejiaop .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.footbg .foot .sec .grid .shejiaop .sgrid:hover .link .twocode
{
	display:block;
}
.footbg .foot .sec .grid .footsend
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footbg .foot .sec .grid .footsend .inputblock
{
	width:98%;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
}
.footbg .foot .sec .grid .footsend .inputblock .input
{
	width:100%;
	height:35px;
	font-size:15px;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	background:none;
	border:1px solid #fff;
	color:#fff;
	outline:none;
}
.footbg .foot .sec .grid .footsend .inputblock .input::-webkit-input-placeholder
{
	color:#fff;
}
.footbg .foot .sec .grid .footsend .btn
{
	width:100px;
	height:30px;
	font-size:15px;
	background:#fff;
	text-align:center;
	line-height:30px;
	cursor:pointer;
	border:1px solid #000;
	transition:1s;
}
.footbg .foot .sec .grid .footsend .btn:hover
{
	background:#000;
	color:#fff;
}
/**网站底部 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;
}
.banner a img
{
	width:100%;
	height:auto;
}
.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:80px;
	padding-bottom:80px;
	background:#faf7f2;
	overflow-x:visible;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
.weblistblockbg
{
	padding-top:40px;
}
/**网站模块大小 end**/
/**网站首页**/
/**间隔线**/
.indexlinebg
{
	background:#faf7f2;
}
.indexline
{
	width:90%;
	min-width:1200px;
	max-width:1600px;
	margin:auto;
	height:1px;
	background:#666;
}
/**间隔线 end**/
/**首页标题**/
.indbigtit
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	margin-bottom:40px;
}
.indcatetit
{
	color:#666;
	font-size:30px;
	line-height:40px;
	text-transform:uppercase;
}
.indbigtit .more .link
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.indbigtit .more .link .text
{
	font-size:16px;
	line-height:25px;
	color:#666;
	transition:1s;
}
.indbigtit .more .link:hover .text
{
	color:#a67f5e;
}
.indbigtit .more .link .pic
{
	width:25px;
	height:auto;
	margin-left:10px;
}
.indbigtit .more .link .pic .image
{
	width:100%;
	height:auto;
}
/**首页标题 end**/
/**关于我们**/
.indabout
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.indabout .left
{
	width:50%;
}
.indabout .right
{
	width:50%;
}
.indabout .right .indaboutcont
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:28px;
	margin-bottom:30px;
}
.indabout .right .indaboutcont p
{
	font-size:15px;
	line-height:28px;
}
.indabout .right .more
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indabout .right .more .link
{
	display:block;
	font-size:16px;
	line-height:25px;
	padding:10px 25px;
	border:1px solid #666;
	color:#666;
	transition:1s;
}
.indabout .right .more .link:hover
{
	background:#a67f5e;
	color:#fff;
}
/**关于我们 end**/
/**产品系列**/
.indblockbg2
{
	padding-top:30px;
}
.indproserbannerblock
{
	width:100%;
	height:auto;
	position:relative;
}
.indproserbannerblock .indproserbanner
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indproserbannerblock .indproserbanner .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indproserbannerblock .indproserbanner .link .outpic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:66.66%;
}
.indproserbannerblock .indproserbanner .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indproserbannerblock .indproserbanner .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indproserbannerblock .indproserbanner .link .tit
{
	font-size:15px;
	text-align:center;
	line-height:25px;
	margin-top:5px;
}
.indproserbannerblock .arr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	cursor:pointer;
	z-index:100;
	border-radius:50%;
	overflow:hidden;
	display:none;
}
.indproserbannerblock:hover .arr
{
	display:block;
}
.indproserbannerblock .leftbtn-prev
{
	left:30px;
	background:url('../images/index/bannerleftarr.png') no-repeat center center;
	background-color:rgba(0,0,0,0.4);
	background-size:70% 70%;
}
.indproserbannerblock .rightbtn-next
{
	right:30px;
	background:url('../images/index/bannerrightarr.png') no-repeat center center;
	background-color:rgba(0,0,0,0.4);
	background-size:70% 70%;
}
/**产品系列 end**/
/**产品**/
.indblockbg3
{
	padding-top:30px;
}
.indexprolist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indexprolist .grid
{
	width:22%;
	margin-right:4%;
}
.indexprolist .grid:nth-child(4n)
{
	margin-right:0px;
}
.indexprolist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indexprolist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:75%;
	margin-bottom:15px;
}
.indexprolist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indexprolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.indexprolist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indexprolist .grid .link .title
{
	font-size:16px;
	color:#666;
	overflow:hidden;
	line-height:25px;
	text-align:center;
	transition:1s;
}
.indexprolist .grid:hover .link .title
{
	color:#a67f5e;
}
/**产品 end**/
/**设计师**/
.indblockbg4
{
	padding-top:30px;
}
.indexdesignlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indexdesignlist .grid
{
	width:22%;
	margin-right:4%;
}
.indexdesignlist .grid:nth-child(4n)
{
	margin-right:0px;
}
.indexdesignlist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indexdesignlist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:100%;
	margin-bottom:15px;
}
.indexdesignlist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indexdesignlist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.indexdesignlist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indexdesignlist .grid .link .title
{
	font-size:16px;
	color:#666;
	overflow:hidden;
	line-height:25px;
	text-align:left;
	transition:1s;
}
.indexdesignlist .grid:hover .link .title
{
	color:#a67f5e;
}
/**设计师 end**/
/**新闻**/
.indblockbg5
{
	background:#a67f5e;
}
.indblockbg5 .indexnews
{
	width:100%;
	overflow:hidden;
	position:relative;
}
.indblockbg5 .indexnews .link
{
	width:100%;
	background:#faf7f2;
	display:flex;
	flex-wrap:wrap;
	box-sizing: border-box;
	padding:50px 100px;
	justify-content:space-between;
}
.indblockbg5 .indexnews .link .outpic
{
	width:40%;
	height:auto;
	overflow:hidden;
}
.indblockbg5 .indexnews .link .outpic .pic
{
	width:100%;
	padding-bottom:56.25%;
	position:relative;
	height:auto;
}
.indblockbg5 .indexnews .link .outpic .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.indblockbg5 .indexnews .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indblockbg5 .indexnews .link .right
{
	width:56%;
	height:auto;
}
.indblockbg5 .indexnews .link .right .catname
{
	width:100%;
	height:auto;
	display:-webkit-box;
	text-overflow: ellipsis;
	overflow:hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	font-size:25px;
	line-height:30px;
	margin-top:10px;
	margin-bottom:20px;
	transition:1s;
}
.indblockbg5 .indexnews .link:hover .right .catname
{
	color:#a67f5e;
}
.indblockbg5 .indexnews .link .right .title
{
	width:100%;
	height:auto;
	display:-webkit-box;
	text-overflow: ellipsis;
	overflow:hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	font-size:18px;
	line-height:30px;
	margin-bottom:20px;
	transition:1s;
}
.indblockbg5 .indexnews .link:hover .right .title
{
	color:#a67f5e;
}
.indblockbg5 .indexnews .link .right .des
{
	width:100%;
	height:50px;
	display:-webkit-box;
	text-overflow: ellipsis;
	overflow:hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	font-size:15px;
	line-height:25px;
	margin-bottom:20px;
	transition:1s;
}
.indblockbg5 .indexnews .link:hover .right .des
{
	color:#a67f5e;
}
.indblockbg5 .indexnews .link .right .more
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indblockbg5 .indexnews .link .right .more .text
{
	display:block;
	font-size:16px;
	line-height:25px;
	padding:10px 25px;
	border:1px solid #666;
	color:#666;
	transition:1s;
}
.indblockbg5 .indexnews .link:hover .right .more .text
{
	background:#a67f5e;
	color:#fff;
}
.indblockbg5 .indexnews .arr
{
	width:40px;
	height:25px;
	box-shadow: 0px 0px 5px #aaa;
	position:absolute;
	top:50%;
	transform:translate(0,50%);
	cursor:pointer;
	z-index:50;
}
.indblockbg5 .indexnews .leftbtn-prev
{
	background:url('../images/indexmore2.png') no-repeat center center;
	left:30px;
}
.indblockbg5 .indexnews .rightbtn-next
{
	background:url('../images/indexmore.png') no-repeat center center;
	right:30px;
}
/**新闻 end**/
/**案例**/
.indexcaselist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indexcaselist .grid
{
	width:30.66%;
	margin-right:4%;
}
.indexcaselist .grid:nth-child(3n)
{
	margin-right:0px;
}
.indexcaselist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indexcaselist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:75%;
	margin-bottom:15px;
}
.indexcaselist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indexcaselist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.indexcaselist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indexcaselist .grid .link .outpic .playbtn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:100%;
	background:url('../images/videoplay.png') no-repeat center center;
	background-size:80px 80px;
	background-color:rgba(0,0,0,0);
	transition:1s;
}
.indexcaselist .grid .link .title
{
	font-size:16px;
	color:#666;
	overflow:hidden;
	line-height:25px;
	text-align:left;
	transition:1s;
}
.indexcaselist .grid:hover .link .title
{
	color:#a67f5e;
}
/**案例 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:100px;
	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 .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:15px;
	line-height:25px;
	margin:auto;
} 
.insidecontent p
{
	font-size:15px;
	line-height:25px;
}
.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:25px;
	text-align:center;
}
/**内页内容区 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;
}
/**发布时间 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**/
/**当前位置**/
.pathblockbg
{
	background:#faf7f2;
}
.pathblock
{
    width:90%;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
    height:auto;
    overflow:hidden;
}
.pathblock .path
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    padding-top:30px;
    padding-bottom:10px;
}
.pathblock .path .websitename
{
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:25px;
	color:#999;
}
.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:#999;
}
.pathblock .path .nlist .link:hover
{
    color:#666;
}
.pathblock .path .nlist .arr
{
    display:block;
    font-size:14px;
    line-height:25px;
}
.pathblock .path .nlist .arr:last-child
{
   display:none;
}
/**当前位置 end**/
/**关于我们**/
.aboutbg1
{
	padding-bottom:0px;
	overflow:hidden;
}
.aboutwendablock
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutwendablock .aboutwenda
{
	margin-bottom:50px;
}
.aboutwendablock .aboutwenda:last-child
{
	margin-bottom:0px;
}
.aboutwendablock .aboutwenda .catetit
{
	font-size:25px;
	margin-bottom:30px;
}
.aboutwendablock .aboutwenda .list
{
	width:100%;
	border-top:1px solid #000;
}
.aboutwendablock .aboutwenda .list .grid
{
	width:100%;
	height:auto;
	border-bottom:1px solid #000;
	padding-top:10px; 
	padding-bottom:10px;
	cursor:pointer;
}
.aboutwendablock .aboutwenda .list .grid .tit
{
	 width:100%;
	 height:auto;
	 display:flex;
	 flex-wrap:wrap;
}
.aboutwendablock .aboutwenda .list .grid .tit .text
{
	font-size:16px;
	line-height:28px;
	width:calc(100% - 28px);
}
.aboutwendablock .aboutwenda .list .grid .tit .arr
{
	width:28px;
	height:28px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.aboutwendablock .aboutwenda .list .grid .tit .arr .image
{
	max-width:100%;
}
.aboutwendablock .aboutwenda .list .grid .tit .arr .downimage
{
	display:none;
}
.aboutwendablock .aboutwenda .list .grid .tit.hover .arr .downimage
{
	display:block;
}
.aboutwendablock .aboutwenda .list .grid .tit.hover .arr .rightimage
{
	display:none;
}
.aboutwendablock .aboutwenda .list .grid .insidecontent
{
	display:none;
	padding-top:10px;
	padding-bottom:10px;
}
.aboutbg3
{
	background:#a67f5e;
}
.linian
{
	width:100%;
	height:auto;
	background:#faf7f2;
	box-sizing:border-box;
	padding:6%;
	overflow:hidden;
}
.linian .grid
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:50px;
}
.linian .grid:last-child
{
	margin-bottom:0px;
}
.linian .grid .pic
{
	width:35%;
	height:auto;
	overflow:hidden;
}
.linian .grid .pic .image
{
	width:100%;
	height:auto;
}
.linian .grid .text
{
	width:60%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-top:20px;
}
.linian .grid .text .kuang
{
	width:12px;
	height:12px;
	background:#a67f5e;
	margin-top:10px;
}
.linian .grid .text .wz
{
	width:calc(100% - 40px);
}
.linian .grid .text .wz .tit
{
	font-size:20px;
	line-height:30px;
	margin-bottom:15px;
}
.linian .grid .text .wz .cont
{
	font-size:15px;
	line-height:28px;
	overflow:hidden;
}
.linian .grid .text .wz .cont p
{
	font-size:15px;
	line-height:28px;
}
.linianjiange
{
	width:100%;
	height:50px;
	background:#faf7f2;
}
/**关于我们 end**/
/**品牌**/
.brand
{
	width:100%;
	height:auto;
	box-sizing:border-box;
	overflow:hidden;
}
.brand .grid
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	padding-bottom:50px;
	border-bottom:1px solid #000;
	margin-bottom:50px;
	align-items:center;
}
.brand .grid:nth-child(2n)
{
	 flex-direction:row-reverse;
}
.brand .grid:last-child
{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
.brand .grid .pic
{
	width:45%;
	height:auto;
	overflow:hidden;
}
.brand .grid .pic .image
{
	width:100%;
	height:auto;
}
.brand .grid .text
{
	width:50%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.brand .grid .text .kuang
{
	width:12px;
	height:12px;
	background:#a67f5e;
	margin-top:10px;
}
.brand .grid .text .wz
{
	width:calc(100% - 40px);
}
.brand .grid .text .wz .tit
{
	font-size:20px;
	line-height:30px;
	margin-bottom:15px;
}
.brand .grid .text .wz .cont
{
	font-size:15px;
	line-height:28px;
	overflow:hidden;
}
.brand .grid .text .wz .cont p
{
	font-size:15px;
	line-height:28px;
}
/**品牌 end**/
/**工厂**/
.factorylist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.factorylist .grid
{
	width:48%;
	height:auto;
	overflow:hidden;
	margin-right:4%;
	margin-bottom:40px;
}
.factorylist .grid:nth-child(2n)
{
	margin-right:0px;
}
.factorylist .grid .link
{
	display:block;
	width:100%;
	height:auto;
}
.factorylist .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	position:relative;
	overflow:hidden;
}
.factorylist .grid .link .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	transition:1s;
}
.factorylist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.factorylist .grid .link .tit
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:28px;
	transition:1s;
	text-align:center;
}
.factorylist .grid:hover .link .tit
{
	color:#a67f5e;
}
/**工厂 end**/
/**新闻列表**/
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
}
.newslist .grid:nth-child(3n)
{
	margin-right:0px;
}
.newslist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist .grid .link .time
{
	font-size:15px;
	line-height:25px;
	margin-bottom:10px;
}
.newslist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:56.25%;
	margin-bottom:15px;
}
.newslist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.newslist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.newslist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.newslist .grid .link .outpic .playbtn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:100%;
	background:url('../images/videoplay.png') no-repeat center center;
	background-size:80px 80px;
	background-color:rgba(0,0,0,0.5);
	transition:1s;
}
.newslist .grid:hover .link .outpic .playbtn
{
	background-color:rgba(0,0,0,0);
}
.newslist .grid .link .title
{
	font-size:16px;
	color:#000;
	overflow:hidden;
	line-height:22px;
	margin-bottom:10px;
}
.newslist .grid .link .des
{
	font-size:14px;
	height:40px;
	line-height:22px;
	color:#999;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:10px;
	transition:1s;
}
.newslist .grid:hover .link .des
{
	color:#000;
}
.newslist .grid .link .more
{
	font-size:14px;
	line-height:22px;
	color:#999;
	transition:1s;
}
.newslist .grid:hover .link .more
{
	color:#000;
}
/**新闻列表 end**/
/**产品搜索**/
.pronavsearch
{
	width:100%;
	height:40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:50px;
}
.pronavsearch .grid
{
	width:20%;
	margin-right:4%;
	position:relative;
	height:40px;
	border-bottom:1px solid #000;
	box-sizing:border-box;
}
.pronavsearch .grid1
{
	width:28%;
}
.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/downarr_black.png) no-repeat calc(100% - 10px) center;
	cursor:pointer;
}
.pronavsearch .grid .pronav
{
	width:100%;
	position:absolute;
	top:40px;
	left:0px;
	z-index:100;
	background:#faf7f2;
	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:#fff;
}
.pronavsearch .grid .prosearchform
{
	width:100%;
	height:100%;
}
.pronavsearch .grid .prosearch
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
}
.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**/
/**产品列表**/
.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**/
/**产品详情**/
.proshowfir
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:30px;
    align-items:flex-start;    
}
.proshowfir .picarr
{
    width:48%;
    height:auto;
	position:relative;
}
.proshowfir .picarr .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.proshowfir .picarr .leftbtn-prev
{
	left:20px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.proshowfir .picarr .rightbtn-next
{
	right:20px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.proshowfir .picarr .picarrlist
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.proshowfir .picarr .picarrlist .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:75%;
}
.proshowfir .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;
    
}
.proshowfir .picarr .picarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.proshowfir .picarr .picarrlist .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.proshowfir .prorightcont
{
    width:48%;
    padding:30px 50px;
    box-sizing:border-box;
}
.proshowfir .prorightcont .protitle
{
    width: 100%;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.proshowfir .prorightcont .des
{
	font-size:15px;
	line-height:25px;
}
.proshowfir .prorightcont .des p
{
	font-size:15px;
	line-height:25px;
}
.productshowcontent
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productshowcontent .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;
}
.protjtitle
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:32px;
    margin-bottom:50px;
    line-height:1.5;
}
.productviewblockbg2
{
	padding-top:0px;
}
/**产品详情 end**/
/**设计列表**/
.designlist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.designlist .grid
{
	width:22%;
	height:auto;
	margin-right:4%;
	margin-bottom:30px;
}
.designlist .grid:nth-child(4n)
{
	margin-right:0px;
}
.designlist .grid .link
{
	display:block;
	width:100%;
}
.designlist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	position:relative;
}
.designlist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.designlist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.designlist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.designlist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
.disignlistbg2
{
	padding-top:0px;
}
/**设计列表 end**/
/**设计师展示**/
.disignshow .inside_bigtit
{
	margin-bottom:30px;
}
/**设计师展示 end**/
/**案例列表**/
.caselist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
}
.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:75%;
	overflow:hidden;
	position:relative;
}
.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%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
.caselist .grid .link .outpic .playbtn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:100%;
	background:url('../images/videoplay.png') no-repeat center center;
	background-size:80px 80px;
	background-color:rgba(0,0,0,0);
	transition:1s;
}
/**案例列表 end**/
/**案例展示**/
.caseShowBlock .casebigtit
{
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.caseShowBlock .picarr
{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
}
.caseShowBlock .picarr .proview_big_picarr
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.caseShowBlock .picarr .bpic
{
	width:900px;
	margin:auto;
	position:relative;
}

.caseShowBlock .picarr .bpic .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.caseShowBlock .picarr .bpic .leftbtn-prev
{
	left:-80px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseShowBlock .picarr .bpic .rightbtn-next
{
	right:-80px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseShowBlock .picarr .proview_big_picarr .outpic
{
	margin:auto;
	width:100%;
	height:600px;
	overflow:hidden;
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic
{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
	display:block;
}
.caseShowBlock .picarr .smallblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
	max-width:1200px;
	position:relative;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr
{
	width:calc(100% - 100px);
	margin:auto;
	overflow:hidden;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:75%;
	position:relative;
	opacity:0.8;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .swiper-slide-thumb-active .pic
{
	opacity:1;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	align-content:center;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic .image img
{
	max-width:100%;
	max-height:100%;
	display:block;
	cursor:pointer;
}
.caseShowBlock .picarr .smallblock .btn
{
	width:50px;
	height:100%;
	position:absolute;
	top:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.caseShowBlock .picarr .smallblock .button-next
{
	right:0px;
}
.caseShowBlock .picarr .smallblock .button-prev
{
	left:0px;
}
.caseShowBlock .picarr .smallblock .btn img
{
	display:block;
	max-width:50%;
}
.caseShowBlock .caseconent
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.caseShowBlock .caseconent .bigtit
{
	width:100%;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
	font-size:0px;
}
.caseShowBlock .caseconent .bigtit span
{
	display:inline-block;
	font-size:16px;
	line-height:25px;
	padding:10px 0px;
}
/**案例展示 end**/
/**门店列表**/
.storelist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.storelist .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
}
.storelist .grid:nth-child(3n)
{
	margin-right:0px;
}
.storelist .grid .link
{
	display:block;
	width:100%;
}
.storelist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	position:relative;
}
.storelist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.storelist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.storelist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.storelist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
/**门店列表 end**/
/**视频列表**/
.videolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.videolist .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
	cursor: pointer;
}
.videolist .grid:nth-child(3n)
{
	margin-right:0px;
}
.videolist .grid .link
{
	display:block;
	width:100%;
}
.videolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:56.25%;
	overflow:hidden;
	position:relative;
}
.videolist .grid .link .outpic .playbtn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:100%;
	background:url('../images/videoplay.png') no-repeat center center;
	background-size:80px 80px;
	background-color:rgba(0,0,0,0.5);
	transition:1s;
}
.videolist .grid:hover .link .outpic .playbtn
{
	background-color:rgba(0,0,0,0);
}
.videolist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.videolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.videolist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.videolist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
/**视频列表 end**/
/**联系我们**/
.contactbg1
{
	padding-top:0px;
}
.contactbg1 .contactfir
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom:1px solid #000;
	padding-bottom:50px;
	margin-bottom:50px;
	align-items:center;
}
.contactbg1 .contactfir .pic
{
	width:56%;
	height:auto;
	overflow:hidden;
}
.contactbg1 .contactfir .pic .image
{
	width:100%;
	height:auto;
}
.contactbg1 .contactfir .text
{
	width:40%;
	height:auto;
	overflow:hidden;
}
.contactbg1 .contactfir .text .gtit
{
	width:100%;
	font-size:25px;
	line-height:30px;
	border-bottom:1px solid #000;
	margin-bottom:20px;
	padding-bottom:10px;
}
.contactbg1 .contactfir .text .info
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactbg1 .contactfir .text .info .igrid
{
	width:100%;
	margin-bottom:10px;
}
.contactbg1 .contactfir .text .info .igrid:last-child
{
	margin-bottom:0px;
}
.contactbg1 .contactfir .text .info .igrid .tit
{
	font-size:18px;
	line-height:30px;
}
.contactbg1 .contactfir .text .info .igrid .cont
{
	font-size:15px;
	line-height:28px;
}
.contactbg1 .shejiao
{
	width:100%;
	height:auto;
	margin-bottom:80px;
}
.contactbg1 .shejiao .gtit
{
	width:100%;
	height:auto;
	font-size:25px;
	line-height:30px;
	text-transform:uppercase;
	margin-bottom:30px;
}
.contactbg1 .shejiao .shejiaop
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.contactbg1 .shejiao .shejiaop .sgrid
{
	margin-right:30px;
	cursor:pointer;
}
.contactbg1 .shejiao .shejiaop .sgrid:last-child
{
	margin-right:0px;
}
.contactbg1 .shejiao .shejiaop .sgrid .link
{
	display:block;
	position:relative;
	background:#fff;
	transition:1s;
}
.contactbg1 .shejiao .shejiaop .sgrid:hover .link
{
	background:#e0ddd2;
}
.contactbg1 .shejiao .shejiaop .sgrid .link .twocode
{
	width:150px;
	position:absolute;
	left:0px;
	top:42px;
	z-index:100;
	display:none;
}
.contactbg1 .shejiao .shejiaop .sgrid .link:hover .twocode
{
	display:block;
}
.contactbg1 .shejiao .shejiaop .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.contactbg1 .shejiao .shejiaop .sgrid .link .pictext
{
	height:42px;
	border:1px solid #000;
	border-radius:5px;
	display:flex;
	flex-wrap:wrap;
	padding-left:30px;
	padding-right:30px;
	align-items:center;
	justify-content:center;
	transition:1s;
}
.contactbg1 .shejiao .shejiaop .sgrid:hover .link .pictext
{
	border:1px solid #a67f5e;
}
.contactbg1 .shejiao .shejiaop .sgrid .link .pictext .pic
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	margin-right:5px;
	width:30px;
	align-items:center;
}
.contactbg1 .shejiao .shejiaop .sgrid .link .pictext .pic .image
{
	width:100%;
}
.contactbg1 .shejiao .shejiaop .sgrid .link .pictext .tit
{
	font-size:15px;
	line-height:40px;
}
.contactbg1 .msg
{
	width:100%;
	max-width:1200px;
	margin:auto;
	height:auto;
	overflow:hidden;
}
.contactbg1 .msg .btit
{
	font-size:25px;
	margin-bottom:60px;
	text-align:center;
}
.contactbg1 .msg .first
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactbg1 .msg .first .mgrid
{
	margin-bottom:20px;
	border-bottom:1px solid #000;
}
.contactbg1 .msg .first .mgrid .text
{
	font-size:15px;
	line-height:28px;
}
.contactbg1 .msg .first .mgrid .inputb
{
	width:100%;
	font-size:15px;
}
.contactbg1 .msg .first .mgrid .inputb .input
{
	width:100%;
	height:100%;
	background:none;
	outline:none;
	border:none;
	height:35px;
}
.contactbg1 .msg .first .mgrid .textarea
{
	width:100%;
	height:100px;
	background:none;
	outline:none;
	border:none;
}
.contactbg1 .msg .submit
{
	width:150px;
	height:45px;
	text-align:center;
	line-height:43px;
	font-size:18px;
	box-sizing:border-box;
	border:1px solid #000;
	text-align:center;
	cursor:pointer;
	margin:auto;
	margin-top:50px;
	transition:1s;
}
.contactbg1 .msg .submit:hover
{
	background:#000;
	color:#fff;
}
/**联系我们 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:#fff;
	margin-bottom:5px;
}
.rightnav .sgrid:last-child
{
	margin-bottom:0px;
}
.rightnav .sgrid .link
{
	display:block;
	position:relative;
	cursor:pointer;
}
.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:#fff;
	padding:0px 30px;
	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**/


