/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"微软雅黑";
	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**/
/**网站头部**/
.pc_headheight
{
	width:100%;
	height:80px;
}
.pc_head_fix
{
	width:100%;
	height:80px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	background:#fff;
	box-shadow: 0px 3px 3px #ddd;
}
.pc_head_bg
{
	width:100%;
	height:100%;
	position:relative;
}
.pc_head_bg .pc_head
{
	width:1180px;
	height:100%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.pc_head_bg .pc_head .logo
{
	width:150px;
	height:auto;
	overflow:hidden;
}
.pc_head_bg .pc_head .logo a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.pc_head_bg .pc_head .logo a img
{
	width:100%;
	height:auto;
}
.pc_head_bg .pc_head .head_nav
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
}
.pc_head_bg .pc_head .head_nav .grid
{
	display:inline-block;
	height:100%;
	margin-left:45px;
	margin-right:45px;
	position:relative;
}
.pc_head_bg .pc_head .head_nav .grid a.firstlink
{
	 display:block;
	 font-size:14px;
	 color:#3d3d3d;
	 height:100%;
	 line-height:85px;
	 transition:1s;
	 border-bottom:3px solid #fff;
	 box-sizing: border-box;

}
.pc_head_bg .pc_head .head_nav .grid:hover a.firstlink
{
	color:#f08519;
	border-bottom:3px solid #f08519;
}
.pc_head_bg .pc_head .head_nav .firsthover a.firstlink
{
	color:#f08519;
	border-bottom:3px solid #f08519;
}
.pc_head_bg .pc_head .head_nav .grid .subnavbg
{
	position: absolute;
	left:50%;
	transform: translate(-50%);
	z-index:100;
	background:rgba(255,255,255);
	top:80px;
	width:200px;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	border:1px solid #ddd;
	display:none;
}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record
{
	overflow:hidden;
}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record a.secondlink
{
	font-size:14px;
	line-height:15px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
	transition:1s;
	color:#333;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record:last-child a.secondlink
{
	border-bottom:none;
}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record:hover a.secondlink
{
	color:#f08519;
}
.pc_head_bg .pc_head .lan
{
	height:100%;
	line-height:85px;
	font-size:14px;
	color:#333;
}
.pc_head_bg .pc_head .lan a
{
	color:#333;
	transition:1s;
}
.pc_head_bg .pc_head .lan a:hover
{
	color:#f08519;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#006db8;
	position:relative;
}
.footbg::before
{
	content:'';
	position:absolute;
	left:0px;
	width:100%;
	height:120px;
	top:-120px;
	z-index:10;
	background:url('../images/foottopbg.png') no-repeat center center;
	background-size:100% 100%;
}
.footbg .footfir
{
	width:930px;
	margin:auto;
	overflow:hidden;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	align-items: stretch;
	justify-content:space-between;
	padding-top:85px;
	
}
.footbg .footfir .footnav
{
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	box-sizing:border-box;
	padding-top:20px;
	padding-bottom:5px;
}
.footbg .footfir .footnav .arrange
{
	height:auto;
	overflow:hidden;
	padding-right:120px;
	max-width:300px;
}
.footbg .footfir .footnav .arrange:last-child
{
	padding-right:0px;
}
.footbg .footfir .footnav .arrange .topcate
{
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:20px;
	color:#fff;
	margin-bottom:20px;
	font-weight:bold;
}
.footbg .footfir .footnav .arrange .topcate a
{
	color:#fff;
}
.footbg .footfir .footnav .arrange .list
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footbg .footfir .footnav .arrange .list .grid
{
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:20px;
	color:#fff;
	margin-bottom:15px;
}
.footbg .footfir .footnav .arrange .list .grid a
{
	color:#fff;
	transition:1s;
}
.footbg .footfir .footnav .arrange .list .grid:hover a
{
	color:#f08519;
}
.footbg .footfir .footfirstline
{
	width:1px;
	background:#fff;
	overflow:hidden;
}
.footbg .footfir .twocode
{
	width:135px;
	height:auto;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:5px;
}
.footbg .footfir .twocode .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footbg .footfir .twocode .pic img
{
	width:100%;
	height:auto;
}
.footbg .footfir .twocode .text
{
	font-size:18px;
	width:100%;
	height:auto;
	overflow:hidden;
	color:#fff;
	text-align:center;
	margin-top:15px;
}
.footbg .footsec
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	line-height:25px;
	padding-top:40px;
	padding-bottom:40px;
	color:#fff;
	display:flex;
	justify-content:center;
}
.footbg .footsec p
{
	color:#fff;
	margin-left:5px;
	margin-right:5px;
}
.footbg .footsec a
{
	color:#fff;
	transition:1s;
}
.footbg .footsec a:hover
{
	color:#f08519;
}
.foottopheight
{
	width:100%;
	height:120px;
	overflow:hidden;
}
/**网站底部 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.banner .bannerarr
{
	width:50px;
	height:75px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	transition:1s;
}
.banner:hover .bannerarr
{
	opacity:1;
}
.banner .leftbtn-prev
{
	background:url('../images/index/bannerleftarr.png') no-repeat center center;
	background-color:rgba(255,255,255,0.5);
	left:0px;
}
.banner .rightbtn-next
{
	background:url('../images/index/bannerrightarr.png') no-repeat center center;
	background-color:rgba(255,255,255,0.5);
	right:0px;
}
.banner a
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
}
.banner a img
{
	width:100%;
	height:auto;
}
/**网站banner end**/
/**网站首页**/
.index_blockbg
{
	width:100%;
	height:auto;
}
/**网站首页模块1-初心与梦想**/
.index_blockbg1
{
	overflow:hidden;
	padding-top:70px;
	padding-bottom:70px;
	background:url('../images/index/block1_bg.jpg') no-repeat center center;
	background-size:cover !important;
	background-attachment:fixed;
}
.index_block1
{
	width:1180px;
	margin:auto;
	overflow:hidden;
}
.index_block1 .blockbigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	color:#fff;
	margin-bottom:50px;
}
.index_block1 .dreamlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	justify-content: space-between;
}
.index_block1 .dreamlist .grid
{
	width:200px;
	height:auto;
	overflow:hidden;
	background:rgba(255,255,255,0.08);
	border-radius:5px;
	box-sizing: border-box;
	padding:25px;
}
.index_block1 .dreamlist .gridodd
{
	margin-bottom:75px;
}
.index_block1 .dreamlist .grideven
{
	margin-top:75px;
}
.index_block1 .dreamlist .grid .tit
{
	font-size:25px;
	line-height:28px;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
}
.index_block1 .dreamlist .grid .des
{
	font-size:12px;
	line-height:25px;
	color:#fff;
	overflow:hidden;
	text-align:justify;
	height:auto;
	min-height:160px;
}
.index_block1 .dreamlist .grid .timebg
{
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
	justify-content: flex-end;
	margin-top:10px;

}
.index_block1 .dreamlist .grid .timebg .time
{
	border-top:3px solid #fff;
	font-size:12px;
	line-height:25px;
	color:#fff;
}
.index_block1 .dreamlist .arr
{
	font-weight:bold;
	font-size:33px;
	line-height:35px;
	color:#fff;
	display:flex;
	align-items: center;
	justify-content: center;

}
.index_block1 .abouttext
{
	width:1000px;
	height:auto;
	overflow:hidden;
	font-size:14px;
	color:#fff;
	line-height:40px;
	text-indent:28px;
	margin:auto;
	text-align:justify;
	margin-top:40px;
}
/**网站首页模块1-初心与梦想 end**/
/**网站首页模块2-产品分类**/
.index_blockbg2
{
	overflow:hidden;
	padding-top:220px;
	padding-bottom:40px;
	background:url('../images/index/block2_bg.jpg') no-repeat center center;
	background-size:cover !important;
	background-attachment:fixed;
}
.index_block2
{
	width:1180px;
	margin:auto;
	overflow:hidden;
}
.index_block2 .indexprocate
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	box-sizing: border-box;
	padding-left:90px;
	padding-right:90px;
}
.index_block2 .indexprocate .arrbtn
{
	position:absolute;
	z-index:100;
	width:90px;
	height:100%;
	top:0px;
	overflow:hidden;
	cursor: pointer;
}
.index_block2 .indexprocate .nextbtn
{
	background:url('../images/index/prorightarr.png') no-repeat right center;
	right:0px;
}
.index_block2 .indexprocate .prevbtn
{
	background:url('../images/index/proleftarr.png') no-repeat left center;
	left:0px;
}
.index_block2 .indexprocate .swiper-slide a
{
	display:block;
	width:100%;
	height:auto;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:30px;
} 
.index_block2 .indexprocate .swiper-slide a .pic
{
	width:200px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.index_block2 .indexprocate .swiper-slide a .pic img
{
	width:100%;
	height:auto;
	transition:1s;
}
.index_block2 .indexprocate .swiper-slide a:hover .pic img
{
	transform: scale(1.1);
}
.index_block2 .indexprocate .swiper-slide a .line
{
	  width:35px;
	  height:3px;
	  background:#f08519;
	  margin:auto;
	  overflow:hidden;
	  margin-top:20px;
}
.index_block2 .indexprocate .swiper-slide a .tit
{
	font-size:14px;
	color:#3d3d3d;
	line-height:20px;
	text-overflow: ellipsis;
	overflow:hidden;
	text-align:center;
	white-space: nowrap;
	transition:1s;
	margin-top:8px;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}
.index_block2 .indexprocate .swiper-slide a:hover .tit
{
	color:#f08519;
}
/**网站首页模块2-产品分类 end**/
/**网站首页模块3-发展**/
.index_blockbg3
{
	overflow:hidden;
	padding-top:130px;
	padding-bottom:130px;
	background:url('../images/index/block3_bg.jpg') no-repeat center center;
	background-size:cover !important;
	background-attachment:fixed;
}
.index_block3
{
	width:1180px;
	margin:auto;
	overflow:hidden;
}
.index_block3 .blockbigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	font-weight:bold;
}
.index_block3 .blockline
{
	width:65px;
	height:5px;
	background:#f08519;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
}
.index_block3 .blockcontent
{
	width:1060px;
	margin:auto;
	height:auto;
	overflow:hidden;
	font-size:16px;
	text-indent:32px;
	line-height:40px;
	margin-top:100px;
	margin-bottom:90px;
}
.index_block3 .numberlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.index_block3 .numberlist .grid
{
	margin-left:65px;
	margin-right:65px;
}
.index_block3 .numberlist .grid .number
{
	width:100%;
	text-align:center;
}
.index_block3 .numberlist .grid .number .counter
{
	font-size:48px;
	line-height:50px;
	font-weight:bold;
	color:#f08519;
	overflow:hidden;
}
.index_block3 .numberlist .grid .number .unit
{
	font-size:45px;
	line-height:50px;
	font-weight:bold;
	color:#f08519;
	overflow:hidden;
}
.index_block3 .numberlist .grid .des
{
	font-size:16px;
	line-height:20px;
	overflow:hidden;
	text-align:center;
	margin-top:5px;
}
/**网站首页模块3-发展 end**/
/**网站首页模块4-新闻**/
.index_blockbg4
{
	overflow:hidden;
	padding-top:130px;
	padding-bottom:250px;
	background:url('../images/index/block4_bg.jpg') no-repeat center center;
	background-size:cover !important;
	background-attachment:fixed;
}
.index_block4
{
	width:1180px;
	margin:auto;
	overflow:hidden;
}
.index_block4 .blocktit
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_block4 .blocktit .tit
{
	font-size:18px;
	height:auto;
	overflow:hidden;
	color:#3d3d3d;
	line-height:20px;
	float:left;
}
.index_block4 .blocktit .more
{
	float:right;
	font-size:12px;
	line-height:20px;
	overflow:hidden;
}
.index_block4 .blocktit .more a
{
	color:#3d3d3d;
	transition:1s;
}
.index_block4 .blocktit .more a:hover
{
	color:#f08519;
}
.index_block4 .indnewslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:25px;
	justify-content: space-between;
	align-items: stretch;
}
.index_block4 .indnewslist .leftnews
{
	width:758px;
	background:#fff;
	overflow:hidden;
}
.index_block4 .indnewslist .leftnews a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_block4 .indnewslist .leftnews a .pic
{
	width:100%;
	height:420px;
	overflow:hidden;
}
.index_block4 .indnewslist .leftnews a .pic img
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.index_block4 .indnewslist .leftnews a:hover .pic img
{
	transform: scale(1.1);
}
.index_block4 .indnewslist .leftnews a .text
{
	padding:50px;
	box-sizing: border-box;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.index_block4 .indnewslist .leftnews a .text .time
{
	width:60px;
	height:auto;
	overflow:hidden;
}
.index_block4 .indnewslist .leftnews a .text .time .date
{
	font-size:36px;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#f08519;
	line-height:38px;
}
.index_block4 .indnewslist .leftnews a .text .time .month
{
	font-size:12px;
	text-align:center;
	line-height:14px;
	color:#f08519;
	text-align:center;
}
.index_block4 .indnewslist .leftnews a .text .tit
{
	width:calc(100% - 90px);
	height:auto;
	overflow:hidden;
	line-height:52px;
	font-size:14px;
	color:#3d3d3d;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:1s;
}
.index_block4 .indnewslist .leftnews a:hover .text .tit
{
	color:#f08519;
}
.index_block4 .indnewslist .rightlist
{
	width:360px;
	height:auto;
	overflow:hidden;
	background:#fff;
	box-sizing: border-box;
	padding:30px;
}
.index_block4 .indnewslist .rightlist .list
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_block4 .indnewslist .rightlist .list .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
}
.index_block4 .indnewslist .rightlist .list .grid:last-child
{
	margin-bottom:0px;
}
.index_block4 .indnewslist .rightlist .list .grid a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_block4 .indnewslist .rightlist .list .grid a .time
{
	font-size:16px;
	height:auto;
	overflow:hidden;
	line-height:20px;
	color:#f08519;
}
.index_block4 .indnewslist .rightlist .list .grid a .tit
{
	height:50px;
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
	font-size:14px;
	line-height:25px;
	color:#3d3d3d;
	margin-top:10px;
	margin-bottom:10px;
	transition:1s;
}
.index_block4 .indnewslist .rightlist .list .grid:hover a .tit
{
	color:#f08519;
}
.index_block4 .indnewslist .rightlist .list .grid a .line
{
	width:100%;
	height:1px;
	overflow:hidden;
	background:#3d3d3d;
	transition:1s;	
}
.index_block4 .indnewslist .rightlist .list .grid:hover a .line
{
	width:20%;
	background:#f08519;
}

/**网站首页模块4-新闻 end**/
/**网站首页模块5-关于我们+**/
.indexaboutblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
.indexaboutblock .textleft
{
	width:40%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.indexaboutblock .textleft .text
{
	width:80%;
	height:auto;
	overflow:hidden;
}
.indexaboutblock .textleft .text .coname
{
	font-size:22px;
	font-weight:bold;
	color:#006db8;
	line-height:24px;
	overflow:hidden;
}
.indexaboutblock .textleft .text .des
{
	font-size:16px;
	line-height:28px;
	overflow:hidden;
	margin-top:30px;
}
.indexaboutblock .pic
{
	width:60%;
	height:auto;
}
.indexaboutblock .pic img
{
	width:100%;
	height:auto;
}
/**网站首页模块5-关于我们+ end**/
/**网站首页 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**/
/**内页内容区**/
.insideblock
{
	width:1180px;
	height:auto;
	margin:auto;
}
.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:18px;
	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;
	padding-right:15px;
	box-sizing:border-box;
}
.prevnext .grid:nth-child(2n)
{
	text-align:right;
}
.prevnext .grid a
{
	color:#666;
	transition:1s;
}
.prevnext .grid a:hover
{
	color:#f08519;
}
/**上一篇下一篇 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**/
.aboutblockbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:110px;
	padding-bottom:110px;
}
.aboutblock
{
	width:1180px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.aboutblock .aboutbigtit
{
	font-size:36px;
	height:auto;
	overflow:hidden;
	line-height:40px;
	text-align:center;
	font-weight:bold;
}
.aboutblock .aboutline
{
	 width:65px;
	 height:5px;
	 margin:auto;
	 overflow:hidden;
	 background:#f08519;
	 margin-top:20px;
}
.aboutblock .aboutdes
{
	font-size:16px;
	text-indent:32px;
	line-height:40px;
	overflow:hidden;
	width:1065px;
	margin:auto;
	margin-top:100px;
	text-align:justify;
}
/**关于我们模块1-企业概况**/
.aboutblockbg1
{
	background:#fbfbfb;
}
.aboutblock1
{
	width:1065px;
}
.aboutblock1 .insidecontent
{
	margin-top:70px;
}
.aboutblock1 .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:70px;
}
.aboutblock1 .pic img
{
	width:100%;
	height:auto;
}
.aboutblock1  .pictit
{
	font-size:12px;
	line-height:15px;
	text-align:center;
	margin-top:20px;
}
/**关于我们模块1-企业概况 end**/
/**关于我们模块2-企业荣誉**/
.aboutblock2 .honorlist
{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	margin-top:50px;
}
/* .aboutblock2 .honorlist .swiper-button-prev
{
	opacity:0;
	transition:1s;
}
.aboutblock2 .honorlist:hover .swiper-button-prev
{
	opacity:1;
}
.aboutblock2 .honorlist .swiper-button-next
{
	opacity:0;
	transition:1s;
}
.aboutblock2 .honorlist:hover .swiper-button-next
{
	opacity:1;
} */
/* .aboutblock2 .honorlist .swiper-slide
{
	width:532px;

} */
.aboutblock2 .honorlist a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutblock2 .honorlist a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	/* border-radius:10px; */
	box-sizing: border-box;
	/* border:1px solid #006db8; */
	transition:1s;
	padding:10px;
	border:1px solid #ddd;
	border-radius: 5px;
	transition:1s;
	
}
.aboutblock2 .honorlist a:hover .pic
{
	border:1px solid #f08519;
}
/* .aboutblock2 .honorlist a:hover .pic
{
	border:1px solid #f08519;
} */
.aboutblock2 .honorlist a .pic img
{
	width:100%;
	height:auto;
}
.aboutblock2 .rongyupic
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:50px;
}
.aboutblock2 .rongyupic img
{
	width:100%;
	height:auto;
}
/**关于我们模块2-企业荣誉 end**/
/**关于我们模块3-核心优势**/
.aboutblockbg3
{
	background:#fbfbfb;
}
.aboutblock3 .corelist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:90px;
}
.aboutblock3 .corelist .grid
{
	width:25%;
	height:auto;
	box-sizing:border-box;
	overflow:hidden;
	border-right:1px solid #adadad;
	padding:20px;
}
.aboutblock3 .corelist .grid:last-child
{
	border-right:none;
}
.aboutblock3 .corelist .grid .des
{
	width:100%;
	height:180px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-content: center;
	font-size:14px;
	line-height:36px;
}
.aboutblock3 .corelist .grid .des p
{
	width:100%;
	height:auto;
	font-size:14px;
	line-height:36px;
	overflow:hidden;
	text-align:center;
}
.aboutblock3 .corelist .grid .titbox
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin-top:40px;
}
.aboutblock3 .corelist .grid .titbox .bigtit
{
	font-size:40px;
	line-height:42px;
	color:#006db8;
	border-bottom:1px solid #f08519;
	padding-bottom:15px;
}
/**关于我们模块3-核心优势 end**/
/**关于我们模块4-发展规划**/
.aboutblockbg4
{
	background:url('../images/about/guihuabg.jpg') no-repeat center center;
	background-size:cover !important;
	background-attachment: fixed;
}
.aboutblockbg4 .developbigtit
{
	font-size:36px;
	color:#fff;
	line-height:40px;
	font-weight:bold;
	overflow:hidden;
}
.aboutblockbg4 .developlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:60px;
}
.aboutblockbg4 .developlist .grid
{
	width:calc(25% - 20px);
	height:auto;
	overflow:hidden;
	margin-left:10px;
	margin-right:10px;
	
}
.aboutblockbg4 .developlist .grid .text
{
	border:1px solid #fff;
	box-sizing: border-box;
	padding:20px;
	border-radius:5px;
}
.aboutblockbg4 .developlist .grid .text .tit
{
	color:#fff;
	display:flex;
	align-items: flex-end;
	overflow:hidden;
	height:72px;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:10px;
}
.aboutblockbg4 .developlist .grid .text .tit p
{
	height:auto;
	font-size:24px;
	color:#fff;
	line-height:36px;
	overflow:hidden;
	text-align:center;
	width:100%;
	font-weight:bold;
}
.aboutblockbg4 .developlist .grid .text .heng
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
}
.aboutblockbg4 .developlist .grid .text .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:36px;
	min-height:180px;
}
.aboutblockbg4 .developlist .grid .text .des p
{
	color:#fff;
	text-align:center;
}
.aboutblockbg4 .developlist .grid .text .sanshu
{
	margin-top:10px;
	text-align:center;
	color:#fff;
	font-size:12px;
}
.aboutblockbg4 .developlist .grid .text .year
{
	font-size:18px;
	line-height:20px;
	color:#fff;
	text-align:center;
	margin-top:10px;
	font-weight:bold;
}
.aboutblockbg4 .developlist .grid .text .chengline
{
	width:80px;
	height:5px;
	background:#f08519;
	margin:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.aboutblockbg4 .developlist .grid .arr
{
	width:100%;
	height:140px;
	overflow:hidden;
}
.aboutblockbg4 .developlist .grid2 .arr
{
	background:url('../images/about/developdown.png') no-repeat center bottom;
}
.aboutblockbg4 .developlist .grid3 .arr
{
	background:url('../images/about/developup.png') no-repeat center top;
}
.aboutblockbg4 .developlist .grid4 .arr
{
	background:url('../images/about/developdown.png') no-repeat center bottom;
}
/**关于我们模块4-发展规划 end**/
/**关于我们模块5-性能**/
.aboutblockbg5
{
	background:#fbfbfb;
	padding-bottom:190px;
}
.aboutblock5 .perfor
{
	position:relative;
	overflow:hidden;
	height:680px;
	display:flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap:wrap;
}
.aboutblock5 .perfor .bigpic
{
	width:458px;
	height:auto;
	overflow:hidden;
}
.aboutblock5 .perfor .bigpic img
{
	width:100%;
	height:auto;
}
.aboutblock5 .perfor .grid
{
	position:absolute;
	width:340px;
	height:auto;
	overflow:hidden;
}
.aboutblock5 .perfor .grid .tit
{
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#006db8;
	width:320px;
	margin:auto;
}
.aboutblock5 .perfor .grid .des
{
	font-size:14px;
	line-height:36px;
	color:#3d3d3d;
	width:320px;
	margin:auto;
	margin-top:20px;
}
.aboutblock5 .perfor .grid .linebg
{
	width:100%;
	height:8px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	position:relative;
	margin-top:20px;
}
.aboutblock5 .perfor .grid .linebg .line
{
	width:100%;
	height:1px;
	background:#3d3d3d;
}
.aboutblock5 .perfor .grid .linebg .cir
{
	width:8px;
	height:8px;
	overflow:hidden;
	background:#f08519;
	position: absolute;
	border-radius:50%;
	top:0px;
	z-index:10;
}
.aboutblock5 .perfor .grid .linebg .cir:first-child
{
	left:0px;
}
.aboutblock5 .perfor .grid .linebg .cir:last-child
{
	right:0px;
}
.aboutblock5 .perfor .grid1
{
	top:10px;
	left:130px;
}
.aboutblock5 .perfor .grid2
{
	top:270px;
	left:0px;
}
.aboutblock5 .perfor .grid3
{
	top:120px;
	right:100px;
}
.aboutblock5 .perfor .grid4
{
	top:390px;
	right:0px;
}
/**关于我们模块5-性能 end**/
/**发展规划**/
.developblockbg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.developblock
{
	overflow:hidden;
}
.developblockbg1
{
	background:url('../images/technology/planblock_bg.jpg') no-repeat center center;
	height:855px;
}
.developblock1
{
	width:1180px;
	margin:auto;
	height:100%;
	
}
.developblock1 .targetlist
{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.developblock1 .targetlist .grid
{
	width:400px;
	height:auto;
	overflow:hidden;
	position:absolute;
	z-index:10;
}
.developblock1 .targetlist .grid1
{
	left:0px;
	top:380px;
}
.developblock1 .targetlist .grid2
{
	left:50%;
	transform: translate(-50%);
	top:220px;
}
.developblock1 .targetlist .grid3
{
	right:0px;
	top:70px;
}
.developblock1 .targetlist .grid .targetnumber
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	overflow:hidden;
	height:55px;
}
.developblock1 .targetlist .grid .targetnumber .num
{
	font-size:50px;
	line-height:52px;
	font-weight:bold;
	color:#006db8;
}
.developblock1 .targetlist .grid .targetnumber .unit
{
	font-size:25px;
	height:auto;
	color:#006db8;
	margin-left:10px;
	line-height:65px;
}
.developblock1 .targetlist .grid .des1
{
	font-size:25px;
	height:auto;
	color:#006db8;
	text-align:center;
}
.developblock1 .targetlist .grid .holine
{
	font-size:25px;
	height:auto;
	color:#006db8;
	text-align:center;
	line-height:20px;
}
.developblock1 .targetlist .grid .des2
{
	font-size:25px;
	height:auto;
	line-height:35px;
	text-align:center;
}
/**发展规划 end**/
/**技术服务**/
/**技术革新**/
.serviceblockbg1
{
	background:#fbfbfb;
}
.serviceblock1 .aboutdes
{
	text-align:center;
	margin-top:60px;
	text-indent: 0px;
}
.serviceblock1 .techlist
{
	width:1120px;
	margin:auto;
	overflow:hidden;
	margin-top:60px;
	
}
.serviceblock1 .techlist .row
{
	display:flex;
	width:100%;
	height:auto;
	overflow:hidden;
	background:#fff;
	padding:50px;
	padding-left:0px;
	box-sizing:border-box;
	flex-wrap:wrap;
	margin-bottom:25px;
	align-items: stretch;
	
}
.serviceblock1 .techlist .row:last-child
{
	margin-bottom:0px;
}
.serviceblock1 .techlist .row .num
{
	width:250px;
	height:auto;
	overflow:hidden;
	font-size:100px;
	color:#f08519;
	text-align: center;
	border-right:1px solid #f08519;
	box-sizing:border-box;
	font-style: italic;
	align-items:center;
}
.serviceblock1 .techlist .row .num p
{
	color:#f08519;
	line-height:100px;
	text-align: center;
}
.serviceblock1 .techlist .row .des
{
	width:calc(100% - 250px);
	height:auto;
	overflow:hidden;
	display:flex;
	align-items: center;
	padding-left:50px;
	box-sizing:border-box;
}
.serviceblock1 .techlist .row .des p
{
	font-size:16px;
	line-height:40px;
	overflow:hidden;
}
/**技术革新 end**/
/**研发实力**/
.serviceblockbg2
{
	background:url('../images/service/shilibg.jpg') no-repeat center center;
	background-size:cover !important;
	background-attachment: fixed;
	height:690px;
	box-sizing: border-box;
}
.serviceblock2
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
}
.serviceblock2 .aboutbigtit
{
	color:#fff;
	width:100%;
}
.serviceblock2 .service2cont
{
	width:910px;
	margin:auto;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:40px;
	text-align:center;
	margin-top:60px;
}
/**研发实力 end**/
/**效率**/
.serviceblockbg3
{
	background:#fbfbfb;
	padding-bottom:190px;
}
.serviceblock3 .efficiency
{
	width:1100px;
	margin:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.serviceblock3 .efficiency .grid
{
	width:340px;
	height:450px;
	overflow:hidden;
	margin-right:40px;
}
.serviceblock3 .efficiency .grid:last-child
{
	margin-right:0px;
}
.serviceblock3 .efficiency .grid .pic
{
	width:100%;
	height:100%;
	overflow:hidden;
}
.serviceblock3 .efficiency .grid .pic img
{
	width:100%;
	height:auto;
}
.serviceblock3 .efficiency .grid .text
{
	width:100%;
	height:100%;
	background:#006db8;
	box-sizing:border-box;
	padding:30px;
}
.serviceblock3 .efficiency .grid .text .bigtit
{
	font-size:24px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.serviceblock3 .efficiency .grid .text .des
{
	font-size:14px;
	line-height:30px;
	color:#fff;
	text-align:justify;
	overflow:hidden;
	margin-top:25px;
	height:290px;
}
.serviceblock3 .efficiency .grid .text .num
{
	font-size:36px;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-weight:bold;
}
/**效率 end**/
/**技术服务 end**/
/**产品展示**/
.productcaterightnav
{
	width:1130px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
}
.productcaterightnav .grid
{
	width:calc(33.33% - 20px);
	margin-right:30px;
	overflow:hidden;
}
.productcaterightnav .grid:last-child
{
	margin-right:0px;
}
.productcaterightnav .grid a
{
	display:block;
	background:#006db8;
	font-size:24px;
	line-height:50px;
	color:#fff;
	position:relative;
	box-sizing: border-box;
	padding-left:40px;
	transition:1s;
	text-overflow: ellipsis;
	white-space:nowrap;
	padding-right:10px;
	overflow:hidden;
}
.productcaterightnav .grid:hover a
{
	background:#f08519;
}
.productcaterightnav .grid a::after
{
	content:'';
	position:absolute;
	top:15px;
	left:20px;
	border-left:10px solid #fff;
	border-right:10px solid transparent;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	box-sizing: border-box;
}
.prolistblock
{
	width:1130px;
	margin:auto;
	overflow:hidden;
	margin:auto;
	padding-top:70px;
	padding-bottom:70px;
}
.prolistblock .prolist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.prolistblock .prolist .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}
.prolistblock .prolist .grid .catename
{
	font-size:30px;
	line-height:35px;
	font-weight:bold;
	color:#006db8;
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:1px solid #006db8;
}
.prolistblock .prolist .grid .catename a.catelink
{
	color:#006db8;
}
.prolistblock .prolist .grid a.pro
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
	align-items:flex-start;
}
.prolistblock .prolist .grid a.pro .pic
{
	width:260px;
	height:auto;
	overflow:hidden;
	border:1px solid #f08519;
	border-radius:5px;
	box-sizing: border-box;
}
.prolistblock .prolist .grid a.pro .pic img
{
	width:100%;
	height:auto;
	transition:1s;
}
.prolistblock .prolist .grid:hover a.pro .pic img
{
	transform:scale(1.1);
}
.prolistblock .prolist .grid a.pro .text
{
	width:calc(100% - 320px);
	height:auto;
	margin-left:60px;
}
.prolistblock .prolist .grid a.pro .text .title
{
	font-size:24px;
	line-height:30px;
	border-bottom:1px solid #3d3d3d;
	padding-bottom:5px;
	padding-top:5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	transition:1s;
}
.prolistblock .prolist .grid:hover a.pro .text .title
{
	color:#006db8;
}
.prolistblock .prolist .grid a.pro .text .des
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	margin-top:30px;
	transition:1s;
}
.prolistblock .prolist .grid:hover a.pro .text .des
{
	color:#006db8;
}
.prolistblock .prolist .grid a.pro .text .des p
{
	font-size:16px;
	line-height:25px;
	transition:1s;
}
.prolistblock .prolist .grid:hover a.pro .text .des p
{
	color:#006db8;
}
.fbhui
{
	background:#fbfbfb;	
}
/**产品展示 end**/
/**产品详情**/
.productviewblock
{
	width:1180px;
	height:auto;
	overflow:hidden;
	padding-top:70px;
	padding-bottom:70px;
	margin:auto;
}
.proview
{
    width:100%;
    overflow:hidden;
}
.proview .picarr
{
    width:40%;
    float:left;
}
.proview .picarr .proview_big_picarr
{
	position:relative;
    margin-bottom:15px;
}
.proview .picarr .proview_big_picarr .swiper-slide .pic
{
    width:100%;
    height:auto;
    border:1px solid #eee;
    box-sizing: border-box;
}
.proview .picarr .proview_big_picarr .swiper-slide .pic img
{
    width:100%;
    height:auto;
}
.proview_big_picarr  .s_page
{
	width:100%;
	position:absolute;
	bottom:10px;
	left:0px;
	text-align:center;
	z-index:100;
}
.proview_big_picarr  .s_page .swiper-pagination-bullet
{
	cursor:pointer;
}
.proview .picarr .proview_little_picarr
{
    padding-left:30px;
    padding-right:30px;
    box-sizing: border-box;
}
.proview .picarr .proview_little_picarr .pic
{
    box-sizing: border-box;
    border:1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.proview .picarr .proview_little_picarr .pic img
{
    max-width:100%;
    max-height:100%;
}
.proview .picarr .proview_little_picarr .button-next
{
    width:25px;
    background:#ccc;
    height:100%;
    display:block;
    position:absolute;
    top:0px;
    right:0px;
    z-index:10;
    font-size:20px;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    cursor: pointer;
}
.proview .picarr .proview_little_picarr .button-prev
{
    width:25px;
    background:#ccc;
    height:100%;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    font-size:20px;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    cursor: pointer;
}

.proview .picarr .proview_little_picarr .swiper-slide {
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}
.proview .picarr .proview_little_picarr .swiper-slide-thumb-active {
    opacity: 1;
}
.proview .productviewright
{
    width:57%;
    height:auto;
    overflow:hidden;
    float:right;
}
.proview .productviewright .productbigtit
{
	width:100%;
    height:auto;
    font-size:20px;
    overflow:hidden;
    font-weight: bold;
    line-height:25px;
    margin-bottom:25px;
	margin-top:10px;
}
.proview .productviewright .rightbigtit
{
    width:100%;
    height:auto;
    font-size:0px;
    overflow:hidden;
    margin-bottom:30px;
	border-bottom:1px solid #eee;
}
.proview .productviewright .rightbigtit span
{
	display:inline-block;
	font-size:16px;
	line-height:25px;
	color:#fff;
	background:#006db8;
	padding:5px 15px;
}
.proview .productviewright .insidecontent
{
	margin-bottom:30px;
}
.proview .productvideo
{
    margin-bottom:15px;
}
.proview .productvideo .vidoemp4
{
    display:block !important;
    margin:auto;
    max-width:100%;
    background:#eee;
    max-height:500px;
}
/**产品详情 end**/
/**新闻列表**/
.newsblock1 .newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
}
.newsblock1 .newslist .grid
{
	width:calc(50% - 15px);
	height:auto;
	margin-bottom:30px;
	margin-right:30px;
}
.newsblock1 .newslist .grid:nth-child(2n)
{
	margin-right:0px;
}
.newsblock1 .newslist .grid a
{
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
}
.newsblock1 .newslist .grid a .pic
{
	width:200px;
	height:110px;
	overflow:hidden;
}
.newsblock1 .newslist .grid a .pic img
{
	width:100%;
	height:100%;
	object-fit: cover;
	transition:1s;
}
.newsblock1 .newslist .grid:hover a .pic img
{
	transform:scale(1.1);
}
.newsblock1 .newslist .grid a .text
{
	width:calc(100% - 200px);
	padding:15px;
	overflow:hidden;
	box-sizing: border-box;
}
.newsblock1 .newslist .grid a .text .title
{
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow: ellipsis;
	overflow:hidden;
	font-size:16px;
	line-height:25px;
	height:50px;
	width:100%;
	transition:1s;
}
.newsblock1 .newslist .grid:hover a .text .title
{
	color:#006db8;
}
.newsblock1 .newslist .grid a .text .time
{
	font-size:14px;
	line-height:25px;
	color:#999;
	transition:1s;
	margin-top:5px;
}
.newsblock1 .newslist .grid:hover a .text .time
{
	color:#006db8;
}
/**新闻列表 end**/
/**联系我们模块**/
.inscontact
{
	width:100%;
	height:auto;
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	align-items: stretch;
	box-sizing: border-box;
}
.inscontact .info
{
	width: 480px;
	height:auto;
	box-sizing:border-box;
	overflow:hidden;
}
.inscontact .info .componyname
{
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid #eee;
	line-height:30px;
	padding-bottom:15px;
	color:#006db8;
}
.inscontact .info .list
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.inscontact .info .list p
{
	font-size:16px;
	line-height:24px;
	overflow:hidden;
	margin-bottom:10px;
}
.inscontact .info .map
{
	width:100%;
	height:180px;
	margin-top:20px;

}
.inscontact .message
{
	width:540px;
	margin-left:60px;
	overflow:hidden;
	box-sizing: border-box;
}
.inscontact .message .messagetit
{
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid #eee;
	line-height:30px;
	padding-bottom:15px;
	color:#006db8;
}
.inscontact .message .msg
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.inscontact .message .msg .msgtit
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	margin-bottom:10px;
}
.inscontact .message .msg .input
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.inscontact .message .msg .input input
{
	width:100%;
	height:35px;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing: border-box;
	padding-left:15px;
	padding-right:15px;
	font-size:15px;
	outline:none;
}
.inscontact .message .msg .inputlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:30px;
}
.inscontact .message .msg .inputlist .inputbox
{
	width:32%;
	overflow:hidden;
	height:auto;
}
.inscontact .message .msg .textarea
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.inscontact .message .msg .textarea textarea
{
	width:100%;
	height:150px;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing: border-box;
	padding:15px;
	font-size:15px;
	outline:none;
}
.inscontact .message .msg .submit
{
	width:120px;
	height:35px;
	overflow:hidden;
	border-radius: 5px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:35px;
	background:#006db8;
	cursor: pointer;
	transition:1s;
}
.inscontact .message .msg .submit:hover
{
	opacity:0.8;
}
/**联系我们模块 end**/
/**网站内页 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**/

