/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Arial",sans-serif;
}
body 
{	
	color: #333;
	background: white;
	margin:auto;  
	min-width:1200px;
	margin:auto;
	overflow-x:hidden;
}
p 
{
	color: #333;
}
a 
{
	text-decoration: none;
	color: #333;
}
li 
{
	list-style: none;
}
img 
{
	border: none;
	display:block;
}
.clear 
{
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.m_hide
{
	display:block;
}
.pc_hide
{
	display:none;
}
/**网站全局css end**/
/**网站头部**/
.headbg
{
	width:100%;
	min-width:100%;
	max-width:100%;
	top:0px;
	left:0px;
	z-index:1000;
	height:120px;
	box-sizing:border-box;
	background:#fff;
	position:fixed;
	transition:800ms;
}
.headbg.hghover
{
	height:60px;
}
.headbg .lansearch
{
	position:absolute;
	bottom:4px;
	right:30px;
	height:46px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	z-index:20;
}
.headbg .lansearch .lan
{
	margin-right:10px;
	font-size:16px;
	font-weight:600;
	line-height:46px;
}
.headbg .lansearch .lan span
{
	padding-left:5px;
	padding-right:5px;
}
.headbg .lansearch .lan .link
{
	transition:500ms;
}
.headbg .lansearch .lan .link:hover
{
	color:#d8be8b;
}
.headbg .lansearch .searchbtn
{
	width:20px;
	height:auto;
}
.headbg .lansearch .searchbtn .pic
{
	width:100%;
	height:auto;
}
.headbg .lansearch .searchbtn .pic .image
{
	width:100%;
	height:auto;
}
.headbg .head .logo
{
	padding-top:20px;
	width:100%;
	transition:800ms;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.headbg.hghover .head .logo
{
	position:absolute;
	left:30px;
	z-index:20;
	width:210px;
	padding-top:15px;
}
.headbg .head .logo .link
{
	display:block;
}
.headbg .head .logo .link .image
{
	height:45px;
	transition:800ms;
}
.headbg.hghover .head .logo .link .image
{
	height:30px;
}
.headbg .head .nav
{
	height:50px;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
	position:absolute;
	bottom:0px;
	z-index:10;
}
.headbg .head .nav .grid1
{
	margin-right:20px;
	margin-left:20px;
	height:100%;
	position:relative;
}
.headbg .head .nav .grid1 .link1
{
	height:100%;
	line-height:46px;
	font-weight:600;
	font-size:16px;
	color:#000;
	display:block;
	box-sizing:border-box;
	border-bottom:4px solid #fff;
	transition:500ms;
}
.headbg .head .nav .grid1:hover .link1
{
	border-bottom:4px solid #d8be8b;
}
.headbg .head .nav .grid1 .subnav
{
	position:absolute;
	left:0px;
	padding-top:30px;
	padding-bottom:30px;
	display:none;
}
.headbg .head .nav .grid1 .subnav .grid2 .link2
{
	display:block;
	font-size:16px;
	line-height:25px;
	margin-bottom:5px;
	white-space:nowrap;
	transition:500ms;
}
.headbg .head .nav .grid1 .subnav .grid2:hover .link2
{
	color:#a67f5e;
}
.headbg .head .nav .grid1 .subnavbg
{
	position:fixed;
	border-top:2px solid #d8be8b;
	left:50%;
	transform:translate(-50%,0);
	width:1200px;
	background:#fff;
	display:none;
}
.headbg .searchbg
{
	width:100%;
	height:auto;
	background:#d8be8b;
	padding:15px 30px;
	position:absolute;
	top:120px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
	display:none;
}
.headbg .searchbg.hover
{
	transition:500ms;
}
.headbg.hghover .searchbg
{
	top:60px;
}
.headbg .searchbg .headsearch
{
	width:40%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #fff;
}
.headbg .searchbg .headsearch .input
{
	width:calc(100% - 35px);
}
.headbg .searchbg .headsearch .input input
{
	width:100%;
	height:100%;
	font-size:15px;
	color:#fff;
	background:none;
	border:none;
	outline:none;
}
.headbg .searchbg .headsearch .input input::-webkit-input-placeholder
{
	color:#fff;
}
.headbg .searchbg .headsearch .headsearchbtn
{
	width:35px;
	height:35px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.headbg .searchbg .headsearch .headsearchbtn .image
{
	width:20px;
	height:auto;
}
.headsupport
{
	height:120px;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#0a1831;
	padding-top:100px;
	padding-bottom:100px;
}
.footbg .foot
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1400px;
	min-width:1200px;
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .footleft
{
	width:25%;
	height:auto;
	box-sizing:border-box;
	padding-right:20px;
}
.footbg .foot .footleft .flogo
{
	width:240px;
	margin-bottom:30px;
}
.footbg .foot .footleft .flogo a
{
	display:block;
	width:100%;
	height:auto;
}
.footbg .foot .footleft .flogo a .image
{
	width:100%;
	height:auto;
}
.footbg .foot .footleft .contactinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footbg .foot .footleft .contactinfo p
{
	font-size:16px;
	line-height:25px;
	margin-bottom:5px;
	color:#fff;
}
.footbg .foot .footleft .contactinfo p a
{
	color:#fff;
	transition:500ms;
}
.footbg .foot .footleft .contactinfo p a:hover
{
	color:#d8be8b;
}
.footbg .foot .footright
{
	width:75%;
	height:auto;
}
.footbg .foot .footright .footnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
}
.footbg .foot .footright .footnav dl
{
	width:28%;
	margin-right:8%;
	padding-top:20px;
}
.footbg .foot .footright .footnav dl dt
{
	border-bottom:1px solid #7c8491;
	font-size:25px;
	line-height:1;
	padding-bottom:10px;
	color:#fff;
	font-weight:600;
	margin-bottom:30px;
}
.footbg .foot .footright .footnav dl dt a
{
	color:#fff;
	transition:500ms;
}
.footbg .foot .footright .footnav dl dt a:hover
{
	color:#d8be8b;
}
.footbg .foot .footright .footnav dl:nth-child(3n)
{
	margin-right:0px;
}
.footbg .foot .footright .footnav dl dd
{
	width:100%;
	font-size:16px;
	line-height:25px;
	margin-bottom:5px;
	color:#fff;
}
.footbg .foot .footright .footnav dl dd a
{
	color:#fff;
	transition:500ms;
}
.footbg .foot .footright .footnav dl dd a:hover
{
	color:#d8be8b;
}
.footbg .foot .footright .shejiaop
{
	width:100%;
	height:auto;
	font-size:0px;
	box-sizing:border-box;
	padding-left:36%;
}
.footbg .foot .footright .shejiaop .sgrid
{
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:auto;
	margin-right:20px;
}
.footbg .foot .footright .shejiaop .sgrid:last-child
{
	margin-right:0px;
}
.footbg .foot .footright .shejiaop .sgrid .link
{
	display:block;
	width:100%;
	position:relative;
	cursor:pointer;
}
.footbg .foot .footright .shejiaop .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.footbg .foot .footright .shejiaop .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.footbg .foot .footright .shejiaop .sgrid .link .twocode
{
	width:100px;
	height:auto;
	overflow:hidden;
	position:absolute;
	z-index:100;
	bottom:30px;
	left:50%;
	transform:translate(-50%,0);
	display:none;
}
.footbg .foot .footright .shejiaop .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.footbg .foot .footright .shejiaop .sgrid:hover .link .twocode
{
	display:block;
}

/**网站底部 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.banner .bannerarr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	border-radius:50%;
	transition:1s;
}
.banner:hover .bannerarr
{
	opacity:1;
}
.banner .leftbtn-prev
{
	background:url('../images/index/bannerleftarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:60px;
}
.banner .rightbtn-next
{
	background:url('../images/index/bannerrightarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	right:60px;
}
.banner a
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
}
.banner a img
{
	width:100%;
	height:auto;
}
.banner .swiperpages
{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#fff;
}
/**网站banner end**/
/**网站模块大小**/
.webblockbg
{
	width:100%;
	height:auto;
	padding-top:100px;
	padding-bottom:100px;
	overflow:hidden;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1680px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
/**网站模块大小 end**/
/**网站首页**/
/**首页标题，描述，查看更多**/
.indcatetit
{
	width:100%;
	text-align:center;
	font-size:32px;
	font-weight:600;
	margin-bottom:30px;
}
.indcatedes
{
	width:100%;
	line-height:28px;
	text-align:center;
	font-size:16px;
	margin-bottom:50px;
}
.indcatedes p
{
	font-size:16px;
	line-height:28px;
}
.indmore
{
	width:200px;
	height:30px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#d8be8b;
	line-height:30px;
	box-sizing:border-box;
	border:1px solid #d8be8b;
	display:block;
}
/**首页标题，描述，查看更多 end**/
/**首页1-产品系列**/
.indblockbg1 .indcatedes
{
	max-width:1100px;
	margin:auto;
	margin-bottom:50px;
}
.indproserbannerblock
{
	width:100%;
	height:auto;
	padding-left:70px;
	box-sizing:border-box;
}
.indproserbannerblock .indproserbanner
{
	width:120%;
	overflow:hidden;
	display:flex;
}
.indproserbannerblock .indproserbanner .swiper-wrapper
{
	height:auto;
	align-items:stretch;
}
.indproserbannerblock .indproserbanner .swiper-wrapper .swiper-slide
{
	background:#e6e6e6;
}
.indproserbannerblock .indproserbanner .link
{
	width:100%;
	display:block;
	overflow:hidden;
}
.indproserbannerblock .indproserbanner .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:95%;
	position:relative;
	overflow:hidden;
}
.indproserbannerblock .indproserbanner .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.indproserbannerblock .indproserbanner .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.indproserbannerblock .indproserbanner .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indproserbannerblock .indproserbanner .link .wz
{
	width:100%;
	padding:30px;
	box-sizing:border-box;
}
.indproserbannerblock .indproserbanner .link .wz .tit
{
	font-size:20px;
	text-align:center;
	line-height:30px;
	font-weight:600;
	margin-bottom:10px;
}
.indproserbannerblock .indproserbanner .link .wz .des
{
	font-size:16px;
	line-height:25px;
	text-align:center;
	margin-bottom:20px;
}
.indproserbannerblock .indproserbanner .link .wz .des p
{
	font-size:16px;
	line-height:25px;
	text-align:center;
}
.indproserbannerblock .indproserbanner .link .wz .indmore
{
	margin:auto;
	transition:500ms;
}
.indproserbannerblock .indproserbanner .link:hover .wz .indmore
{
	background:#0a1831;
}
/**首页1-产品系列 end**/
/**首页2-视频播放**/
.indblockbg2
{
	padding-top:0px;
}
.indexvideo
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.indexvideo .bg
{
	width:100%;
	height:auto;
	overflow:hidden;
	
}
.indexvideo .bg .image
{
	width:100%;
	height:auto;
}
.indexvideo .play
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:flex;
	align-content:center;
	flex-wrap:wrap;
	cursor:pointer;
	justify-content:center;
}
.indexvideo .play .btn
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}
.indexvideo .play .btn .image
{
	width:120px;
	margin:auto;
}
.indexvideo .play .indmore
{
	background:none;
	color:#d8be8b;
	transition:500ms;
}
.indexvideo .play:hover .indmore
{
	background:#d8be8b;
	color:#fff;
}
/**首页2-视频播放 end**/
/**首页3-酒店工程**/
.indblockbg3
{
	padding-top:0px;
}
.indexcase
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	max-width:1460px;
	margin:auto;
}
.indexcase .grid
{
	width:32%;
	margin-right:2%;
	overflow:hidden;
}
.indexcase .grid:last-child
{
	margin-right:0px;
}
.indexcase .grid .link
{
	width:100%;
	display:block;
	
}
.indexcase .grid .link .pic
{
	width:100%;
	position:relative;
	height:auto;
	overflow:hidden;
	padding-bottom:75%;
}
.indexcase .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.indexcase .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.indblock3 .indmore
{
	margin:auto;
	margin-top:50px;
	transition:500ms;
}
.indblock3 .indmore:hover
{
	background:#0a1831;
}
/**首页3-酒店工程 end**/
/**首页4-关于我们**/
.indblockbg4
{
	position:relative;
}
.indblockbg4 .bg
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indblockbg4 .bg .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indblockbg4 .indaboutbg
{
	width:100%;
	position:relative;
	z-index:20;
}
.indblockbg4 .indaboutbg .indabout
{
	width:35%;
	margin-left:55%;
}
.indblockbg4 .indaboutbg .indabout .indcatetit
{
	text-align:left;
	color:#d8be8b;
}
.indblockbg4 .indaboutbg .indabout .indaboutcont
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:28px;
	color:#fff !important;
}
.indblockbg4 .indaboutbg .indabout .indaboutcont p
{
	font-size:16px;
	line-height:28px;
	color:#fff !important;
}
.indblockbg4 .indaboutbg .indabout .indmore
{
	margin:auto;
	margin-top:50px;
	transition:500ms;
}
.indblockbg4 .indaboutbg .indabout .indmore:hover
{
	background:none;
	color:#d8be8b;
}
/**首页4-关于我们 end**/
/**首页5-新闻 **/
.indexnews
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.indexnews .grid
{
	width:32%;
	margin-right:2%;
	overflow:hidden;
}
.indexnews .grid:last-child
{
	margin-right:0px;
}
.indexnews .grid .link
{
	width:100%;
	display:block;
	
}
.indexnews .grid .link .pic
{
	width:100%;
	position:relative;
	height:auto;
	overflow:hidden;
	padding-bottom:84%;
	margin-bottom:20px;
}
.indexnews .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:contain;
	transition:500ms;
}
.indexnews .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.indexnews .grid .link .wz
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indexnews .grid .link .wz .time
{
	width:100%;
	height:auto;
	font-size:14px;
	line-height:25px;
	color:#535353;
	margin-bottom:5px;
	transition:500ms;
}
.indexnews .grid .link .wz .title
{
	width:100%;
	height:auto;
	font-size:17px;
	line-height:25px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:5px;
	transition:500ms;
}
.indexnews .grid .link .wz .des
{
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	width:100%;
	height:50px;
	font-size:14px;
	line-height:25px;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:15px;
	color:#999;
	transition:500ms;
}
.indexnews .grid .link .wz .indmore
{
	transition:500ms;
}
.indexnews .grid:hover .link .wz .indmore
{
	background:#0a1831;
}
/**首页5-新闻 end**/
/**首页6-联系信息**/
.indblockbg6
{
	padding-top:0px;
}
.indcontact
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.indcontact .contacttext
{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
}
.indcontact .bg
{
	width:100%;
	height:100%;
	position:absolute;
	z-index:5;
}
.indcontact .bg .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indcontact .contacttext
{
	padding:120px 20px;
	box-sizing:border-box;
}
.indcontact .contacttext .indcatetit
{
	color:#fff;
	margin-bottom:35px;
}
.indcontact .contacttext .contactinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:35px;
}
.indcontact .contacttext .contactinfo p
{
	text-align:center;
	font-size:18px;
	text-align:center;
	color:#fff;
	line-height:25px;
}
.indcontact .contacttext .contactxs
{
	width:100%;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-bottom:50px;
}
.indcontact .contacttext .indmore
{
	margin:auto;
	background:none;
	color:#d8be8b;
	transition:500ms;
}
.indcontact .contacttext .indmore:hover
{
	margin:auto;
	background:#d8be8b;
	color:#fff;
}
/**首页6-联系信息 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:60px;
	margin-top:-60px;
	overflow:hidden;
}
/**锚点 end**/
/**没有banner时**/
.none-banner
{
	width:100%;
	height:auto;
}
/**没有banner时 end**/
/**网站内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
}
.inside_banner a
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner a .text
{
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.inside_banner a .text p
{
	font-size:32px;
	color:#fff;
	line-height:1;
	text-align:center;
	width:100%;
}
.inside_banner a .pic
{
	width:100%;
	height:auto;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
}
/**网站内页banner end**/
/**内页内容区**/
.insidecontent
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:28px;
	margin:auto;
} 
.insidecontent p
{
	font-size:16px;
	line-height:28px;
}
.insidecontent ul li
{
	 list-style:disc;
}
.insidecontent img
{
	display:inline;
	max-width:100%;
}
.inside_bigtit
{
	width:100%;
	height:auto;
	font-weight:bold;
	font-size:20px;
	overflow:hidden;
	line-height:28px;
	text-align:center;
}
/**内页内容区 end**/
/**上一篇下一篇**/
.prevnext
{
	width:100%;
	height:auto;
	overflow:hidden;
	display: flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.prevnext .grid
{
	width:50%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
}
.prevnext .grid:nth-child(2n)
{
	text-align:right;
}
.prevnext .grid a
{
	color:#666;
	transition:1s;
}
.prevnext .grid a:hover
{
	color:#000;
}
/**上一篇下一篇 end**/
/**发布时间**/
.create_time
{
	width:100%;
	height:auto;
	font-size:15px;
	margin-top:15px;
	line-height:25px;
	color:#999;
	text-align:center;
	margin-bottom:30px;
}
/**发布时间 end**/
/**网站内页整体部分 end**/
/**栏目信息**/
.cateinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:40px;
}
.cateinfo .catename
{
	font-size:32px;
	overflow:hidden;
}
.cateinfo .summary
{
	font-size:15px;
	line-height:28px;
	margin-top:15px;
}
.cateinfo .summary p
{
	font-size:15px;
	line-height:28px;
}
/**栏目信息 end**/
/**当前位置**/
.pathblockbg
{
	background:#faf7f2;
}
.pathblock
{
    width:90%;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
    height:auto;
    overflow:hidden;
}
.pathblock .path
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    padding-top:30px;
    padding-bottom:10px;
}
.pathblock .path .websitename
{
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:25px;
	color:#999;
}
.pathblock .path .nlist
{
    width:calc(100% - 100px);
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.pathblock .path .nlist .link
{
    display:block;
    font-size:16px;
    line-height:25px;
    transition:1s;
	color:#999;
}
.pathblock .path .nlist .link:hover
{
    color:#666;
}
.pathblock .path .nlist .arr
{
    display:block;
    font-size:14px;
    line-height:25px;
}
.pathblock .path .nlist .arr:last-child
{
   display:none;
}
/**当前位置 end**/
/**二级菜单**/
.sitenavbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
.sitenavbg .sitenav
{
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin:auto;
	max-width:1680px;
	min-width:1200px;
	width:90%;
}
.sitenavbg .sitenav .grid
{
	overflow:hidden;
	margin-right:20px;
}
.sitenavbg .sitenav .grid a
{
	font-size:18px;
	color:#000;
	border-bottom:3px solid #fff;
	transition:1s;
	line-height:25px;
	padding:10px 20px;
	display:block;
}
.sitenavbg .sitenav .grid a.hover
{
	color:#cfa972;
	border-bottom:3px solid #cfa972

}
.sitenavbg .sitenav .grid a:hover
{
	color:#cfa972;
	border-bottom:3px solid #cfa972;
}
/**二级菜单 end**/
/**关于我们**/
/**公司简介-1**/
.aboutbg1 .aboutblock1
{
	max-width:1350px;
	margin:auto;
}
.aboutbg1 .aboutblock1 .indcatetit
{
	text-align:left;
}
.aboutbg1 .aboutblock1 .insidecontent 
{
	margin-bottom:40px;
}
.aboutbg1 .aboutblock1 .pic
{
	width:100%;
	height:auto;
}
.aboutbg1 .aboutblock1 .pic .image
{
	width:100%;
	height:auto;
}
/**公司简介-1 end**/
/**起源于2003年**/
.aboutbg2
{
	padding-top:0px;
	padding-bottom:0px;
}
.aboutbg2 .insidecontent
{
	margin-bottom:60px;
}
.aboutbg2 .insidecontent p
{
	text-align:center;
}
.aboutbg2 .huibg
{
	background:#e6e6e6;
	padding-bottom:100px;
}
.aboutbg2 .aboutblock2
{
	max-width:1500px;
	margin:auto;
}
.aboutbg2 .aboutblock2 .qiyuanlist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid .pic
{
	width:50%;
	height:auto;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid .text
{
	width:50%;
	box-sizing:border-box;
	padding-left:50px;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid .text .tit
{
	font-size:25px;
	font-weight:600;
	margin-bottom:15px;
	line-height:1;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid .text .cont
{
	font-size:16px;
	line-height:25px;
	color:#7c7c7c;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid .text .cont p
{
	font-size:16px;
	line-height:25px;
	color:#7c7c7c;
}
.aboutbg3
{
	padding-top:0px;
}
.aboutcatebg
{
	width:100%;
	height:auto;
	position:relative;
}
.aboutcatebg .text
{
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.aboutcatebg .text p
{
	font-size:32px;
	color:#fff;
	line-height:1;
	text-align:center;
	width:100%;
}
.aboutcatebg .pic
{
	width:100%;
	height:auto;
}
.aboutcatebg .pic img
{
	width:100%;
	height:auto;
}
.aboutbg3 .yanfalist
{
	max-width:1350px;
	margin:auto;
	padding-top:100px;
}
.aboutbg3 .yanfalist .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}
.aboutbg3 .yanfalist .grid:last-child
{
	margin-bottom:0px;
}
.aboutbg3 .yanfalist .grid .text
{
	width:100%;
}
.aboutbg3 .yanfalist .grid .text .numtit
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	justify-content:space-between;
	margin-bottom:40px;
}
.aboutbg3 .yanfalist .grid .text .numtit .num
{
	font-size:70px;
	line-height:1;
	color:#c8c3bd;
	font-style:italic;
	font-weight:600;
	width:70px;
}
.aboutbg3 .yanfalist .grid .text .numtit .tit
{
	font-size:25px;
	line-height:1.8;
	width:calc(100% - 80px);
}
.aboutbg3 .yanfalist .grid .text .numtit .tit span
{
	color:#d8be8b;
}
.aboutbg3 .yanfalist .grid .text .insidecontent
{
	box-sizing:border-box;
	padding-left:80px;
	margin-bottom:50px;
}
.aboutbg3 .yanfalist .grid .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutbg3 .yanfalist .grid .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg4
{
	padding-top:0px;
}
.aboutbg4 .rongyulist
{
	margin:auto;
	padding-top:100px;
	display:flex;
	flex-wrap:wrap;
}
.aboutbg4 .rongyulist .grid
{
	width:24%;
	margin-bottom:10px;
	margin-right:1.33%;
}
.aboutbg4 .rongyulist .grid:nth-child(4n)
{
	margin-right:0px;
}
.aboutbg4 .rongyulist .grid .link
{
	display:block;
	height:auto;
	box-sizing:border-box;
	position:relative;
	padding-right:5%;
}
.aboutbg4 .rongyulist .grid .link .outpic
{
	width:100%;
	border:5px solid #cfa972;
	box-sizing: border-box;
	position:relative;
	z-index:10;
}
.aboutbg4 .rongyulist .grid .link .outpic .outpic2
{
	width:100%;
	border:15px solid #0a1831;
	box-sizing: border-box;
}
.aboutbg4 .rongyulist .grid .link .outpic .outpic2 .pic
{
	width:100%;
	height:auto;
	padding-bottom:133.33%;
	position:relative;
	overflow:hidden;
}
.aboutbg4 .rongyulist .grid .link .outpic .outpic2 .pic .image
{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	transition:500ms;
}
.aboutbg4 .rongyulist .grid:hover .link .outpic .outpic2 .pic .image
{
	transform:scale(1.1);
}
.aboutbg4 .rongyulist .grid .link .yinying
{
	width:102%;
	height:auto;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:5;
}
.aboutbg4 .rongyulist .grid .link .yinying .image
{
	width:100%;
	height:auto;
}
.aboutbg5
{
	padding-top:0px;
}
.aboutbg5 .tuanduilist
{
	max-width:1350px;
	margin:auto;
	height:auto;
	padding-top:100px;
}
.aboutbg5 .tuanduilist .grid
{
	width:100%;
	height:auto;
	margin-bottom:50px;
	padding:80px 60px; 
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	background:#e6e6e6;
}
.aboutbg5 .tuanduilist .grid .pic
{
	width:47%;
	height:auto;	
}
.aboutbg5 .tuanduilist .grid .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg5 .tuanduilist .grid .text
{
	width:47%;
	height:auto;
	overflow:hidden;
}
.aboutbg5 .tuanduilist .grid .text .tit
{
	font-size:20px;
	line-height:28px;
	margin-bottom:30px;
	margin-top:30px;
}
.aboutbg5 .tuanduilist .grid .text .tit span
{
	color:#cfa972;
}
/**起源于2003年 end**/
/**品牌故事**/
.storybg1 .storyblock1
{
	max-width:1350px;
	margin:auto;
}
.storybg1 .storyblock1 .storydes
{
	margin-bottom:50px;
}
.storybg1 .storyblock1 .storypic
{
	margin-bottom:50px;
	width:100%;
}
.storybg1 .storyblock1 .storypic .image
{
	width:100%;
	height:auto;
}
.storybg1 .storyblock1 .storylist
{
	width:100%;
	height:auto;
}
.storybg1 .storyblock1 .storylist .grid
{
	width:100%;
	height:auto;
	margin-bottom:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.storybg1 .storyblock1 .storylist .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.storybg1 .storyblock1 .storylist .grid:last-child
{
	margin-bottom:0px;
}
.storybg1 .storyblock1 .storylist .grid .pic
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.storybg1 .storyblock1 .storylist .grid .pic .image
{
	width:100%;
	height:auto;
}
.storybg1 .storyblock1 .storylist .grid .right
{
	width:48%;
}
/**品牌故事 end**/
/**发展历程**/
.historybg1 .historyblock1
{
	max-width:1350px;
	margin:auto;
}
.historyblock1 .ctit
{
	margin-bottom:80px;
}
.historyblock1 .lichenglist
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.historyblock1 .lichenglist::after
{
	content:'';
	width:1px;
	height:100%;
	background:#666;
	position:absolute;
	left:50%;
	top:0px;
	transform:translate(-50%,0px);
	z-index:5;
}
.historyblock1 .lichenglist .grid
{
	width:100%;
	position:relative;
	z-index:10;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:30px;
}
.historyblock1 .lichenglist .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.historyblock1 .lichenglist .grid .text
{
	 width:45%;
}
.historyblock1 .lichenglist .grid .text .tit
{
	font-size:25px;
	line-height:30px;
	margin-bottom:10px;
	font-weight:600;
}
.historyblock1 .lichenglist .grid:nth-child(2n - 1) .text .tit
{
	text-align:right;
}
.historyblock1 .lichenglist .grid .text .insidecontent
{
	margin-bottom:30px;
}
.historyblock1 .lichenglist .grid:nth-child(2n - 1) .text .insidecontent
{
	text-align:right !important;
}
.historyblock1 .lichenglist .grid:nth-child(2n - 1) .text .insidecontent p
{
	text-align:right !important;
}
.historyblock1 .lichenglist .grid .text .pic
{
	width:99%;
	box-shadow:3px 3px 10px #cccc;
}
.historyblock1 .lichenglist .grid .text .pic .image
{
	width:100%;
	height:auto;
}
.historyblock1 .lichenglist .grid .quan
{
	width:20px;
	height:20px;
	background:#0a1831;
	border:5px solid #cfa972;
	border-radius:50%;
}
.historyblock1 .lichenglist .grid .nonetext
{
	width:45%;
}
/**发展历程 end**/
/**生产基地**/
.historydes
{
	margin-top:80px;
	margin-bottom:80px;
	text-align:center !important;
}
.historydes p
{
	text-align:center !important;
}
.historyblock1 .jidilist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.historyblock1 .jidilist .grid
{
	width:100%;
	height:auto;
	margin-bottom:60px;
}
.historyblock1 .jidilist .grid:last-child
{
	margin-bottom:0px;
}
.historyblock1 .jidilist .grid .tit
{
	font-size:25px;
	line-height:1.8;
	margin-bottom:30px;
}
.historyblock1 .jidilist .grid .tit span
{
	color:#d8be8b;
}
.historyblock1 .jidilist .grid .insidecontent
{
	margin-bottom:40px;
}
.historyblock1 .jidilist .grid .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.historyblock1 .jidilist .grid .pic .image
{
	width:100%;
	height:auto;
}
.meiguopic
{
	margin-bottom:20px;
}
.meiguopiclist 
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.meiguopiclist .jgrid
{
	width:32%;
	margin-right:2%;
	margin-bottom:15px;
}
.meiguopiclist .jgrid:nth-child(3n)
{
	margin-right:0px;
}
.meiguopiclist .jgrid .pic1
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:65%;
}
.meiguopiclist .jgrid .pic1 .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
}
.fsjidi
{
	width:100%;
	height:auto;
	position:relative;
}
.fsjidi .left
{
	width:40%;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
}
.fsjidi .left .pic1
{
	width:100%;
	height:100%;
	overflow:hidden;
}
.fsjidi .left .pic1 .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.fsjidi .fsjidiarrb
{
	width:100%;
	padding-right:calc(40% + 5px);
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
}
.fsjidi .fsjidiarrb .fsjidiarr
{
	position:relative;
	overflow:hidden;
}
.fsjidi .fsjidiarrb .fsjidiarr .pic2
{
	position:relative;
	padding-bottom:66.66%;
	height:auto;
	width:100%;
}
.fsjidi .fsjidiarrb .fsjidiarr .pic2 .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}
.fsjidi .fsjidiarrb .fsjidiarr .swiperpages
{
	position:absolute;
	width:100%;
	left:0px;
	bottom:5px;
	z-index:10;
}
/**生产基地 end**/
/**选材**/
.materialbg1 .materialblock1
{
	max-width:1350px;
}
.materialbg1 .materialblock1 .insidecontent
{
	text-align:center;
	margin-bottom:30px;
}
.materialbg1 .materialblock1 .insidecontent p
{
	text-align:center;
}
.materiallist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.materiallist .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.materiallist .grid .catepic
{
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:50px;
}
.materiallist .grid .catepic .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.materiallist .grid .catepic .pic .image
{
	width:100%;
	height:auto;
}
.materiallist .grid .catepic .text
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.materiallist .grid .catepic .text p
{
	width:100%;
	height:auto;
	font-size:25px;
	line-height:1;
	color:#fff;
	text-align:center;
}
.materiallist .grid .zlist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.materiallist .grid .zlist .zgrid
{
	width:100%;
	border-top:1px solid #999;
	padding-top:50px;
}
.materiallist .grid .zlist .zgrid .ztit
{
	font-size:30px;
	font-weight:600;
	color:#cfa972;
	line-height:1;
	margin-bottom:50px;
}
.materiallist .grid .zlist .zgrid .mlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	padding-bottom:50px;
}
.materiallist .grid .zlist .zgrid .mlist .mgrid
{
	width:18%;
	margin-right:2.5%;
	margin-bottom:30px;
}
.materiallist .grid .zlist .zgrid .mlist .mgrid:nth-child(5n)
{
	margin-right:0px;
}
.materiallist .grid .zlist .zgrid .mlist .mgrid .pic
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	position:relative;
}
.materiallist .grid .zlist .zgrid .mlist .mgrid .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	transition:500ms;
}
.materiallist .grid .zlist .zgrid .mlist .mgrid:hover .pic .image
{
	transform:scale(1.1);
}
.materiallist .grid .zlist .zgrid .mlist .mgrid .mtit
{
	font-size:16px;
	line-height:25px;
	margin-top:10px;
	width:100%;
	text-align:center;
}
/**选材 end**/
/**关于我们 end**/
/**工程案例**/
.projectbg1 .projectblock1
{
	max-width:1350px;
	margin:auto;
}
.projectbg1 .projectblock1 .projecttit
{
	text-align:left;
}
.projectbg1 .projectblock1 .insidecontent
{
	margin-bottom:30px;
}
.projectbg1 .projectblock1 .catepic
{
	width:100%;
	height:auto;
	margin-bottom:60px;
}
.projectbg1 .projectblock1 .catepic .image
{
	width:100%;
	height:auto;
}
.projectbg1 .projectblock1 .projectlist
{
	width:100%;
	height:auto;
	overflow:hidden;

}
.projectbg1 .projectblock1 .projectlist .grid
{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.projectbg1 .projectblock1 .projectlist .grid:last-child
{
	margin-bottom:0px;
}
.projectbg1 .projectblock1 .projectlist .grid .catetit
{
	width:100%;
	font-size:32px;
	font-weight:600;
	margin-bottom:30px;
}
.projectbg1 .projectblock1 .projectlist .grid .zlist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.projectbg1 .projectblock1 .projectlist .grid .zlist .mgrid
{
	width:32%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
	margin-right:2%;
}
.projectbg1 .projectblock1 .projectlist .grid .zlist .mgrid:nth-child(3n)
{
	margin-right:0px;
}
.projectbg1 .projectblock1 .projectlist .grid .zlist .mgrid .pic
{
	width:100%;
	height:auto;
	padding-bottom:74%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
.projectbg1 .projectblock1 .projectlist .grid .zlist .mgrid .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	object-fit:cover;
	transition:500ms;
}
.projectbg1 .projectblock1 .projectlist .grid .zlist .mgrid:hover .pic .image
{
	transform:scale(1.1);
}
.projectbg2
{
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
}
.projectbg2 .bg
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:5;
}
.projectbg2 .bg .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.projectbg2 .projectblock2
{
	position:relative;
	z-index:10;
}
.projectbg2 .choselist
{
	padding-top:80px;
	padding-bottom:60px;
	max-width:1200px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
}
.projectbg2 .choselist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
}
.projectbg2 .choselist .grid:nth-child(3n)
{
	margin-right:0px;
}
.projectbg2 .choselist .grid .pic
{
	width:100%;
	height:auto;
	padding-bottom:56%;
	position:relative;
}
.projectbg2 .choselist .grid .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
}
.projectbg2 .choselist .grid .pic .wz
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
}
.projectbg2 .choselist .grid .pic .wz .num
{
	width:100%;
	text-align:center;
	font-weight:600;
	color:#fff;
	font-size:40px;
	line-height:1;
	margin-bottom:10px;
}
.projectbg2 .choselist .grid .pic .wz .tit
{
	width:100%;
	height:auto;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.projectbg3 .projectlist2
{
	max-width:1350px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
}
.projectbg3 .projectlist2 .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
.projectbg3 .projectlist2 .grid:nth-child(2n)
{
	margin-right:0px;
}
.projectbg3 .projectlist2 .grid .link
{
	display:block;
	background:#eef0ef;
	box-sizing:border-box;
	padding:30px;
}
.projectbg3 .projectlist2 .grid .link .fir
{
	width:100%;
	font-size:18px;
	line-height:28px;
	margin-bottom:15px;
	transition:500ms;
}
.projectbg3 .projectlist2 .grid .link:hover .fir
{
	color:#cfa972;
}
.projectbg3 .projectlist2 .grid .link .sec
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.projectbg3 .projectlist2 .grid .link .sec .outpic
{
	width:54%;
	height:auto;
	overflow:hidden;
}
.projectbg3 .projectlist2 .grid .link .sec .outpic .pic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	position:relative;
	overflow:hidden;
}
.projectbg3 .projectlist2 .grid .link .sec .outpic .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.projectbg3 .projectlist2 .grid .link:hover .sec .outpic .pic .image
{
	transform:scale(1.1);
}
.projectbg3 .projectlist2 .grid .link .sec .text
{
	width:42%;
	height:auto;
}
.projectbg3 .projectlist2 .grid .link .sec .text .tit
{
	color:#cfa972;
	font-size:18px;
	line-height:28px;
	margin-bottom:10px;
}
.projectbg3 .projectlist2 .grid .link .sec .text .des
{
	font-size:16px;
	color:#666;
	line-height:25px;
	margin-bottom:5px;
}
.projectbg3 .projectlist2 .grid .link .sec .text .des p
{
	font-size:16px;
	color:#666;
	line-height:25px;
}
.projectbg3 .projectlist2 .grid .link .sec .text .hezuo
{
	margin-bottom:0px;
}
.projectbg3 .projectlist2 .grid .link .sec .text .des span
{
	font-weight:600;
	color:#000;
}
/**工程案例 end**/
/**招商**/
.joinbg1 .joinblock1
{
	max-width:1350px;
}
.joinbg1 .joinblock1 .tiaojiantit
{
	margin-bottom:50px;
}
.joinbg1 .joinblock1 .indcatetit
{
	text-align:left;
}
.joinbg1 .joinblock1 .tiaojianlist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.joinbg1 .joinblock1 .tiaojianlist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom:1px solid #666;
	padding-bottom:30px;
}
.joinbg1 .joinblock1 .tiaojianlist .grid:nth-child(2n)
{
	margin-right:0px;
}
.joinbg1 .joinblock1 .tiaojianlist .grid .num
{
	width:60px;
	font-size:30px;
	line-height:1;
	color:#cfa972;
	font-weight:600;
}
.joinbg1 .joinblock1 .tiaojianlist .grid .wz
{
	width:calc(100% - 70px);
	height:auto;
	overflow:hidden;
}
.joinbg1 .joinblock1 .tiaojianlist .grid .wz .tit
{
	width:100%;
	height:auto;
	font-size:18px;
	margin-bottom:10px;
}
.joinbg1 .joinblock1 .tiaojianlist .grid .wz .des
{
	font-size:15px;
	line-height:25px;
}
.joinbg1 .joinblock1 .tiaojianlist .grid .wz .des p
{
	font-size:15px;
	line-height:25px;
}
.joinbg1 .joinblock1 .shililist
{
	padding-top:20px;
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.joinbg1 .joinblock1 .shililist .grid
{
	width:32%;
	margin-right:2%;
	height:auto;
}
.joinbg1 .joinblock1 .shililist .grid:nth-child(3n)
{
	margin-right:0px;
}
.joinbg1 .joinblock1 .shililist .grid .pic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:60%;
	overflow:hidden;
}
.joinbg1 .joinblock1 .shililist .grid .pic .image
{
	 width:100%;
	 height:100%;
	 position:absolute;
	 top:0px;
	 left:0px;
	 z-index:10;
	 object-fit:cover;
	 transition:500ms;
}
.joinbg1 .joinblock1 .shililist .grid:hover .pic .image
{
	transform:scale(1.1);
}
.joinbg1 .joinblock1 .shililist .grid .text
{
	width:100%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
}
.joinbg1 .joinblock1 .shililist .grid .text .tit
{
	width:100%;
	text-align:center;
	font-size:18px;
	line-height:25px;
	margin-bottom:10px;
}
.joinbg1 .joinblock1 .shililist .grid .text .des
{
	font-size:15px;
	line-height:25px;
}
.joinbg1 .joinblock1 .shililist .grid .text .des p
{
	font-size:15px;
	line-height:25px;
}
.joinbg2
{
	background:url('../images/join/joinbg.jpg') no-repeat center center;
	background-size:cover !important;
}
.joinbg2 .joinblock2
{
	max-width:1350px;
}
.joinbg2 .zhichitit
{
	margin-bottom:80px;
	color:#fff;
}
.joinbg2 .zhichilist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.joinbg2 .zhichilist .grid
{
	width:22%;
	margin-right:4%;
	margin-bottom:10px;
}
.joinbg2 .zhichilist .grid:nth-child(4n)
{
	margin-right:0px;
}
.joinbg2 .zhichilist .grid .pic
{
	width:80px;
	height:auto;
	overflow:hidden;
}
.joinbg2 .zhichilist .grid .pic .image
{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.joinbg2 .zhichilist .grid .tit
{
	color:#cfa972;
	font-size:18px;
	line-height:25px;
	margin-bottom:10px;
}
.joinbg2 .zhichilist .grid .des
{
	color:#fff;
	font-size:15px;
	line-height:25px;
}
.joinbg2 .zhichilist .grid .des p
{
	color:#fff;
	font-size:15px;
	line-height:25px;
}
.joinbg3
{
	background:#e6e6e6;
}
.joinbg3 .joinblock3
{
	 max-width:1350px;
}
.joinbg3 .liuchengtit
{
	color:#1f314c;
}
.joinbg3 .liuchengdes
{
	font-size:16px;
	line-height:28px;
	margin-bottom:30px;
	text-align:center;
	color:#1f314c;
	margin-bottom:60px;
}
.joinbg3 .liuchengdes p
{
	font-size:16px;
	line-height:28px;
	color:#1f314c;
	text-align:center;
}
.joinbg3 .zhichilist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.joinbg3 .zhichilist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.joinbg3 .zhichilist .grid:nth-child(3n)
{
	margin-right:0px;
}
@font-face {
	font-family:'Cinzel';
	src: url('../font/Cinzel.woff2');
}
.joinbg3 .zhichilist .grid .num
{
	width:90px;
	font-size:70px;
	color:#cfa972;
	font-family:'Cinzel';
	line-height:1;
	font-style:italic;
	text-align:center;
	font-weight:600;
}
.joinbg3 .zhichilist .grid .wz
{
	width:calc(100% - 100px);
	height:auto;
	overflow:hidden;	
}
.joinbg3 .zhichilist .grid .wz .tit
{
	width:100%;
	height:auto;
	font-size:18px;
	line-height:25px;
	color:#1f314c;
	margin-bottom:10px;
}
.joinbg3 .zhichilist .grid .wz .des
{
	width:100%;
	height:auto;
	font-size:15px;
	color:#1f314c;
	line-height:25px;
}
.joinbg3 .zhichilist .grid .wz .des p
{
	font-size:15px;
	color:#1f314c;
	line-height:25px;
}
/**招商 end**/
/**新闻列表**/
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
}
.newslist .grid:nth-child(3n)
{
	margin-right:0px;
}
.newslist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist .grid .link .time
{
	font-size:14px;
	line-height:25px;
	margin-bottom:10px;
}
.newslist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:84%;
	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:17px;
	color:#000;
	overflow:hidden;
	line-height:22px;
	margin-bottom:10px;
}
.newslist .grid .link .des
{
	font-size:14px;
	height:40px;
	line-height:22px;
	color:#999;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:20px;
	transition:500ms;
}
.newslist .grid .link .more
{
	width:200px;
	height:30px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#d8be8b;
	line-height:30px;
	box-sizing:border-box;
	border:1px solid #d8be8b;
	display:block;
	transition:500ms;
}
.newslist .grid:hover .link .more
{
	background:#0a1831;
}
/**新闻列表 end**/
/**产品搜索**/
.pronavsearch
{
	width:100%;
	height:40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:50px;
	position:relative;
	z-index:50;
}
.pronavsearch .grid
{
	width:23.5%;
	margin-right:2%;
	position:relative;
	height:40px;
	box-sizing:border-box;
}
.pronavsearch .grid:last-child
{
	margin-right:0px;
}
.pronavsearch .grid .text
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-right:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#000;
	font-size:15px;
	line-height:40px;
	background:url(../images/littledownarr.png) no-repeat calc(100% - 10px) center;
	cursor:pointer;
	padding-left:15px;
	border:1px solid #000;
	border-radius:5px;
}
.pronavsearch .grid .pronav
{
	width:100%;
	position:absolute;
	top:40px;
	left:0px;
	z-index:100;
	background:#eee;
	display:none;
}
.pronavsearch .grid:hover .pronav
{
	display:block;
}
.pronavsearch .grid .pronav .grid1
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.pronavsearch .grid .pronav .grid1 .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	padding:5px 15px;
	font-size:15px;
	line-height:22px;
	color:#000;
	display:block;
	transition:1s;
}
.pronavsearch .grid .pronav .grid1:hover .link
{
	background:#f8f8f8;
}
.pronavsearch .grid .prosearchform
{
	width:100%;
	height:100%;
}
.pronavsearch .grid .prosearch
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	border:1px solid #000;
	box-sizing:border-box;
	border-radius:5px;
}
.pronavsearch .grid .prosearch .btn
{
	width:40px;
	height:100%;
	background:url('../images/seach1.png') no-repeat center center;
	background-size:50% 50%;
	cursor:pointer;
}
.pronavsearch .grid .prosearch .btn .submitbtn
{
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	opacity:0;
}
.pronavsearch .grid .prosearch .inputblock
{
	width:calc(100% - 40px);
	height:100%;
}
.pronavsearch .grid .prosearch .inputblock .input
{
	width:100%;
	height:100%;
	box-sizing: border-box;
	border:none;
	background:none;
	outline:none;
	color:#000;
	padding-left:15px;
}
.pronavsearch .grid .prosearch .inputblock .input::-webkit-input-placeholder
{
	color:#000;
}
/**产品搜索 end**/
/**产品列表**/
.productlistbigtit
{
	margin-bottom:50px;
	color:#cfa972;
}
.prolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.prolist .grid
{
	width:22%;
	height:auto;
	margin-right:4%;
	margin-bottom:30px;
}
.prolist .grid:nth-child(4n)
{
	margin-right:0px;
}
.prolist .grid .link
{
	display:block;
	width:100%;
}
.prolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	position:relative;
}
.prolist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.prolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.prolist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.prolist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
/**产品列表 end**/
/**产品详情**/
.productviewblockbg1
{
	padding-top:0px;
}
.proshowfirbg
{
	background:#eee;
	margin-bottom:50px;
}
.proshowfir
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;    
	max-width:1920px;
	margin:auto;
}
.proshowfir .picarr
{
    width:55%;
    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:60%;
}
.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;
    box-sizing:border-box;
    
}
.proshowfir .picarr .picarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
	object-fit:cover;
    display:block;
}
.proshowfir .picarr .picarrlist .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.proshowfir .prorightcont
{
    width:45%;
    padding:50px;
    box-sizing:border-box;
}
.proshowfir .prorightcont .catelink
{
	font-size:16px;
	line-height:25px;
	text-align:center;
	margin-bottom:10px;
}
.proshowfir .prorightcont .catelink .link
{
	transition:500ms;
}
.proshowfir .prorightcont .catelink .link:hover
{
	color:#cfa972;
}
.proshowfir .prorightcont .protitle
{
    width: 100%;
    font-size:20px;
    position: relative;
    margin-bottom:10px;
	text-align:center;
}
.proshowfir .prorightcont .des
{
	font-size:16px;
	line-height:25px;
	color:#888;
	text-align:center;
	margin-bottom:30px;
}
.proshowfir .prorightcont .des p
{
	font-size:16px;
	line-height:25px;
	color:#888;
	text-align:center;
}
.proshowfir .prorightcont .pricecanshu
{
	width:80%;
	margin:auto;
	padding:30px;
	box-sizing:border-box;
	background:#fff;
}
.proshowfir .prorightcont .pricecanshu .price
{
	width:100%;
	text-align:center;
	font-size:24px;
	line-height:1;
	font-weight:600;
	margin-bottom:30px;
}
.proshowfir .prorightcont .pricecanshu .canshulist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.proshowfir .prorightcont .pricecanshu .canshulist .grid
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom:1px solid #000;
	padding-top:10px;
	padding-bottom:10px;
}
.proshowfir .prorightcont .pricecanshu .canshulist .grid:last-child
{
	border-bottom:0px;
}
.proshowfir .prorightcont .pricecanshu .canshulist .grid .mc
{
	font-size:15px;
	line-height:25px;
	color:#666;
}
.proshowfir .prorightcont .pricecanshu .canshulist .grid .sz
{
	font-size:15px;
	line-height:25px;
	font-weight:600;
}
.productshowcontent
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productshowcontent .title
{
	width:100%;
	font-size:24px;
	line-height:30px;
	margin-bottom:30px;
}
.propicture
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.propicture .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
	background:#0a1831;
}
.propicture .grid:nth-child(3n)
{
	margin-right:0px;
}
.propicture .grid .pic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:65%;
}
.propicture .grid .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
}
.propicture .grid .propictit
{
	width:100%;
	padding:5px 10px;
	font-size:15px;
	line-height:25px;
	text-align:center;
	color:#fff;
	box-sizing:border-box;
}
.prowendablock
{
	width:100%;
	height:auto;
	padding-top:60px;
}
.prowendablock .wendacatetit
{
	text-align:left;
}
.prowendablock .wenda
{
	width:100%;
	height:auto;
}
.prowendablock .wenda .grid
{
	width:100%;
	border-bottom:1px solid #666;
	padding-bottom:15px;
	margin-bottom:15px;
}
.prowendablock .wenda .grid .tit
{
	width:100%;
	font-size:18px;
	line-height:25px;
	margin-bottom:5px;
}
.prowendablock .wenda .grid .des
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	color:#666;
}
.proliuyan
{
	max-width:1350px;
	height:auto;
	margin:auto;
	background:#eee;
	border-radius:10px;
	overflow:hidden;
	margin-top:60px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.proliuyan .left
{
	width:50%;
	height:auto;
	overflow:hidden;
}
.proliuyan .left .image
{
	width:100%;
	height:auto;
}
.proliuyan .liuyan
{
	width:50%;
}
.proliuyan .liuyan .mgrid
{
	width:60%;
	margin:auto;
	margin-bottom:20px;
}
.proliuyan .liuyan .mgrid .text
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
}
.proliuyan .liuyan .mgrid .inputb
{
	width:100%;
	height:auto;
}
.proliuyan .liuyan .mgrid .inputb .input
{
	width:100%;
	height:30px;
	border:none;
	background:#fff;
	padding-left:15px;
	padding-right:15px;
	font-size:15px;
	box-sizing:border-box;
	outline:none;
}
.proliuyan .liuyan .mgrid .inputb .textarea
{
	width:100%;
	height:100px;
	box-sizing:border-box;
	padding:15px;
	outline:none;
	border:none;
	background:#fff;
}
.proliuyan .liuyan .mgrid .submit
{
	width:150px;
	height:35px;
	font-size:16px;
	color:#fff;
	text-align:center;
	margin:auto;
	line-height:35px;
	transition:500ms;
	background:#002453;
	border-radius:5px;
	cursor:pointer;
}
.proliuyan .liuyan .mgrid .submit:hover
{
	background:#1f314c;
}
.productshowmaterial
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productshowmaterial .title
{
	width:100%;
	font-size:24px;
	line-height:30px;
	margin-bottom:30px;
}
.productshowmaterial .list
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.productshowmaterial .list .grid
{
	width:48%;
	overflow:hidden;
	margin-right:4%;
	margin-bottom:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.productshowmaterial .list .grid:nth-child(2n)
{
	margin-right:0px;
}
.productshowmaterial .list .grid .pic
{
	width:32%;
	height:auto;
}
.productshowmaterial .list .grid .pic .image
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productshowmaterial .list .grid .right
{
	width:66%;
	height:auto;
	overflow:hidden;
}
.productshowmaterial .list .grid .right .tit
{
	font-size:16px;
	color:#000;
	line-height:22px;
	overflow:hidden;
	margin-bottom:5px;
}
.productshowmaterial .list .grid .right .extit
{
	font-size:16px;
	color:#000;
	line-height:22px;
	overflow:hidden;
	margin-bottom:5px;
}
.productshowmaterial .list .grid .right .cont
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:20px;
	color:#666;
}
.productshowmaterial .list .grid .right .cont p
{
	font-size:14px;
	line-height:20px;
	color:#666;
}
/**产品详情 end**/
/**案例列表**/
.caselist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
}
.caselist .grid:nth-child(3n)
{
	margin-right:0px;
}
.caselist .grid .link
{
	display:block;
	width:100%;
}
.caselist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	position:relative;
}
.caselist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.caselist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.caselist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.caselist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
.caselist .grid .link .outpic .playbtn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:100%;
	background:url('../images/videoplay.png') no-repeat center center;
	background-size:80px 80px;
	background-color:rgba(0,0,0,0);
	transition:1s;
}
/**案例列表 end**/
/**案例展示**/
.caseShowBlock .casebigtit
{
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.caseShowBlock .picarr
{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
}
.caseShowBlock .picarr .proview_big_picarr
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.caseShowBlock .picarr .bpic
{
	width:900px;
	margin:auto;
	position:relative;
}

.caseShowBlock .picarr .bpic .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.caseShowBlock .picarr .bpic .leftbtn-prev
{
	left:-80px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseShowBlock .picarr .bpic .rightbtn-next
{
	right:-80px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseShowBlock .picarr .proview_big_picarr .outpic
{
	margin:auto;
	width:100%;
	height:600px;
	overflow:hidden;
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic
{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
	display:block;
}
.caseShowBlock .picarr .smallblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
	max-width:1200px;
	position:relative;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr
{
	width:calc(100% - 100px);
	margin:auto;
	overflow:hidden;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:75%;
	position:relative;
	opacity:0.8;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .swiper-slide-thumb-active .pic
{
	opacity:1;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	align-content:center;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic .image img
{
	max-width:100%;
	max-height:100%;
	display:block;
	cursor:pointer;
}
.caseShowBlock .picarr .smallblock .btn
{
	width:50px;
	height:100%;
	position:absolute;
	top:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.caseShowBlock .picarr .smallblock .button-next
{
	right:0px;
}
.caseShowBlock .picarr .smallblock .button-prev
{
	left:0px;
}
.caseShowBlock .picarr .smallblock .btn img
{
	display:block;
	max-width:50%;
}
.caseShowBlock .caseconent
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.caseShowBlock .caseconent .bigtit
{
	width:100%;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
	font-size:0px;
}
.caseShowBlock .caseconent .bigtit span
{
	display:inline-block;
	font-size:16px;
	line-height:25px;
	padding:10px 0px;
}
/**案例展示 end**/
/**门店**/
.storebg1 .storeblock1
{
	max-width:1350px;
}
.storebg1 .storeblock1 .storetit
{
	margin-bottom:50px;
}
.storebg1 .storeblock1 .storedes
{
	margin-bottom:50px;
}
.storebg1 .storeblock1 .storelist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.storebg1 .storeblock1 .storelist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
	background:#eee;
}
.storebg1 .storeblock1 .storelist .grid:nth-child(3n)
{
	margin-right:0px;
}
.storebg1 .storeblock1 .storelist .grid .link
{
	display:block;
	width:100%;
	height:auto;
}
.storebg1 .storeblock1 .storelist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:76%;
	position:relative;
}
.storebg1 .storeblock1 .storelist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.storebg1 .storeblock1 .storelist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.storebg1 .storeblock1 .storelist .grid .link .tit
{
	transition:500ms;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
	line-height:25px;
	text-align:center;
}
.storebg1 .storeblock1 .storelist .grid:hover .link .tit
{
	background:#002453;
	color:#fff;
}
/**门店 end**/
/**联系我们**/
.contactbg1
{
	background:#eee;
}
.contactbg1 .contactblock1
{
	max-width:1350px;
}
.contactbg1 .contactblock1 .contactinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactbg1 .contactblock1 .contactinfo .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}
.contactbg1 .contactblock1 .contactinfo .grid .bigtit
{
	font-size:25px;
	line-height:1;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #999;
}
.contactbg1 .contactblock1 .contactinfo .grid .infolist
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
}
.contactbg1 .contactblock1 .contactinfo .grid .infolist p
{
	font-size:15px;
	line-height:25px;
}
.contactbg1 .contactblock1 .msg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactbg1 .contactblock1 .msg .first
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.contactbg1 .contactblock1 .msg .first .mgrid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.contactbg1 .contactblock1 .msg .first .mgrid:nth-child(2n)
{
	margin-right:0px;
}
.contactbg1 .contactblock1 .msg .text
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
}
.contactbg1 .contactblock1 .msg .first .mgrid .inputb
{
	width:100%;
	height:auto;
}
.contactbg1 .contactblock1 .msg .first .mgrid .inputb .input
{
	width:100%;
	height:30px;
	border:none;
	background:#fff;
	padding-left:15px;
	padding-right:15px;
	font-size:15px;
	box-sizing:border-box;
	outline:none;
}
.contactbg1 .contactblock1 .msg .sec
{
	margin-bottom:30px;
}
.contactbg1 .contactblock1 .msg .sec .inputb
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactbg1 .contactblock1 .msg .sec .inputb .textarea
{
	width:100%;
	height:150px;
	box-sizing:border-box;
	padding:15px;
	outline:none;
	border:none;
	background:#fff;
}
.contactbg1 .contactblock1 .msg .submit
{
	width:150px;
	height:35px;
	font-size:16px;
	color:#fff;
	text-align:center;
	margin:auto;
	line-height:35px;
	transition:500ms;
	background:#002453;
	border-radius:5px;
	cursor:pointer;
}
.contactbg1 .contactblock1 .msg .submit:hover
{
	background:#1f314c;
}
.zimeiti
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
}
.zimeiti .grid
{
	width:120px;
	height:auto;
	margin-right:20px;
}
.zimeiti .grid .pic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:100%;
}
.zimeiti .grid .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
.zimeiti .grid .tit
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	text-align:center;
	margin-top:5px;
}
/**联系我们 end**/
/**全屏视频**/
.fullscreenvideobg
{
	width:100%;
	height:100vh;
	z-index:20000;
	background:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	position:fixed;
	display:none;
}
.fullscreenvideobg .closebtn
{
	width:80px;
	height:80px;
	font-size:75px;
	color:#fff;
	line-height:75px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	cursor:pointer;
}
.fullscreenvideo
{
    position:absolute;
    top:0px;
    left:0px;
	width:100%;
	height:100%;
    z-index:10;
}
.fullscreenvideobg .videoblock
{
	width:80%;
    height:80%;
	overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    z-index:30;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.fullscreenvideobg .videoblock .video_1
{
    display:block;
    max-height:100%;
    max-width:100%;
}
/**全屏视频 end**/
/**分页**/
.pages
{
	width:100%;
}
.Pagination__Nav {
    text-align: center;
    margin: 20px 0;
	margin-bottom:80px;
}

.Pagination__Nav span {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav a {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav .is-active {
    background: #333;
	color:#fff;

}

.Pagination__Nav span:hover {
    background: #333;
	color:#fff;
}

.Pagination__Nav a:hover {
    background: #333;
	color:#fff;
}
/**分页 end**/
/**右侧菜单**/
.rightnav
{
	width:40px;
	position:fixed;
	top:50%;
	transform:translate(0,-50%);
	right:0px;
	z-index:2000;
}
.rightnav .sgrid
{
	width:100%;
	height:40px;
	background:#cfa972;
	margin-bottom:5px;
}
.rightnav .sgrid:last-child
{
	margin-bottom:0px;
}
.rightnav .sgrid .link
{
	display:block;
	position:relative;
	cursor:pointer;
}
.rightnav .sgrid .link .msg
{
	position:absolute;
	width:250px;
	background:#fff;
	z-index:10000;
	left:-250px;
	top:-250px;
	border-radius:5px;
	overflow:hidden;
	display:none;
}
.rightnav .sgrid .link .msg .titclose
{
	width:100%;
	height:35px;
	text-align:center;
	position:relative;
	color:#fff;
	background:#002453;
	font-size:18px;
	line-height:35px;
}
.rightnav .sgrid .link .msg .titclose .footmsgclose
{
	font-size:28px;
	height:35px;
	width:35px;
	position:absolute;
	right:0px;
	top:0px;
	color:#fff;
	cursor:pointer;
}
.rightnav .sgrid .link .msg .sec
{
	width:100%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	padding-bottom:0px;
}
.rightnav .sgrid .link .msg .sec .mgrid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.rightnav .sgrid .link .msg .sec .mgrid .text
{
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
}
.rightnav .sgrid .link .msg .sec .mgrid .inputb
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.rightnav .sgrid .link .msg .sec .mgrid .inputb .input
{
	width:100%;
	height:30px;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing: border-box;
	padding:0px 15px;
	font-size:15px;
	outline:none;
}
.rightnav .sgrid .link .msg .sec .mgrid .inputb .textarea
{
	width:100%;
	height:80px;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing: border-box;
	padding:15px;
	font-size:15px;
	outline:none;
}
.rightnav .sgrid .link .msg .foot_submit
{
	width:calc(100% - 40px);
	font-size:15px;
	text-align:center;
	color:#fff;
	height:30px;
	line-height:30px;
	cursor:pointer;
	border-radius:5px;
	background:#002453;
	transition:500ms;
	margin:auto;
	margin-bottom:20px;
}
.rightnav .sgrid .link .msg .foot_submit:hover
{
	background:#0a1831;
}
.rightnav .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .extitle
{
	position:absolute;
	top:0px;
	right:40px;
	height:40px;
	line-height:40px;
	font-size:15px;
	white-space:nowrap;
	background:#cfa972;
	padding:0px 30px;
	color:#fff;
	display:none;
	z-index:100;
}
.rightnav .sgrid .link:hover .extitle
{
	display:block;
}
.rightnav .sgrid .link .twocode
{
	position:absolute;
	top:0px;
	right:40px;
	width:120px;
	background:#fff;
	z-index:100;
	display:none;
}
.rightnav .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link:hover .twocode
{
	display:block;
}
/**右侧菜单 end**/
/**网站内页 end**/


