/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Arial",sans-serif;
	appearance:none;
}
body 
{	
	color: #333;
	background: white;
	margin:auto;  
	min-width:1200px;
	margin:auto;
	overflow-x:hidden;
}
p 
{
	color: #333;
}
a 
{
	text-decoration: none;
	color: #333;
}
li 
{
	list-style: none;
}
img 
{
	border: none;
	display:block;
}
.clear 
{
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.m_hide
{
	display:block;
}
.pc_hide
{
	display:none;
}
/**网站全局css end**/
/**网站头部**/
.headbg
{
	width:100%;
	height:100px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
	background:rgba(0,0,0,0.3);
}
.headbg .head
{
	width:90%;
	height:100%;
	min-width:1200px;
	max-width:1400px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:auto;
}
.headbg .head .left
{
	 width:40%;
	 height:100%;
}
.headbg .head .nav
{
	height:100%;
	display:flex;
}
.headbg .head .nav .grid1
{
	height:100%;
	margin-right:40px;
	position:relative;
}
.headbg .head .nav .grid1:last-child
{
	margin-right:0px;
}
.headbg .head .nav .grid1 .subnav
{
	height:auto;
	position:absolute;
	left:50%;
	transform:translate(-50%,0px);
	box-sizing:border-box;
	z-index:10000;
	display:none;
}
.headbg .head .nav .grid1 .subnav .grid2
{
	background:rgba(0,0,0,0.3);
}
.headbg .head .nav .grid1 .subnav .grid2 .link2
{
	color:#fff;
	font-size:15px;
	line-height:25px;
	padding:10px 30px;
	text-align:center;
	white-space:nowrap;
	display:block;
	box-sizing:border-box; 
	transition:1s;
}
.headbg .head .nav .grid1 .subnav .grid2:hover .link2
{
	background:rgba(0,0,0,0.5);
}
.headbg .head .nav .grid1 .link1
{
	display:block;
	height:100%;
	line-height:100px;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
}
.headbg .head .right
{
	 width:40%;
	 height:100%;
	 display:flex;
	 justify-content:flex-end;
}
.headbg .head .logo
{
	width:20%;
	height:100%;
}
.headbg .head .logo .link
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;
}
.headbg .head .logo .link .image
{
	max-width:80%;
	height:auto;
}
.headsupport
{
	width:100%;
	height:100px;
	display:none;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#153372;
	padding-top:90px;
	padding-bottom:90px;
}
.footbg .foot
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1400px;
	min-width:1200px;
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .footnav
{
	width:70%;
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .footnav dl
{
	flex:1;
}
.footbg .foot .footnav dl dt
{
	width:100%;
	border-bottom:1px solid #fff;
	font-size:16px;
	height:30px;
	line-height:30px;
	padding-bottom:15px;
	margin-bottom:20px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.footbg .foot .footnav dl dt a
{
	color:#fff;
	transition:500ms;
}
.footbg .foot .footnav dl dt a:hover
{
	color:#ddd;
}
.footbg .foot .footnav dl dd
{
	width:100%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.footbg .foot .footnav dl dd a
{
	color:#e0e0e6;
	transition:500ms;
}
.footbg .foot .footnav dl dd a:hover
{
	color:#ddd;
}
.footbg .foot .footright
{
	width:30%;
}
.footbg .foot .footright .footrighth
{
	width:100%;
	border-bottom:1px solid #fff;
	height:30px;
	padding-bottom:15px;
	margin-bottom:20px;
}
.footbg .foot .footright .flogo
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	margin-bottom:20px;
}
.footbg .foot .footright .flogo a
{
	display:block;
	width:80%;
	max-width:250px;
}
.footbg .foot .footright .flogo a .image
{
	width:100%;
	height:auto;
}
.footbg .foot .footright .footsearch
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	margin-bottom:20px;
	
}
.footbg .foot .footright .footsearch .footsearchi
{
	width:80%;
	height:auto;
	max-width:280px;
	display:flex;
	flex-wrap:wrap;
	background:#fff;
	height:30px;
	border-radius:15px;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
}
.footbg .foot .footright .footsearch .footsearchi .input
{
	width:calc(100% - 30px);
	height:100%;
}
.footbg .foot .footright .footsearch .footsearchi .input input
{
	outline:none;
	border:none;
	height:100%;
	width:100%;
	font-size:15px;
}
.footbg .foot .footright .footsearch .footsearchi .footsearchbtn
{
	cursor:pointer;
	width:30px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.footbg .foot .footright .footsearch .footsearchi .footsearchbtn .image
{
	width:20px;
}
.footbg .foot .footright .shejiaop
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	margin-bottom:20px;
}
.footbg .foot .footright .shejiaop .sgrid
{
	width:25px;
	cursor:pointer;
	margin-right:15px;
	height:25px;
}
.footbg .foot .footright .shejiaop .sgrid:last-child
{
	margin-right:0px;
}
.footbg .foot .footright .shejiaop .sgrid .link
{
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
.footbg .foot .footright .shejiaop .sgrid .link .pic
{
	width:100%;
	height:100%;
}
.footbg .foot .footright .shejiaop .sgrid .link .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.footbg .foot .footright .shejiaop .sgrid .link .twocode
{
	width:100px;
	height:auto;
	position:absolute;
	bottom:25px;
	left:50%;
	transform:translate(-50%,0);
	z-index:10;
	display:none;
}
.footbg .foot .footright .shejiaop .sgrid .link:hover .twocode
{
	display:block;
}
.footbg .foot .footright .shejiaop .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.footbg .foot .footright .footinfo
{
	width:100%;
}
.footbg .foot .footright .footinfo .grid
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;	
}
.footbg .foot .footright .footinfo .grid p
{
	font-size:15px;
	color:#fff;
	line-height:25px;
}
.footbg .foot .footright .footinfo .grid p a
{
	color:#fff;
	transition:500ms;
}
.footbg .foot .footright .footinfo .grid p a:hover
{
	color:#ddd;
}
/**网站底部 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;
	max-height:100vh;
	object-fit:cover;
}
.banner .swiperpages
{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#fff;
}
/**网站banner end**/
/**网站模块大小**/
.webblockbg
{
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	overflow-x:visible;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
/**网站模块大小 end**/
/**网站首页**/
/**网站大标题**/
.indbigtit
{
	width:100%;
	height:auto;
}
.indbigtit .indcatetit
{
	width:100%;
	font-size:30px;
	line-height:1;
}
.indbigtit .indcateentit
{
	width:100%;
	font-size:25px;
	line-height:1;
	color:#153372;
}
.indbigtit .line
{
	width:80px;
	height:2px;
	background:#333;
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
}
.indbigtit .indcatedes
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	text-align:center;
}
.indbigtit .indcatedes p
{
	font-size:15px;
	line-height:25px;
	text-align:center;
}
/**网站大标题 end**/
/**关于我们**/
.indabout
{
	width:100%;
	box-sizing:border-box;
	background:#e0dddc;
	border-radius:10px;
	padding:80px 50px;
	padding-right:40px;
	overflow:hidden;
}
.indabout .fir
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:30px;
}
.indabout .fir .linfo
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.indabout .fir .linfo .btit
{
	width:100%;
	height:auto;
	font-size:30px;
	line-height:1;
	margin-bottom:20px;
	letter-spacing:2px;
}
.indabout .fir .linfo .bdes
{
	width:100%;
	height:auto;
	font-size:25px;
	line-height:1;
	margin-bottom:20px;
	letter-spacing:2px;
	font-weight:600;
}
.indabout .fir .linfo .bdes span
{
	color:#153372;
}
.indabout .fir .linfo .cont
{
	width:100%;
	font-size:16px;
	color:#666;
	line-height:30px;
	margin-bottom:20px;
}
.indabout .fir .linfo .more .link
{
	width:130px;
	background:#fff;
	height:40px;
	border-radius:20px;
	box-sizing:border-box;
	padding:10px 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	transition:500ms;
}
.indabout .fir .linfo .more .link .wz
{
	height:20px;
	line-height:20px;
	font-size:14px;
	transition:500ms;
}
.indabout .fir .linfo .more .link .rightarr
{
	width:18px;
	height:18px;
	background:#153372;
	color:#fff;
	line-height:18px;
	font-size:12px;
	border-radius:50%;
	text-align:center;
}
.indabout .fir .linfo .more .link:hover
{
	background:#153372;
}
.indabout .fir .linfo .more .link:hover .wz
{
	color:#fff;
}
.indabout .fir .aboutpic
{
	width:50%;
	height:auto;
	overflow:hidden;
}
.indabout .fir .aboutpic .image
{
	width:100%;
	height:auto;
}
.indabout .sec
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indabout .sec .grid 
{
	width:180px;
	margin-right:30px;
}
.indabout .sec .grid:last-child
{
	margin-right:0px;
}
.indabout .sec .grid .icon
{
	width:100%;
	height:60px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:flex-end;
	margin-bottom:15px;
}
.indabout .sec .grid .icon .image
{
	width:60px;
}
.indabout .sec .grid.firstgrid .icon .image
{
	width:100%;
}
.indabout .sec .grid .tit
{
	width:100%;
	height:auto;
	font-size:20px;
	color:#153372;
	line-height:1;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #153372;
}
.indabout .sec .grid .des
{
	width:100%;
	font-size:15px;
	line-height:25px;
	color:#153372;
}
/**产品系列**/
.indblockbg2
{
	padding-top:0px;
}
.indblockbg2 .indcatetit
{
	text-align:center;
	margin-bottom:20px;
}
.indblockbg2 .indcateentit
{
	text-align:center;
}
.indblockbg2 .indbigtit
{
	margin-bottom:50px;
}
.indproserbannerblock
{
	width:100%;
	height:auto;
	position:relative;
}
.indproserbannerblock .indproserbanner
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indproserbannerblock .indproserbanner .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	border-radius:10px;
}
.indproserbannerblock .indproserbanner .link .outpic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:145%;
}
.indproserbannerblock .indproserbanner .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indproserbannerblock .indproserbanner .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.indproserbannerblock .indproserbanner .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indproserbannerblock .indproserbanner .link .pinfo
{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	transition:500ms;
	padding:40px 30px;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
	box-sizing:border-box;
	transition:500ms;
}
.indproserbannerblock .indproserbanner .link:hover .pinfo
{
	background:rgba(0,0,0,0);
}
.indproserbannerblock .indproserbanner .link .pinfo .up
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indproserbannerblock .indproserbanner .link .pinfo .up .num
{
	width:100%;
	height:auto;
	font-size:50px;
	color:#fff;
	line-height:1;
	font-weight:600;
	margin-bottom:10px;
}
.indproserbannerblock .indproserbanner .link .pinfo .up .tit
{
	font-size:18px;
	line-height:1;
	color:#fff;
	margin-bottom:10px;
}
.indproserbannerblock .indproserbanner .link .pinfo .up .sutit
{
	font-size:18px;
	line-height:1;
	color:#fff;
}
.indproserbannerblock .indproserbanner .link .pinfo .sudes
{
	width:100%;
	font-size:15px;
	line-height:25px;
	color:#fff;
}
.indproserbannerblock .indproserbanner .link .pinfo .sudes p
{
	width:100%;
	font-size:15px;
	line-height:25px;
	color:#fff;
}
/**产品系列 end**/
/**视频**/
.indblockbg3
{
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
}
.indblockbg3 .pic
{
	width:100%;
	height:auto;
}
.indblockbg3 .pic .image
{
	width:100%;
	height:auto;
}
.indblockbg3 .zz
{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.4);
	top:0px;
	left:0px;
	cursor:pointer;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.indblockbg3 .zz .playbtn
{
	width:80px;
	height:auto;
	opacity:0.6;
	transition:500ms;
}
.indblockbg3 .zz .playbtn .image
{
	width:100%;
	height:auto;
}
.indblockbg3 .zz:hover .playbtn
{
	opacity:1;
}
/**视频 end**/
/**新闻**/
.indblockbg4
{
	background:#f7f7f7;
}
.indblockbg4 .indbigtit
{
	margin-bottom:50px;
}
.indblockbg4 .indexnews
{
	width:100%;
	overflow:hidden;
	position:relative;
}
.indblockbg4 .indexnews .link
{
	width:100%;
	background:#fff;
	display:block;
}
.indblockbg4 .indexnews .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblockbg4 .indexnews .link .outpic .pic
{
	width:100%;
	padding-bottom:65%;
	position:relative;
	height:auto;
}
.indblockbg4 .indexnews .link .outpic .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.indblockbg4 .indexnews .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indblockbg4 .indexnews .link .down
{
	width:100%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
}
.indblockbg4 .indexnews .link .down .title
{
	width:100%;
	height:auto;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	font-size:17px;
	line-height:30px;
	margin-bottom:15px;
	transition:500ms;
}
.indblockbg4 .indexnews .link:hover .down .title
{
	color:#153372;
}
.indblockbg4 .indexnews .link .down .des
{
	width:100%;
	font-size:15px;
	line-height:25px;
	height:50px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	color:#999;
	margin-bottom:20px;
	transition:500ms;
}
.indblockbg4 .indexnews .link:hover .down .des
{
	color:#153372
}
.indblockbg4 .indexnews .link .more
{
	width:90px;
	background:#fff;
	height:40px;
	box-sizing:border-box;
	padding:10px 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	transition:500ms;
}
.indblockbg4 .indexnews .link .more .wz
{
	height:20px;
	line-height:20px;
	font-size:14px;
	transition:500ms;
}
.indblockbg4 .indexnews .link:hover .more .wz
{
	color:#153372;
}
.indblockbg4 .indexnews .link .more .rightarr
{
	width:18px;
	height:18px;
	background:#153372;
	color:#fff;
	line-height:18px;
	font-size:12px;
	border-radius:50%;
	text-align:center;
}
/**新闻 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:100px;
	margin-top:-100px;
	overflow:hidden;
}
/**锚点 end**/
/**没有banner时**/
.none-banner
{
	width:100%;
	height:auto;
}
/**没有banner时 end**/
/**网站内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner .bannerlink
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner .bannerlink .pic
{
	width:100%;
	height:auto;
}
.inside_banner .bannerlink .pic img
{
	width:100%;
	height:auto;
}
.sitenavbg
{
	width:100%;
	position:absolute;
	z-index:10;
	bottom:50px;
	left:0px;
}
.sitenavbg .sitenav
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.sitenavbg .sitenav .grid
{
	margin-right:20px;
}
.sitenavbg .sitenav .grid:last-child
{
	margin-right:0px;
}
.sitenavbg .sitenav .grid .link
{
	display:block;
	color:#fff;
	font-size:18px;
	line-height:1;
	padding-bottom:10px;
	border-bottom:2px solid rgba(255,255,255,0);
}
.sitenavbg .sitenav .grid .link.hover
{
	border-bottom:2px solid rgba(255,255,255,1);
}
.catenav2
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding-top:50px;
}
.catenav2 .grid
{
	margin-right:15px;
	margin-top:10px;
}
.catenav2 .grid .link
{
	font-size:16px;
	line-height:1;
	padding:10px 25px;
	border:1px solid #666;
	border-radius:4px;
	transition:500ms;
	display:block;
}
.catenav2 .grid .link:hover
{
	border:1px solid #153372;
	color:#153372;
}
.catenav2 .grid .link.hover
{
	border:1px solid #153372;
	color:#153372;
}

/**网站内页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%;
	vertical-align:middle;
}
.inside_bigtit
{
	width:100%;
	height:auto;
	font-weight:bold;
	font-size:20px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
/**内页内容区 end**/
/**上一篇下一篇**/
.prevnext
{
	width:100%;
	height:auto;
	overflow:hidden;
	display: flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.prevnext .grid
{
	width:50%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
}
.prevnext .grid:nth-child(2n)
{
	text-align:right;
}
.prevnext .grid a
{
	color:#666;
	transition:1s;
}
.prevnext .grid a:hover
{
	color:#000;
}
/**上一篇下一篇 end**/
/**发布时间**/
.create_time
{
	width:100%;
	height:auto;
	font-size:15px;
	margin-top:15px;
	line-height:25px;
	color:#999;
	text-align:center;
	margin-bottom:30px;
}
/**发布时间 end**/
/**网站内页整体部分 end**/
/**栏目信息**/
.cateinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:40px;
}
.cateinfo .catename
{
	font-size:32px;
	overflow:hidden;
}
.cateinfo .summary
{
	font-size:15px;
	line-height:28px;
	margin-top:15px;
}
.cateinfo .summary p
{
	font-size:15px;
	line-height:28px;
}
/**栏目信息 end**/
/**当前位置**/
.pathblockbg
{
	background:#faf7f2;
}
.pathblock
{
    width:90%;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
    height:auto;
    overflow:hidden;
}
.pathblock .path
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    padding-top:30px;
    padding-bottom:10px;
}
.pathblock .path .websitename
{
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:25px;
	color:#999;
}
.pathblock .path .nlist
{
    width:calc(100% - 100px);
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.pathblock .path .nlist .link
{
    display:block;
    font-size:16px;
    line-height:25px;
    transition:1s;
	color:#999;
}
.pathblock .path .nlist .link:hover
{
    color:#666;
}
.pathblock .path .nlist .arr
{
    display:block;
    font-size:14px;
    line-height:25px;
}
.pathblock .path .nlist .arr:last-child
{
   display:none;
}
/**当前位置 end**/
/**关于我们**/
.insabout
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.insabout .left
{
	width:45%;
	height:auto;
	overflow:hidden;
}
.insabout .left .tit
{
	width:100%;
	height:auto;
	font-size:30px;
	line-height:1;
	margin-bottom:20px;
	letter-spacing:2px;
}
.insabout .left .des
{
	width:100%;
	height:auto;
	font-size:25px;
	line-height:1;
	margin-bottom:20px;
	letter-spacing:2px;
	font-weight:600;
}
.insabout .left .des span
{
	color:#153372;
}
.insabout .right
{
	width:45%;
	height:auto;
	overflow:hidden;
}
.insabout .right .pic
{
	width:100%;
	height:auto;
	border-radius:10px;
	overflow:hidden;
}
.insabout .right .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg2
{
	background:url('../images/about/hezuobg.jpg') no-repeat center center;
	background-size:cover;
}
.aboutbg2 .hezuo .indbigtit
{
	margin-bottom:80px;
}
.aboutbg2 .hezuo .indbigtit .indcatetit
{
	text-align:center;
	color:#fff;
}
.aboutbg2 .hezuo .list
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	max-width:1300px;
	margin:auto;
}
.aboutbg2 .hezuo .list .grid
{
	width:18%;
	margin-right:2.5%;
	margin-bottom:30px;
}
.aboutbg2 .hezuo .list .grid:nth-child(5n)
{
	margin-right:0px;
}
.aboutbg2 .hezuo .list .grid:nth-last-child(-n+5)
{
	margin-bottom:0px;
}
.aboutbg2 .hezuo .list .grid .link
{
	display:block;
	width:100%;
	background:#fff;
	border:5px solid #67bac4;
	border-radius:10px;
	box-sizing:border-box;
	overflow:hidden;
}
.aboutbg2 .hezuo .list .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:50%;
	position:relative;
	overflow:hidden;
}
.aboutbg2 .hezuo .list .grid .link .pic .image
{
	width:80%;
	height:80%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	object-fit:cover;
	transition:500ms;
}
.aboutbg2 .hezuo .list .grid .link:hover .pic .image
{
	transform:translate(-50%,-50%) scale(1.1);
}
.aboutblock3 .linian
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.aboutblock3 .linian .grid
{
	width:32%;
	margin-right:2%;
}
.aboutblock3 .linian .grid:nth-child(3n)
{
	margin-right:0px;
}
.aboutblock3 .linian .grid .pic
{
	width:100%;
	border-radius:10px;
	overflow:hidden;
	padding-bottom:70%;
	position:relative;
	margin-bottom:30px;
}
.aboutblock3 .linian .grid .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
}
.aboutblock3 .linian .grid .text
{
	width:100%;
	height:auto;
}
.aboutblock3 .linian .grid .text .tit
{
	width:100%;
	font-size:18px;
	text-align:center;
	color:#153372;
	line-height:1;
	margin-bottom:15px;
}
.aboutblock3 .linian .grid .text .cont
{
	width:100%;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
.aboutblock3 .linian .grid .text .cont p
{
	font-size:15px;
	text-align:center;
	line-height:25px;	
}
/**发展历程**/
.historyblock1 .indbigtit
{
	margin-bottom:80px;
}
.historyblock1 .indbigtit .indcatetit
{
	text-align:center;
	color:#153372;
}
.historyblock1 .lichenglist
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	max-width:1400px;
	margin:auto;
}
.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 #6dbdc6;
	border-radius:50%;
}
.historyblock1 .lichenglist .grid .nonetext
{
	width:45%;
}
/**发展历程 end**/
/**企业荣誉**/
.honorbg .indbigtit
{
	margin-bottom:50px;
}
.honorbg .indbigtit .indcatetit
{
	text-align:center;
	color:#153372;
}
.honorbg .honorlist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	max-width:1400px;
	margin:auto;
}
.honorbg .honorlist1 .grid
{
	width:32%;
	margin-bottom:30px;
	margin-right:2%;
}
.honorbg .honorlist1 .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
.honorbg .honorlist1 .grid:nth-child(3n)
{
	margin-right:0px;
}
.honorbg .honorlist2 .grid
{
	width:23.5%;
	margin-bottom:30px;
	margin-right:2%;
}
.honorbg .honorlist2 .grid:nth-last-child(-n+4)
{
	margin-bottom:0px;
}
.honorbg .honorlist2 .grid:nth-child(4n)
{
	margin-right:0px;
}
.honorbg .honorlist .grid .link
{
	width:100%;
	display:block;
}
.honorbg .honorlist .grid .link .outpic
{
	width:100%;
	height:auto;
	position:relative;
}
.honorbg .honorlist1 .grid .link .outpic
{
	padding-bottom:70%;
}
.honorbg .honorlist2 .grid .link .outpic
{
	padding-bottom:145%;
}
.honorbg .honorlist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	overflow:hidden;
}
.honorbg .honorlist2 .grid .link .outpic .pic
{
	box-shadow:-3px 3px 5px #999;
}
.honorbg .honorlist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.honorbg .honorlist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.honorbg2
{
	padding-top:0px;
}
/**企业荣誉 end**/
/**关于我们 end**/
/**新闻列表**/
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:23.5%;
	margin-right:2%;
	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 .time
{
	font-size:15px;
	line-height:25px;
	margin-bottom:10px;
}
.newslist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:65%;
	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:#153372;
	overflow:hidden;
	line-height:22px;
	margin-bottom:10px;
}
.newslist .grid .link .des
{
	font-size:14px;
	height:40px;
	line-height:22px;
	color:#999;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:10px;
	transition:1s;
}
.newslist .grid:hover .link .des
{
	color:#153372;
}
.newslist .grid .link .more
{
	font-size:14px;
	line-height:22px;
	color:#999;
	transition:1s;
}
.newslist .grid:hover .link .more
{
	color:#000;
}
/**新闻列表 end**/
/**招商加盟**/
.joinbg .indbigtit
{
	margin-bottom:50px;
}
.joinbg .indbigtit .indcatetit
{
	text-align:center;
	color:#153372;
}
.joinbg .youshi .list
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.joinbg .youshi .list .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
}
.joinbg .youshi .list .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
.joinbg .youshi .list .grid:nth-child(3n)
{
	margin-right:0px;
}
.joinbg .youshi .list .grid .pic
{
	width:100%;
	padding-bottom:62%;
	position:relative;
	height:auto;
	margin-bottom:20px;
}
.joinbg .youshi .list .grid .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.joinbg .youshi .list .grid .title
{
	margin-bottom:15px;
}
.joinbg .youshi .list .grid .title span
{
	display:inline-block;
	vertical-align:bottom;	
	color:#153372;
	font-size:40px;
	line-height:1;
	font-weight:600;
}
.joinbg .youshi .list .grid .title p
{
	display:inline-block;
	vertical-align:bottom;	
	font-size:17px;
	line-height:1.5;
	color:#153372;
	font-weight:600;
}
.joinbg .youshi .list .grid .des
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
}
.joinbg .youshi .list .grid .des p
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
}
/**加盟优势**/
.joinbg2
{
	padding-top:0px;
	padding-bottom:0px;
}
.joinbg2 .listbg
{
	padding-top:80px;
	padding-bottom:80px;
	background:url('../images/join/youshibg.jpg') no-repeat center center;
	background-size:cover;
}
.joinbg2 .listbg .list
{
	 display:flex;
	 flex-wrap:wrap;
}
.joinbg2 .listbg .list .grid
{
	width:9.09%;
}
.joinbg2 .listbg .list1 .grid
{
	margin-right:9.09%;
}
.joinbg2 .listbg .list1 .grid:last-child
{
	 margin-right:0px;
}
.joinbg2 .listbg .list2 .grid
{
	margin-left:9.09%;
}
.joinbg2 .listbg .list2 .grid:last-child
{
	 margin-left:0px;
}
.joinbg2 .listbg .list .grid .pic
{
	border-radius:50%;
	width:100%;
	padding:20px;
	background:#faf8f3;
	box-sizing:border-box;
	position:relative;
	margin-bottom:20px;
}
.joinbg2 .listbg .list .grid .pic .inpic
{
	width:100%;
	height:auto;
	border:1px solid #000;
	border-radius:50%;
	overflow:hidden;
	box-sizing:border-box;
	padding:20px;
}
.joinbg2 .listbg .list .grid .pic .image
{
	width:100%;
	height:auto;
}
.joinbg2 .listbg .list .grid .tit
{
	width:100%;
	font-size:15px;
	line-height:25px;
	color:#fff;
	text-align:center;
}
.joinbg2 .listbg .list .grid .pic .arr
{
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	top:0px;
}
.joinbg2 .listbg .list .grid .pic .arr .arrimage
{
	width:80%;
	max-width:85px;
}
.joinbg2 .listbg .list1 .grid .pic .arr
{
	left:100%;
}
.joinbg2 .listbg .list2 
{
	flex-direction:row-reverse;
}
.joinbg2 .listbg .list2 .grid .pic .arr
{
	right:100%;
}
.joinbg2 .listbg .list .grid:last-child .pic .arr
{
	display:none;
}
.joinbg2 .listbg .joinblock2 .downarr
{
	width:100%;
	display:flex;
	justify-content:flex-end;
	padding-top:20px;
	padding-bottom:20px;
}
.joinbg2 .listbg .joinblock2 .downarr .pic
{
	width:9.09%;
	display:flex;
	justify-content:center;

}
/**加盟优势 end**/
/**加入我们**/
.joinus
{
	display:flex;
	flex-wrap:wrap;
	max-width:1280px;
	justify-content:space-between;
	margin:auto;
	align-items:center;
}
.joinus .pic
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.joinus .pic .image
{
	width:100%;
	height:auto;
}
.joinus .right
{
	width:45%;
	height:auto;
}
.joinus .right .entit
{
	width:100%;
	height:auto;
	font-size:30px;
	height:auto;
	line-height:1;
	margin-bottom:10px;
}
.joinus .right .cntit
{
	width:100%;
	height:auto;
	font-size:20px;
	height:auto;
	line-height:1;
	margin-bottom:20px;
	color:#666;
}
.joinus .right .joinmsg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.joinus .right .joinmsg .mgrid
{
	width:100%;
	height:auto;
	margin-bottom:25px;
}
.joinus .right .joinmsg .mgrid .inputb
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.joinus .right .joinmsg .mgrid .inputb .input
{
	font-size:15px;
	color:#666;
	height:35px;
	border:none;
	box-sizing:border-box;
	outline:none;
	border-bottom:1px solid #999;
	width:100%;
}
.joinus .right .joinmsg .mgrid .textareab
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.joinus .right .joinmsg .mgrid .textareab .textarea
{
	font-size:15px;
	color:#666;
	height:150px;
	box-sizing:border-box;
	border:1px solid #999;
	outline:none;
	padding:10px;
	width:100%;
}
.joinus .right .submit
{
	width:150px;
	height:35px;
	background:#153372;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.joinus .right .submit .text
{
	font-size:15px;
	color:#fff;
	line-height:35px;
	margin-right:5px;
}
.joinus .right .submit .hand
{
	width:25px;
	height:auto;
}
.joinus .right .submit .hand .image
{
	width:100%;
	height:auto;	
}
/**加入我们 end**/
/**招商加盟 end**/
/**管家服务**/
.serviceblock1 .joinking1
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:50px;
}
.serviceblock1 .joinking1 .pic
{
	width:55%;
	height:auto;
	overflow:hidden;
}
.serviceblock1 .joinking1 .pic .image
{
	width:100%;
	height:auto;
}
.serviceblock1 .joinking1 .right
{
	width:40%;
}
.serviceblock1 .joinking1 .right .tit1
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:25px;
	height:auto;
	line-height:35px;
	margin-bottom:20px;
}
.serviceblock1 .joinking1 .right .tit1 p
{
	font-size:25px;
	line-height:35px;
}
.serviceblock1 .joinking1 .right .tit2
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	height:auto;
	line-height:28px;
	margin-bottom:20px;
}
.serviceblock1 .joinking1 .right .tit2 p
{
	font-size:16px;
	line-height:28px;
}
.serviceblock1 .joinking1 .right .twocode
{
	width:150px;
	height:auto;
	overflow:hidden;
}
.serviceblock1 .joinking1 .right .twocode .code
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.serviceblock1 .joinking1 .right .twocode .code .image
{
	width:100%;
	height:auto;
}
.serviceblock1 .joinking1 .right .twocode .codet
{
	font-size:16px;
	line-height:25px;
}
.serviceblock1 .joinking2
{
	display:flex;
	flex-wrap:wrap;
}
.serviceblock1 .joinking2 .grid
{
	width:18%;
	height:auto;
	overflow:hidden;
	margin-right:2.5%;
}
.serviceblock1 .joinking2 .grid:last-child
{
	margin-right:0px;
}
.serviceblock1 .joinking2 .grid .pic
{
	width:50px;
	height:auto;
	margin-bottom:10px;
}
.serviceblock1 .joinking2 .grid .pic .image
{
	width:100%;
	height:auto;
}
.serviceblock1 .joinking2 .grid .tit
{
	width:100%;
	height:auto;
	font-size:17px;
	line-height:28px;
	margin-bottom:5px;
}
.serviceblock1 .joinking2 .grid .cont
{
	width:100%;
	font-size:15px;
	color:#666;
	line-height:25px;
}
.serviceblock1 .joinking2 .grid .cont p
{
	width:100%;
	font-size:15px;
	color:#777;
	line-height:25px;
}
.servicebg2
{
	background:url('../images/service/servicebg1.jpg') no-repeat center center;
	background-size:cover;
}
.servicebg2 .jinguan
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.servicebg2 .jinguan .le
{
	font-size:40px;
	line-height:1.5;
	color:#fff;
	width:48%;
	box-sizing:border-box;
}
.servicebg2 .jinguan .le p
{
	font-size:40px;
	line-height:1.5;
	color:#fff;
}
.servicebg2 .pic
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.servicebg2 .pic .image
{
	width:100%;
	height:auto;
}
.servicebg3
{
	background:url('../images/service/servicebg2.jpg') no-repeat center center;
	background-size:cover;
}
.servicebg3 .servicelist
{
	display:flex;
	flex-wrap:wrap;
}
.servicebg3 .servicelist .grid
{
	width:30.66%;
	margin-right:4%;
	margin-bottom:50px;
}
.servicebg3 .servicelist .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
.servicebg3 .servicelist .grid:nth-child(3n)
{
	margin-right:0;
}
.servicebg3 .servicelist .grid .tit
{
	font-size:18px;
	color:#fff;
	line-height:25px;
	margin-bottom:10px;
}
.servicebg3 .servicelist .grid .cont
{
	font-size:15px;
	color:#fff;
	line-height:25px;
}
.servicebg3 .servicelist .grid .cont p
{
	font-size:15px;
	color:#fff;
	line-height:25px;
}
/**管家服务 end**/
/**酒店工程**/
.caselistblock1 .gcjs
{
	max-width:1350px;
	margin:auto;
}
.caselistblock1 .gcjs .indbigtit
{
	margin-bottom:50px;
}
.caselistblock1 .gcjs .indbigtit .indcatetit
{
	text-align:center;
	color:#153372;
}
.caselistblock1 .gcjs .cont
{
	width:100%;
	margin-bottom:30px;
	font-size:15px;
	line-height:25px;
}
.caselistblock1 .gcjs .cont p
{
	font-size:15px;
	line-height:25px;
}
.caselistblock1 .gcjs .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.caselistblock1 .gcjs .pic .image
{
	width:100%;
	height:auto;
}
.caselistbg2
{
	background:url('../images/case/casebg.jpg') no-repeat center center;
	background-size:cover;
	padding-top:100px;
	padding-bottom:120px;
}
.caselistbg2 .indbigtit
{
	margin-bottom:80px;
}
.caselistbg2 .indbigtit .indcatetit
{
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}
.caselistbg2 .indbigtit .indcateentit
{
	text-align:center;
	color:#fff;
}
.caselistbg2 .zhixuanlist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	max-width:1350px;
	margin:auto;
}
.caselistbg2 .zhixuanlist .grid
{
	width:15%;
	margin-right:2%;
	margin-bottom:30px;
}
.caselistbg2 .zhixuanlist .grid:nth-child(6n)
{
	margin-right:0px;
}
.caselistbg2 .zhixuanlist .grid:nth-last-child(-n+6)
{
	margin-bottom:0px;
}
.caselistbg2 .zhixuanlist .grid .link
{
	display:block;
	width:100%;
	background:#fff;
	border:5px solid #67bac4;
	border-radius:10px;
	box-sizing:border-box;
	overflow:hidden;
}
.caselistbg2 .zhixuanlist .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:50%;
	position:relative;
	overflow:hidden;
}
.caselistbg2 .zhixuanlist .grid .link .pic .image
{
	width:80%;
	height:80%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	object-fit:cover;
	transition:500ms;
}
.caselistbg2 .zhixuanlist .grid .link:hover .pic .image
{
	transform:translate(-50%,-50%) scale(1.1);
}
/**案例列表**/
.caselist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	max-width:1350px;
	margin:auto;
}
.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%;
	background:#eef0ef;
	padding:15px;
	box-sizing:border-box;
}
.caselist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:60%;
	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;
	transition:500ms;
}
.caselist .grid .link:hover .title
{
	color:#153372;
}
.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**/
/**酒店工程 end**/
/**产品列表**/
.prolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.prolist .grid
{
	width:22%;
	height:auto;
	margin-right:4%;
	margin-bottom:30px;
}
.prolist .grid:nth-child(4n)
{
	margin-right:0px;
}
.prolist .grid .link
{
	display:block;
	width:100%;
}
.prolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:60%;
	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;
	transition:500ms;
}
.prolist .grid:hover .link .title
{
	color:#153372;
}
/**产品列表 end**/
/**产品详情**/
.proshowfir
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:30px;
    align-items:flex-start;    
}
.proshowfir .picarr
{
    width:48%;
    height:auto;
	position:relative;
}
.proshowfir .picarr .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.proshowfir .picarr .leftbtn-prev
{
	left:20px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.proshowfir .picarr .rightbtn-next
{
	right:20px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.proshowfir .picarr .picarrlist
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.proshowfir .picarr .picarrlist .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:75%;
}
.proshowfir .picarr .picarrlist .outpic .pic
{
    width:100%;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    border:1px solid #ccc;
    box-sizing:border-box;
    
}
.proshowfir .picarr .picarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.proshowfir .picarr .picarrlist .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.proshowfir .prorightcont
{
    width:48%;
    padding:30px 50px;
    box-sizing:border-box;
}
.proshowfir .prorightcont .protitle
{
    width: 100%;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.proshowfir .prorightcont .des
{
	font-size:15px;
	line-height:25px;
}
.proshowfir .prorightcont .des p
{
	font-size:15px;
	line-height:25px;
}
.productshowcontent
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productshowcontent .title
{
	width:100%;
	font-size:16px;
	line-height:25px;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	color:#666;
}
.protjtitle
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:32px;
    margin-bottom:50px;
    line-height:1.5;
}
.productviewblockbg2
{
	padding-top:0px;
}
/**产品详情 end**/
/**案例展示**/
.caseshowfir
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding-bottom:50px;
	border-bottom:1px solid #999;
	margin-bottom:50px;
}
.caseshowfir .picarr 
{
	width:56%;
	position:relative;
	box-sizing:border-box;
}
.caseshowfir .picarr .smallblock
{
	width:100px;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
}
.caseshowfir .picarr .smallblock .btn
{
	width:100%;
	position:absolute;
	height:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.caseshowfir .picarr .smallblock .btn img
{
	height:25px;
}
.caseshowfir .picarr .smallblock .button-prev
{
	top:-30px;
}
.caseshowfir .picarr .smallblock .button-next
{
	bottom:-30px;
}
.caseshowfir .picarr .smallblock .gallery-thumbs
{
	height:100%;
	width:100%;
	overflow:hidden;
}
.caseshowfir .picarr .smallblock .gallery-thumbs .pic
{
	width:100%;
	height:100%;
	cursor:pointer;
}
.caseshowfir .picarr .smallblock .gallery-thumbs .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:0.8;
}
.caseshowfir .picarr .smallblock .gallery-thumbs .swiper-slide-thumb-active .pic .image
{
	opacity:1;
}
.caseshowfir .picarr .bpic
{
	width:calc(100% - 120px);
	margin-left:120px;
	position:relative;
}
.caseshowfir .picarr .bpic .arr
{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	z-index:10;
	width:40px;
	cursor:pointer;
	display:none;
}
.caseshowfir .picarr .bpic:hover .arr
{
	display:block;
}
.caseshowfir .picarr .bpic .arr .image
{
	width:100%;
	height:auto;
}
.caseshowfir .picarr .bpic .leftbtn-prev
{
	left:50px;
}
.caseshowfir .picarr .bpic .rightbtn-next
{
	right:50px;
}
.caseshowfir .picarr .bpic .outpic
{
	width:100%;
	position:relative;
	padding-bottom:60%;
	height:auto;
}
.caseshowfir .picarr .bpic .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.caseshowfir .picarr .bpic .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.caseshowfir .caseinfo
{
	width:40%;
	height:auto;
}
.caseshowfir .caseinfo .casebigtit
{
	font-size:25px;
	margin-bottom:10px;
	line-height:1;
}
.caseshowfir .caseinfo .xingji
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:10px;
}
.caseshowfir .caseinfo .xingji .wz
{
	width:60px;
	line-height:34px;
	text-align-last:justify;
	font-size:18px;
	color:#000;
}
.caseshowfir .caseinfo .xingji .xing
{
	width:calc(100% - 65px);
	display:flex;
	flex-wrap:wrap;
}
.caseshowfir .caseinfo .xingji .xing .image
{
	width:25px;
	margin-right:2px;
}
.caseshowfir .caseinfo .xingji .xing .image:last-child
{
	margin-right:0px;
}
.caseshowfir .caseinfo .fangjian
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:10px;
}
.caseshowfir .caseinfo .fangjian .wz
{
	width:60px;
	line-height:25px;
	text-align-last:justify;
	font-size:18px;
	color:#000;
}
.caseshowfir .caseinfo .fangjian .num
{
	width:calc(100% - 65px);
	display:flex;
	flex-wrap:wrap;
	font-size:18px;
	line-height:25px;
	box-sizing: border-box;
	padding-left:5px;
}
.caseshowfir .caseinfo .summary
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
}
.caseshowfir .caseinfo .summary p
{
	font-size:15px;
	line-height:25px;
} 
.caseShowBlock .caseconent
{
	width:100%;
	height:auto;	
}
.caseShowBlock .caseconent .bigtit
{
	font-size:16px;
	line-height:1;
	color:#153372;
	margin-bottom:30px;
}
/**案例展示 end**/
/**门店列表**/
.storeblock1 .indbigtit
{
	margin-bottom:50px;
}
.storeblock1 .indbigtit .indcatetit
{
	text-align:center;
	color:#153372;
}
.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:70%;
	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:#153372;
	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:#153372;
	border-radius:5px;
	cursor:pointer;
}
.contactbg1 .contactblock1 .msg .submit:hover
{
	background:#000;
}
.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: #153372;
	color:#fff;

}

.Pagination__Nav span:hover {
    background: #153372;
	color:#fff;
}

.Pagination__Nav a:hover {
    background: #153372;
	color:#fff;
}
/**分页 end**/
/**右侧菜单**/
.rightnav
{
	width:40px;
	position:fixed;
	top:50%;
	transform:translate(0,-50%);
	right:0px;
	z-index:2000;
}
.rightnav .sgrid
{
	width:100%;
	height:40px;
	background:#fff;
	margin-bottom:5px;
}
.rightnav .sgrid:last-child
{
	margin-bottom:0px;
}
.rightnav .sgrid .link
{
	display:block;
	position:relative;
	cursor:pointer;
}
.rightnav .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .extitle
{
	position:absolute;
	top:0px;
	right:40px;
	height:40px;
	line-height:40px;
	font-size:15px;
	white-space:nowrap;
	background:#fff;
	padding:0px 30px;
	display:none;
	z-index:100;
}
.rightnav .sgrid .link:hover .extitle
{
	display:block;
}
.rightnav .sgrid .link .twocode
{
	position:absolute;
	top:0px;
	right:40px;
	width:120px;
	background:#fff;
	z-index:100;
	display:none;
}
.rightnav .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link:hover .twocode
{
	display:block;
}
/**右侧菜单 end**/
/**网站内页 end**/


