/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Microsoft YaHei",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;
}
.eebg
{
	background:#eee;
}
/**网站全局css end**/
/**网站头部**/
.headbg
{
	width:100%;
	height:80px;
	background:#000;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
}
.headbg .head
{
	width:90%;
	height:100%;
	min-width:1200px;
	max-width:1600px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:auto;
}
.headbg .head .logo
{
	width:230px;
	height:100%;
}
.headbg .head .logo .link
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
}
.headbg .head .logo .link .image
{
	width:100%;
	height:auto;
	margin-top:14px;
}
.headbg .head .nav
{
	width:calc(100% - 430px);
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.headbg .head .nav .grid1
{
	height:100%;
	position:relative;
	margin-left:2%;
	margin-right:2%;
}
.headbg .head .nav .grid1::after
{
	content:'';
	position:absolute;
	width:0px;
	height:2px;
	background:#0092d8;
	top:60px;
	transition:500ms;
}
.headbg .head .nav .grid1:hover::after
{
	width:100%;
}
.headbg .head .nav .grid1 .link1
{
	display:block;
	height:100%;
	font-size:16px;
	line-height:80px;
	color:#fff;
	transition:500ms;
}
.headbg .head .nav .grid1:hover .link1
{
	color:#0092d8;
}
.headbg .head .nav .grid1.grid1hover .link1
{
	color:#0092d8;
}
.headbg .head .nav .grid1 .subnav
{
	position:absolute;
	left:0px;
	background:#fff;
	display:none;
	z-index:10000;
}
.headbg .head .nav .grid1 .subnav .grid2
{
	height:auto;
	border-bottom:1px solid #eee;
}
.headbg .head .nav .grid1 .subnav .grid2 .link2
{
	white-space:nowrap;
	box-sizing:border-box;
	padding:10px 20px;
	font-size:16px;
	line-height:1;
	display:block;
	transition:500ms;
}
.headbg .head .nav .grid1 .subnav .grid2:hover .link2
{
	color:#0092d8;
}

.headbg .head .right
{
	 width:200px;
	 height:100%;
	 display:flex;
	 justify-content:space-between;
}
.headbg .head .right .searchbtn
{
	width:24px;
	height:100%;
}
.headbg .head .right .searchbtn .pic
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	width:100%;
}
.headbg .head .right .searchbtn .pic .image
{
	width:100%;
}
.headbg .head .right .lan
{
	width:150px;
	height:30px;
	margin-top:25px;
	position:relative;
}
.headbg .head .right .lan .tit
{
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#fff;
	border:1px solid #fff;
	box-sizing:border-box;
	border-radius:14px;
	overflow:hidden;
	transition:500ms;
	cursor:pointer;
}
.headbg .head .right .lan:hover .tit
{
	background:#0092d8;
}
.headbg .head .right .lan .lannav
{
	width:100%;
	position:absolute;
	left:0px;
	padding:5px 0px;
	overflow:hidden;
	display:grid;
    grid-template-rows:0fr;
	box-sizing:border-box;
	transition:500ms;
}
.headbg .head .right .lan:hover .lannav
{
    grid-template-rows: 1fr;
}
.headbg .head .right .lan .lannav .links
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.headbg .head .right .lan .lannav .link
{
	display:block;
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	text-align:center;
	box-sizing:border-box;
	color:#fff;
	background:rgba(0,146,216,0.8);
	transition:500ms;
}
.headbg .head .right .lan .lannav .link:hover
{
	background:rgba(0,146,216,1);
}
.headbg .searchbg
{
	width:100%;
	height:auto;
	background:#666;
	padding:15px 30px;
	position:absolute;
	top:80px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
	display:none;
}
.headbg .searchbg .headsearch
{
	width:40%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #fff;
}
.headbg .searchbg .headsearch .input
{
	width:calc(100% - 35px);
}
.headbg .searchbg .headsearch .input input
{
	width:100%;
	height:100%;
	font-size:15px;
	color:#fff;
	background:none;
	border:none;
	outline:none;
}
.headbg .searchbg .headsearch .input input::-webkit-input-placeholder
{
	color:#fff;
}
.headbg .searchbg .headsearch .headsearchbtn
{
	width:35px;
	height:35px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.headbg .searchbg .headsearch .headsearchbtn .image
{
	width:20px;
	height:auto;
}
.headsupport
{
	width:100%;
	height:80px;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#000;
	padding-top:90px;
	padding-bottom:90px;
}
.footbg .foot
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1600px;
	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:230px;
}
.footbg .foot .footright .flogo a .image
{
	width:100%;
	height:auto;
}
.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:none;
}
.footbg .foot .footright .shejiaop .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.footbg .foot .footright .shejiaop1
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	margin-bottom:20px;
}
.footbg .foot .footright .shejiaop1 .sgrid
{
	flex:1;
}
.footbg .foot .footright .shejiaop1 .sgrid .link
{
	width:100%;
	display:block;
	box-sizing:border-box;
	padding-left:10px;
}
.footbg .foot .footright .shejiaop1 .sgrid .link .twocode
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	position:relative;
	margin-bottom:5px;
}
.footbg .foot .footright .shejiaop1 .sgrid .link .twocode .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0px;
	left:0px;
}
.footbg .foot .footright .shejiaop1 .sgrid .link .tit
{
	width:100%;
	height:auto;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:20px;
}
.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.beian
{
	margin-right:10px;
}
.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/leftarr_ca.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:60px;
}
.banner .rightbtn-next
{
	background:url('../images/rightarr_ca.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;
	object-fit:cover;
	max-height:calc(100vh - 80px);
}
.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-x:visible;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
.weblistblockbg
{
	padding-top:40px;
}
/**网站模块大小 end**/
/**网站标题**/
.webbigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:60px;
}
.webbigtit .bigtit
{
	width:100%;
	height:auto;
	text-align:center;
	color:#0092d8;
	font-size:30px;
	font-weight:600;
	line-height:35px;
	margin-bottom:10px;
}
.webbigtit .smalltit
{
	width:100%;
	height:auto;
	text-align:center;
	color:#000;
	font-size:14px;
	line-height:25px;
}
/**网站标题 end**/
/**首页1-关于我们**/
.indblockbg1
{
	background:#efefef;
}
.indabout
{
	width:100%;
	height:auto;
	position:relative;
}
.indabout .grid
{
	border-radius:10px;
	overflow:hidden;
}
.indabout .grid:nth-child(1)
{
	width:70%;
	position:relative;
}
.indabout .grid .bg
{
	width:100%;
	height:auto;
}
.indabout .grid .bg .image
{
	width:100%;
	height:auto;
}
.indabout .grid:nth-child(2)
{
	width:26%;
	right:0px;
	position:absolute;
	height:100%;
	top:0px;
}
.indabout .grid:nth-child(2) .bg
{
	width:100%;
	height:100%;
}
.indabout .grid:nth-child(2) .bg .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indabout .grid .wz
{
	width:90%;
	position:absolute;
	bottom:50px;
	left:5%;
}
.indabout .grid .wz .indalo
{
	width:100%;
	height:30px;
	margin-bottom:20px;
}
.indabout .grid .wz .indalo .image
{
	max-width:100%;
	max-height:100%;
}
.indabout .grid .wz .cont
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	color:#fff;
}
.indabout .grid .wz .cont p
{
	font-size:15px;
	line-height:25px;
	color:#fff;
}
/**首页1-关于我们 end**/
/**首页2-产品系列 **/
.indblockbg2
{
	background:url('../images/index/productbg.jpg') no-repeat center center;
	background-size:cover;
}
.indblockbg2 .webbigtit .smalltit
{
	color:#fff;
}
.indproserbannerblock
{
	width:100%;
	overflow:hidden;
	padding:10px 0px 10px 10px;
	box-sizing:border-box;
}
.indproserbannerblock .indproserbanner .link
{
	width:100%;
	position:relative;
	padding-bottom:162.5%;
	display:block;
}
.indproserbannerblock .indproserbanner .link .outpic
{
	width:100%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:5;
	transition:500ms;
}
.indproserbannerblock .indproserbanner .link .outpic::after
{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.5);
	transition:500ms;
}
.indproserbannerblock .indproserbanner .swiper-slide-active .link .outpic
{
	width:calc(100% + 20px);
	height:calc(100% + 20px);
	z-index:10;
}
.indproserbannerblock .indproserbanner .swiper-slide-active .link .outpic::after
{
	background:rgba(0,0,0,0);
} 
.indproserbannerblock .indproserbanner .link .outpic .pic
{
	width:100%;
	height:100%;
}
.indproserbannerblock .indproserbanner .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indproserbannerblock .indproserbanner .link .wz
{
	width:calc(100% - 40px);
	position:absolute;
	top:30px;
	left:20px;
	z-index:20;
}
.indproserbannerblock .indproserbanner .link .wz .tit
{
	font-size:22px;
	text-align:center;
	font-weight:600;
	color:#fff;
	line-height:25px;
}
.indproserbannerblock .indproserbanner .link .wz .line
{
	width:25%;
	margin:10px auto 15px auto;
	height:2px;
	background:#0092d8;
}
.indproserbannerblock .indproserbanner .link .wz .des
{
	font-size:13px;
	line-height:20px;
	text-align:center;
	color:#ddd;
}
.indproserbannerblock .indproserbanner .link .wz .des p
{
	font-size:13px;
	line-height:20px;
	color:#ddd;
}
/**首页2-产品系列 end**/
/**首页3-产品中心**/
.indblockbg3
{
	background:url('../images/index/productbg2.jpg') no-repeat center center;
	background-size:cover;
}
.indexprolistblock
{
	width:100%;
	position:relative;
}
.indexprolistblock .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	border:1px solid #333;
	box-sizing:border-box;
	cursor:pointer;
	z-index:100;
}
.indexprolistblock .arr.leftbtn-prev
{
	left:-50px;
	background:url('../images/leftarr.png') no-repeat center center;
	background-size:50% 50%;
}
.indexprolistblock .arr.rightbtn-next
{
	right:-50px;
	background:url('../images/rightarr.png') no-repeat center center;
	background-size:50% 50%;
}
.indexprolist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indexprolist .link
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.indexprolist .link .outpic
{
	width:50%;
	height:auto;
	overflow:hidden;
}
.indexprolist .link .outpic .pic
{
	width:100%;
	padding-bottom:75%;
	position:relative;
}
.indexprolist .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0px;
	left:0px;
}
.indexprolist .link .right
{
	width:46%;
	height:auto;
	overflow:hidden;
}
.indexprolist .link .right .xilie
{
	width:100%;
	height:auto;
	font-size:20px;
	line-height:1;
	margin-bottom:20px;
}
.indexprolist .link .right .line
{
	width:100px;
	height:2px;
	background:#0092d8;
	margin-bottom:20px;
}
.indexprolist .link .right .title
{
	width:100%;
	height:auto;
	font-size:30px;
	color:#0092d8;
	line-height:1;
	margin-bottom:30px;
}
.indexprolist .link .right .des
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	margin-bottom:30px;
}
.indmore
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indmore .zi
{
	font-size:15px;
	height:32px;
	border:1px solid #333;
	line-height:30px;
	padding:0px 30px;
	border-radius:15px;
	transition:500ms;
}
.indexprolist .link:hover .right .indmore .zi
{
	background:#0092d8;
	color:#fff;
}
/**首页3-产品中心 end**/
/**首页4-视频**/
.indblockbg4
{
	padding-top:0px;
	padding-bottom:0px;
}
.indvideoblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.indvideoblock::after
{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index:5;
}
.indvideoblock .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indvideoblock .pic .image
{
	width:100%;
	height:auto;
}
.indvideoblock .playbtn
{
	width:100px;
	height:100px;
	position:absolute;
	z-index:10;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition:500ms;
}
.indvideoblock:hover .playbtn
{
	width:120px;
	height:120px;
}
.indvideoblock .playbtn .image
{
	width:100%;
	height:100%;
}
/**首页4-视频 end**/
/**首页5-合作**/
.hezuo
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.hezuo .grid
{
	width:16%;
	height:auto;
	overflow:hidden;
	margin-right:12%;
	margin-bottom:30px;
}
.hezuo .grid:nth-child(4n)
{
	margin-right:0px;
}
.hezuo .grid:nth-last-child(-n+4)
{
	margin-bottom:0px;
}
.hezuo .grid .link
{
	width:100%;
	display:block;
	transition:500ms;
}
.hezuo .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:50%;
	overflow:hidden;
	position:relative;
}
.hezuo .grid .link .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	transition:500ms;
}
.hezuo .grid .link:hover .pic .image
{
	transform:scale(1.1);
}
/**首页5-合作 end**/
/**首页6-新闻**/
.indblockbg6
{
	background:#efefef;
}
.indexnews
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.indexnews .link
{
	position:relative;
}
.indexnews .link .outpic
{
	width:50%;
	height:auto;
}
.indexnews .link .outpic .pic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	position:relative;
}
.indexnews .link .outpic .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
}
.indexnews .link .right
{
	width:52%;
	position:absolute;
	right:0px;
	top:50%;
	transform:translate(0,-50%);
	background:#fff;
	z-index:10;
	border-radius:10px;
	box-sizing:border-box;
	padding:50px 30px;
}
.indexnews .link .right .title
{
	width:100%;
	height:auto;
	font-size:17px;
	line-height:25px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	margin-bottom:15px;
	transition:500ms;
}
.indexnews .link .right .time
{
	font-size:15px;
	color:#0092d8;
	line-height:25px;
	margin-bottom:15px;
}
.indexnews .link .right .des
{
	width:100%;
	font-size:15px;
	line-height:25px;
	max-height:75px;
	overflow:hidden;
	margin-bottom:30px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
.indexnews .link .right .indmore .zi
{
	border:1px solid #0092d8;
}
.indexnews .link:hover .right .indmore .zi
{
	color:#fff;
	background:#0092d8;
}
.indexnews .catetit
{
	position:absolute;
	top:10px;
	left:52%;
	width:50%;
	display:flex;
	flex-wrap:wrap;
	z-index:10;
}
.indexnews .catetit .zi
{
	font-size:20px;
	line-height:40px;
	border-bottom:2px solid #0092d8;
}
.indexnews .swiperpages
{
	position:absolute;
	right:30px;
	top:18px;
	width:50%;
	left:unset;
	bottom:unset;
	text-align:right;
}
.indexnews .swiperpages .swiper-pagination-bullet
{
	margin:0px;
	margin-right:10px;
	width:20px;
	height:20px;
	box-sizing:border-box;
	border:1px solid transparent;
	background:none;
	position:relative;
	opacity:1;
}
.indexnews .swiperpages .swiper-pagination-bullet::after
{
	content:'';
	width:8px;
	height:8px;
	border-radius:50%;
	background:#0092d8;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.indexnews .swiperpages .swiper-pagination-bullet:last-child
{
	margin-right:0px;
}
.indexnews .swiperpages .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	border:1px solid #0092d8;
}
/**首页6-新闻 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:80px;
	margin-top:-80px;
	overflow:hidden;
}
/**锚点 end**/
/**没有banner时**/
.none-banner
{
	width:100%;
	height:auto;
}
/**没有banner时 end**/
/**网站内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
}
.inside_banner a
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner a .pic
{
	width:100%;
	height:auto;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
}
/**网站内页banner end**/
/**内页内容区**/
.insidecontent
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	margin:auto;
} 
.insidecontent p
{
	font-size:15px;
	line-height:25px;
}
.insidecontent ul li
{
	 list-style:disc;
}
.insidecontent img
{
	display:inline;
	max-width:100%;
	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**/
/**内页菜单**/
.sitenavbg
{
	  width:100%;
	  height:auto;
	  background:#eee;
	  border-bottom:1px solid #ccc;
}
.sitenavbg .sitenav
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.sitenavbg .sitenav .grid
{
	margin-right:40px;
}
.sitenavbg .sitenav .grid:last-child
{
	margin-right:0px;
}
.sitenavbg .sitenav .grid .link
{
	display:block;
	font-size:16px;
	line-height:1;
	padding:20px 0px;
	border-bottom:3px solid transparent;
	transition:500ms;
	color:#666;
}
.sitenavbg .sitenav .grid .link.hover
{
	color:#0092d8;
	border-bottom:3px solid #0092d8;
}
/**内页菜单 end**/
/**当前位置**/
.path
{
    height:auto;
    display:flex;
    flex-wrap:wrap;
	align-items:center;
}
.path .tb
{
	width:22px;
	height:auto;
	margin-right:5px;
}
.path .tb .image
{
	width:100%;
	height:auto;
}
.path .nlist
{
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.path .nlist .link
{
    display:block;
    font-size:15px;
    line-height:25px;
    transition:500ms;
	color:#fff;
}
.path .nlist .link:hover
{
    color:#0092d8;
}
.path .nlist .arr
{
    display:block;
    font-size:14px;
    line-height:25px;
	color:#fff;
}
.path .nlist .arr:last-child
{
   display:none;
}
.path .nlist .link:nth-last-of-type(1)
{
	color:#0092d8;
}
/**当前位置 end**/
/**关于我们**/
.aboutbg1
{
	background:#eee;
}
.about1
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.about1 .left
{
	width:49%;
	height:auto;
	overflow:hidden;
}
.about1 .left .tit
{
	width:100%;
	height:auto;
	font-size:0px;
	margin-bottom:50px;
}
.about1 .left .tit span
{
	display:inline-block;
	vertical-align:middle;
}
.about1 .left .tit span.tit1
{
	font-size:25px;
	line-height:1;
}
.about1 .left .tit span.tit2
{
	font-size:35px;
	color:#0092d8;
	line-height:1;
	margin-left:10px;
	margin-right:10px;
}
.about1 .left .tit span.tit3
{
	font-size:35px;
	color:#0092d8;
	line-height:1;
}
.about1 .right
{
	width:49%;
	height:auto;
}
.about1 .right .pic
{
	width:100%;
	height:auto;
}
.about1 .right .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg2
{
	position:relative;
	padding-top:80px;
}
.aboutbg2 .bg
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
}
.aboutbg2 .bg .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutbg2 .about2
{
	position:relative;
	z-index:20;
}
.aboutbg2 .about2 .webbigtit .bigtit
{
	color:#fff;
}
.aboutbg2 .about2 .webbigtit .smalltit
{
	color:#fff;
}
.aboutbg2 .about2 .insidecontent
{
	color:#fff;
}
.aboutbg2 .about2 .insidecontent p
{
	color:#fff;
}
.aboutbg2 .about2 .nlogo
{
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
	margin-bottom:50px;
	flex-wrap:wrap;
}
.aboutbg2 .about2 .webbigtit
{
	margin-bottom:40px;
}
.aboutbg2 .about2 .nlogo .pic
{
	margin-right:40px;
	height:40px;
}
.aboutbg2 .about2 .nlogo .pic:last-child
{
	margin-right:0px;
}
.aboutbg2 .about2 .nlogo .image
{
	max-width:100%;
	height:100%;
}
.aboutbg3 .bigtit
{
	color:#000;
}
.aboutbg4
{
	background:url('../images/about/wenhuabg.jpg') no-repeat center center;
	background-size:cover;
}
.aboutbg4 .webbigtit .bigtit
{
	color:#fff;
}
.aboutbg4 .webbigtit .smalltit
{
	color:#fff;
}
.aboutbg4 .pclicheng
{
	width:100%;
	height:auto;
}
.aboutbg4 .pclicheng .image
{
	margin:auto;
	max-width:100%;
}
.aboutbg6 .webbigtit .bigtit
{
	color:#000;
}
.aboutbg6 .aboutbg6list
{
	width:100%;
	overflow:hidden;
}
.aboutbg6 .aboutbg6list .link
{
	display:block;
	height:auto;
}
.aboutbg6 .aboutbg6list .link .outpic
{
	width:100%;
	padding-bottom:66.66%;
	position:relative;
}
.aboutbg6 .aboutbg6list .link .outpic .pic
{
	width:calc(100% - 3px);
	height:calc(100% - 3px);
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	box-shadow:3px 3px 3px #999;
	overflow:hidden;
}
.aboutbg6 .aboutbg6list .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.aboutbg6 .aboutbg6list .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.aboutbg6 .aboutbg6list .link .tit
{
	width:100%;
	font-size:15px;
	line-height:25px;
	text-align:center;
	margin-top:10px;
	transition:500ms;
	transition:500ms;
	display:none;
} 
.aboutbg6 .aboutbg6list .link:hover .tit
{
	color:#0092d8;
}
.aboutbg6 .aboutbg6list .swiperpages
{
	margin-top:10px;
}
.aboutbg6 .aboutbg6list .swiperpages .swiper-pagination-bullet-active
{
	background:#0092d8;
}
.aboutbg7
{
	padding-top:0px;
}
.aboutbg7 .webbigtit .bigtit
{
	color:#000;
}
.aboutbg7 .aboutbg7list
{
	width:100%;
	overflow:hidden;
}
.aboutbg7 .aboutbg7list .link
{
	display:block;
	height:auto;
}
.aboutbg7 .aboutbg7list .link .outpic
{
	width:100%;
	padding-bottom:133.33%;
	position:relative;
}
.aboutbg7 .aboutbg7list .link .outpic .pic
{
	width:calc(100% - 3px);
	height:calc(100% - 3px);
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	box-shadow:3px 3px 3px #999;
	overflow:hidden;
}
.aboutbg7 .aboutbg7list .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.aboutbg7 .aboutbg7list .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.aboutbg7 .aboutbg7list .link .tit
{
	width:100%;
	font-size:15px;
	line-height:25px;
	text-align:center;
	margin-top:10px;
	transition:500ms;
	transition:500ms;
	display:none;
} 
.aboutbg7 .aboutbg7list .link:hover .tit
{
	color:#0092d8;
}
.aboutbg7 .aboutbg7list .swiperpages
{
	margin-top:10px;
}
.aboutbg7 .aboutbg7list .swiperpages .swiper-pagination-bullet-active
{
	background:#0092d8;
}
/**人员管理**/
.about8 .aboutry
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.about8 .aboutry .pic
{
	width:45%;
	border-radius:10px;
	overflow:hidden;
}
.about8 .aboutry .pic .image
{
	width:100%;
	height:auto;
}
.about8 .aboutry .right
{
	width:45%;
	height:auto;
	overflow:hidden;
}
.about8 .aboutry .right .tit
{
	font-size:30px;
	color:#0092d8;
	line-height:1;
	margin-bottom:50px;
}
.about8 .aboutry .right .cont
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	color:#666;
	line-height:25px;
}
.about8 .aboutry .right .cont p
{
	font-size:15px;
	color:#666;
	line-height:50px;
}
/**人员管理 end**/
/**关于我们 end**/
/**工厂**/
.factorylist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.factorylist .grid
{
	width:32%;
	height:auto;
	overflow:hidden;
	margin-right:2%;
	margin-bottom:30px;
	background:#fff;
}
.factorylist .grid:nth-child(3n)
{
	margin-right:0px;
}
.factorylist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	padding:10px;
	box-sizing:border-box;
}
.factorylist .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:76%;
	position:relative;
	overflow:hidden;
}
.factorylist .grid .link .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	transition:500ms;
}
.factorylist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.factorylist .grid .link .tit
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:28px;
	transition:500ms;
	text-align:center;
	margin-top:10px;
}
.factorylist .grid:hover .link .tit
{
	color:#0092d8;
}
/**工厂 end**/
/**新闻列表**/
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#efefef;
	margin-bottom:30px;
}
.newslist .grid:last-child
{
	margin-bottom:0px;
}
.newslist .grid .link
{
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid .link .outpic
{
	width:20%;
	height:auto;
	overflow:hidden;
}
.newslist .grid .link .outpic .pic
{
	width:100%;
	padding-bottom:75%;
	position:relative;
	overflow:hidden;
}
.newslist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	object-fit:cover;
	top:0px;
	left:0px;
	z-index:10;
	transition:500ms;
}
.newslist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.newslist .grid .link .right
{
	width:80%;
	height:auto;
	box-sizing: border-box;
	padding:30px;
}
.newslist .grid .link .right .time
{
	width:100%;
	box-sizing:border-box;
	padding-left:30px;
	background:url('../images/rili.png') no-repeat left center;
	font-size:14px;
	line-height:20px;
	color:#0092d8;
	margin-bottom:10px;
}
.newslist .grid .link .right .title
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:25px;
	white-space:nowrap;
	height:25px;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:10px;
	transition:500ms;
}
.newslist .grid .link:hover .right .title
{
	color:#0092d8;
}
.newslist .grid .link .right .des
{
	width:100%;
	margin-bottom:10px;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	max-height:40px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden;
	color:#999;
	transition:500ms;
}
.newslist .grid .link:hover .right .des
{
	color:#0092d8;
}
.newslist .grid .link .right .more
{
	width:100%;
	height:auto;
	font-size:14px;
	color:#0092d8;
	line-height:20px;
}
/**新闻列表 end**/
/**产品列表**/
.prolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.prolist .grid
{
	width:28%;
	height:auto;
	margin-right:8%;
	margin-bottom:30px;
	background:#fff;
}
.prolist .grid:nth-child(3n)
{
	margin-right:0px;
}
.prolist .grid .link
{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:40px 20px;
}
.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:20px;
	font-size:20px;
	text-align:center;
	line-height:25px;
	font-weight:600;
	transition:500ms;
}
.prolist .grid:hover .link .title
{
	color:#0092d8;
}
.prolist .grid .link .extit
{
	font-size:15px;
	line-height:25px;
	text-align:center;
	color:#999;
	margin-top:10px;
	transition:500ms;
}
.prolist .grid:hover .link .extit
{
	color:#0092d8;
}
/**产品列表 end**/
/**产品详情**/
.productviewblockbg1 .path
{
	width:calc(100% - 110px);
}
.proshowcontnav
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	border-bottom:1px solid #ddd;
}
.proshowcontnav .grid
{
	font-size:16px;
	margin:0px 30px;
	line-height:1;
	padding-bottom:15px;
	border-bottom:2px solid transparent;
	cursor:pointer;
}
.proshowcontnav .grid.hover
{
	color:#0092d8;
	border-bottom:2px solid #0092d8;
}
.productviewblock2 .proshowcontlist
{
	background:#fff;
	padding:50px;
	box-sizing:border-box;
}
.productviewblock2 .proshowcontlist .grid
{
	width:100%;
	height:auto;
	display:none;
}
.productviewblock2 .proshowcontlist .grid.hover
{
	display:block;
}
.productviewblock2 .proshowcontlist .grid .videoblock
{
	width:100%;
	height:auto;
	background:#000;
}
.productviewblock2 .proshowcontlist .grid .videoblock .video
{
	width:100%;
	height:auto;
}
.productviewblockbg1
{
	position:relative;
	z-index:20;
	padding-bottom:30px;
}
.productviewblockbg1 .pathback
{
	 width:100%;
	 height:auto;
	 margin-bottom:30px;
	 display:flex;
	 flex-wrap:wrap;
	 justify-content:space-between;
	 align-items:center;
}
.productviewblockbg1 .pathback .backbtn
{
	width:100px;
	background:#0092d8;
	font-size:15px;
	color:#fff;
	line-height:1;
	border-radius:4px;
	text-align:center;
	padding:5px 0px;
	cursor:pointer;
	transition:500ms;
}
.productviewblockbg1 .pathback .backbtn:hover
{
	background:#999;
}
.proshowfir
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:30px;
    align-items:flex-start;    
	background:#fff;
	box-sizing:border-box;
	padding:50px;
}
.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 .picarr .picarrlist .swiperpages .swiper-pagination-bullet-active
{
	background:#0092d8;
}
.proshowfir .prorightcont
{
    width:48%;
    box-sizing:border-box;
}
.proshowfir .prorightcont .protitle
{
    width: 100%;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.proshowfir .prorightcont .des
{
	font-size:15px;
	line-height:25px;
}
.proshowfir .prorightcont .des p
{
	font-size:15px;
	line-height:25px;
}
.proshowfir .prorightcont .des img
{
	max-width:100%;
}
.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**/
/**招商加盟**/
.joinbg1 .webbigtit
{
	margin-bottom:30px;
}
.joinbg .webbigtit .bigtit
{
	color:#000;
}
.joinbg1 .youshides
{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.joinbg1 .youshides p
{
	font-size:16px;
	line-height:40px;
	text-align:center;
}
.joinbg1 .youshides p strong
{
	font-size:25px;
	color:#0092d8;
}
.joinbg1 .youshilist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;	
}  
.joinbg1 .youshilist .grid
{
	width:16.8%;
	margin-right:4%;
	margin-bottom:30px;
}
.joinbg1 .youshilist .grid:nth-child(5n)
{
	margin-right:0px;
}
.joinbg1 .youshilist .grid:nth-last-child(-n+5)
{
	margin-bottom:0px;
}
.joinbg1 .youshilist .grid .outpic
{
	width:100%;
	max-width:150px;
	margin:auto;
	margin-bottom:20px;
}
.joinbg1 .youshilist .grid .outpic .pic1
{
	width:100%;
	padding-bottom:100%;
	background:#fff;
	border-radius:50%;
	position:relative;
}
.joinbg1 .youshilist .grid .outpic .pic1 .pic
{
	box-sizing:border-box;
	border:1px solid #0092d8;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	position:absolute;
	top:50%;
	left:50%;
	box-sizing:border-box;
	transform:translate(-50%,-50%);
	border-radius:50%;
}
.joinbg1 .youshilist .grid .outpic .pic1 .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.joinbg1 .youshilist .grid .tit
{
	width:100%;
	height:auto;
	text-align:center;
	font-size:15px;
	line-height:25px;
}
.joinbg2
{
	padding-bottom:0px;
}
.liyoulist
{
	width:100%;
	height:auto;
	background:#f5f5f5;
}
.liyoulist .grid
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.liyoulist .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.liyoulist .grid .pic
{
	width:50%;
	height:auto;
}
.liyoulist .grid .pic .image
{
	width:100%;
	height:auto;
}
.liyoulist .grid .wenzi
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	width:50%;
	box-sizing:border-box;
	position:relative;
}
.liyoulist .grid .wenzi .wz
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:4% 8%;
}
.liyoulist .grid .wenzi .wz .tit
{
	font-size:18px;
	line-height:25px;
	margin-bottom:20px;
}
.liyoulist .grid .wenzi .wz .tit span
{
	color:#0092d8;
	font-size:25px;
	font-weight:600;
}
.liyoulist .grid .wenzi .wz .cont
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	color:#888;
	margin-bottom:20px;
}
.liyoulist .grid .wenzi .wz .cont p
{
	font-size:15px;
	line-height:25px;
	color:#888;
}
.liyoulist .grid .wenzi .wz .biaoyu
{
	width:100%;
	font-size:14px;
	line-height:25px;
	overflow:hidden;
	color:#0092d8;
}
.liyoulist .grid .wenzi .dbiaoyu
{
	position:absolute;
	left:0%;
	bottom:0px;
	width:100%;
	box-sizing:border-box;
	padding-left:8%;
	font-size:50px;
	font-weight:600;
	color:#cadcf3;
	line-height:1;
}
.zhichilist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.zhichilist .grid
{
	border:1px solid #aaa;
	border-radius:5px;
	overflow:hidden;
	width:15%;
	margin-right:2%;
	box-sizing:border-box;
	padding:50px 30px;
}
.zhichilist .grid:nth-child(6n)
{
	margin-right:0px;
}
.zhichilist .grid .pic
{
	width:80px;
	height:auto;
	margin:auto;
	margin-bottom:20px;
}
.zhichilist .grid .pic .image
{
	width:100%;
	height:auto;
}
.zhichilist .grid .tit
{
	width:100%;
	text-align:center;
	font-size:25px;
	font-weight:600;
	margin-bottom:20px;
}
.zhichilist .grid .des
{
	width:100%;
	height:auto;
	font-size:14px;
	line-height:25px;
	text-align:center;
	color:#999;
}
.zhichilist .grid .des p
{
	font-size:14px;
	line-height:25px;
	color:#999;
}
.joinbg4
{
	padding-top:0px;
}
.joincaselist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.joincaselist .grid
{
	width:23%;
	margin-right:2.66%;
	height:auto;
	overflow:hidden;
	margin-bottom:40px;
}
.joincaselist .grid:nth-child(4n)
{
	margin-right:0px;
}
.joincaselist .grid:nth-last-child(-n+4)
{
	margin-bottom:0px;
}
.joincaselist .grid .link
{
	width:100%;
	display:block;
}
.joincaselist .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:70%;
	position:relative;
}
.joincaselist .grid .link .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.joincaselist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.joinmsg
{
	max-width:1200px;
	margin:auto;
	border:1px solid #0092d8;
	border-radius:10px;
	overflow:hidden;
}
.joinmsg .btit
{
	width:100%;
	height:auto;
	background:#0092d8;
	text-align:center;
	font-size:22px;
	line-height:1;
	font-weight:600;
	color:#fff;
	background:#0092d8;
	padding:20px 0px;
}
.joinmsg .cont
{
	width:100%;
	padding:50px;
	box-sizing:border-box;
}
.joinmsg .cont .first
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.joinmsg .cont .first .mgrid
{
	width:49%;
	height:auto;
	overflow:hidden;
	margin-right:2%;
	margin-bottom:30px;
}
.joinmsg .cont .first .mgrid:nth-child(2n)
{
	margin-right:0px;
}
.joinmsg .cont .first .mgrid .inputb
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.joinmsg .cont .first .mgrid .inputb .input
{
	width:100%;
	height:36px;
	border-radius:18px;
	outline:none;
	border:none;
	background:#efefef;
	box-sizing:border-box;
	padding-left:30px;
	padding-right:30px;
}
.joinmsg .cont .sec
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.joinmsg .cont .sec .mgrid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.joinmsg .cont .sec .mgrid .textarea
{
	width:100%;
	height:150px;
	border-radius:18px;
	background:#efefef;
	box-sizing: border-box;
	border:none;
	padding:30px;
	outline:none;
}
.joinmsg .cont .submit
{
	width:100%;
	height:36px;
	font-size:16px;
	text-align:center;
	color:#fff;
	background:#0092d8;
	border-radius:18px;
	line-height:36px;
	transition:500ms;
}
.joinmsg .cont .submit:hover
{
	background:#666;
	cursor:pointer;
}
/**招商加盟 end**/
/**售后服务**/
.catedes
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	text-align:center;
}
.catedes p
{
	font-size:15px;
	line-height:25px;
	text-align:center;
}
.servicebg1
{
	/* padding-top:0px; */
	padding-bottom:0px;
}
.servicebg1 .servicemap
{
	width:100%;
	height:auto;
}
.servicebg1 .servicemap .image
{
	width:100%;
	height:auto;
}
.servicebg .webbigtit .bigtit
{
	color:#000;
}
.servicebg .catedes
{
	max-width:800px;
	margin:auto;
	margin-top:30px;
}
.servicebg2
{
	padding-bottom:0px;
}
.shouhoulist
{
	width:100%;
	height:auto;
	background:#f5f5f5;
}
.shouhoulist .grid
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.shouhoulist .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.shouhoulist .grid .pic
{
	width:50%;
	height:auto;
}
.shouhoulist .grid .pic .image
{
	width:100%;
	height:auto;
}
.shouhoulist .grid .wenzi
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	width:50%;
	box-sizing:border-box;
	position:relative;
}
.shouhoulist .grid .wenzi .wz
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:4% 8%;
}
.shouhoulist .grid .wenzi .wz .cont
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	color:#888;
	margin-bottom:20px;
}
.shouhoulist .grid .wenzi .wz .cont p
{
	font-size:15px;
	line-height:25px;
	color:#888;
}
.shouhoulist .grid .wenzi .wz p:first-child
{
	font-size:18px;
	line-height:25px;
	margin-bottom:20px;
}
.shouhoulist .grid .wenzi .wz p:first-child strong
{
	color:#0092d8;
	font-size:25px;
	font-weight:600;
}
.shouhoulist .grid .wenzi .dbiaoyu
{
	position:absolute;
	left:0%;
	bottom:0px;
	width:100%;
	box-sizing:border-box;
	padding-left:8%;
	font-size:50px;
	font-weight:600;
	color:#cadcf3;
	line-height:1;
}
/**售后服务 end**/
/**联系我们**/
.contactfir
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:40px;
}
.contactfir .grid
{
	width:49%;
	margin-right:2%;
}
.contactfir .grid:nth-child(2n)
{
	margin-right:0px;
}
.contactfir .grid .clogo
{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.contactfir .grid .clogo .image
{
	max-width:100%;
	height:auto;
	max-height:30px;
}
.contactfir .grid .list
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactfir .grid .list p
{
	font-size:15px;
	line-height:25px;
	overflow:hidden;
}
.contactbg1 .shejiao
{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.contactbg1 .shejiao .shejiaop
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.contactbg1 .shejiao .shejiaop .sgrid
{
	width:120px;
	height:auto;
	overflow:hidden;
	margin-right:15px;
}
.contactbg1 .shejiao .shejiaop .sgrid:last-child
{
	margin-right:0px;
}
.contactbg1 .shejiao .shejiaop .sgrid .link
{
	display:block;
	height:auto;
}
.contactbg1 .shejiao .shejiaop .sgrid .link .twocode
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.contactbg1 .shejiao .shejiaop .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.contactbg1 .shejiao .shejiaop .sgrid .link .tit
{
	font-size:15px;
	text-align:center;
	line-height:25px;
}
.contactbg1 .msg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactbg1 .msg .first
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.contactbg1 .msg .first .mgrid
{
	width:49%;
	margin-right:2%;
	margin-bottom:30px;
}
.contactbg1 .msg .first .mgrid:nth-child(2n)
{
	margin-right:0px;
}
.contactbg1 .msg .first .mgrid .text
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
}
.contactbg1 .msg .first .mgrid .inputb
{
	width:100%;
	height:auto;
}
.contactbg1 .msg .first .mgrid .inputb .input
{
	width:100%;
	border:none;
	height:35px;
	outline:none;
	font-size:15px;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
	border-radius:5px;
}
.contactbg1 .msg .sec
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.contactbg1 .msg .sec .mgrid
{
	width:100%;
}
.contactbg1 .msg .sec .mgrid .text
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
}
.contactbg1 .msg .sec .mgrid .inputb
{
	width:100%;
	height:auto;
}
.contactbg1 .msg .sec .mgrid .inputb .textarea
{
	width:100%;
	border:none;
	height:120px;
	outline:none;
	font-size:15px;
	box-sizing:border-box;
	padding:15px;
	border-radius:5px;
}
.contactbg1 .msg .submit
{
	width:120px;
	line-height:30px;
	margin:auto;
	background:#0092d8;
	font-size:15px;
	text-align:center;
	color:#fff;
	border-radius:5px;
	cursor:pointer;
	transition:500ms;
}
.contactbg1 .msg .submit:hover
{
	background:#666;
}
/**联系我们 end**/
/**研发**/
.yanfatit
{
	width:100%;
	height:auto;
	margin-bottom:50px;
}
.yanfatit .tit
{
	width:100%;
	height:auto;
	font-size:25px;
	text-align:center;
	line-height:30px;
	font-weight:600;
}
.yanfatit .line
{
	width:50px;
	height:4px;
	margin:auto;
	background:#0092d8;
	margin-top:15px;
}
.yanfatit .des
{
	 width:100%;
	 font-size:15px;
	 line-height:25px;
	 text-align:center;
	 margin-top:15px;
}
.yanfatit .des p
{
	font-size:15px;
	line-height:25px;
	text-align:center;
}
.yanfa1list
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.yanfa1list .grid
{
	width:32%;
	margin-right:2%;
	border:1px solid #0092d8;
	border-radius:5px;
	box-sizing:border-box;
	padding:30px;
	margin-bottom:20px;
}
.yanfa1list .grid:nth-child(3n)
{
	margin-right:0px;
}
.yanfa1list .grid .title
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	margin-bottom:20px;
}
.yanfa1list .grid .title .extit
{
	height:auto;
	font-size:25px;
	color:#0092d8;
	line-height:1;
	font-weight:600;
	margin-right:5px;
}
.yanfa1list .grid .title .tit
{
	height:auto;
	font-size:16px;
	line-height:1;
	font-weight:600;
}
.yanfa2list
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.yanfa2list .grid
{
	width:18.4%;
	margin-right:2%;
	margin-bottom:20px;
}
.yanfa2list .grid:nth-child(5n)
{
	margin-right:0px;
}
.yanfa2list .grid .link
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.yanfa2list .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	position:relative;
}
.yanfa2list .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
}
.yanfa2list .grid .link .tit
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	justify-content:center;
	box-sizing: border-box;
	padding:10px;
	background:rgba(0,0,0,0.5);
	opacity:0;
	transition:500ms;
}
.yanfa2list .grid .link:hover .tit
{
	opacity:1;
}
.yanfa2list .grid .link .tit .wz
{
	font-size:15px;
	line-height:25px;
	color:#fff;
}
.yanfabg2 .qunalist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.yanfabg2 .qunalist .grid
{
	width:40%;
	margin-right:20%;
}
.yanfabg2 .qunalist .grid:nth-child(2n)
{
	margin-right:0px;
}
.yanfabg2 .qunalist .grid .up
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.yanfabg2 .qunalist .grid .up .ugrid
{
	width:30%;
	margin-right:40%;
}
.yanfabg2 .qunalist .grid .up .ugrid:nth-child(2n)
{
	margin-right:0px;
}
.yanfabg2 .qunalist .grid .up .ugrid .quan1
{
	width:100%;
	padding-bottom:100%;
	position:relative;
	height:auto;
}
.yanfabg2 .qunalist .grid .up .ugrid .quan1 .quan2
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	border-radius:50%;
	border:1px solid #ccc;
	padding:20px;
	box-sizing:border-box;
}
.yanfabg2 .qunalist .grid .up .ugrid .quan1 .quan3
{
	width:100%;
	height:100%;
	background:#0092d8;
	border-radius:50%;
	padding:10px;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	align-content:center;
	font-size:15px;
	color:#fff;
}
.yanfabg2 .qunalist .grid .up .ugrid .zi
{
	font-size:16px;
	text-align:center;
	line-height:25px;
	margin-top:15px;
}
.yanfabg2 .qunalist .grid .down
{
	width:100%;
	height:auto;
	border-bottom:1px solid #ccc;
	margin-top:20px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding-bottom:20px;
	font-size:18px;
	text-align:center;
}
.yanfa3list
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.yanfa3list .grid
{
	width:23.5%;
	margin-right:2%;
	margin-bottom:20px;
}
.yanfa3list .grid:nth-child(4n)
{
	margin-right:0px;
}
.yanfa3list .grid .link
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.yanfa3list .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:120%;
	position:relative;
}
.yanfa3list .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
}
.yanfa3list .grid .link .tit
{
	width:100%;
	height:auto;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:20;
	box-sizing: border-box;
	padding:10px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
}
.yanfa4list
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.yanfa4list .grid
{
	width:23.5%;
	margin-right:2%;
	margin-bottom:20px;
}
.yanfa4list .grid:nth-child(4n)
{
	margin-right:0px;
}
.yanfa4list .grid .link
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.yanfa4list .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	position:relative;
}
.yanfa4list .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
}
.yanfa4list .grid .link .tit
{
	width:100%;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#0092d8;
	font-size:17px;
	line-height:25px;
}
/**研发 end**/
/**全屏视频**/
.fullscreenvideobg
{
	width:100%;
	height:100vh;
	z-index:20000;
	background:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	position:fixed;
	display:none;
}
.fullscreenvideobg .closebtn
{
	width:80px;
	height:80px;
	font-size:75px;
	color:#fff;
	line-height:75px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	cursor:pointer;
}
.fullscreenvideo
{
    position:absolute;
    top:0px;
    left:0px;
	width:100%;
	height:100%;
    z-index:10;
}
.fullscreenvideobg .videoblock
{
	width:80%;
    height:80%;
	overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    z-index:30;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.fullscreenvideobg .videoblock .video_1
{
    display:block;
    max-height:100%;
    max-width:100%;
}
/**全屏视频 end**/
/**分页**/
.pages
{
	width:100%;
}
.Pagination__Nav {
    text-align: center;
    margin: 20px 0;
	margin-bottom:80px;
}

.Pagination__Nav span {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav a {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav .is-active {
    background: #333;
	color:#fff;

}

.Pagination__Nav span:hover {
    background: #333;
	color:#fff;
}

.Pagination__Nav a:hover {
    background: #333;
	color:#fff;
}
/**分页 end**/
/**右侧菜单**/
.rightnav
{
	width:40px;
	position:fixed;
	top:50%;
	transform:translate(0,-50%);
	right:0px;
	z-index:2000;
}
.rightnav .sgrid
{
	width:100%;
	height:40px;
	background:#fff;
	margin-bottom:5px;
}
.rightnav .sgrid:last-child
{
	margin-bottom:0px;
}
.rightnav .sgrid .link
{
	display:block;
	position:relative;
	cursor:pointer;
}
.rightnav .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .extitle
{
	position:absolute;
	top:0px;
	right:40px;
	height:40px;
	line-height:40px;
	font-size:15px;
	white-space:nowrap;
	background:#fff;
	padding:0px 30px;
	display:none;
	z-index:100;
}
.rightnav .sgrid .link:hover .extitle
{
	display:block;
}
.rightnav .sgrid .link .twocode
{
	position:absolute;
	top:0px;
	right:40px;
	width:120px;
	background:#fff;
	z-index:100;
	display:none;
}
.rightnav .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link:hover .twocode
{
	display:block;
}
/**右侧菜单 end**/
/**网站内页 end**/


