/**网站全局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;
}
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:rgba(175,157,133,0.5);
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
	transition:1s;
}
.headbg.headbghover
{
	background:#af9d85;
}
.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
{
	height:100%;
}
.headbg .head .logo a.link
{
	display:block;
	height:100%;
}
.headbg .head .logo a.link .pic
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.headbg .head .logo a.link .image
{
	max-height:80%;
}
.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;
}
.headbg .head .cnav .grid1 .subnav2
{
	 position:absolute;
	 z-index:10;
	 background:#af9d85;
	 left:50%;
	 /* width:200px; */
	 transform:translate(-50%,0);
	 max-height:calc(100vh - 150px);
	 overflow-y:auto;
	 /* padding:8px 0px; */
	 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:rgba(0,0,0,0.5);
	left:100%;
	/* width:200px; */
	min-width:150px;
	top:0px;
	/* padding:8px 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%;
	/* width:200px; */
	min-width:150px;
	top:0px;
	/* padding:8px 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%;
}
.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);
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#af9d85;
	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:#fff;
}
/**网站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:#e7e7e7;
	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:#af9d85;
	font-size:15px;
	color:#fff;
	height:40px;
	line-height:40px;
	border-radius:20px;
	transition:1s;
}
.indblock1 .more a.link:hover
{
	border-radius:0px;
}
.indblockbg1 .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblockbg1 .pic .image
{
	width:100%;
	height:auto;
}
/**首页1-豪华家具与设计 end**/
/**首页2-产品系列**/
.indproserblock
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
	align-items:stretch;
}
.indproserblock .lefttext
{
	width:30%;
	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;
}
.indproserblock .indproserbannerblock
{
	width:70%;
	position:relative;
	overflow:hidden;
}
.indproserblock .indproserbannerblock .indproserbanner
{
	width:110%;
}
.indproserblock .indproserbannerblock .indproserbanner .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
}
.indproserblock .indproserbannerblock .indproserbanner .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:60%;
	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:1s;
}
.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;
	padding:5px 10px;
	line-height:1.8;
	margin-top:10px;
}
/**首页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;
}
.indblockbg4 .indblock4
{
	padding-bottom:80px;
}
.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;
	max-width:50%;
}
.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:#af9d85;
	font-size:15px;
	color:#fff;
	height:40px;
	line-height:40px;
	border-radius:20px;
	transition:1s;
}
.indblock4 .more a.link:hover
{
	border-radius:0px;
}
.indcaselist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
}
.indcaselist .casefirst
{
	width:38%;
	height:auto;
}
.indcaselist .casefirst .link
{
	display:block;
	height:auto;
	width:100%;
}
.indcaselist .casefirst .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:66.66%;
}
.indcaselist .casefirst .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indcaselist .casefirst .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.indcaselist .casefirst:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.indcaselist .caseother
{
	display:flex;
	width:59%;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:flex-start;
	align-content: space-between;
}
.indcaselist .caseother .grid
{
	width:30%;
	height:auto;
	overflow:hidden;
}
.indcaselist .caseother .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indcaselist .caseother .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:66.66%;
}
.indcaselist .caseother .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indcaselist .caseother .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.indcaselist .caseother .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
/**两个案例**/
.indblockbg4 .indblock4 .twocase
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
}
.indblockbg4 .indblock4 .twocase .cgrid
{
	width:49%;
	height:auto;
	overflow:hidden;
	margin-right:2%;
	margin-bottom:30px;
}
.indblockbg4 .indblock4 .twocase .cgrid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.indblockbg4 .indblock4 .twocase .cgrid:nth-child(2n)
{
	margin-right:0%;
}
.indblockbg4 .indblock4 .twocase .cgrid .link
{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}
.indblockbg4 .indblock4 .twocase .cgrid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblockbg4 .indblock4 .twocase .cgrid .link .pic .image
{
	width:100%;
	height:auto;
	transition:1s;
}
.indblockbg4 .indblock4 .twocase .cgrid:hover .link .pic .image
{
	transform:scale(1.1);
}

/**两个案例 end**/
/**首页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;
	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:#af9d85;
	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:#af9d85;
	border-bottom:1px solid #af9d85;
}
/**内页菜单 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**/
/**关于我们**/
.aboutbigtitle
{
	font-size:32px;
	line-height:1.2;
	margin-bottom:25px;
}
/**关于第二模块**/
.aboutbg2
{
	padding-top:0px;
	padding-bottom:0px;
}
.about2block
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom:80px;
}
.about2block .pic
{
	width:60%;
	height:auto;
	overflow:hidden;
}
.about2block .pic .image
{
	width:100%;
	height:auto;
}
.about2block .wz
{
	width:36%;
}
.about2block .wz .wgrid
{
	margin-bottom:30px;
}
.about2block .wz .wgrid:last-child
{
	margin-bottom:0px;
}
.aboutbg2 .bgpic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutbg2 .bgpic .image
{
	width:100%;
}
/**关于第二模块 end**/
/**关于第三模块**/
.about3 .first
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom:80px;
}
.about3 .first .pic
{
	width:50%;
	height:auto;
	overflow:hidden;
}
.about3 .first .pic .image
{
	width:100%;
	height:auto;
}
.about3 .first .wz
{
	width:46%;
}
.about3 .first .wz .wgrid
{
	margin-bottom:30px;
}
.about3 .first .wz .wgrid:last-child
{
	margin-bottom:0px;
}
.about3 .second
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.about3 .second .grid
{
	width:48%;
	margin-right:4%;
	height:auto;
}
.about3 .second .grid:nth-child(2n)
{
	margin-right:0px;
}
.about3 .second .grid .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.about3 .second .grid .outpic .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.about3 .second .grid .outpic .pic .image
{
	width:100%;
	height:auto;
}
/**关于第三模块 end**/
/**关于第四模块**/
.aboutbg4
{
	padding-top:0px;
}
.aboutbg4 .wgrid
{
	margin-bottom:30px;
}
.aboutbg4 .wgrid:last-child
{
	margin-bottom:0px;
}
/**关于第四模块 end**/
/**关于第五模块**/
.aboutbg5
{
	padding-top:0px;
}
.aboutbg5 .first
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom:80px;
}
.aboutbg5 .first .wz
{
	width:46%;
}
.aboutbg5 .first .wz .wgrid
{
	margin-bottom:30px;
}
.aboutbg5 .first .wz .wgrid:last-child
{
	margin-bottom:0px;
}
.aboutbg5 .first .pic
{
	width:50%;
	height:auto;
	overflow:hidden;
}
.aboutbg5 .first .pic .image
{
	width:100%;
	height:auto;
}
/**关于第五模块 end**/
/**关于我们 end**/
/**企业历程**/
.lichenglist
{
	width:100%;
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}
.lichenglist .mline
{
	width:1px;
	height:100%;
	position:absolute;
	z-index:1;
	background:#af9d85;
	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:#af9d85;
	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
{
	font-size:16px;
	color:#000;
	overflow:hidden;
	line-height:22px;
	margin-bottom:10px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	height:44px;
	overflow:hidden;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
.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;
	background:#000;
	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:#000;
	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:#666;
}
.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:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
}
.prolist .grid:nth-child(3n)
{
	margin-right:0px;
}
.prolist .grid .link
{
	display:block;
	width:100%;
}
.prolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	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%;
    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:66.66%;
}
.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;
}
.proshowfir .prorightcont .download
{
	text-align:right;
	font-size:16px;
	line-height:30px;
	border-top:1px solid #ddd;
	margin-top:15px;
	padding-top:15px;
	height:30px;
	width:100%;
}
.proshowfir .prorightcont .download a
{
	display:block;
	background:url('../images/download.png') no-repeat right 6px;
	background-size:15px 15px; 
	padding-right:25px;
	font-size:16px;
	line-height:30px;
	transition:1s;
}
.proshowfir .prorightcont .download a:hover
{
	text-decoration: underline;
}
.proshowfir .prorightcont .buylink
{
	width:200px;
	height:40px;
	text-align:center;
	
}
.proshowfir .prorightcont .buylink .link
{
	width:100%;
	display:block;color:#fff;
	font-size:16px;
	background:#af9d85;
	text-align:center;
	line-height:36px;
	height:36px;
	border-radius:20px;
	transition:1s;
}
.proshowfir .prorightcont .buylink .link:hover
{
	background:#baaa95;
}

.productviewblock1 .contenttitle
{
	font-size:16px;
	line-height:30px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
.proshowfir .prorightcont .insidecontent
{
    width:100%;
    font-size:14px;
    line-height:25px;
    border-top:1px solid #ccc;
    padding-top:15px;
    padding-bottom:15px;
}
.protjtitle
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:32px;
    margin-bottom:50px;
    line-height:1.5;
}
/**产品详情 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%;
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:22%;
	height:auto;
	margin-right:4%;
	margin-bottom:30px;
}
.caselist .grid:nth-child(4n)
{
	margin-right:0px;
}
.caselist .grid .link
{
	display:block;
	width:100%;
}
.caselist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	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;
}
/**案例列表 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 .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 .gridtop1
{
	background:url('../images/materail/bg1.jpg') no-repeat center center;
	background-size:cover;
}
.materailcate .grid .gridtop2
{
	background:url('../images/materail/bg2.jpg') no-repeat center center;
	background-size:cover;
}
.materailcate .grid .gridtop3
{
	background:url('../images/materail/bg3.jpg') no-repeat center center;
	background-size:cover;
}
/* .materailcate .grid .gridtop4
{
	background:url('../images/materail/bg4.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;
}
.contactfir .mappic
{
	width:48%;
	height:auto;
}
.contactfir .mappic .image
{
	width:100%;
	height:auto;
}
.contactfir .contactfir_l
{
	width:48%;
	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:#af9d85;
	cursor:pointer;
	margin:auto;
	transition:1s;
}
.contactsec .submit:hover
{
	background:#666;
}
.contactfir .contactfir_l .codelist
{
	width:100%;
	height:auto;
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
}
.contactfir .contactfir_l .codelist .cgrid
{
	width:120px;
	height:auto;
	margin-right:20px;
	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:75%;
	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 .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**/


