/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Arial",sans-serif;
	appearance:none;
}
body 
{	
	color: #333;
	background: white;
	margin:auto;  
	min-width:1200px;
	margin:auto;
}
p 
{
	color: #333;
}
a 
{
	text-decoration: none;
	color: #333;
}
li 
{
	list-style: none;
}
img 
{
	border: none;
	display:block;
}
.clear 
{
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.m_hide
{
	display:block;
}
.pc_hide
{
	display:none;
}
/**网站全局css end**/
/**网站头部**/
.headbg
{
	width:100%;
	height:80px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;

}
.headbg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
	background-color: rgba(50,50,50,0.2);
    /* -webkit-backdrop-filter: blur(.78125vw); */
    /* backdrop-filter: blur(.78125vw); */
    z-index: -1
}
.headbg .head
{
	width:90%;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.headbg .head .logo
{
	height:100%;
}
.headbg .head .logo a.link
{
	display:block;
	height:100%;
}
.headbg .head .logo a.link .pic
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
}
.headbg .head .logo a.link .image
{
	height:90%;
}
.headbg .head .cnav
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	box-sizing:border-box;
}
.headbg .head .cnav .grid1
{
	height:100%;
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:70px;
}
.headbg .head .cnav .grid1 .link1
{
	 display:block;
	 font-size:16px;
	 color:#fff;
	 line-height:80px;
	 position:relative;
	 padding-left:18px;
	 padding-right:18px;
	 height:100%;
	 transition:1s;
}
.headbg .head .cnav .grid1:hover .link1
{
	background:rgba(0,0,0,0.5);
}
.headbg .head .cnav .grid1.hover1 .link1
{
	
}
/* .headbg .head .cnav .grid1 .link1::before
{
	content:'';
	bottom:0px;
	left:0px;
	width:100%;
	height:3px;
	position:absolute;
	background:#fff;
	z-index:5;
	transition:1s;
}
.headbg .head .cnav .grid1:hover .link1::before
{
	background:#1d2088;
}
.headbg .head .cnav .grid1.hover1 .link1::before
{
	background:#1d2088;
} */
.headbg .head .cnav .grid1 .subnav2
{
	 position:absolute;
	 z-index:10;
	 background:rgba(0,0,0,0.5);
	 left:50%;
	 /* width:200px; */
	 min-width:100%;
	 transform:translate(-50%,0);
	 /* padding:10px 15px; */
	 display:none;
}
.headbg .head .cnav .grid1 .subnav2 .grid2
{
	width:100%;
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:1.5;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .link2
{
	 display:block;
	 font-size:16px;
	 color:#fff;
	 line-height:1.5;  
	 text-align:center;
	 white-space:nowrap;
	 padding:8px 20px;
	 box-sizing:border-box;
	 transition:1s;
}
.headbg .head .cnav .grid1 .subnav2 .grid2:hover .link2
{
	background:rgba(0,0,0,1);
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3
{
	position:absolute;
	z-index:10;
	background:rgba(0,0,0,0.5);
	left:100%;
	/* width:200px; */
	min-width:150px;
	top:0px;
	/* padding:10px 15px; */
	display:none;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3
{
	width:100%;
	position:relative;
	font-size:15px;
	color:#fff;
	line-height:1.2;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3 .link3
{
	display:block;
	font-size:15px;
	color:#fff;
	line-height:1.2; 
	text-align:center;
	white-space:nowrap;
	padding:8px 10px;
	box-sizing:border-box;  
	transition:1s;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3:hover .link3
{
	background:rgba(0,0,0,1);
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3 .subnav4
{
	position:absolute;
	z-index:10;
	background:rgba(255,255,255,1);
	left:100%;
	/* width:200px; */
	min-width:150px;
	top:0px;
	padding:10px 15px;
	display:none;
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3 .subnav4 .grid4
{
	width:100%;
	position:relative;
	font-size:15px;
	color:#333;
	line-height:1.2; 
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3 .subnav4 .grid4 .link4
{
	display:block;
	font-size:15px;
	color:#333;
	line-height:1.2;  
	text-align:center;
	white-space:nowrap;
	padding:8px 10px;
	box-sizing:border-box;  
	transition:1s; 
}
.headbg .head .cnav .grid1 .subnav2 .grid2 .subnav3 .grid3 .subnav4 .grid4:hover .link4
{
	color:#1d2088;
}
/**网站头部 end**/
/**手机版顶部隐藏**/
.mnavbg
{
    display:none;
}
/**手机版顶部隐藏 end**/
/**网站底部**/
.footbg
{
	background:#121c22;
	padding-top:70px;
	padding-bottom:70px;
}
.foot-first
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:50px;
}
.foot-first .footfisrtleft
{
	width:30%;
	height:auto;
	overflow:hidden;
}
.foot-first .footfisrtleft .componyname
{
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-bottom:10px;
}
.foot-first .footfisrtleft .fontinfo
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	margin-bottom:5px;
}
.foot-first .footnav
{
	display:flex;
	flex-wrap:wrap;
	width:50%;
}
.foot-first .footnav dl dt
{
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-bottom:10px;
}
.foot-first .footnav dl dt .link
{
	font-size:20px;
	line-height:30px;
	color:#fff;
	display:block;
	transition:1s;
}
.foot-first .footnav dl dt .link:hover
{
	color:#1d2088;
}
.foot-first .footnav dl dd .link
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	display:block;
	margin-bottom:5px;
	white-space:nowrap;
	box-sizing:border-box;
	padding-right:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:1s;
}
.foot-first .footnav dl dd .link:hover
{
	color:#1d2088;
}
.foot-first .footnav .firstdl
{
	width:35%;
}
.foot-first .footnav .seconddl
{
	width:50%;
}
.foot-first .footnav .seconddl dd
{
	display:flex;
	flex-wrap:wrap;
}
.foot-first .footnav .seconddl dd .link
{
	width:50%;
}
.foot-first .twocode
{
	width:150px;
	height:auto;
	max-width:15%;
	overflow:hidden;
}
.foot-first .twocode .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.foot-first .twocode .pic .image
{
	width:100%;
	height:auto;
}
.foot-first .twocode .tit
{
	font-size:15px;
	color:#fff;
	line-height:25px;
	text-align:center;
	margin-top:10px;
}
.foot-third
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.foot-third .copyright
{
	display:flex;
	flex-wrap:wrap;
}
.foot-third .copyright p
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	margin-right:10px;
}
.foot-third .copyright p:last-child
{
	margin-right:0px;
}
.foot-third .copyright p a
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	transition:1s;
}
.foot-third .copyright p a:hover
{
	color:#ccc;
}
.foot-third .support
{
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.foot-third .support p
{
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.foot-third .support p a
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	transition:1s;
}
.foot-third .support p a:hover
{
	color:#fff;
}
/**网站底部 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.banner .bannerarr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	border-radius:50%;
	transition:1s;
}
.banner:hover .bannerarr
{
	opacity:1;
}
.banner .leftbtn-prev
{
	background:url('../images/index/bannerleftarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:30px;
}
.banner .rightbtn-next
{
	background:url('../images/index/bannerrightarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	right:30px;
}
.banner a
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
}
.banner a img
{
	width:100%;
	height:auto;
}
.banner .swiperpages
{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#eee;
}
/**网站banner end**/
/**网站模块大小**/
.webblockbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:80px;
	padding-bottom:80px;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
/**网站模块大小 end**/
/**网站首页**/
.indbigtit
{
	width:100%;
	height:auto;
	color:#000;
	font-size:26px;
	line-height:1.2;
	margin-bottom:5px;
}
.indbigentit
{
	width:100%;
	height:auto;
	font-size:16px;
	color:#d2d2d2;
	line-height:1.2;
	margin-bottom:40px;
}
.indmore
{
	width:100%;
}
.indmore .link
{
	width:100px;
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #1d2088;
	padding-bottom:5px;
}
.indmore .link .moret
{
	height:30px;
	font-size:15px;
	line-height:30px;
	height:30px;
	color:#1d2088;
}
.indmore .link .arr
{
	font-size:15px;
	line-height:30px;
	color:#1d2088;
	height:30px;
	transform:rotate(45deg);
	transition:1s;
}
.indmore .link:hover .arr
{
	transform:rotate(0deg);
}
/**首页1-关于我们**/
.indblockbg1
{
	background:url('../images/index/aboutbg.jpg') no-repeat center center;
	background-size:cover !important;
}
.indblockbg1 .indblock1
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	flex-direction:row-reverse;
	align-items:center;
}
.indblockbg1 .indblock1 .indabouttext
{
	width:50%;
}
.indblockbg1 .indblock1 .indabouttext .indaboutcont
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:1.8;
}
.indblockbg1 .indblock1 .indabouttext .indaboutcont p
{
	font-size:15px;
	line-height:1.8;
}
.indblockbg1 .indblock1 .indabouttext .shuzilist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	margin-top:40px;
	justify-content:space-between;
}
.indblockbg1 .indblock1 .indabouttext .shuzilist .sgrid
{
	display:flex;
	flex-wrap:wrap;
	min-width:50%;
	margin-bottom:20px;
}
.indblockbg1 .indblock1 .indabouttext .shuzilist .sgrid .sl
{
	display:flex;
	flex-wrap:wrap;
	margin-right:5px;
}
.indblockbg1 .indblock1 .indabouttext .shuzilist .sgrid .sl .shuzi
{
	font-size:38px;
	font-weight:600;
	line-height:50px;
	color:#1d2088;
}
.indblockbg1 .indblock1 .indabouttext .shuzilist .sgrid .sl .danwei
{
	font-size:38px;
	font-weight:600;
	line-height:50px;
	color:#1d2088;
}
.indblockbg1 .indblock1 .indabouttext .shuzilist .sgrid .shuzir .upzi
{
	font-size:15px;
	line-height:28px;
	height:25px;
	color:#333;
}
.indblockbg1 .indblock1 .indabouttext .shuzilist .sgrid .shuzir .downzi
{
	font-size:18px;
	line-height:22px;
	height:25px;
	font-weight:600;
	color:#1d2088;
}
.indblockbg1 .indblock1 .pic
{
	width:44%;
	height:auto;
}
.indblockbg1 .indblock1 .pic .image
{
	width:100%;
	height:auto;
}
/**首页1-关于我们 end**/
/**首页2-应用场景**/
.indyingyong
{
	width:100%;
	height:auto;
}
.indyingyong .indyingyonglist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indyingyong .indyingyonglist .link
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.indyingyong .indyingyonglist .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:150%;
	position:relative;
}
.indyingyong .indyingyonglist .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	overflow:hidden;
}
.indyingyong .indyingyonglist .link .outpic .pic .image
{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.indyingyong .indyingyonglist .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indyingyong .indyingyonglist .link .tit
{
	width:100%;
	height:40px;
	position:absolute;
	z-index:10;
	left:0px;
	bottom:0px;
	font-size:15px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	line-height:40px;
	text-align:center;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	transition:1s;
}
.indyingyong .indyingyonglist .link:hover .tit
{
	  background:#1d2088;
}
/**首页2-应用场景 end**/
/**首页3-产品分类**/
.indblockbg3
{
	padding-top:0px;
}
.indblockbg3 .sec
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.indblockbg3 .sec .left
{
	width:50%;
	height:auto;
	overflow:hidden;
}
.indblockbg3 .sec .left .indprocatelist
{
	width:100%;
	height:auto;
	box-sizing:border-box;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
}
.indblockbg3 .sec .left .indprocatelist .grid
{
	width:50%;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	box-sizing:border-box;
}
.indblockbg3 .sec .left .indprocatelist .grid .link
{
	display:flex;
	width:100%;
	position:relative;
}
.indblockbg3 .sec .left .indprocatelist .grid .link .tit
{
	position:relative;
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:30px;
	box-sizing: border-box;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:50px 15px;
	z-index:10;
	transition:1s;
}
.indblockbg3 .sec .left .indprocatelist .grid .link::before
{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:100%;
	background:none;
	background:#1d2088;
	transition:1s;
	z-index:5;
}
.indblockbg3 .sec .left .indprocatelist .grid:hover .link::before
{
	width:100%;
}
.indblockbg3 .sec .left .indprocatelist .grid:hover .link .tit
{
	color:#fff;
}
.indblockbg3 .sec .left .indmore
{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.indblockbg3 .sec .rightpic
{
	width:45%;
	height:auto;
}
.indblockbg3 .sec .rightpic .image
{
	width:100%;
	height:auto;
}
/**首页3-产品分类 end**/
/**首页4-视频**/
.indblockbg4
{
	/* padding-top:0px; */
}
.indblockbg4 .firsttit
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	margin:auto;
}
.indblockbg4 .indmore
{
	width:90%;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.indblockbg4 .indvideoblock
{	
	margin-bottom:30px;
}
.indvideoblock
{
	position:relative;
}
.indvideoblock .outpic
{
	width:100%;
	height:auto;
	padding-bottom:56.25%;
	position:relative;
	cursor:pointer;
}
.indvideoblock .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indvideoblock .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indvideoblock .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;
	transition:1s;
}
.indvideoblock .indvideo
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:30;
	display:none;
}
.indvideoblock .indvideo .video
{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
/**首页4-视频 end**/
/**首页5-新闻**/
.indblockbg5
{
	padding-top:0px;
}
.indblock5 .newslist .grid .link .title
{
	text-overflow:ellipsis;
	white-space:nowrap;
}
.indblockbg5 .indmore
{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
/**首页5-新闻 end**/
/**首页6-合作**/
.indblockbg6
{
	background:#f8f8f8;
}
.indblockbg6 .hezuolist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indblockbg6 .hezuolist .grid
{
	width:13%;
	margin-right:1.5%;
	margin-bottom:20px;
}
.indblockbg6 .hezuolist .grid:nth-child(7n)
{
	margin-right:0px;
}
.indblockbg6 .hezuolist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblockbg6 .hezuolist .grid .link .outpic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:50%;
}
.indblockbg6 .hezuolist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	overflow:hidden;
}
.indblockbg6 .hezuolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.indblockbg6 .hezuolist .grid:hover .link .outpic .pic .image
{
	opacity:0.8;
}
/**首页6-合作**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:80px;
	margin-top:-80px;
	overflow:hidden;
}
/**锚点 end**/
/**没有banner时**/
.none-banner
{
	width:100%;
	height:100px;
	display:none;
}
/**没有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;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
	transform:scale(1.2);
	transition:1.5s;
}
.inside_banner.suoxiao a .pic img
{
	transform:scale(1);
}
.inside_banner a .wenzi
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	box-sizing:border-box;
}
.inside_banner a .wenzi .tit
{
	width:100%;
	height:auto;
	font-size:30px;
	color:#fff;
	line-height:1;
	text-align:center;
	margin-bottom:30px;
	text-shadow:1px 1px 1px #333;
}
.inside_banner a .wenzi .des
{
	width:100%;
	height:auto;
	font-size:16px;
	color:#fff;
	line-height:25px;
	text-align:center;
	max-width:800px;
	margin:auto;
	text-shadow:1px 1px 1px #333;
}
.inside_banner a .wenzi .des p
{
	width:100%;
	height:auto;
	font-size:16px;
	color:#fff;
	line-height:25px;
	text-align:center;
}
/**网站内页banner end**/
/**内页内容区**/
.insidecontent
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	margin:auto;
} 
.insidecontent p
{
	font-size:15px;
	line-height:25px;
}
.insidecontent ul li
{
	 list-style:disc;
}
.insidecontent img
{
	display:inline;
	max-width:100%;
}
.inside_bigtit
{
	width:100%;
	height:auto;
	font-weight:bold;
	font-size:20px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
/**内页内容区 end**/
/**上一篇下一篇**/
.prevnext
{
	width:100%;
	height:auto;
	overflow:hidden;
	display: flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.prevnext .grid
{
	width:50%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
}
.prevnext .grid:nth-child(2n)
{
	text-align:right;
}
.prevnext .grid a
{
	color:#666;
	transition:1s;
}
.prevnext .grid a:hover
{
	color:#1d2088;
}
/**上一篇下一篇 end**/
/**发布时间**/
.create_time
{
	width:100%;
	height:auto;
	font-size:15px;
	margin-top:15px;
	line-height:25px;
	color:#999;
	text-align:center;
	margin-bottom:30px;
}
/**发布时间 end**/
/**网站内页整体部分 end**/
/**当前位置**/
.pathblock
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.pathblock .path
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    padding-top:15px;
    padding-bottom:30px;
}
.pathblock .path .websitename
{
    height:auto;
    overflow:hidden;
	margin-right:10px;
}
.pathblock .path .websitename .pic
{
	width:25px;
	height:auto;
}
.pathblock .path .websitename .pic .image
{
	width:100%;
	height:auto;
}
.pathblock .path .nlist
{
    width:calc(100% - 70px);
    height:auto;
    display:flex;
    flex-wrap:nowrap;
	overflow-x:auto;
}
.pathblock .path .nlist .link
{
    display:block;
    font-size:15px;
    line-height:25px;
	flex-shrink:0;
    transition:1s;
}
.pathblock .path .nlist .link:hover
{
    color:#1d2088;
}
.pathblock .path .nlist .arr
{
    display:block;
    font-size:15px;
    line-height:25px;
	flex-shrink:0;
}
.pathblock .path .nlist .arr:last-child
{
   display:none;
}
/**当前位置 end**/
/**关于我们**/
/**企业简介**/
.aboutbg1
{
	background:url('../images/about/aboutbg1.jpg') no-repeat center center;
	background-size:cover !important;
}
.aboutbg1 .about1
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.aboutbg1 .about1 .indabouttext
{
	width:50%;
}
.aboutbg1 .about1 .indabouttext .indaboutcont
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:1.8;
}
.aboutbg1 .about1 .indabouttext .indaboutcont p
{
	font-size:15px;
	line-height:1.8;
}
.aboutbg1 .about1 .pic
{
	width:44%;
	height:auto;
}
.aboutbg1 .about1 .pic .image
{
	width:100%;
	height:auto;
}
/**企业简介 end**/
/**历程**/
.lichenglist
{
	width:100%;
	overflow:hidden;
}
.lichenglist .lichengge{
	  width:100%;
	  position:relative;
}
.lichenglist .lichengge::after
{
	position:absolute;
	content:'';
	left:0px;
	width:100%;
	height:1px;
	background:#1d2088;
	top:50%;
	z-index:10;
}
.lichenglist .lichengge .lichenggrid
{
	width:calc(100% - 30px);
	height:50%;
	box-sizing:border-box;
	padding:20px 0px;
	position:relative;
}
.lichenglist .lichengge .lichenggrid .cir
{
	width:10px;
	height:10px;
	background:#1d2088;
	border-radius:50%;
	position:absolute;
}
.lichenglist .lichengge .lichenggrid .verline
{
	width:1px;
	height:100%;
	background:#1d2088;
	position:absolute;
	top:0px;
}
.lichenglist .lichengge .lichenggrid:nth-child(2n)
{
	 margin-left:30px;
	 padding-left:30px;
}
.lichenglist .lichengge .lichenggrid:nth-child(2n) .verline
{
	left:0px;
}
.lichenglist .lichengge .lichenggrid:nth-child(2n) .cir
{
	left:-5px;
	top:0px;
}
.lichenglist .lichengge .lichenggrid:nth-child(2n -1)
{
	padding-right:30px;
	margin-right:30px;
}
.lichenglist .lichengge .lichenggrid:nth-child(2n -1) .verline
{
	right:0px;
}
.lichenglist .lichengge .lichenggrid:nth-child(2n -1) .cir
{
	right:-5px;
	bottom:0px;
}
.lichenglist .lichengge .lichenggrid .title
{
	font-size:18px;
	line-height:25px;
	color:#1d2088;
	margin-bottom:10px;
}
.lichenglist .lichengge .lichenggrid .cont
{
	font-size:15px;
	line-height:25px;
}
.lichenglist .lichengge .lichenggrid .cont p
{
	font-size:15px;
	line-height:25px;
}
.lichenglist1block
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.lichenglist1
{
	width:110%;
	border-bottom: 2px solid #1d2088;
	overflow:hidden;
	display:flex;
}
.lichenglist1 .swiper-wrapper
{
	height:auto;
	align-items:stretch;
}
.lichenglist1 .lichenggrid
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	position:relative;
	padding-right:30px;
	padding-left:30px;
	padding-bottom:30px;
}
.lichenglist1 .lichenggrid .cir
{
	width:10px;
	height:10px;
	border-radius:50%;
	background: #1d2088;
	position:absolute;
	bottom:-5px;
	right:-5px;
}
.lichenglist1 .lichenggrid .verline
{
	position:absolute;
	right:0px;
	height:100%;
	width:1px;
	background:#1d2088;
	top:0px;
}
.lichenglist1 .lichenggrid .title
{
	font-size:18px;
	line-height:25px;
	color:#1d2088;
	margin-bottom:10px;
}
.lichenglist1 .lichenggrid .cont
{
	font-size:15px;
	line-height:25px;
}
.lichenglist1 .lichenggrid .cont p
{
	font-size:15px;
	line-height:25px;
}
/**历程 end**/
/**企业文化**/
.aboutbg3
{
	padding-top:0px;
	padding-bottom:30px;
}
.culturelist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.culturelist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:50px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #ccc;
	overflow:hidden;
	padding:30px;
	box-sizing: border-box;
}
.culturelist .grid:nth-child(3n)
{
	margin-right:0px;
}
.culturelist .tb
{
	width:80px;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
}
.culturelist .tb .image
{
	width:100%;
	height:auto;
}
.culturelist .tit
{
	width:100%;
	height:auto;
	font-size:18px;
	line-height:25px;
}
.culturelist .extit
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	color:#d2d2d2;
	margin-bottom:15px;
}
.culturelist .cont
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:1.5;
}
.culturelist .cont p
{
	font-size:15px;
	line-height:2;
	overflow:hidden;
}
/**企业文化 end**/
/**企业荣誉**/
.aboutbg4
{
	background:url('../images/about/aboutbg2.jpg') no-repeat center center;
	background-size:cover !important;
}
.honorlist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.honorlist .grid
{
	width:15%;
	margin-right:2%;
	margin-bottom:35px;
}
.honorlist .grid:nth-child(6n)
{
	margin-right:0px;
}
.honorlist .grid .link
{
	display:block;
	width:100%;
	height:auto;
}
.honorlist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:145%;
	position:relative;
	margin-bottom:10px;
}
.honorlist .grid .link .outpic .pic
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
}
.honorlist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.honorlist .grid:hover .link .outpic .pic .image
{
	transform: scale(1);
}
.honorlist .grid .link .tit
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	transition:1s;
}
.honorlist .grid:hover .link .tit
{
	color:#1d2088;
}
.honorlist1
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.honorlist1 .grid
{
	width:23.5%;
	margin-right:2%;
	margin-bottom:35px;
}
.honorlist1 .grid:nth-child(4n)
{
	margin-right:0px;
}
.honorlist1 .grid .link
{
	display:block;
	width:100%;
	height:auto;
}
.honorlist1 .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	position:relative;
	margin-bottom:10px;
}
.honorlist1 .grid .link .outpic .pic
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
}
.honorlist1 .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.honorlist1 .grid:hover .link .outpic .pic .image
{
	transform: scale(1.0);
}
.honorlist1 .grid .link .tit
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	transition:1s;
}
.honorlist1 .grid:hover .link .tit
{
	color:#1d2088;
}
/**企业荣誉 end**/
/**视频**/
.aboutbg5
{
	padding-top:0px;
	padding-bottom:0px;
}
/**视频 end**/
/**关于我们 end**/
/**新闻列表**/
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:22%;
	margin-right:4%;
	margin-bottom:30px;
}
.newslist .grid:nth-child(4n)
{
	margin-right:0px;
}
.newslist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist .grid .link .outpic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:75%;
	margin-bottom:20px;
}
.newslist .grid .link .outpic .numdate
{
	width:80px;
	height:auto;
	position:absolute;
	right:0px;
	bottom:-10px;
	z-index:20;
}
.newslist .grid .link .outpic .numdate .num
{
	width:100%;
	height:auto;
	text-align:center;
	font-size:20px;
	line-height:40px;
	height:40px;
	color:#fff;
	background:#1d2088;
}
.newslist .grid .link .outpic .numdate .riqi
{
	font-size:14px;
	text-align:center;
	color:#fff;
	background:#333;
	line-height:20px;
}

.newslist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	overflow:hidden;
}
.newslist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.newslist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.newslist .grid .link .outpic .playbtn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:100%;
	background:url('../images/videoplay.png') no-repeat center center;
	background-size:80px 80px;
	background-color:rgba(0,0,0,0.5);
	transition:1s;
}
.newslist .grid:hover .link .outpic .playbtn
{
	background-color:rgba(0,0,0,0);
}
.newslist .grid .link .title
{
	font-size:16px;
	color:#000;
	overflow:hidden;
	line-height:22px;
	margin-bottom:10px;
	transition:1s;
}
.newslist .grid:hover .link .title
{
	color:#1d2088;
}
.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:#1d2088;
}
/**新闻列表 end**/
/**产品搜索**/
.pronavsearch
{
	width:100%;
	height:40px;
	display:flex;
	flex-wrap:wrap;
	background:#000;
	margin-bottom:50px;
	display:none;
}
.pronavsearch .grid
{
	width:25%;
	position:relative;
	height:40px;
}
.pronavsearch .grid .text
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#fff;
	font-size:15px;
	line-height:40px;
	background:url(../images/downarr.png) no-repeat calc(100% - 25px) center;
	cursor:pointer;
}
.pronavsearch .grid .pronav
{
	width:100%;
	position:absolute;
	top:40px;
	left:0px;
	z-index:100;
	background:#000;
	display:none;
}
.pronavsearch .grid:hover .pronav
{
	display:block;
}
.pronavsearch .grid .pronav .grid1
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.pronavsearch .grid .pronav .grid1 .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	padding:5px 15px;
	font-size:15px;
	line-height:22px;
	color:#fff;
	display:block;
	transition:1s;
}
.pronavsearch .grid .pronav .grid1:hover .link
{
	background:#666;
}
.pronavsearch .grid .prosearchform
{
	width:100%;
	height:100%;
}
.pronavsearch .grid .prosearch
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
}
.pronavsearch .grid .prosearch .btn
{
	width:40px;
	height:100%;
	background:url('../images/search_white.png') no-repeat center center;
	background-size:50% 50%;
	cursor:pointer;
}
.pronavsearch .grid .prosearch .btn .submitbtn
{
	width:100%;
	height:100%;
	display:block;
	opacity:0;
}
.pronavsearch .grid .prosearch .inputblock
{
	width:calc(100% - 40px);
	height:100%;
}
.pronavsearch .grid .prosearch .inputblock .input
{
	width:100%;
	height:100%;
	box-sizing: border-box;
	border:none;
	background:none;
	outline:none;
	color:#fff;
}
.pronavsearch .grid .prosearch .inputblock .input::-webkit-input-placeholder
{
	color:#fff;
}
/**产品搜索 end**/
/**产品列表**/
.prolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.prolist .grid
{
	width:22%;
	height:auto;
	margin-right:4%;
	margin-bottom:30px;
}
.prolist .grid:nth-child(4n)
{
	margin-right:0px;
}
.prolist .grid .link
{
	display:block;
	width:100%;
}
.prolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	position:relative;
}
.prolist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.prolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.prolist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.prolist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
	transition:1s;
}
.prolist .grid:hover .link .title
{
	color:#1d2088;
}
/**产品列表 end**/
/**产品详情**/
.productviewblockbg1
{
	/* background:#f6f6f6; */
}
.proshowfir
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:50px;
    align-items:flex-start;    
}
.proshowfir .rightpic
{
	width:700px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.proshowfir .picarr
{
    width:600px;
    height:600px;
	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:100%;
}
.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 #333;
	border-radius:10px;
	overflow:hidden;
    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 .thumbpicarr
{
    width:80px;
    height:600px;
	position:relative;
}
.proshowfir .thumbpicarr .thumbpicarrlist
{
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}
.proshowfir .thumbpicarr .thumbpicarrlist .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:100%;
	cursor: pointer;
}
.proshowfir .thumbpicarr .thumbpicarrlist .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 #aaa;
	border-radius:10px;
	overflow:hidden;
    box-sizing:border-box;
    
}
.proshowfir .thumbpicarr .thumbpicarrlist .swiper-slide-thumb-active .outpic .pic
{
	border:1px solid #1d2088;
}
.proshowfir .thumbpicarr .thumbpicarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.proshowfir .prorightcont
{
    width:calc(100% - 750px);
    padding:30px 0px;
    box-sizing:border-box;
}
.proshowfir .prorightcont .protitle
{
    width: 100%;
    font-size: 24px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.proshowfir .prorightcont .des
{
	margin-top:20px;
	font-size:15px;
	line-height:25px;
}
.proshowfir .prorightcont .des p
{
	font-size:15px;
	line-height:25px;
}
.proshowfir .prorightcont .download
{
	text-align:right;
	font-size:16px;
	line-height:30px;
	border-top:1px solid #ddd;
	margin-top:15px;
	padding-top:15px;
	height:30px;
	width:100%;
}
.proshowfir .prorightcont .download a
{
	display:block;
	background:url('../images/download.png') no-repeat right 6px;
	background-size:15px 15px; 
	padding-right:25px;
	font-size:16px;
	line-height:30px;
	transition:1s;
}
.proshowfir .prorightcont .download a:hover
{
	text-decoration: underline;
}
.productviewblock1 .contenttitle
{
	font-size:16px;
	line-height:30px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
.proshowfir .prorightcont .insidecontent
{
    width:100%;
    font-size:14px;
    line-height:25px;
    border-top:1px solid #ccc;
    padding-top:15px;
    padding-bottom:15px;
}
.protjtitle
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:32px;
    margin-bottom:50px;
    line-height:1.5;
}
.contenttitleone
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:30px;
}
.contenttitleone .text
{
	padding:10px;
	border-bottom:1px solid #000;
	font-size:25px;
	line-height:30px;
}
.proshowsec .insidecontent
{
	margin-bottom:30px;
}
/**产品详情 end**/
/**网站大分类**/
.catenavone
{
	width:100%;
	height:auto;
	overflow-x:auto;
	padding-bottom:10px;
	margin-bottom:30px;
	display:flex;
	flex-wrap:nowrap;
}
.catenavone::-webkit-scrollbar
{
	 height:2px;
}
.catenavone::-webkit-scrollbar-thumb
{
	background:#1d2088;
}
.catenavone .grid
{
	margin-right:15px;
	flex-shrink:0;
}
.catenavone .grid .link
{
	display:block;
	font-size:15px;
	line-height:30px;
	border:1px solid #333;
	padding:5px 20px;
	transition:1s;
}
.catenavone .grid:hover .link
{
	color:#1d2088;
	border:1px solid #1d2088;
}
.catenavone .grid .link.hover
{
	color:#1d2088;
	border:1px solid #1d2088;
}
/**网站大分类 end**/
/**案例列表**/
.caselist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:22%;
	height:auto;
	margin-right:4%;
	margin-bottom:30px;
}
.caselist .grid:nth-child(4n)
{
	margin-right:0px;
}
.caselist .grid .link
{
	display:block;
	width:100%;
}
.caselist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	position:relative;
}
.caselist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.caselist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.caselist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.caselist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:20px;
	font-size:15px;
	text-align:center;
	line-height:25px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.caselist .grid .link .title .text
{
	font-size:15px;
	line-height:25px;
	margin-right:10px;
	transition:1s;
}
.caselist .grid:hover .link .title .text
{
	color:#1d2088;
}
.caselist .grid .link .title .arr
{
	font-size:15px;
	color:#fff;
	background:#1d2088;
	line-height:25px;
	width:25px;
	text-align:center;
}
/**案例列表 end**/
/**案例展示**/
.caseshowfir
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	flex-direction:row-reverse;
    margin-bottom:50px;
    align-items:flex-start;    
}
.caseshowfir .rightpic
{
	width:700px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.caseshowfir .picarr
{
    width:600px;
    height:450px;
	position:relative;
}
.caseshowfir .picarr .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.caseshowfir .picarr .leftbtn-prev
{
	left:20px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseshowfir .picarr .rightbtn-next
{
	right:20px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseshowfir .picarr .picarrlist
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.caseshowfir .picarr .picarrlist .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:75%;
}
.caseshowfir .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 #eee;
	overflow:hidden;
    box-sizing:border-box;
    
}
.caseshowfir .picarr .picarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.caseshowfir .picarr .picarrlist .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}

.caseshowfir .thumbpicarr
{
    width:80px;
    height:450px;
	position:relative;
}
.caseshowfir .thumbpicarr .thumbpicarrlist
{
    width:100%;
    height:calc(100% - 60px);
    overflow:hidden;
    position:relative;
}
.caseshowfir .thumbpicarr .arr
{
	width:100%;
	height:30px;
	cursor:pointer;
}
.caseshowfir .thumbpicarr .leftbtn-prev
{
	background:url('../images/uparr_ca.png') no-repeat center center;
	background-size:30px 30px;
}
.caseshowfir .thumbpicarr .rightbtn-next
{
	background:url('../images/downarr_ca.png') no-repeat center center;
	background-size:30px 30px;
}
.caseshowfir .thumbpicarr .thumbpicarrlist .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:75%;
	cursor: pointer;
}
.caseshowfir .thumbpicarr .thumbpicarrlist .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 #eee;
	overflow:hidden;
    box-sizing:border-box;
    
}
.caseshowfir .thumbpicarr .thumbpicarrlist .swiper-slide-thumb-active .outpic .pic
{
	border:1px solid #1d2088;
}
.caseshowfir .thumbpicarr .thumbpicarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.caseshowfir .prorightcont
{
    width:calc(100% - 750px);
    padding:30px 0px;
    box-sizing:border-box;
}
.caseshowfir .prorightcont .protitle
{
    width: 100%;
    font-size: 24px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.caseshowfir .prorightcont .des
{
	font-size:15px;
	line-height:25px;
	margin-top:20px;
}
.caseshowfir .prorightcont .des p
{
	font-size:15px;
	line-height:25px;
}
.caseshowfir .prorightcont .download
{
	text-align:right;
	font-size:16px;
	line-height:30px;
	border-top:1px solid #ddd;
	margin-top:15px;
	padding-top:15px;
	height:30px;
	width:100%;
}
.caseshowfir .prorightcont .download a
{
	display:block;
	background:url('../images/download.png') no-repeat right 6px;
	background-size:15px 15px; 
	padding-right:25px;
	font-size:16px;
	line-height:30px;
	transition:1s;
}
.caseshowfir .prorightcont .download a:hover
{
	text-decoration: underline;
}
.caseviewblockbg1 .contenttitle
{
	font-size:16px;
	line-height:30px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
.caseshowfir .prorightcont .insidecontent
{
    width:100%;
    font-size:14px;
    line-height:25px;
    border-top:1px solid #ccc;
    padding-top:15px;
    padding-bottom:15px;
}
/**案例展示 end**/
/**解决方案**/
.solveblock .insidecontent
{
	margin-bottom:40px;
}
.solvelist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.solvelist .grid
{
	width:15%;
	margin-right:2%;
	box-sizing: border-box;
	border:1px solid #333;
	
}
.solvelist .grid:nth-child(6n)
{
	margin-right:0px;
}
.solvelist .grid .link
{
	width:100%;
	height:auto;
	display:block;
	padding-top:100px;
	padding-bottom:100px;
}
.solvelist .grid .pic
{
	width:100%;
	height:auto;
}
.solvelist .grid .pic .image
{
	width:30%;
	margin:auto;
	height:auto;
}
.solvelist .grid .tit
{
	width:100%;
	height:auto;
	text-align:center;
	font-size:16px;
	line-height:30px;
	margin-top:10px;
}
/**解决方案 end**/
/**下载**/
.downlist
{
	width:100%;
	height:auto;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.downlist .grid
{
	width:100%;
	height:auto;
	border-bottom:1px solid #ccc;
	
}
.downlist .grid:last-child
{
	border-bottom:none;
}
.downlist .grid .link
{
	display:flex;
	flex-wrap:wrap;
	padding:10px 30px;
	box-sizing: border-box;
	transition:1s;
}
.downlist .grid:hover .link
{
	background:#1d2088;
}
.downlist .grid .title
{
	 font-size:15px;
	 line-height:25px;
	 width:calc(100% - 60px);
	 transition:1s;
}
.downlist .grid:hover .title
{
	color:#fff;
}
.downlist .grid .down
{
	 display:block;
	 font-size:15px;
	 line-height:25px;
	 width:60px;
	 text-align:right;
	 color:#1d2088;
	 transition:1s;
}
.downlist .grid:hover .down
{
	color:#fff;
}
/**下载 end**/
/**全屏视频**/
.fullscreenvideobg
{
	width:100%;
	height:100vh;
	z-index:20000;
	background:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	position:fixed;
	display:none;
}
.fullscreenvideobg .closebtn
{
	width:80px;
	height:80px;
	font-size:75px;
	color:#fff;
	line-height:75px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	cursor:pointer;
}
.fullscreenvideo
{
    position:absolute;
    top:0px;
    left:0px;
	width:100%;
	height:100%;
    z-index:10;
}
.fullscreenvideobg .videoblock
{
	width:80%;
    height:80%;
	overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    z-index:30;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.fullscreenvideobg .videoblock .video_1
{
    display:block;
    max-height:100%;
    max-width:100%;
}
/**全屏视频 end**/
/**视频列表**/
.videolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.videolist .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
	cursor: pointer;
}
.videolist .grid:nth-child(3n)
{
	margin-right:0px;
}
.videolist .grid .link
{
	display:block;
	width:100%;
}
.videolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	overflow:hidden;
	position:relative;
}
.videolist .grid .link .outpic .playbtn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:100%;
	background:url('../images/videoplay.png') no-repeat center center;
	background-size:80px 80px;
	background-color:rgba(0,0,0,0.5);
	transition:1s;
}
.videolist .grid:hover .link .outpic .playbtn
{
	background-color:rgba(0,0,0,0);
}
.videolist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.videolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.videolist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.videolist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
/**视频列表 end**/
/**联系我们**/
.contactbg .contactblock
{
	max-width:1400px;
}
.contactfir
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.contactfir .contactinfo .first
{
	padding-top:10px;
}
.contactfir .msg
{
    width:45%;
    height:auto;
    overflow:hidden;
	background:#333;
	padding:50px;
	box-sizing:border-box;
}
.contactfir .msg .btit
{
    width:100%;
    height:auto;
    font-size:20px;
    color: #fff;
    font-weight:700;
    text-align:center;
    line-height:1.5;
    margin-bottom:15px;
}
.contactfir .msg .bdes
{
	margin-bottom:30px;
	font-size:16px;
	text-align:center;
	line-height:30px;
	margin-bottom:40px;
	color:#ccc;
}
.contactfir .msg .first
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.contactfir .msg .first .mgrid
{
    width:100%;
    height:auto;
    margin-bottom:30px;
}
.contactfir .msg .first .mgrid .text
{
    width:100%;
    color: #fff;
    margin-bottom: 10px;
    font-size:16px;
    line-height:1.5;
}
.contactfir .msg .first .mgrid .inputb
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.contactfir .msg .first .mgrid .inputb .input
{
    color: #eee;
    padding: 10px;
    width: 100%;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid  #eee;
    background: none;
    outline: none;
    box-sizing:border-box;
}
.contactfir .msg .first .mgrid .inputb .textarea
{
    color: #eee;
    padding: 10px;
    width: 100%;
    height:120px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    border:solid 1px #eee;
    background: none;
    outline: none;
    box-sizing:border-box;
}
.contactfir .msg .first .mgrid:last-child
{
    margin-bottom:0px;
}
.contactfir .msg .submit
{
    width:100%;
    height: 58px;
    background-color: #1d2088;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    color: #f3f3f3;
    text-align:center;
    font-size:24px;
    line-height:58px;
    margin-top:60px;
    cursor:pointer;
    transition:1s;
}
.contactfir .msg .submit:hover
{
    background:#999;
}
.contactfir .contactinfo
{
	width:50%;
}
.contactfir .contactinfo .shentit
{
	font-size:18px;
	font-weight:600;
	line-height:1.5;
	color:#000;
	margin-bottom:10px;
}
.contactfir .contactinfo .inforeclist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.contactfir .contactinfo .inforeclist .inforec
{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
.contactfir .contactinfo .inforeclist .inforec:nth-child(2n)
{
	margin-right:0px;
}
.contactfir .contactinfo .inforeclist .inforec .cdes
{
	font-size:15px;
	color:#666;
	line-height:25px;
}
.contactfir .contactinfo .incontact .gsm
{
	width:100%;
	margin-bottom:50px;
}
.contactfir .contactinfo .incontact .twocode
{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.contactfir .contactinfo .incontact .twocode .code
{
	width:150px;
	height:auto;
	overflow:hidden;
}
.contactfir .contactinfo .incontact .twocode .code .image
{
	width:100%;
	height:auto;
}
.contactfir .contactinfo .incontact .contactlogo
{
	width:300px;
	height:auto;
}
.contactfir .contactinfo .incontact .contactlogo .image
{
	width:100%;
	height:auto;
}
/**联系我们 end**/
/**智慧平台**/
.zhihuibg
{
	width:100%;
	height:auto;
}
.zhihuibg .zhihui1
{
	width:100%;
	height:auto;
}
.zhihuibg .zhihui1 .image
{
	width:100%;
	height:auto;
}
.zhihui2
{
	width:100%;
	height:auto;
	position:relative;
	background:#e5f1fd;
	overflow:hidden;
}
.zhihui2 .bg
{
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
}
.zhihui2 .bg .image
{
	width:100%;
	height:auto;
}
.zhihui2block
{
	position:relative;
	width:90%;
	max-width:1600px;
	min-width:1200px;
	margin:auto;
	z-index:10;
}
.zhihuitit
{
	width:100%;
	text-align:center;
	font-size:25px;
	text-align:center;
	line-height:1;
	margin-bottom:20px;
}
.zhihuides
{
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:25px;
	max-width:800px;
	margin:auto;
}
.zhihuides p
{
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:28px;
}
.zhihui2block .fir
{
	margin-bottom:80px;
}
.zhihui2block .sec
{
	width:100%;
	height:auto;
	margin-bottom:80px;
}
.zhihui2block .sec .image
{
	width:100%;
	height:auto;
}
.zhihui2block .thi
{
	margin-bottom:80px;
}
.zhihui2block .four
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.zhihui2block .four .grid
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.zhihui2block .four .grid .pic
{
	width:48%;
	height:auto;
	overflow:hidden;
}
.zhihui2block .four .grid .pic .image
{
	width:100%;
	height:auto;
}
.zhihui2block .four .grid .cont
{
	width:48%;
	display:flex;
	flex-wrap:wrap;
}
.zhihui2block .four .grid .cont .wgrid
{
	width:45%;
	margin-right:10%;
	margin-bottom:50px;
}
.zhihui2block .four .grid .cont .wgrid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.zhihui2block .four .grid .cont .wgrid:nth-child(2n)
{
	margin-right:0px;
}
.zhihui2block .four .grid .cont .wgrid .tit
{
	font-size:20px;
	line-height:1;
	margin-bottom:20px;
}
.zhihui2block .four .grid .cont .wgrid .des
{
	font-size:16px;
	line-height:28px;
	color:#888;
}
.zhihui2block .four .grid .cont .wgrid .des p
{
	font-size:16px;
	line-height:28px;
	color:#888;
}
.zhihui2block .four .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.zhihui2block .five 
{
	margin-bottom:80px;
}
.zhihui2block .five .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:50px;
}
.zhihui2block .five .pic .image
{
	max-width:1200px;
	margin:auto;
	width:100%;
}
.zhihui2block .five .enterlink
{
	width:100%;
	height:auto;
	margin-top:30px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.zhihui2block .five .enterlink .link
{
	display:block;
	width:180px;
	height:40px;
	color:#fff;
	background: #1d2088;
	font-size:18px;
	line-height:40px;
	border-radius:4px;
	transition:500ms;
}
.zhihui2block .five .enterlink .link:hover
{
	background:#333;
}
.zhihui2block .six 
{
	margin-bottom:80px;
}
.zhihui2block .six .sixpictext
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-top:50px;
}
.zhihui2block .six .sixpictext .pic
{
	width:49%;
	height:auto;
	overflow:hidden;
}
.zhihui2block .six .sixpictext .pic img
{
	width:100%;
	height:auto;
}
.zhihui2block .six .sixpictext .wenzi
{
	width:49%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.zhihui2block .six .sixpictext .wenzi .wgrid
{
	width:48%;
	height:auto;
	margin-bottom:40px;
	margin-right:4%;
}
.zhihui2block .six .sixpictext .wenzi .wgrid:nth-child(2n)
{
	margin-right:0px;
}
.zhihui2block .six .sixpictext .wenzi .tit
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin-bottom:20px;
}
.zhihui2block .six .sixpictext .wenzi .tit .tb
{
	width:25px;
	height:auto;
}
.zhihui2block .six .sixpictext .wenzi .tit .tb img
{
	width:100%;
	height:auto;
}
.zhihui2block .six .sixpictext .wenzi .tit .tit1
{
	width:calc(100% - 30px);
	height:auto;
	font-size:20px;
	line-height:25px;
}
.zhihui2block .six .sixpictext .wenzi .des
{
	width:100%;
	font-size:16px;
	color:#888;
	line-height:28px;
}
.zhihui2block .six .sixpictext .wenzi .des p
{
	font-size:16px;
	color:#888;
	line-height:28px;
}
/* .zhihui2block .six .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:50px;
}
.zhihui2block .six .pic .image
{
	max-width:500px;
	margin:auto;
	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: #1d2088;
	color:#fff;

}

.Pagination__Nav span:hover {
    background: #1d2088;
	color:#fff;
}

.Pagination__Nav a:hover {
    background: #1d2088;
	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**/


