/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"宋体",sans-serif;
	appearance:none;
}
body 
{	
	color: #333;
	background: white;
	margin:auto;  
	min-width:1200px;
	margin:auto;
}
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:100px;
	background:#a67f5e;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
}
.headbg.headbghover
{
	background:#a67f5e;
}
.headbg .head
{
	width:90%;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.headbg .head .logo
{
	width:230px;
	height:100%;
}
.headbg .head .logo a.link
{
	display:block;
	width:100%;
	height:100%;
}
.headbg .head .logo a.link .pic
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.headbg .head .logo a.link .image
{
	width:100%;
}
.headbg .head .cnav
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	box-sizing:border-box;
}
.headbg .head .cnav .grid1
{
	height:100%;
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:100px;
}
.headbg .head .cnav .grid1 .link1
{
	 display:block;
	 font-size:16px;
	 color:#fff;
	 line-height:100px;
	 padding-left:15px;
	 padding-right:15px;
	 cursor:pointer;
}
.headbg .head .cnav .grid1 .subnav2
{
	 position:absolute;
	 z-index:10;
	 background:#a67f5e;
	 left:50%;
	 transform:translate(-50%,0);
	 max-height:calc(100vh - 150px);
	 overflow-y:auto;
	 min-width:150px;
	 display:none;
}
.headbg .head .cnav .grid1 .subnav2::-webkit-scrollbar
{
	width:2px;
}
.headbg .head .cnav .grid1 .subnav2::-webkit-scrollbar-thumb
{
	background:#fff;
}
.headbg .head .cnav .grid1 .subnav2 .grid2
{
	width:100%;
	position:relative;
	font-size:15px;
	color:#fff;
	line-height:1.2; 
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .link2
{
	 display:block;
	 font-size:15px;
	 color:#fff;
	 line-height:1.2;  
	 text-align:center;
	 white-space:nowrap;
	 padding:8px 20px;
	 box-sizing:border-box;
	 transition:1s;
}
.headbg .head .cnav .grid1 .subnav2 .grid2:hover .link2
{
	background:#baaa95;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3
{
	position:absolute;
	z-index:10;
	background:#a67f5e;
	left:100%;
	min-width:150px;
	top:0px;
	display:none;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3
{
	width:100%;
	position:relative;
	font-size:15px;
	color:#fff;
	line-height:1.2;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3 .link3
{
	display:block;
	font-size:15px;
	color:#fff;
	line-height:1.2; 
	text-align:center;
	white-space:nowrap;
	padding:8px 10px;
	box-sizing:border-box;  
	transition:1s;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3:hover .link3
{
	background:#000;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3 .subnav4
{
	position:absolute;
	z-index:10;
	background:rgba(0,0,0,0.5);
	left:100%;
	min-width:150px;
	top:0px;
	display:none;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3 .subnav4 .grid4
{
	width:100%;
	position:relative;
	font-size:15px;
	color:#fff;
	line-height:1.2; 
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3 .subnav4 .grid4 .link4
{
	display:block;
	font-size:15px;
	color:#fff;
	line-height:1.2;  
	text-align:center;
	white-space:nowrap;
	padding:8px 10px;
	box-sizing:border-box;  
	transition:1s; 
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3 .subnav4 .grid4:hover .link4
{
	background:#000;
}
.headbg .head .righticonnav
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	width:230px;
	justify-content:flex-end;
}
.headbg .head .righticonnav .grid
{
	width:40px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin-right:15px;
	cursor:pointer;
}
.headbg .head .righticonnav .grid:last-child
{
	margin-right:0px;
}
.headbg .head .righticonnav .grid .link
{
	display:block;
	position:relative;
}
.headbg .head .righticonnav .grid .link .pic
{
	width:100%;
	height:auto;
}
.headbg .head .righticonnav .grid .link .pic .image
{
	width:100%;
	height:auto;
	transition:1s;
}
.headbg .head .righticonnav .grid .link .twocode
{
	width:120px;
	height:auto;
	left:50%;
	z-index:1000;
	position:absolute;
	transform: translate(-50%,0);
	display:none;
}
.headbg .head .righticonnav .grid .link .twocode .image
{
	width:100%;
	height:auto;
}
.headbg .head .righticonnav .grid .link:hover .twocode
{
	display:block;
}
.headbg .head .righticonnav .grid:hover .link .pic .image
{
	transform:rotate(360deg);
}
.headsupport
{
	height:100px;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#a67f5e;
	padding-top:70px;
	padding-bottom:70px;
}
.foot-first
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:50px;
}
.foot-first .footfisrtleft
{
	width:30%;
	height:auto;
	overflow:hidden;
}
.foot-first .footfisrtleft .componyname
{
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-bottom:10px;
}
.foot-first .footfisrtleft .address
{
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.foot-first .footfisrtleft .email
{
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.foot-first .footnav
{
	width:68%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.foot-first .footnav .grid1
{
	max-width:16%;
}
.foot-first .footnav .grid1 .link1
{
	font-size:18px;
	display:block;
	line-height:30px;
	color:#fff;
	margin-bottom:10px;
	transition:1s;
}
.foot-first .footnav .grid1 .link1:hover
{
	color:#f0e5d5;
}
.foot-first .footnav .grid1 .grid2
{
	margin-bottom:6px;
}
.foot-first .footnav .grid1 .grid2 .link2
{
	font-size:14px;
	line-height:1.4;
	color:#fff;
	display:block;	
	transition:1s;
}
.foot-first .footnav .grid1 .grid2 .link2:hover
{
	color:#f0e5d5;
}
.foot-second
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #baaa95;
}
.foot-second .grid
{
	width:40px;
	margin-left:15px;
	margin-right:15px;
	cursor:pointer;
}
.foot-second .grid .link
{
	display:block;
	position:relative;
}
.foot-second .grid .link .pic
{
	width:40px;
	height:auto;
	transition:1s;
}
.foot-second .grid .link:hover .pic
{
	opacity:0.7;
}
.foot-second .grid .link .pic .image
{
	width:100%;
	height:auto;
}
.foot-second .grid .link .twocode
{
	position:absolute;
	bottom:40px;
	left:50%;
	transform: translate(-50%,0);
	z-index:10;
	display:none;
	width:120px;
}
.foot-second .grid .link .twocode .image
{
	width:100%;
	height:auto;
}
.foot-second .grid .link:hover .twocode
{
	display:block;
}
.foot-third
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.foot-third .copyright
{
	display:flex;
	flex-wrap:wrap;
}
.foot-third .copyright p
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	margin-right:10px;
}
.foot-third .copyright p:last-child
{
	margin-right:0px;
}
.foot-third .copyright p a
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	transition:1s;
}
.foot-third .copyright p a:hover
{
	color:#f0e5d5;
}
.foot-third .foot-tb-link
{
	display:flex;
	flex-wrap:wrap;
}
.foot-third .foot-tb-link .tb
{
	width:25px;
	height:25px;
	margin-right:5px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.foot-third .foot-tb-link .tb .image
{
	width:20px;
	height:20px;
}
.foot-third .foot-tb-link .wz 
{
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.foot-third .foot-tb-link .wz .link
{
	color:#fff;
	font-size:14px;
	line-height:25px;
	transition:1s;
}
.foot-third .foot-tb-link .wz .link:hover
{
	color:#f0e5d5;
}
.foot-third .support
{
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.foot-third .support p
{
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.foot-third .support p a
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	transition:1s;
}
.foot-third .support p a:hover
{
	color:#f0e5d5;
}
/**网站底部 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:30px;
}
.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:30px;
}
.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:#eee;
}
/**网站banner end**/
/**网站模块大小**/
.webblockbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:80px;
	padding-bottom:80px;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
/**网站模块大小 end**/
/**网站首页**/
/**首页1-豪华家具与设计**/
.indblockbg1
{
	background:#fcfcfc;
	padding-bottom:0px;
}
.indblockbg1 .indblock1
{
	padding-bottom:80px;
}
.indblock1 .indabouttit
{
	font-size:32px;
	line-height:1.2;
	margin-bottom:30px;
	color:#5b5b5b;
}
.indblock1 .indaboutcont
{
	font-size:16px;
	line-height:1.6;
	overflow:hidden;
	color:#5b5b5b;
	margin-bottom:30px;
}
.indblock1 .indaboutcont p
{
	font-size:16px;
	line-height:1.6;
	color:#5b5b5b;
}
.indblock1 .more
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.indblock1 .more a.link
{
	display:block;
	padding:0px 15px;
	background:#a67f5e;
	font-size:15px;
	color:#fff;
	height:40px;
	line-height:40px;
	border-radius:20px;
	transition:1s;
}
.indblock1 .more a.link:hover
{
	border-radius:0px;
}
.indblockbg1 .picbg
{
	width:100%;
	height:auto;
	position:relative;

}
.indblockbg1 .picbg .bg
{
	width:100%;
	height:calc(100% - 100px);
	position:absolute;
	z-index:10;
	bottom:0px;

}
.indblockbg1 .picbg .bg .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indblockbg1 .pic
{

	position:relative;
	box-sizing:border-box;
	height:auto;
	overflow:hidden;
	padding-left:calc(50vw - 808px);
	z-index:10;
	padding-bottom:100px;
}

.indblockbg1 .pic .image
{
	width:100%;
	height:auto;
}
@media screen and (max-width:1777.77px)
{
	.indblockbg1 .pic
	{
		padding-left:5vw;
	}	
}
/**首页1-豪华家具与设计 end**/
/**首页2-产品系列**/
.indproserblock
{
	width:100%;
	height:auto;
}
.indproserblock .lefttext
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.indproserblock .lefttext .tit
{
	font-size:32px;
	width:100%;
	box-sizing: border-box;
	text-align:center;
	line-height:1.5;
	color:#5b5b5b;
	margin-bottom:50px;
}
.indproserblock .indproserbannerblock
{
	width:100%;
	position:relative;
	overflow:hidden;
}
.indproserblock .indproserbannerblock .indproserbanner
{
	width:100%;
}
.indproserblock .indproserbannerblock .indproserbanner .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
}
.indproserblock .indproserbannerblock .indproserbanner .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:105%;
	position:relative;
}
.indproserblock .indproserbannerblock .indproserbanner .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	overflow:hidden;
}
.indproserblock .indproserbannerblock .indproserbanner .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.indproserblock .indproserbannerblock .indproserbanner .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indproserblock .indproserbannerblock .indproserbanner .link .tit
{
	width:100%;
	height:auto;
	font-size:16px;
	box-sizing:border-box;
	line-height:1.5;
	margin-top:20px;
	text-align:center;
	transition:500ms;
}
.indproserblock .indproserbannerblock .indproserbanner .link:hover .tit
{
	color:#a67f5e;
}
.indproserblock .indproserbannerblock .indproserbanner .link .shopnow
{
	width:100%;
	height:auto;
	font-size:16px;
	box-sizing:border-box;
	line-height:1.5;
	text-align:center;
	transition:500ms;
}
.indproserblock .indproserbannerblock .indproserbanner .link:hover .shopnow
{
	color:#a67f5e;
}
/**首页2-产品系列 end**/
/**首页3-展厅实拍**/
.indblockbg3
{
	padding-top:0px;
	padding-bottom:0px;
}
.indblockbg3 .showroomblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.indblockbg3 .showroomblock .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblockbg3 .showroomblock .pic .image
{
	width:100%;
	height:auto;
}
.indblockbg3 .showroomblock .textblock
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
}
.indblockbg3 .showroomblock .textblock .tit
{
	width:100%;
	height:auto;
	font-size:60px;
	color:#fff;
	line-height:1.5;
	text-align:center;
}
.indblockbg3 .showroomblock .textblock .more
{
	width:100%;
	height:auto;
	margin-top:20px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.indblockbg3 .showroomblock .textblock .more a.link
{
	background:#fff;
	font-size:15px;
	line-height:40px;
	padding:0px 20px;
	height:40px;
	border-radius:20px;
	transition:1s;
}
.indblockbg3 .showroomblock .textblock .more a.link:hover
{
	border-radius:0px;
}
/**首页3-展厅实拍 end**/
/**首页4-视频**/
.indblockbg4
{
	background:url('../images/index/casebg.jpg') no-repeat center top;
	background-size:cover !important;
}
.indblock4 .indabouttit
{
	font-size:32px;
	line-height:1.2;
	margin-bottom:30px;
	color:#5b5b5b;
}
.indblock4 .indaboutcont
{
	font-size:16px;
	line-height:1.6;
	overflow:hidden;
	color:#5b5b5b;
	margin-bottom:30px;
}
.indblock4 .indaboutcont p
{
	font-size:16px;
	line-height:1.6;
	color:#5b5b5b;
	
}
.indblock4 .more
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.indblock4 .more a.link
{
	display:block;
	padding:0px 15px;
	background:#a67f5e;
	font-size:15px;
	color:#fff;
	height:40px;
	line-height:40px;
	border-radius:20px;
	transition:1s;
}
.indblock4 .more a.link:hover
{
	border-radius:0px;
}
.ind4video
{
	width:100%;
	height:auto;
	position:relative;
}
.ind4video .pic
{
	width:100%;
	height:auto;
}
.ind4video .pic .image
{
	width:100%;
	height:auto;
}
.ind4video .btn
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.ind4video .btn .image
{
	width:150px;
	height:auto;
}
/**首页4-视频 end**/
/**首页5-新闻**/
.indblockbg5
{
	padding-bottom:50px;
}
.indblock5 .bigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:32px;
	line-height:1.5;
	margin-bottom:30px;
	color:#5b5b5b;
}
.indblock5 .newslist .grid .link .title
{
	display:-webkit-box;
	-webkit-line-clamp:2;
	max-height:44px;
	overflow:hidden;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
/**首页5-新闻 end**/
/**首页6-留言 **/
.indblockbg6
{
	background:#eee;
}
.indblock6 .bigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:32px;
	line-height:1.5;
	margin-bottom:30px;
	color:#5b5b5b;
} 
.indblock6 .first
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:15px;
}
.indblock6 .first .grid
{
	width:32%;
}
.indblock6 .text
{
	font-size:16px;
	line-height:1.5;
	margin-bottom:10px;
}
.indblock6 .inputb
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblock6 .inputb .input
{
	box-sizing: border-box;
	border:1px solid #ccc;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
	background:#fff;
	width:100%;
	height:35px;
	outline:none;
}
.indblock6 .second
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.indblock6 .second .grid1
{
	width:32%;
}
.indblock6 .second .grid2
{
	display:flex;
	flex-wrap:wrap;
	width:66%;
	padding-top:34px;
}
.indblock6 .second .grid2 .agreen
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-right:20px;
}
.indblock6 .second .grid2 .agreen .kuang
{
	width:20px;
	height:20px;
	border:1px solid #ccc;
	background:#fff;
	margin-right:10px;
	border-radius:5px;
	cursor:pointer;
}
.indblock6 .second .grid2 .agreen .kuang.kuanghover
{
	background:url('../images/index/gou.png') no-repeat center center;
	background-size:80% 80%;
	background-color:#000;
}
.indblock6 .second .grid2 .agreen .text1
{
	font-size:16px;
	line-height:35px;
}
.indblock6 .second .grid2 .submit
{
	width:120px;
	height:35px;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:35px;
	background:#a67f5e;
	cursor:pointer;
	transition:1s;
}
.indblock6 .second .grid2 .submit:hover
{
	background:#666;
}
/**首页6-留言 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**内页菜单**/
.catenav
{
	width:100%;
	overflow-x:auto;
	margin-bottom:50px;
	display:flex;
	flex-wrap:wrap;
}
.catenav .grid
{
	margin-right:30px;
}
.catenav .grid .link
{
	padding-left:2px;
	padding-right:2px;
	display:block;
	border-bottom:1px solid #ddd;
	font-size:14px;
	line-height:40px;
}
.catenav .grid .link.catehover
{
	color:#a67f5e;
	border-bottom:1px solid #a67f5e;
}
/**内页菜单 end**/
/**锚点**/
.maodian
{
	width:100%;
	height:100px;
	margin-top:-100px;
	overflow:hidden;
}
/**锚点 end**/
/**没有banner时**/
.none-banner
{
	width:100%;
	height:100px;
}
/**没有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**/
/**当前位置**/
.pathblock
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.pathblock .path
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    padding-top:15px;
    padding-bottom:30px;
}
.pathblock .path .websitename
{
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:25px;
}
.pathblock .path .nlist
{
    width:calc(100% - 70px);
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.pathblock .path .nlist .link
{
    display:block;
    font-size:14px;
    line-height:25px;
    transition:1s;
}
.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**/
/**关于我们**/
.aboutlist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutlist .grid
{
	padding-bottom:80px;
	margin-bottom:80px;
	border-bottom:1px solid #ccc;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.aboutlist .grid:nth-child(2n - 1)
{
	flex-direction:row-reverse;
}
.aboutlist .grid .cont
{
	width:48%;
	height:auto;
	box-sizing:border-box;
	padding-left:30px;
	position:relative;
}
.aboutlist .grid .cont::after
{
	content:'';
	width:10px;
	height:10px;
	background:#a67f5e;
	left:0px;
	top:0px;
	z-index:10;
	position:absolute;
}
.aboutlist .grid .cont .wenzi
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:25px;	
}
.aboutlist .grid .cont .wenzi p
{
	font-size:16px;
	line-height:25px;	
}
.aboutlist .grid .pic
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.aboutlist .grid .pic .image
{
	width:100%;
	height:auto;
}
/**关于我们 end**/
/**企业历程**/
.lichenglist
{
	width:100%;
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}
.lichenglist .mline
{
	width:1px;
	height:100%;
	position:absolute;
	z-index:1;
	background:#a67f5e;
	top:1px;
	left:155px;
}
.lichenglist .grid
{
	margin-bottom:30px;
}
.lichenglist .grid:last-child
{
	margin-bottom:0px;
}
.lichenglist .grid .link
{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
.lichenglist .grid .link .title
{
	  width:100px;
	  text-align:right;
	  font-weight:600;
	  font-size:18px;
	  line-height:1.2;
}
.lichenglist .grid .link .dian
{
	width:10px;
	height:10px;
	background:#a67f5e;
	border-radius:50%;
	margin-left:50px;
	margin-right:50px;
	position:relative;
	z-index:2;
	margin-top:5px;
}
.lichenglist .grid .link .contpic
{
	width:calc(100% - 210px);
	background:#fff;
	box-sizing: border-box;
	padding:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-top:0px;
}
.lichenglist .grid .link .contpic .pic
{
	width:25%;
	height:auto;
	overflow:hidden;
}
.lichenglist .grid .link .contpic .pic .image
{
	width:100%;
	height:auto;
}
.lichenglist .grid .link .sub
{
	width:100%;
	margin-bottom:10px;
	font-size:18px;
	line-height:1.2;
}
.lichenglist .grid .link .cont
{
	width:100%;
	font-size:15px;
	line-height:28px;
}
.lichenglist .grid .link .cont p
{
	font-size:15px;
	line-height:28px;
}
/**企业历程 end**/
/**新闻列表**/
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:22%;
	margin-right:4%;
	margin-bottom:30px;
}
.newslist .grid:nth-child(4n)
{
	margin-right:0px;
}
.newslist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:75%;
	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
{
	display:-webkit-box;
	font-size:16px;
	color:#000;
	overflow:hidden;
	line-height:22px;
	margin-bottom:10px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	max-height:44px;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
.newslist .grid .link .des
{
	font-size:14px;
	/* height:40px; */
	height:auto;
	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**/
/**新闻展示**/
.newshow .videodiv
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.newshow .videodiv .video
{
	max-width:1200px;
	height:auto;
	min-width:480px;
	margin:auto;
	display:block;
}
/**新闻展示 end**/
/**产品搜索**/
.pronavsearch
{
	width:100%;
	height:40px;
	display:flex;
	flex-wrap:wrap;
	background:#a67f5e;
	margin-bottom:50px;
}
.pronavsearch .grid
{
	width:25%;
	position:relative;
	height:40px;
}
.pronavsearch .grid .text
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#fff;
	font-size:15px;
	line-height:40px;
	background:url(../images/downarr.png) no-repeat calc(100% - 25px) center;
	cursor:pointer;
}
.pronavsearch .grid .pronav
{
	width:100%;
	position:absolute;
	top:40px;
	left:0px;
	z-index:100;
	background:#a67f5e;
	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:#fff;
	display:block;
	transition:1s;
}
.pronavsearch .grid .pronav .grid1:hover .link
{
	background:#baaa95;
}
.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/search_white.png') no-repeat center center;
	background-size:50% 50%;
	cursor:pointer;
}
.pronavsearch .grid .prosearch .btn .submitbtn
{
	width:100%;
	height:100%;
	display:block;
	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:#fff;
}
.pronavsearch .grid .prosearch .inputblock .input::-webkit-input-placeholder
{
	color:#fff;
}
/**产品搜索 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:100%;
	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
{
	background:#f6f6f6;
}
.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%;
	position:relative;
	box-sizing:border-box;
}
.proshowfir .picarr .smallblock
{
	width:100px;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
}
.proshowfir .picarr .smallblock .btn
{
	width:100%;
	position:absolute;
	height:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.proshowfir .picarr .smallblock .btn img
{
	height:25px;
}
.proshowfir .picarr .smallblock .button-prev
{
	top:-30px;
}
.proshowfir .picarr .smallblock .button-next
{
	bottom:-30px;
}
.proshowfir .picarr .smallblock .gallery-thumbs
{
	height:100%;
	width:100%;
	overflow:hidden;
}
.proshowfir .picarr .smallblock .gallery-thumbs .pic
{
	width:100%;
	height:100%;
	cursor:pointer;
	box-sizing: border-box;
	border:1px solid #eee;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.proshowfir .picarr .smallblock .gallery-thumbs .pic .image
{
	/* width:100%;
	height:100%;
	object-fit:cover; */
	opacity:0.8;
	max-width:100%;
	max-height:100%;
}
.proshowfir .picarr .smallblock .gallery-thumbs .swiper-slide-thumb-active .pic
{
	border:1px solid #a67f5e;
}
.proshowfir .picarr .smallblock .gallery-thumbs .swiper-slide-thumb-active .pic .image
{
	opacity:1;
}
.proshowfir .picarr .bpic
{
	width:calc(100% - 120px);
	margin-left:120px;
	position:relative;
}
.proshowfir .picarr .bpic .arr
{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	z-index:10;
	width:40px;
	cursor:pointer;
	display:none;
}
.proshowfir .picarr .bpic:hover .arr
{
	display:block;
}
.proshowfir .picarr .bpic .arr .image
{
	width:100%;
	height:auto;
}
.proshowfir .picarr .bpic .leftbtn-prev
{
	left:50px;
}
.proshowfir .picarr .bpic .rightbtn-next
{
	right:50px;
}
.proshowfir .picarr .bpic .outpic
{
	width:100%;
	position:relative;
	padding-bottom:100%;
	height:auto;
}
.proshowfir .picarr .bpic .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	box-sizing:border-box;
	border:1px solid #eee;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.proshowfir .picarr .bpic .outpic .pic .image
{
	/* width:100%;
	height:100%;
	object-fit:cover; */
	max-width:100%;
	max-height:100%;
}
.proshowfir .picarr .bpic .skupic
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	position:absolute;
	align-items:center;
	justify-content:center;
	background:#fff;
	top:0px;
	left:0px;
	z-index:100;
}
.proshowfir .picarr .bpic .skupic .image
{
	max-width:100%;
	max-height:100%;
}
.proshowfir .prorightcont
{
    width:48%;
    padding:30px 0px;
    box-sizing:border-box;
}
.proshowfir .prorightcont .protitle
{
    width: 100%;
    font-size:24px;
    position: relative;
    margin-bottom:20px;
}
.proshowfir .prorightcont .des
{
	font-size:15px;
	line-height:25px;
	margin-bottom:20px;
}
.proshowfir .prorightcont .des p
{
	font-size:15px;
	line-height:25px;
}
.proshowfir .prorightcont .sku
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.proshowfir .prorightcont .sku .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.proshowfir .prorightcont .sku .grid:last-child
{
	margin-bottom:0px;
}
.proshowfir .prorightcont .sku .grid .skutit
{
	width:100%;
	height:auto;
	font-size:17px;
	line-height:25px;
	margin-bottom:10px;
}
.proshowfir .prorightcont .sku .grid .skulist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.proshowfir .prorightcont .sku .grid .skulist .grid1
{
	padding:5px 15px;
	border:1px solid #ddd;
	font-size:15px;
	line-height:25px;
	margin-right:10px;
	cursor:pointer;
	margin-bottom:10px;
	box-sizing: border-box;
}
.proshowfir .prorightcont .sku .grid .skulist .grid1:last-child
{
	margin-right:0px;
}
.proshowfir .prorightcont .sku .grid .skulist .grid1.hover
{
	border:1px solid #000;
}
.proshowfir .prorightcont .buynum
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.proshowfir .prorightcont .buynum .fh
{
	width:25px;
	height:25px;
	line-height:25px;
	font-size:20px;
	text-align:center;
	cursor:pointer;
}
.proshowfir .prorightcont .buynum .input
{
	width:80px;
	height:25px;
	overflow:hidden;
}
.proshowfir .prorightcont .buynum .input input
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	outline:none;
	text-align:center;
}
.proshowfir .prorightcont .price
{
    width: 100%;
    font-size:20px;
    margin-bottom:20px;
	color:#f00;
	line-height:25px;
}
.proshowfir .prorightcont .cartadd
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.proshowfir .prorightcont .cartadd .btn
{
	font-size:15px;
	line-height:1;
	background:#a67f5e;
	color:#fff;
	padding:10px 30px;
	cursor:pointer;
	transition:500ms;
}
.proshowfir .prorightcont .cartadd .btn:hover
{
	background:#baaa95;
}
.promsgbg
{
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	display:none;
}
.promsgbg .promsgkuang
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.promsgbg .promsgkuang .promsg
{
	width:400px;
	height:auto;
	background:#fff;
	padding:50px 30px;
	border-radius:10px;
	box-sizing:border-box;
	position:relative;
}
.promsgbg .promsgkuang .promsg .close
{
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	position:absolute;
	top:5px;
	right:5px;
	font-size:30px;
	cursor:pointer;
}
.promsgbg .promsgkuang .promsg .bigtit
{
	width:100%;
	height:auto;
	font-size:22px;
	line-height:1px;
	margin-bottom:30px;
	text-align:center;
}
.promsgbg .promsgkuang .promsg .first
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.promsgbg .promsgkuang .promsg .first .grid
{
	width:100%;
	height:auto;
	margin-bottom:20px;
	overflow:hidden;
}
.promsgbg .promsgkuang .promsg .first .grid:last-child
{
	margin-bottom:0px;
}
.promsgbg .promsgkuang .promsg .first .grid .inputb
{
	width:100%;
	height:auto;
}
.promsgbg .promsgkuang .promsg .first .grid .inputb .input
{
	outline:none;
	width:100%;
	height:30px;
	box-sizing:border-box;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #ccc;
	border-radius:5px;
}
.promsgbg .promsgkuang .promsg .first .grid .submit
{
	width:150px;
	height:30px;
	font-size:15px;
	text-align:center;
	background:#a67f5e;
	color:#fff;
	margin:auto;
	line-height:30px;
	border-radius:5px;
	margin-top:20px;
	transition:500ms;
	cursor:pointer;
}
.promsgbg .promsgkuang .promsg .first .grid .submit:hover
{
	background:#baaa95;
}
.proviewcont
{
	margin-top:80px;
}
.protjtitle
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:28px;
    margin-bottom:50px;
    line-height:1.5;
	text-align:center;
}
.productviewblockbg2
{
	background:#f6f6f6;
	padding-top:0px;
}
.psmaterailcate
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.psmaterailcate .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}
.psmaterailcate .grid:last-child
{
	margin-bottom:0px;
}
.psmaterailcate .grid .gridtop
{
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#000;
	margin-bottom:30px;
}
.psmaterailcate .grid:nth-child(3n - 2) .gridtop
{
	background:url('../images/proshow/mabg1.jpg') no-repeat center center;
	background-size:cover;
}
.psmaterailcate .grid:nth-child(3n - 1) .gridtop
{
	background:url('../images/proshow/mabg2.jpg') no-repeat center center;
	background-size:cover;
}
.psmaterailcate .grid:nth-child(3n) .gridtop
{
	background:url('../images/proshow/mabg3.jpg') no-repeat center center;
	background-size:cover;
}
.psmaterailcate .grid .gridtop .title
{
	width:100%;
	height:auto;
	font-size:32px;
	color:#fff;
	line-height:1.5;
	text-align:center;
}
.psmaterailcate .grid .materaillist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.psmaterailcate .grid .materaillist .listgrid
{
	width:15%;
	height:auto;
	margin-bottom:15px;
	margin-right:2%;
}
.psmaterailcate .grid .materaillist .listgrid:nth-child(6n)
{
	margin-right:0px;
}
.psmaterailcate .grid .materaillist .listgrid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.psmaterailcate .grid .materaillist .listgrid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	position:relative;
}
.psmaterailcate .grid .materaillist .listgrid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.psmaterailcate .grid .materaillist .listgrid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.psmaterailcate .grid .materaillist .listgrid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	text-align:center;
	line-height:25px;
	margin-top:10px;
}
.qalist
{
	width:100%;
	box-sizing:border-box;
	border:1px dashed #ccc;
	border-bottom:0px;
}
.qalist .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.qalist .grid .wen
{
	box-sizing: border-box;
	width:100%;
	font-size:15px;
	line-height:25px;
	padding:15px;
	border-bottom:1px dashed #ccc;
}
.qalist .grid .da
{
	box-sizing: border-box;
	width:100%;
	font-size:15px;
	line-height:25px;
	padding:15px;
	border-bottom:1px dashed #ccc;
}
.proviewcont .detailnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:50px;
	border-bottom:1px solid #ccc;
}
.proviewcont .detailnav .grid
{
	font-size:18px;
	border-bottom:2px solid #f6f6f6;
	margin-left:15px;
	margin-right:15px;
	line-height:50px;
	transition:500ms;
	cursor:pointer;
}
.proviewcont .detailnav .grid:hover
{
	border-bottom:2px solid #a67f5e;
}
.proviewcont .videocontent
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	background:#f9f5ef;
	padding:50px;
	box-sizing:border-box;
	margin-bottom:80px;
}
.proviewcont .videocontent .left
{
	width:48%;
}
.proviewcont .videocontent .left .provideo
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
}
.proviewcont .videocontent .left .provideo .insidev
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.proviewcont .videocontent .left .provideo .insidev .video
{
	display:block;
	max-height:100%;
	max-width:100%;
}
.proviewcont .videocontent .left .picarr1
{
    width:100%;
    height:auto;
	position:relative;
}
.proviewcont .videocontent .left .picarr1 .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.proviewcont .videocontent .left .picarr1 .leftbtn-prev
{
	left:20px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.proviewcont .videocontent .left .picarr1 .rightbtn-next
{
	right:20px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.proviewcont .videocontent .left .picarr1 .picarrlist1
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.proviewcont .videocontent .left .picarr1 .picarrlist1 .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:75%;
}
.proviewcont .videocontent .left .picarr1 .picarrlist1 .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;
    
}
.proviewcont .videocontent .left .picarr1 .picarrlist1 .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.proviewcont .videocontent .left .picarr1 .picarrlist1 .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.proviewcont .videocontent .left .picarr1 .picarrlist1 .swiperpages .swiper-pagination-bullet-active
{
	background:#999;
}
.proviewcont .videocontent .right
{
	width:48%;
}
.proviewcont .videocontent .right .protjtitle
{
	text-align:left;
	margin-bottom:30px;
}
.proviewcont .canshu
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:80px;
}
.proviewcont .canshu .left
{
	width:48%;
}
.proviewcont .canshu .left .protjtitle
{
	text-align:left;
	margin-bottom:30px;
}
.proviewcont .canshu .left .canshulist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.proviewcont .canshu .left .canshulist .record
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.proviewcont .canshu .left .canshulist .record:nth-child(2n - 1)
{
	background:#f9f5ef;
}
.proviewcont .canshu .left .canshulist .record .tit
{
	width:50%;
	box-sizing:border-box;
	padding:5px;
	font-size:15px;
	line-height:25px;
}
.proviewcont .canshu .left .canshulist .record .can
{
	width:50%;
	box-sizing:border-box;
	padding:5px;
	font-size:15px;
	line-height:25px;
}
.proviewcont .canshu .right
{
	width:48%;
	height:auto;
}
.proviewcont .canshu .right .pic
{
	width:100%;
	height:auto;
}
.proviewcont .canshu .right .pic .image
{
	width:100%;
	height:auto;
}
.proviewcont .changjing
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
}
.proviewcont .changjing .left
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.proviewcont .changjing .left .pic
{
	width:100%;
	height:auto;
}
.proviewcont .changjing .left .pic .image
{
	width:100%;
	height:auto;
}
.proviewcont .changjing .wenzi
{
	width:48%;
}
/**产品详情 end**/
/**案例分类**/
.casecate
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.casecate .grid
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:60px;
	overflow:hidden;
	justify-content: space-between;
	align-items:center;
}
.casecate .grid:nth-child(2n - 1)
{
	flex-direction: row-reverse;
}
.casecate .grid:last-child
{
	margin-bottom:0px;
}
.casecate .grid .wenzi
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.casecate .grid .wenzi .title
{
	width:100%;
	height:auto;
	font-size:32px;
	line-height:1.5;
	margin-bottom:30px;
}
.casecate .grid .wenzi .cont
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	margin-bottom:15px;
}
.casecate .grid .wenzi .cont p
{
	font-size:15px;
	line-height:25px;
}
.casecate .grid .wenzi .more
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.casecate .grid .wenzi .more .link
{
	font-size:16px;
	line-height:25px;
	transition:1s;
}
.casecate .grid .wenzi .more .link:hover
{
	color:#999;
}
.casecate .grid .rightpic
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.casecate .grid .rightpic .pic
{
	width:100%;
	height:auto;
}
.casecate .grid .rightpic .pic .image
{
	width:100%;
	height:auto;
}
/**案例分类 end**/
/**案例列表**/
.caselist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:22%;
	margin-right:4%;
	margin-bottom:30px;
}
.caselist .grid:nth-child(4n)
{
	margin-right:0px;
}
.caselist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.caselist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:130%;
	margin-bottom:15px;
}
.caselist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.caselist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.caselist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.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.5);
	transition:1s;
}
.caselist .grid:hover .link .outpic .playbtn
{
	background-color:rgba(0,0,0,0);
}
.caselist .grid .link .title
{
	display:-webkit-box;
	font-size:16px;
	color:#000;
	overflow:hidden;
	line-height:22px;
	margin-bottom:10px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	max-height:44px;
	overflow:hidden;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
.caselist .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;
}
.caselist .grid:hover .link .des
{
	color:#000;
}
.caselist .grid .link .more
{
	font-size:14px;
	line-height:22px;
	color:#999;
	transition:1s;
}
.caselist .grid:hover .link .more
{
	color:#000;
}
/**案例列表 end**/
/**公寓列表**/
.villalist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.villalist .grid
{
	width:22%;
	margin-right:4%;
	margin-bottom:30px;
}
.villalist .grid:nth-child(4n)
{
	margin-right:0px;
}
.villalist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.villalist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:75%;
	margin-bottom:15px;
}
.villalist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.villalist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.villalist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.villalist .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;
}
.villalist .grid:hover .link .outpic .playbtn
{
	background-color:rgba(0,0,0,0);
}
.villalist .grid .link .title
{
	display:-webkit-box;
	font-size:16px;
	color:#000;
	overflow:hidden;
	line-height:22px;
	margin-bottom:10px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	max-height:44px;
	overflow:hidden;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
.villalist .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;
}
.villalist .grid:hover .link .des
{
	color:#000;
}
.villalist .grid .link .more
{
	font-size:14px;
	line-height:22px;
	color:#999;
	transition:1s;
}
.villalist .grid:hover .link .more
{
	color:#000;
}
/**公寓列表 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:66.66%;
	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 .videodiv
{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
}
.caseShowBlock .videodiv .video
{
	max-width:1200px;
	height:auto;
	min-width:480px;
	margin:auto;
	display:block;
}
.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**/
/**材料**/
.materailcate
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.materailcate .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}
.materailcate .grid:last-child
{
	margin-bottom:0px;
}
.materailcate .grid .gridtop
{
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#000;
	margin-bottom:30px;
}
.materailcate .grid:nth-child(3n - 2) .gridtop
{
	background:url('../images/materail/bg1.jpg') no-repeat center center;
	background-size:cover;
}
.materailcate .grid:nth-child(3n - 1) .gridtop
{
	background:url('../images/materail/bg2.jpg') no-repeat center center;
	background-size:cover;
}
.materailcate .grid:nth-child(3n) .gridtop
{
	background:url('../images/materail/bg3.jpg') no-repeat center center;
	background-size:cover;
}
.materailcate .grid .gridtop .ins
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.materailcate .grid .gridtop .ins .wenzi
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.materailcate .grid .gridtop .ins .wenzi .title
{
	width:100%;
	height:auto;
	font-size:32px;
	color:#fff;
	line-height:1.5;
	margin-bottom:20px;
}
.materailcate .grid .gridtop .ins .wenzi .cont
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	color:#fff;
}
.materailcate .grid .gridtop .ins .wenzi .cont p
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	color:#fff;
}
.materailcate .grid .gridtop .ins .pic
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.materailcate .grid .gridtop .ins .pic .image
{
	width:100%;
	height:auto;
}
.materailcate .grid .materaillist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.materailcate .grid .materaillist .listgrid
{
	width:15%;
	height:auto;
	margin-bottom:15px;
	margin-right:2%;
}
.materailcate .grid .materaillist .listgrid:nth-child(6n)
{
	margin-right:0px;
}
.materailcate .grid .materaillist .listgrid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.materailcate .grid .materaillist .listgrid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	position:relative;
}
.materailcate .grid .materaillist .listgrid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.materailcate .grid .materaillist .listgrid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.materailcate .grid .materaillist .listgrid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	text-align:center;
	line-height:25px;
	margin-top:10px;
}
/**材料 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**/
/**视频列表**/
.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:66.66%;
	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**/
/**联系我们**/
.contactfir
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	flex-direction: row-reverse;
	align-items:center;
	margin-bottom:50px;
}
.contactfir .map
{
	width:48%;
	height:400px;
	display:none;
}
.contactfir .mappic
{
	width:48%;
	height:auto;
}
.contactfir .mappic .image
{
	width:100%;
	height:auto;
}
.contactfir .contactfir_l
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactfir .contactfir_l .gsm
{
	font-size:32px;
	line-height:1.5;
	overflow:hidden;
	margin-bottom:20px;
}
.contactfir .contactfir_l .inforec
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
}
.contactsec
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactsec .first
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:30px;
}
.contactsec .first .grid
{
	width:32%;
}
.contactsec .text
{
	font-size:16px;
	line-height:1.5;
}
.contactsec .inputb
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactsec .inputb .input
{
	box-sizing: border-box;
	border:none;
	border-bottom:1px solid #666;
	font-size:15px;
	background:none;
	width:100%;
	height:35px;
	outline:none;
}
.contactsec .sec
{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.contactsec .agreen
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:100%;
	margin-bottom:30px;
}
.contactsec .agreen .kuang
{
	width:20px;
	height:20px;
	border:1px solid #ccc;
	background:#fff;
	margin-right:10px;
	border-radius:5px;
	cursor:pointer;
}
.contactsec .agreen .kuang.kuanghover
{
	background:url('../images/index/gou.png') no-repeat center center;
	background-size:80% 80%;
	background-color:#000;
}
.contactsec .agreen .text1
{
	font-size:16px;
	line-height:35px;
}
.contactsec .submit
{
	width:120px;
	height:35px;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:35px;
	background:#a67f5e;
	cursor:pointer;
	margin:auto;
	transition:1s;
}
.contactsec .submit:hover
{
	background:#666;
}
.contactfir .contactfir_l .codelist
{
	width:100%;
	height:auto;
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
}
.contactfir .contactfir_l .codelist .cgrid
{
	width:120px;
	height:auto;
	margin-right:15px;
	overflow:hidden;
}
.contactfir .contactfir_l .codelist .cgrid:last-child
{
	margin-right:0px;
}
.contactfir .contactfir_l .codelist .cgrid .pic
{
	width:100%;
	height:auto;
}
.contactfir .contactfir_l .codelist .cgrid .pic .image
{
	width:100%;
	height:auto;
}
.contacttb
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.contacttb .grid
{
	width:30px;
	margin-right:20px;
	cursor:pointer;
}
.contacttb .grid:last-child
{
	margin-right:0px;
}
.contacttb .grid .link
{
	display:block;
	position:relative;
}
.contacttb .grid .link .pic
{
	width:100%;
	height:auto;
	transition:1s;
}
.contacttb .grid .link:hover .pic
{
	opacity:0.7;
}
.contacttb .grid .link .pic .image
{
	width:100%;
	height:auto;
}
.contacttb .grid .link .twocode
{
	position:absolute;
	bottom:40px;
	left:50%;
	transform: translate(-50%,0);
	z-index:10;
	display:none;
	width:120px;
}
.contacttb .grid .link .twocode .image
{
	width:100%;
	height:auto;
}
.contacttb .grid .link:hover .twocode
{
	display:block;
}
/**联系我们 end**/
/**工厂列表**/
.factorylist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.factorylist .grid
{
	width:30.66%;
	margin-right:4%;
	margin-bottom:30px;
}
.factorylist .grid:nth-child(3n)
{
	margin-right:0px;
}
.factorylist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.factorylist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:138%;
	margin-bottom:15px;
}
.factorylist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.factorylist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.factorylist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.factorylist .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;
}
.factorylist .grid:hover .link .outpic .playbtn
{
	background-color:rgba(0,0,0,0);
}
.factorylist .grid .link .title
{
	font-size:16px;
	color:#000;
	overflow:hidden;
	line-height:22px;
	margin-bottom:10px;
	text-align:center;
}
/**工厂列表 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**/
/**网站内页 end**/


