/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Arial",sans-serif;
	appearance:none;
}
body 
{	
	color: #333;
	background: white;
	margin:auto;  
	min-width:1200px;
	margin:auto;
	overflow-x:hidden;
}
p 
{
	color: #333;
}
a 
{
	text-decoration: none;
	color: #333;
}
li 
{
	list-style: none;
}
img 
{
	border: none;
	display:block;
}
.clear 
{
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.m_hide
{
	display:block;
}
.pc_hide
{
	display:none;
}
/**网站全局css end**/
/**网站头部**/
.headbg
{
	width:100%;
	height:70px;
	background:#fff;
	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:90px;
	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;
}
.headbg .head .righttwo
{
	height:100%;
	display:flex;
	justify-content: flex-start;
}
.headbg .head .nav
{
	height:100%;
	display:flex;
	margin-right:100px;
}
.headbg .head .nav .grid1
{
	height:100%;
	position:relative;
	box-sizing: border-box;
	flex-shrink:0;
}
.headbg .head .nav .grid1 .link1
{
	display:block;
	height:30px;
	font-size:14px;
	line-height:30px;
	color:#1b4580;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	margin-top:20px;
	margin-left:15px;
	margin-right:15px;
	transition:500ms;
	border-radius:5px;
}
.headbg .head .nav .grid1:hover .link1
{
	color:#fff;
	background:#1b4580;

}
.headbg .head .nav .grid1.grid1hover .link1
{
	color:#fff;
	background:#1b4580;
}
.headbg .head .nav .grid1 .subnav
{
	position:absolute;
	left:15px;
	background:#f8f8f8;
	display:none;
	z-index:10000;
}
.headbg .head .nav .grid1 .subnav .grid2
{
	height:auto;
}
.headbg .head .nav .grid1 .subnav .grid2 .link2
{
	white-space:nowrap;
	box-sizing:border-box;
	padding:10px 20px;
	font-size:14px;
	line-height:1;
	display:block;
	transition:500ms;
}
.headbg .head .nav .grid1 .subnav .grid2:hover .link2
{
	color:#1b4580;
}
.headbg .head .right
{
	 height:100%;
	 display:flex;
	 align-items:center;
}
.headbg .head .right .searchbtn
{
	width:30px;
	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 .rightline
{
	height:35px;
	width:1px;
	background:#1b4580;
	margin-left:15px;
	margin-right:15px;
}
.headbg .head .right .lan
{
	height:30px;
	position:relative;
}
.headbg .head .right .lan .tit
{
	display:flex;
	align-items:center;
	height:100%;
	cursor:pointer;
}
.headbg .head .right .lan .tit .zi
{
	color:#1b4580;
	line-height:30px;
	font-size:16px;
	height:100%;
	margin-right:6px;
}
.headbg .head .right .lan .tit .fuhao
{
	color:#b8b8b8;
	line-height:28px;
	font-size:14px;
	height:100%;
	transition:500ms;
}
.headbg .head .right .lan.hover .tit .fuhao
{
	color:#1b4580;
}
.headbg .head .right .lan .lannav
{
	position:absolute;
	left:50%;
	padding:5px 0px;
	overflow:hidden;
	box-sizing:border-box;
	transform:translate(-50%,0);
	z-index:10001;
	display:none;
}
.headbg .head .right .lan .lannav .links
{
	height:auto;
	overflow:hidden;
}
.headbg .head .right .lan .lannav .link
{
	display:block;
	height:auto;
	font-size:14px;
	line-height:30px;
	text-align:center;
	white-space:nowrap;
	box-sizing:border-box;
	background:#1b4580;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	transition:500ms;
}
.headbg .head .right .lan .lannav .link:hover
{
	background:#306396;
}
.headbg .searchbg
{
	width:100%;
	height:auto;
	background:#1b4580;
	padding:15px 30px;
	position:absolute;
	top:70px;
	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:70px;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#1b4580;
	padding-top:100px;
	padding-bottom:100px;
}
.footbg .foot
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
}
.footbg .foot .fir
{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.footbg .foot .fir .flogo
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.footbg .foot .fir .flogo .image
{
	max-width:120px;
}
.footbg .foot .sec
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .sec .footsectit
{
	font-size:14px;
	font-weight:600;
	line-height:20px;
	color:#fff;
}
.footbg .foot .sec .footsectit a.link
{
	color:#fff;
	transition:500ms;
}
.footbg .foot .sec .footsectit a.link:hover
{
	color:#ccc;
}
.footbg .foot .sec .footnav
{
	width:50%;
	height:auto;
	display:flex;
}
.footbg .foot .sec .footnav dl
{
	flex:1;
	box-sizing:border-box;
	padding-right:30px;
}
.footbg .foot .sec .footnav dl dt
{
	margin-bottom:15px;
}
.footbg .foot .sec .footnav dl dd
{
	font-size:14px;
	color:#fff;
	line-height:20px;
	margin-bottom:8px;
}
.footbg .foot .sec .footnav dl dd .link
{
	color:#fff;
	transition:500ms;
}
.footbg .foot .sec .footnav dl dd .link:hover
{
	color:#ccc;
}
.footbg .foot .sec .footcontact
{
	width:25%;
	box-sizing:border-box;
	padding-right:30px;
}
.footbg .foot .sec .footcontact .footsectit
{
	margin-bottom:15px;
}
.footbg .foot .sec .footcontact .info
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footbg .foot .sec .footcontact .info .record
{
	font-size:14px;
	color:#fff;
	line-height:20px;
	margin-bottom:8px;
}
.footbg .foot .sec .footcontact .info .record a
{
	color:#fff;
}
.footbg .foot .sec .shejiaop
{
	width:25%;
	height:auto;
	font-size:0px;
}
.footbg .foot .sec .shejiaop .sgrid
{
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:auto;
	margin-right:10px;
}
.footbg .foot .sec .shejiaop .sgrid:last-child
{
	margin-right:0px;
}
.footbg .foot .sec .shejiaop .sgrid .link
{
	display:block;
	width:100%;
	position:relative;
	cursor:pointer;
}
.footbg .foot .sec .shejiaop .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.footbg .foot .sec .shejiaop .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.footbg .foot .sec .shejiaop .sgrid .link .twocode
{
	width:120px;
	height:auto;
	overflow:hidden;
	position:absolute;
	z-index:100;
	top:30px;
	left:50%;
	transform:translate(-50%,0);
	display:none;
}
.footbg .foot .sec .shejiaop .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.footbg .foot .sec .shejiaop .sgrid:hover .link .twocode
{
	display:block;
}
/**网站底部 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.banner .bannerarr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	border-radius:50%;
	transition:1s;
}
.banner:hover .bannerarr
{
	opacity:1;
}
.banner .leftbtn-prev
{
	background:url('../images/index/bannerleftarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:60px;
}
.banner .rightbtn-next
{
	background:url('../images/index/bannerrightarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	right:60px;
}
.banner a
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
}
.banner a img
{
	width:100%;
	height:auto;
}
.banner .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#fff;
}
/**网站banner end**/
/**网站模块大小**/
.webblockbg
{
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	overflow-x:visible;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
.weblistblockbg
{
	padding-top:40px;
}
/**网站模块大小 end**/
/**网站首页**/
/**首页1-Who we are?**/
.indblockbg1
{
	background:#f4f6fa;
	padding-bottom:0px;
}
.indblockbg1 .indabout
{
	width:100%;
	height:auto;
}
.indblockbg1 .indabout .extit
{
	font-size:17px;
	text-align:center;
	line-height:25px;
	font-weight:600;
	color:#dc443f;
	margin-bottom:20px;
}
.indblockbg1 .indabout .bigtit
{
	font-size:44px;
	text-align:center;
	line-height:50px;
	font-weight:600;
	color:#004a93;
	margin-bottom:40px;
}
.indblockbg1 .indabout .cont
{
	width:100%;
	max-width:780px;
	margin:auto;
	margin-bottom:100px;
}
.indblockbg1 .indabout .cont .insidecontent
{
	font-size:16px;
	line-height:28px;
}
.indblockbg1 .indabout .cont .insidecontent p
{
	font-size:16px;
	line-height:28px;
}
.indblockbg1 .indabout .indhezuoblock
{
	width:100%;
	max-width:1170px;
	margin:auto;
	position:relative;
	margin-bottom:40px;
}
.indblockbg1 .indabout .indhezuoblock .arr
{
	width:30px;
	height:30px;
	position:absolute;
	cursor:pointer;
	top:50%;
	transform:translate(0,-50%);
}
.indblockbg1 .indabout .indhezuoblock .arr.leftbtn-prev
{
	left:-40px;
	background:url('../images/leftarr_ca.png') no-repeat center center;
	background-size:100% 100%;
}
.indblockbg1 .indabout .indhezuoblock .arr.rightbtn-next
{
	right:-40px;
	background:url('../images/rightarr_ca.png') no-repeat center center;
	background-size:100% 100%;
}
.indblockbg1 .indabout .indhezuoblock .indhezuolist
{
	width:100%;
	overflow:hidden;
}
.indblockbg1 .indabout .indhezuoblock .indhezuolist .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	cursor:pointer;
}
.indblockbg1 .indabout .indhezuoblock .indhezuolist .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:26%;
	position:relative;
	opacity:0.8;
	transition:500ms;
}
.indblockbg1 .indabout .indhezuoblock .indhezuolist .link:hover .pic
{
	opacity:1;
}
.indblockbg1 .indabout .indhezuoblock .indhezuolist .link .pic .image{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
}
.indblockbg1 .nextpic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblockbg1 .nextpic .image
{
	width:100%;
	height:auto;
}
/**首页1-Who we are? end**/
/**首页2-产品系列**/
.indprocate
{
	width:100%;
	margin:auto;
	max-width:1230px;
	display:flex;
	justify-content:space-between	
}
.indprocate .grid1
{
	width:calc(25% - 10px);
}
.indprocate .grid2
{
	width:calc(50% - 20px);
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.indprocate .link
{
	display:block;
	height:auto;
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.indprocate .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indprocate .link .pic .image
{
	width:100%;
	height:auto;
}
.indprocate .link .jianbian
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:5;
	background:linear-gradient(to Right,#261776,#da251e);
	opacity:0.5;
	transition:500ms;
}
.indprocate .link:hover .jianbian
{
	opacity:0;
}
.indprocate .link .wenzi
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	box-sizing:border-box;
	padding:40px;
}
.indprocate .link .wenzi .sz
{
	width:100%;
	height:auto;
	font-size:25px;
	line-height:1;
	margin-bottom:30px;
	font-weight:600;
	color:#fff;
}
.indprocate .link .wenzi .tit
{
	width:100%;
	height:auto;
	font-size:25px;
	line-height:30px;
	color:#fff;
	margin-bottom:30px;
}
.indprocate .link .wenzi .clickbtn
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	margin-bottom:10px;
}
.indprocate .link .wenzi .arr
{
	width:100%;
	height:auto;
}
.indprocate .link .wenzi .arr .image
{
	width:12px;
	height:auto;
}
.indprocate .grid2 .up
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.indprocate .grid2 .up .ugrid
{
	width:calc(50% - 10px);
}
/**首页2-产品系列 end**/
/**首页3-关于我们2**/
.indblockbg3
{
	background:#f5f7fa;
}
.indexabu2
{
	width:100%;
	margin:auto;
	max-width:1230px;
	display:flex;
	justify-content:space-between;
}
.indexabu2 .left
{
	width:30%;
}
.indexabu2 .left .grid
{
	font-size:18px;
	line-height:25px;
	overflow:hidden;
	margin-bottom:20px;
	cursor:pointer;
}
.indexabu2 .left .grid:last-child
{
	margin-bottom:0px;
}
.indexabu2 .left .grid.hover
{
	color:#dd261d;
}
.indexabu2 .right
{
	width:68%;
}
.indexabu2 .right .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:none;
}
.indexabu2 .right .grid.hover
{
	display:block;
}
.indexabu2 .right .grid .extit
{
	font-size:30px;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.indexabu2 .right .grid .cont
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:28px;
}
.indexabu2 .right .grid .cont p
{
	font-size:16px;
	line-height:28px;
}
/**首页3-关于我们2 end**/
/**首页4-Corporate strength**/
.indblockbg4
{
	background:#1b4580;
}
.indblockbg4 .indshuzilist
{
	width:100%;
	height:auto;
	display:flex;
	justify-content:space-between;
	max-width:1230px;
	margin:auto;
}
.indblockbg4 .indshuzilist .sd
{
	display:flex;
	justify-content:center;
	align-items:flex-end;
	margin-bottom:10px;
}
.indblockbg4 .indshuzilist .sd .shuzi
{
	font-size:60px;
	line-height:1;
	color:#fff;
	font-weight:600;
}
.indblockbg4 .indshuzilist .sd .danwei
{
	font-size:36px;
	color:#fff;
	line-height:1.2;
	font-weight:600;
}
.indblockbg4 .indshuzilist .grid .des
{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
}
.indblockbg4 .indshuzilist .grid .des p
{
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
}
/**首页4-Corporate strength end**/
/**首页5-Our Certificate**/
.indblock5 .indlist5
{
	max-width:1230px;
	margin:auto;
}
.indblock5 .indlist5 .bigtit
{
	font-size:23px;
	line-height:1;
	font-weight:600;
	margin-bottom:20px;
}
.indblock5 .indlist5 .list
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.indblock5 .indlist5 .list .left
{
	width:62%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.indblock5 .indlist5 .list .left .grid
{
	width:48%;
	margin-right:4%;
}
.indblock5 .indlist5 .list .left .grid .pic
{
	width:100%;
	height:auto;
	position:relative;
	border:1px solid #333;
	box-sizing:border-box;
	overflow:hidden;
	border-radius:4px;
	padding-bottom:138%;
}
.indblock5 .indlist5 .list .left .grid .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
}
.indblock5 .indlist5 .list .left .grid:nth-child(2n)
{
	margin-right:0px;
}
.indblock5 .indlist5 .list .right
{
	width:34%;
}
.indblock5 .indlist5 .list .right .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.indblock5 .indlist5 .list .right .grid:last-child
{
	margin-bottom:0px;
}
.indblock5 .indlist5 .list .right .grid .tit
{
	font-size:23px;
	font-weight:600;
	margin-bottom:20px;
	line-height:1;
}
.indblock5 .indlist5 .list .right .grid .des
{
	width:100%;
	font-size:16px;
	line-height:28px;
}
.indblock5 .indlist5 .list .right .grid .des p
{
	width:100%;
	font-size:16px;
	line-height:28px;
}
/**首页5-Our Certificate end**/
/**首页6-Our Certificate**/
.indblockbg6
{
	padding-top:0px;
}
.indlistblock6
{
	width:100%;
	height:auto;
	overflow:hidden;
	max-width:1230px;
	margin:auto;
}
.indlistblock6 .titdes
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:50px;
}
.indlistblock6 .titdes .tit
{
	font-size:40px;
	width:58%;
	line-height:1;
	font-weight:600;
}
.indlistblock6 .titdes .des
{
	width:40%;
	height:auto;
	font-size:16px;
	line-height:28px;
}
.indlistblock6 .titdes .des p
{
	font-size:16px;
	line-height:28px;
}
.indlist6 .link
{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}
.indlist6 .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:70%;
	position:relative;
}
.indlist6 .link .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	transition:500ms;
}
.indlist6 .link:hover .pic .image
{
	transform:scale(1.1);
}
.indlist6 .link .title
{
	width:100%;
	font-size:16px;
	line-height:28px;
	text-align:center;
	margin-top:10px;
	transition:500ms;
}
.indlist6 .link:hover .title
{
	color:#1b4580;
}
.indlist6 .swiperpages
{
	margin-top:20px;
}
.indlist6 .swiperpages .swiper-pagination-bullet-active
{
	background:#1b4580;
}
/**首页6-Our Certificate end**/
/**首页7-Case Study**/
.indblockbg7
{
	background:#f6f8fa;
	padding-bottom:0px;
}
.indblockbg7 .titdes
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	box-sizing:border-box;
	width:90%;
	min-width:1200px;
	max-width:1600px;
	margin:auto;
	padding-bottom:80px;
}
.indblockbg7 .titdes .tit
{
	font-size:40px;
	width:58%;
	line-height:1;
	font-weight:600;
}
.indblockbg7 .titdes .des
{
	width:40%;
	height:auto;
	font-size:16px;
	line-height:28px;
}
.indblockbg7 .titdes .des p
{
	font-size:16px;
	line-height:28px;
}
.indlist7
{
	width:calc(100% + 2px);
	overflow:hidden;
	border-top:2px solid #1b4580;
}
.indlist7 .link
{
	display:block;
	box-sizing:border-box;
	padding:60px 50px;
	border-right:2px solid #1b4580;
	box-sizing:border-box;
}
.indlist7 .link .title
{
	width:100%;
	font-size:23px;
	line-height:1;
	font-weight:600;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	margin-bottom:30px;
	transition:500ms;
}
.indlist7 .link:hover .title
{
	color:#1b4580;
}
.indlist7 .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:136%;
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.indlist7 .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
	transition:500ms;
}
.indlist7 .link:hover .pic .image
{
	transform:scale(1.1);
}
.indlist7 .link .des
{
	width:100%;
	height:auto;
	max-height:84px;
	font-size:16px;
	line-height:28px;
	overflow:hidden;
	margin-top:20px;
	transition:500ms;

}
.indlist7 .link:hover .des
{
	color:#1b4580;
}
.indlist7 .link .des p
{
	font-size:16px;
	line-height:28px;
	transition:500ms;
}
.indlist7 .link:hover .des p
{
	color:#1b4580;
}
.indlist7 .link .more
{
	width:100%;
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.indlist7 .link .more .zi
{
	font-size:16px;
	line-height:1;
	margin-right:10px;
	transition:500ms;
}
.indlist7 .link:hover .more .zi
{
	color:#1b4580;
}
.indlist7 .link .more .arr
{
	width:12px;
	height:auto;
}
.indlist7 .link .more .arr .image
{
	width:100%;
	height:auto;
}
/**首页7-Case Study end**/
/**首页8-News**/
.indblockbg8
{
	background:url('../images//index/newsbg.jpg') no-repeat center center;
	background-size:cover;
}
.indnews
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.indnews .left
{
	width:48%;
}
.indnews .left .bigtit
{
	font-size:38px;
	line-height:1;
	color:#fff;
	margin-bottom:30px;
}
.indnews .left .bigextit
{
	width:100%;
	display:flex;
	margin-bottom:30px;
}
.indnews .left .bigextit span
{
	display:block;
	background:#dc5b59;
	font-size:38px;
	color:#fff;
	line-height:1;
	font-weight:600;
	padding:10px 50px;
}
.indnews .left .des
{
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#fff;
}
.indnews .left .des p
{
	font-size:26px;
	line-height:30px;
	color:#fff;
}
.indnews .list
{
	width:48%;
	height:auto;
}
.indnews .list .grid
{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.indnews .list .grid:last-child
{
	margin-bottom:0px;
}
.indnews .list .grid .link
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
	align-items:center;
}
.indnews .list .grid .link .lleft
{
	width:180px;
	height:auto;
}
.indnews .list .grid .link .lleft .pic
{
	border-radius:5px;
	overflow:hidden;
	height:120px;
}
.indnews .list .grid .link .lleft .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.indnews .list .grid .link:hover .lleft .pic .image
{
	transform:scale(1.1);
}
.indnews .list .grid .link .lright
{
	height:90px;
	border-bottom:1px solid #fff;
	width:calc(100% - 220px);
}
.indnews .list .grid .link .lright .title
{
	width:100%;
	height:100%;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-weight:600;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	transition:500ms;
}
.indnews .list .grid .link:hover .lright .title
{
	color:#ccc;
}
/**首页8-News end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:70px;
	margin-top:-70px;
	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:16px;
	line-height:28px;
	margin:auto;
} 
.insidecontent p
{
	font-size:16px;
	line-height:28px;
}
.insidecontent ul li
{
	 list-style:disc;
}
.insidecontent img
{
	display:inline;
	max-width:100%;
	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**/
/**一级菜单**/
.sitenav
{
	width:100%;
	height:auto;
	background:#fff;
	box-shadow:0px 3px 3px #ccc;
	display:flex;
	justify-content:center;
	overflow-x:auto;
	z-index:10;
	position:relative;
}
.sitenav::-webkit-scrollbar
{
	height:4px;
}
.sitenav::-webkit-scrollbar-thumb
{
	background:#333;
}
.sitenav .grid
{
	flex-shrink:0;
}
.sitenav .grid .link
{
	box-sizing:border-box;
	font-size:18px;
	color:#1b4580;
	border-bottom:4px solid #fff;
	line-height:1;
	padding:20px 20px;
	display:block;
	transition:500ms;
}
.sitenav .grid .link:hover
{
	border-bottom:4px solid #1b4580;
}
.sitenav .grid .link.hover
{
	border-bottom:4px solid #1b4580;
}
.sitenav1
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding-bottom:30px;
}
.sitenav1 .grid
{
	margin-bottom:30px;
	margin-right:30px;
}
.sitenav1 .grid:last-child
{
	margin-right:0px;
}
.sitenav1 .grid .link
{
	display:block;
	border:1px solid #1b4580;
	border-radius:5px;
	color:#1b4580;
	font-size:16px;
	line-height:1;
	padding:10px 20px;
	transition:500ms;
}
.sitenav1 .grid .link:hover
{
	background:#1b4580;
	color:#fff;
}
.sitenav1 .grid .link.hover
{
	background:#1b4580;
	color:#fff;
}
/**一级菜单 end**/
/**当前位置**/
.pathblockbg
{
	border-bottom:1px solid #eee;
}
.pathblock
{
    width:90%;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
    height:auto;
    overflow:hidden;
}
.pathblock .path
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
    padding-bottom:20px;
}
.pathblock .path .websitename
{
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:25px;
	color:#1b4580;
}
.pathblock .path .nlist
{
    width:calc(100% - 100px);
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.pathblock .path .nlist .link
{
    display:block;
    font-size:16px;
    line-height:25px;
    transition:1s;
	color:#1b4580;
}
.pathblock .path .nlist .link:hover
{
    color:#666;
}
.pathblock .path .nlist .arr
{
    display:block;
    font-size:14px;
    line-height:25px;
}
.pathblock .path .nlist .arr:last-child
{
   display:none;
}
/**当前位置 end**/
/**关于我们**/
.aboutbigtit
{
	font-size:40px;
	line-height:45px;
	font-weight:600;
}
.aboutbg1
{
	background:#f8f8fa;
	padding-top:0px;
	padding-bottom:0px;
}
.aboutbg1 .about1
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.aboutbg1 .about1 .left
{
	width:50%;
	padding:50px;
	box-sizing:border-box;
}
.aboutbg1 .about1 .left .aboutbigtit
{
	margin-bottom:30px;
	color:#1b4580;
}
.aboutbg1 .about1 .right
{
	width:50%;
	height:auto;
	overflow:hidden;
}
.aboutbg1 .about1 .right .pic
{
	width:100%;
	height:auto;
}
.aboutbg1 .about1 .right .pic .image
{
	width:100%;
	height:auto;
}
.about2
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.about2 .aboutvideo
{
	width:40%;
	border-radius:10px;
	position:relative;
	overflow:hidden;
}
.about2 .aboutvideo .pic
{
	width:100%;
	height:auto;
}
.about2 .aboutvideo .pic .image
{
	width:100%;
	height:auto;
}
.about2 .aboutvideo .btn
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	background:rgba(0,0,0,0.6);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.about2 .aboutvideo .btn .image
{
	width:60px;

}
.about2 .right
{
	text-align:center;
	width:60%;
	box-sizing: border-box;
	padding-left:10%;
	padding-right:10%;
	font-size:16px;
	line-height:28px;
	color:#1b4580;
}
.about2 .right p
{
	font-size:16px;
	line-height:28px;
	color:#1b4580;
}
.aboutbg3
{
	background:#1b4580;
}
.aboutbg3 .aboutbigtit
{
	color:#fff;
	text-align:center;
	margin-bottom:30px;
}
.aboutbg3 .line
{
	width:100%;
	height:1px;
	background:#668cb3;
}
.aboutbg3 .ab2extit
{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:25px;
	margin-top:30px;
}
.aboutbg3 .ab2summary
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	text-align:center;
	margin-top:10px;
	margin-bottom:40px;
}
.aboutbg3 .ab2summary p
{
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.aboutbg3 .about3list
{
	width:100%;
	height:auto;
	display:flex;
	justify-content:space-between;
	max-width:1230px;
	margin:auto;
}
.aboutbg3 .about3list .sd
{
	display:flex;
	justify-content:center;
	align-items:flex-end;
	margin-bottom:10px;
}
.aboutbg3 .about3list .sd .shuzi
{
	font-size:60px;
	line-height:1;
	color:#fff;
	font-weight:600;
}
.aboutbg3 .about3list .sd .danwei
{
	font-size:36px;
	color:#fff;
	line-height:1.2;
	font-weight:600;
}
.aboutbg3 .about3list .grid .des
{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
}
.aboutbg3 .about3list .grid .des p
{
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
}
.aboutbg4 .aboutbigtit
{
	box-sizing: border-box;
	padding-left:100px;
	color:#1b4580;
	margin-bottom:100px;
}
.aboutbg4 .licheng
{
	padding-left:100px;
	overflow-x:auto;
	display:flex;
	overflow-y:hidden;
	padding-bottom:100px;
	position:relative;
}
.aboutbg4 .licheng .bgline
{
	height:1px;
	top:calc(50% - 50px);
	background:#1b4580;
	position:absolute;
	z-index:5;
}
.aboutbg4 .licheng .grid
{
	width:500px;
	flex-shrink:0;
	position:relative;
	z-index:10;
}
.aboutbg4 .licheng .grid .tit
{
	font-size:40px;
	line-height:1;
	color:#1b4580
}
.aboutbg4 .licheng .grid .dian
{
	width:8px;
	height:8px;
	border-radius:50%;
	background:#1b4580;
	margin-left:42px;
}
.aboutbg4 .licheng .grid .cont
{
	border-left:1px solid #1b4580;
	box-sizing:border-box;
	padding:30px;
	font-size:16px;
	line-height:28px;
	margin-left:45px;
	height:300px;
	overflow-y:auto;
}
.aboutbg4 .licheng .grid .cont::-webkit-scrollbar
{
	width:2px;
}
.aboutbg4 .licheng .grid .cont::-webkit-scrollbar-thumb
{
	background:#f8f8f8;
}
.aboutbg4 .licheng .grid .cont::-webkit-scrollbar-thumb
{
	background:#eee;
}
.aboutbg4 .licheng .grid .pic
{
	width:100px;
	height:100px;
	box-sizing:border-box;
	border:2px solid #1b4580;
	border-radius:50%;
	overflow:hidden;
}
.aboutbg4 .licheng .grid .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutbg4 .licheng .grid .ding
{
	height:348px;
}
.aboutbg5
{
	background:#1b4580;
}
.aboutbg5 .aboutbigtit
{
	color:#fff;
	text-align:center;
	margin-bottom:30px;
}
.aboutbg5 .line
{
	width:100%;
	height:1px;
	background:#668cb3;
}
.aboutbg5 .culturecont
{
	padding-top:70px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.aboutbg5 .culturecont .leftsumarry
{
	width:48%;
	height:auto;
}
.aboutbg5 .culturecont .leftsumarry .insidecontent
{
	color:#fff;
}
.aboutbg5 .culturecont .leftsumarry .insidecontent p
{
	color:#fff;
}
.aboutbg5 .culturecont .rightlist
{
	width:48%;
	height:auto;
}
.aboutbg5 .culturecont .rightlist .grid
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin-bottom:30px;
}
.aboutbg5 .culturecont .rightlist .grid:last-child
{
	margin-bottom:0px;
}
.aboutbg5 .culturecont .rightlist .grid .pic
{
	width:80px;
	height:auto;
	overflow:hidden;
	border-radius:50%;
}
.aboutbg5 .culturecont .rightlist .grid .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg5 .culturecont .rightlist .grid .righttext
{
	width:calc(100% - 100px);
	height:auto;
}
.aboutbg5 .culturecont .rightlist .grid .righttext .insidecontent
{
	color:#fff;
}
.aboutbg5 .culturecont .rightlist .grid .righttext .insidecontent p
{
	color:#fff;
}
.aboutbg6 .aboutbigtit
{
	color:#1b4580;
}
.aboutbg6 .honnorlist
{
	width:100%;
	height:auto;
}
.aboutbg6 .honnorlist .grid
{
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
}
.aboutbg6 .honnorlist .grid:nth-child(2n)
{
	background:#f8f8fa;
}
.aboutbg6 .honnorlist .grid .pic
{
	width:100%;
	height:auto;
}
.aboutbg6 .honnorlist .grid .pic .image
{
	width:100%;
	height:auto;
}
/**关于我们 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;
}
.factorylist .grid:nth-child(3n)
{
	margin-right:0px;
}
.factorylist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	background:#1b4580;
	box-sizing:border-box;
	padding:10px;
}
.factorylist .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	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:1s;
}
.factorylist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.factorylist .grid .link .title
{
	width:100%;
	height:auto;
	font-size:15px;
	color:#fff;
	line-height:25px;
	text-align:center;
	padding-top:10px;
	transition:500ms;
}
/**工厂 end**/
/**新闻列表**/
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:100%;
	margin-bottom:30px;
}
.newslist .grid .link
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	height:auto;
	overflow:hidden;
	align-items:center;
}
.newslist .grid .link .outpic
{
	width:15%;
	height:auto;
	overflow:hidden;
	
}
.newslist .grid .link .outpic .pic
{
	width:100%;
	padding-bottom:70%;
	position:relative;
}
.newslist .grid .link .outpic .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.newslist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.newslist .grid .link .righttext
{
	width:85%;
	box-sizing:border-box;
	padding:0px 30px;
}
.newslist .grid .link .title
{
	font-size:18px;
	color:#1b4580;
	overflow:hidden;
	line-height:22px;
	margin-bottom:10px;
}
.newslist .grid .link .des
{
	font-size:14px;
	height:40px;
	line-height:22px;
	color:#333;
	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:#1b4580;
}
.newslist .grid .link .more
{
	font-size:14px;
	line-height:22px;
	color:#1b4580;
	transition:1s;
}
/**新闻列表 end**/
/**产品列表**/
.productlistbg
{
	padding-top:0px;
	background:#fafafa;
}
.prolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.prolist .leftnav
{
	width:28%;
	background:#fff;
	box-sizing:border-box;
	padding:30px;
}
.prolist .leftnav .navtit
{
	font-size:20px;
	font-weight:600;
	color:#1b4580;
	line-height:1;
	margin-bottom:10px;
}
.prolist .leftnav .navlist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.prolist .leftnav .navlist .grid
{
	width:100%;
	height:auto;
}
.prolist .leftnav .navlist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	border-bottom:1px solid #ccc;
	font-size:16px;
	line-height:25px;
	color:#1b4580;
	padding-top:15px;
	padding-bottom:15px;
}
.prolist .leftnav .navlist .grid .link:hover
{
	font-weight:600;

}
.prolist .leftnav .navlist .grid .link.hover
{
	font-weight:600;
}
.prolist .rightcont
{
	width:70%;
	padding-top:20px;
}
.prolist .rightcont .erjisearch
{
	width:100%;
	border-bottom:1px solid #ccc;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.prolist .rightcont .erjinav
{
	width:calc(100% - 270px);
	margin-right:20px;	
	display:flex;
	flex-wrap:wrap;
}
.prolist .rightcont .erjinav .grid
{
	border:1px solid #1b4580;
	margin-right:15px;
	/* width:20%; */
	border-radius:5px;
	justify-content:center;
	align-items:center;
	align-content:center;
	margin-bottom:20px;
}
.prolist .rightcont .erjinav .grid .link
{
	display:flex;
	width:100%;
	height:100%;
	text-align:center;
	justify-content:center;
	align-items:center;
	align-content:center;
	box-sizing:border-box;
	padding:8px;
	font-size:14px;
	color:#1b4580;
	transition:500ms;
}
.prolist .rightcont .erjinav .grid .link:hover
{
	color:#fff;
	background:#1b4580;
}
.prolist .rightcont .erjinav .grid .link.hover
{
	color:#fff;
	background:#1b4580;
}
.prolist .rightcont .erjisearch .prosearchb
{
	width:250px;
	height:40px;
	margin-bottom:20px;
}
.prolist .rightcont .erjisearch .prosearchb .prosearchform
{
	width:100%;
	height:100%;
}
.prolist .rightcont .erjisearch .prosearchb .prosearch
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	background:#fff;
	box-sizing:border-box;
}
.prolist .rightcont .erjisearch .prosearchb .btn
{
	width:40px;
	height:100%;
	background:url('../images/seach1.png') no-repeat center center;
	background-size:50% 50%;
	cursor:pointer;
}
.prolist .rightcont .erjisearch .prosearchb .btn .submitbtn
{
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	opacity:0;
}
.prolist .rightcont .erjisearch .prosearchb .inputblock
{
	width:calc(100% - 40px);
	height:100%;
}
.prolist .rightcont .erjisearch .prosearchb .inputblock .input
{
	width:100%;
	height:100%;
	box-sizing: border-box;
	border:none;
	background:none;
	outline:none;
	color:#000;
	padding-left:15px;
}
.prolist .rightcont .erjisearch .prosearchb .inputblock .input::-webkit-input-placeholder
{
	color:#000;
}
.prolist .rightcont .list
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	padding-top:20px;
}
.prolist .rightcont .list .grid
{
	background:#fff;
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
	box-shadow:0px 0px 4px #ccc;
	overflow:hidden;
	transition:500ms;
}
.prolist .rightcont .list .grid:hover
{
	box-shadow:0px 0px 4px #1b4580;
}
.prolist .rightcont .list .grid:nth-child(3n)
{
	margin-right:0px;
}
.prolist .rightcont .list .grid .link
{
	width:100%;
	display:block;
	overflow:hidden;
}
.prolist .rightcont .list .grid .link .outpic
{
	width:100%;
	padding-bottom:100%;
	position:relative;
}
.prolist .rightcont .list .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.prolist .rightcont .list .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.prolist .rightcont .list .grid .link .titpow
{
	width:100%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
}
.prolist .rightcont .list .grid .link .titpow .title
{
	width:100%;
	height:auto;
	color:#1b4580;
	font-size:16px;
	line-height:25px;
	font-weight:600;
	margin-bottom:5px;
}
.prolist .rightcont .list .grid .link .titpow .power
{
	width:100%;
	font-size:14px;
	line-height:25px;
	color:#1b4580;
}
/**产品列表 end**/
/**产品详情**/
.productviewblockbg
{
	background:#fafafa;
	padding-top:0px;
}
.productviewblockbg .pathblockbg
{
	border-bottom:none;
}
.productviewblockbg .pathblock
{
	width:95%;
	max-width:1800px;
}
.productviewblockbg .productviewblock1
{
	width:95%;
	max-width:1800px;
}
.productviewblockbg .productviewblock1 .proshowfir
{
	width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    margin:auto;
	position:relative;
}
.productviewblockbg .productviewblock1 .proshowfir .left
{
	width:68%;
    height:auto;
    box-sizing:border-box;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	background:#fff;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr .picarrlist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr .picarrlist .outpic
{
	width:100%;
	padding-bottom:40%;
	position:relative;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr .picarrlist .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr .picarrlist .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr .swiperpages
{
	position:absolute;
	z-index:100;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr .swiperpages .swiper-pagination-bullet-active
{
	background:#1b4580;
}
.productviewblockbg .productviewblock1 .proshowfir .left .protit
{
	width:100%;
	background:#fff;
	box-sizing: border-box;
	margin-bottom:30px;
	text-align:center;
	color:#1b4580;
	font-size:20px;
	line-height:25px;
	padding:20px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr1
{
	width:100%;
	overflow:hidden;
	background:#fff;
	position:relative;
	box-shadow:1px 1px 4px #ccc;	
	box-sizing:border-box;
	padding:20px 30px;
	margin-bottom:30px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr1 .arr
{
	width:30px;
	height:100%;
	position:absolute;
	top:0px;
	cursor:pointer;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr1 .arr.leftbtn-prev
{
	left:0px;
	background:url('../images/leftarr_ca.png') no-repeat center center;
	background-size:60%;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr1 .arr.rightbtn-next
{
	right:0px;
	background:url('../images/rightarr_ca.png') no-repeat center center;
	background-size:60%;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr1 .picarrlist1 .outpic
{
	width:100%;
	padding-bottom:50%;
	position:relative;
	background:#fff;
	cursor:pointer;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr1 .picarrlist1 .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr1 .picarrlist1 .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:30px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid
{
	width:32%;
	background:#fff;
	border-radius:5px;
	display:flex;
	flex-wrap:wrap;
	box-shadow:-1px 0px 4px #ccc;
	box-sizing:border-box;
	justify-content:space-between;
	align-items:center;
	padding:15px;
	transition:500ms;
	cursor:pointer;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid:hover
{
	background:#1b4580;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid.hover
{
	background:#1b4580;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid .pic
{
	width:40px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid .pic .image
{
	width:100%;
	height:auto;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid:hover .pic .image1
{
	display:none;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid.hover .pic .image1
{
	display:none;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid .pic .image2
{
	display:none;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid:hover .pic .image2
{
	display:block;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid.hover .pic .image2
{
	display:block;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid .text
{
	width:calc(100% - 50px);
	font-size:16px;
	color:#1b4580;
	line-height:1;
	transition:500ms;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid:hover .text
{
	color:#fff;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid.hover .text
{
	color:#fff;
}
.productviewblockbg .productviewblock1 .proshowfir .left .procont
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productviewblockbg .productviewblock1 .proshowfir .left .procont .grid
{
	width:100%;
	height:auto;
	display:none;
}
.productviewblockbg .productviewblock1 .proshowfir .left .procont .grid.hover
{
	display:block;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .bigtit
{
	width:100%;
	background:#1b4580;
	color:#fff;
	font-size:30px;
	text-align:center;
	line-height:1;
	padding-top:20px;
	padding-bottom:20px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist
{
	width:100%;
	height:auto;
	padding:30px;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid
{
	background:#1b4580;
	border-radius:10px;
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
	overflow:hidden;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid:nth-child(3n)
{
	margin-right:0px;

}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid .link
{
	display:block;
	width:calc(100% - 2px);
	margin:1px auto;
	border-radius:8px;
	height:auto;
	overflow:hidden;
	overflow:hidden;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid .link .outpic
{
	background:#fff;
	width:100%;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid .link .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
	transition:500ms;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid .link .ptitle
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:25px;
	color:#fff;
	box-sizing:border-box;
	padding:10px;
	text-align:center;
}
.productviewblockbg .productviewblock1 .proshowfir .right
{
    width:30%;
    height:auto;
    overflow-y:auto;
	overflow-x:hidden;
    background:#fff;
    box-sizing:border-box;
    position:sticky;
    top:90px;
	max-height:calc(100vh - 90px);
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:30px;
	box-sizing:border-box;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .powertit
{
	width:100%;
	box-sizing: border-box;
	color:#1b4580;
	font-size:20px;
	line-height:25px;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .power
{
	width:100%;
	box-sizing: border-box;
	color:#1b4580;
	font-size:20px;
	line-height:25px;
	margin-bottom:20px;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .des
{
	margin-bottom:30px;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .mailto
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .mailto .link
{
	display:flex;
	border-radius:5px;
	background:#1b4580;
	box-sizing:border-box;
	padding:10px 20px;
	align-items:center;
	justify-content:center;
	transition:500ms;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .mailto .link:hover
{
	background:#306396;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .mailto .link .pic
{
	margin-right:10px;
	width:30px;
	height:auto;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .mailto .link .pic .image
{
	width:100%;
	height:auto;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .mailto .link .wz
{
	font-size:16px;
	line-height:1;
	color:#fff;
}
.productviewblockbg .productviewblock1 .proshowfir .minfoproduct
{
	display:none;
}
/**产品详情 end**/
/**案例列表**/
.caselistbg1 .caselistblock1
{
	max-width:1400px;
}
.caselistbg1 .caselistblock1 .casesummary
{
	margin-bottom:30px;
}
.caselistbg1 .caselistblock1 .casesummary .insidecontent 
{
	color:#1b4580;
}
.caselistbg1 .caselistblock1 .casesummary .insidecontent p
{
	color:#1b4580;
}
.caselist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
}
.caselist .grid:nth-child(3n)
{
	margin-right:0px;
}
.caselist .grid .link
{
	display:block;
	width:100%;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
.caselist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:136%;
	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 .wenzimore
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	background:rgba(0,0,0,0.6);
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	align-content:flex-end;
	box-sizing:border-box;
	padding:30px;
	transition:500ms;
}
.caselist .grid .link:hover .wenzimore
{
	background:rgba(0,0,0,0);
}
.caselist .grid .link .wenzimore .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:25px;
	text-align:center;
	line-height:25px;
	color:#fff;
}
.caselist .grid .link .wenzimore .btn
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.caselist .grid .link .wenzimore .btn .btn1
{
	background:#fff;
	font-size:16px;
	color:#1b4580;
	line-height:1;
	margin-top:30px;
	margin-bottom:30px;
	padding:10px 30px;
	border-radius:5px;
}
.caselistbg2
{
	background:url('../images/case/casecontact.jpg') no-repeat center center;
	background-size:cover !important;
	padding-top:150px;
	padding-bottom:150px;
}
.caselistbg2 .tit1
{
	font-size:18px;
	line-height:25px;
	color:#fff;
	margin-bottom:20px;
}
.caselistbg2 .tit2
{
	font-size:40px;
	line-height:50px;
	color:#fff;
	margin-bottom:20px;
	font-weight:600;
}
.caselistbg2 .tit2 p
{
	font-size:40px;
	line-height:50px;
	color:#fff;
	font-weight:600;
}
.caselistbg2 .linkblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.caselistbg2 .linkblock .link
{
	display:block;
	font-size:16px;
	line-height:1;
	background:#fff;
	color:#1b4580;
	padding:10px 30px;
	border-radius:5px;
	transition:500ms;
}
.caselistbg2 .linkblock .link:hover
{
	background:#1b4580;
	color:#fff;
}
/**案例列表 end**/
/**案例展示**/
.caseShowBlock .casebigtit
{
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.caseShowBlock .picarr
{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
}
.caseShowBlock .picarr .proview_big_picarr
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.caseShowBlock .picarr .bpic
{
	width:900px;
	margin:auto;
	position:relative;
}

.caseShowBlock .picarr .bpic .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.caseShowBlock .picarr .bpic .leftbtn-prev
{
	left:-80px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseShowBlock .picarr .bpic .rightbtn-next
{
	right:-80px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseShowBlock .picarr .proview_big_picarr .outpic
{
	margin:auto;
	width:100%;
	height:600px;
	overflow:hidden;
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic
{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
	display:block;
}
.caseShowBlock .picarr .smallblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
	max-width:1200px;
	position:relative;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr
{
	width:calc(100% - 100px);
	margin:auto;
	overflow:hidden;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:75%;
	position:relative;
	opacity:0.8;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .swiper-slide-thumb-active .pic
{
	opacity:1;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	align-content:center;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic .image img
{
	max-width:100%;
	max-height:100%;
	display:block;
	cursor:pointer;
}
.caseShowBlock .picarr .smallblock .btn
{
	width:50px;
	height:100%;
	position:absolute;
	top:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.caseShowBlock .picarr .smallblock .button-next
{
	right:0px;
}
.caseShowBlock .picarr .smallblock .button-prev
{
	left:0px;
}
.caseShowBlock .picarr .smallblock .btn img
{
	display:block;
	max-width:50%;
}
.caseShowBlock .caseconent
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.caseShowBlock .caseconent .bigtit
{
	width:100%;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
	font-size:0px;
}
.caseShowBlock .caseconent .bigtit span
{
	display:inline-block;
	font-size:16px;
	line-height:25px;
	padding:10px 0px;
}
/**案例展示 end**/
/**联系我们**/
.contactblock1 .bigtit1
{
	font-size:36px;
	color:#1b4580;
	line-height:1;
	margin-bottom:20px;
	font-weight:600;
}
.contactblock1 .summary
{
	width:60%;
	height:auto;
	color:#1b4580;
}
.contactblock1 .summary p
{
	color:#1b4580;
}
.contactbg2
{
	background:#1b4580;
}
.contactlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.contactlist .grid
{
	width:22%;
	height:auto;
	margin-right:4%;
}
.contactlist .grid:nth-child(4n)
{
	margin-right:0px;
}
.contactlist .grid .pic
{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.contactlist .grid .pic .image
{
	max-width:100%;
	margin:auto;
}
.contactlist .grid .tit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:20px;
	text-align:center;
	color:#fff;
	line-height:25px;
	margin-bottom:10px;
}
.contactlist .grid .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	text-align:center;
	line-height:25px;
	color:#fff;
}
.contactlist .grid .des p
{
	font-size:15px;
	text-align:center;
	line-height:25px;
	color:#fff;
}
.contactbg3
{
	background:url('../images/contact/msgbg.jpg') no-repeat center center;
	background-size:cover;
}
.contactbg3 .msg
{
	max-width:1400px;
	margin:auto;
}
.contactbg3 .msg .btit1
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:25px;
	margin-bottom:20px;
}
.contactbg3 .msg .btit2
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:35px;
	font-weight:600;
	color:#fff;
	line-height:40px;
	margin-bottom:20px;
}
.contactbg3 .msg .btit3
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:25px;
	margin-bottom:20px;
}
.contactbg3 .msg .text
{
	font-size:16px;
	color:#fff;
	line-height:25px;
	margin-bottom:5px;
}
.contactbg3 .msg .inputb
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactbg3 .msg .inputb .input
{
	background:none;
	border:none;
	outline:none;
	border-bottom:1px solid #fff;
	font-size:16px;
	color:#fff;
	width:100%;
}
.contactbg3 .msg .first
{
	display:flex;
	flex-wrap:wrap;
}
.contactbg3 .msg .first .mgrid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.contactbg3 .msg .first .mgrid:nth-child(2n)
{
	margin-right:0px;
}
.contactbg3 .msg .second
{
	margin-bottom:20px;
}
.contactbg3 .msg .second .inputb .textarea
{
	background:none;
	border:none;
	outline:none;
	border-bottom:1px solid #fff;
	font-size:16px;
	color:#fff;
	width:100%;
	height:100px;
}
.contactbg3 .msg .submit
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.contactbg3 .msg .submit .wz
{
	display:block;
	font-size:16px;
	line-height:1;
	background:#fff;
	color:#1b4580;
	padding:10px 30px;
	border-radius:5px;
	transition:500ms;
}
.contactbg3 .msg .submit .wz:hover
{
	background:#1b4580;
	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**/
/**分页**/
.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:#1b4580;
	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:#1b4580;
	padding:0px 30px;
	display:none;
	z-index:100;
}
.rightnav .sgrid .link:hover .extitle
{
	display:block;
	color:#fff;
}
.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**/