/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Microsoft YaHei";
	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;
}
.light_yellow
{
	background-color: rgb(245, 244, 237);
}
/**大类标题**/
.allbigcatetitle
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
}
.allbigcatetitle .title
{
	display:block;
	font-size:25px;
	border-bottom:2px solid #666;
	line-height:35px;
	padding-bottom:5px;
	text-transform:uppercase;
}
/**大类标题 end**/
/**整体模块**/
.allblockbg
{
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	overflow:hidden;
}
.allblock
{
	width:85%;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
}
/**整体模块 end**/
/**查看更多1**/
.allmore1
{
	width:100%;
	height:30px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.allmore1 .moretext
{
	font-size:18px;
	line-height:30px;
	margin-right:15px;
	color:#666;
	transition:500ms;
}
.allmore1 .icon
{
	width:20px;
	height:auto;
	overflow:hidden;
	margin-top:4px;
}
.allmore1 .icon img
{
	width:100%;
	height:auto;
}
/**查看更多1 end**/
/**查看更多2**/
.allmore2
{
	width:200px;
	height:60px;
	border:1px solid #777;
	box-sizing:border-box;
}
.allmore2 .link
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	height:100%;
	justify-content:center;
	align-items:center;
	background:#fff;
	transition:1s;
}
.allmore2 .link:hover
{
	background:#777;
}
.allmore2 .link .moretext
{
	height:100%;
	line-height:58px;
	color:#777;
	font-size:18px;
	margin-right:10px;
	transition:1s;
}
.allmore2 .link:hover .moretext
{
	color:#fff;
}
.allmore2 .link .icon
{
	width:15px;
	height:auto;
	overflow:hidden;
	margin-top:2px;
}
.allmore2 .link .icon .image
{
	width:100%;
	height:auto;
	transform:translate(-1000px,0px);
	filter:drop-shadow(1000px 0px #777);
}
.allmore2 .link:hover .icon .image
{
	filter:drop-shadow(1000px 0px #fff);
}
/**查看更多2 end**/
/**网站全局css end**/
/**网站头部**/
.pc_headtop
{
	height:60px;
}
.pc_headbg
{
	width:100%;
	height:60px;
	position:fixed;
	top:0px;
	left:0px;
	background:#fff;
	z-index:2000;
}
.pc_head
{
	width:85%;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.pc_head .logo
{
	height:100%;
	width:280px;
	
}
.pc_head .logo .link
{	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:100%;
}
.pc_head .logo .link .pic
{
	width:100%;
	height:auto;
}
.pc_head .logo .link .pic .image
{
	max-width:100%;
}
.pc_head .nav
{
	width:calc(100% - 560px);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	position:relative;
}
.pc_head .nav .grid
{
	height:100%;
}
.pc_head .nav .grid .firstlink
{
	height:100%;
	padding-left:15px;
	padding-right:15px;
	display:block;
	color:#666;
	font-size:14px;
	line-height:60px;
	font-weight:600;
	transition:1s;
}
.pc_head .nav .grid:hover .firstlink
{
	color:#000;
}
.pc_head .nav .grid .subnavbg
{
	position:absolute;
	top:60px;
	left:10%;
	background:#5b5b5b;
	z-index:1000;
	padding:5%;
	box-sizing:border-box;
	width:80%;
	display:none;
}
.pc_head .nav .grid .subnavbg .firstcatetitle
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:15px;
}
.pc_head .nav .grid .subnavbg .firstcatetitle .link
{
	color:#fff;
	font-size:16px;
	font-weight:600;
	line-height:25px;
	border-bottom:2px solid #fff;
	padding-bottom:5px;
	transition:1s;
}
.pc_head .nav .grid .subnavbg .firstcatetitle:hover .link
{
	color:#ccc;
}
.pc_head .nav .grid .subnavbg .subnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.pc_head .nav .grid .subnavbg .subnav .record
{
	width:50%;
	height:auto;
	overflow:hidden;
}
.pc_head .nav .grid .subnavbg .subnav .record .secondlink
{
	width:100%;
	color:#fff;
	font-size:14px;
	line-height:25px;
	box-sizing:border-box;
	padding-right:10px;
	transition:1s;
}
.pc_head .nav .grid .subnavbg .subnav .record:hover .secondlink
{
	color:#ccc;
}
.pc_head .right
{
	width:280px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.pc_head .right .emailadd
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
}
.pc_head .right .emailadd .grid
{
	width:24px;
	height:100%;
	margin-right:25px;
}
.pc_head .right .emailadd .grid:last-child
{
	margin-right:0px;
}
.pc_head .right .emailadd .grid a
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.pc_head .right .emailadd .grid a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.pc_head .right .emailadd .grid a .pic .image
{
	width:100%;
	height:auto;
	transform:translate(-500px,0px);
	filter:drop-shadow(500px 0px #666);
}
.pc_head .right .lansearch
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.pc_head .right .lansearch .lan
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	position:relative;
	width:60px;
	cursor:pointer;
	margin-right:10px;
}
.pc_head .right .lansearch .lan .lantitle
{
	display:flex;
	flex-wrap:wrap;
	height:24px;
	width:100%;
	justify-content:center;
	align-items:center;
}
.pc_head .right .lansearch .lan .lantitle .text
{
	font-size:16px;
	line-height:22px;
	height:24px;
	color:#666;
	transition:1s;
}
.pc_head .right .lansearch .lan:hover .lantitle .text
{
	color:#000;
}
.pc_head .right .lansearch .lan .lantitle .arr
{
	width:15px;
	margin-left:5px;
}
.pc_head .right .lansearch .lan .lanlist
{
	position:absolute;
	width:60px;
	top:42px;
	left:calc(50% - 30px);
	height:auto;
	background:#fff;
	box-sizing:border-box;
	z-index:1000;
	border:1px solid #eee;
	display:none;
}
.pc_head .right .lansearch .lan:hover .lanlist
{
	display:block;
}
.pc_head .right .lansearch .lan .lanlist .grid
{
	width:100%;
	border-bottom:1px solid #eee;
}
.pc_head .right .lansearch .lan .lanlist .grid:last-child
{
	border-bottom:0px;
}
.pc_head .right .lansearch .lan .lanlist .grid .link
{
	display:block;
	width:100%;
	font-size:16px;
	text-align:center;
	line-height:24px;
	height:25px;
	color:#999;
	transition:1s;
	padding-top:2px;
	padding-bottom:2px;
}
.pc_head .right .lansearch .lan .lanlist .grid:hover .link
{
	color:#000;
}
.pc_head .right .lansearch .search
{
	width:24px;
	height:24px;
	position:relative;
	cursor:pointer;
}
.pc_head .right .lansearch .search .tb
{
	width:100%;
	height:100%;
}
.pc_head .right .lansearch .search .tb .image
{
	width:100%;
	height:100%;
}
.pc_head .right .lansearch .search .searchblock
{
	height:30px;
	width:200px;
	position:absolute;
	right:0px;
	top:-3px;
	background:#fff;
	display:none;
	flex-wrap:wrap;
}
.pc_head .right .lansearch .search:hover .searchblock
{
	display:flex;
}
.pc_head .right .lansearch .search .searchblock .input
{
	width:calc(100% - 35px);
	height:100%;
}
.pc_head .right .lansearch .search .searchblock .input input
{
	outline:none;
	border:1px solid #ccc;
	height:100%;
	box-sizing:border-box;
	width:100%;
	display:block;
	line-height:24px;
	padding-left:10px;
	padding-right:10px;
	border-radius:5px;
}
.pc_head .right .lansearch .search .searchblock .btn
{
	width:35px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:flex-end;
}
.pc_head .right .lansearch .search .searchblock .btn img
{
	width:24px;
	height:24px;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#595955;
	overflow:hidden;
}
.foot
{
	width:85%;
	height:auto;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
	overflow:hidden;
}
.foot .footnav
{
	margin-top:70px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.foot .footnav .grid
{
	max-width:25%;
}
.foot .footnav .grid .bigcate
{
	font-size:25px;
	color:#fff;
	line-height:35px;
	font-weight:600;
	margin-bottom:20px;
}
.foot .footnav .grid .bigcate a
{
	font-size:25px;
	line-height:35px;
	color:#fff;
	transition:1s;
}
.foot .footnav .grid .bigcate:hover a
{
	color:#ccc;
}
.foot .footnav .grid .footnavlist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.foot .footnav .grid .footnavlist .record
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:5px;
}
.foot .footnav .grid .footnavlist .record .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	line-height:25px;
	color:#fff;
	transition:1s;
	font-size:14px;
	box-sizing:border-box;
	padding-right:15px;
}
.foot .footnav .grid .footnavlist .record:hover .link
{
	color:#ccc;
}
.foot .footnav .grid .footlinks
{
	width:150px;
	height:auto;
	margin-top:30px;
	overflow:hidden;
}
.foot .footnav .grid .footlinks .links
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.foot .footnav .grid .footlinks .links .link
{
	display:block;
	width:18px;
	margin-left:5px;
	margin-right:5px;
	transition:1s;
}
.foot .footnav .grid .footlinks .links .link:hover
{
	opacity:0.8;
}
.foot .footnav .grid .footlinks .links .link .icon
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.foot .footnav .grid .footlinks .links .link .icon .image
{
	width:100%;
	height:auto;
	transform:translate(-300px,0px);
	filter: drop-shadow(300px 0px #fff);
}
.foot .footnav .grid .footlinks .bigtitle
{
	width:100%;
	height:auto;
	margin-top:10px;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:30px;
}
.foot .footnav .grid .footlinks .twocode
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.foot .footnav .grid .footlinks .twocode .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.foot .footnav .grid .footlinks .twocode .pic .image
{
	width:100%;
	height:auto;
	
}
.foot .foot-second
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
	margin-bottom:30px;
}
.foot .foot-second p
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	margin-right:10px;
}
.foot .foot-second p a
{
	color:#fff;
	transition:1s;
}
.foot .foot-second p a:hover
{
	color:#ccc;
}
/**网站底部 end**/
/**返回顶部**/
.totop
{
	width:30px;
	height:30px;
	background:url('../images/totop.jpg') no-repeat center center;
	position:fixed;
	right:20px;
	bottom:30px;
	border:1px solid #ddd;
	border-radius:5px;
	z-index:200;
	display:none;
	cursor:pointer;
}
/**返回顶部 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.banner .bannerarr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	border-radius:50%;
	transition:1s;
}
.banner:hover .bannerarr
{
	opacity:1;
}
.banner .leftbtn-prev
{
	background:url('../images/index/bannerleftarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:30px;
}
.banner .rightbtn-next
{
	background:url('../images/index/bannerrightarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	right:30px;
}
.banner a
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
}
.banner a img
{
	width:100%;
	height:auto;
}
.banner .swiperpages
{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#fff;
}
/**网站banner end**/
/**网站首页**/
/**网站首首页模块1产品系列**/
.indprocatelist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indprocatelist .grid
{
	width:30%;
	margin-right:5%;
	overflow:hidden;
	margin-bottom:20px;
}
.indprocatelist .grid:nth-child(3n)
{
	margin-right:0px;
}
.indprocatelist .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
.indprocatelist .grid a
{
	display:block;
	width:100%;
	height:auto;
}
.indprocatelist .grid a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:72%;
	position:relative;
}
.indprocatelist .grid a .pic img
{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index:10;
	transition:1s;
}
.indprocatelist .grid:hover a .pic img
{
	transform:scale(1.1);
}
.indprocatelist .grid .text
{
	width:100%;
	height:auto;
	padding:25px;
	box-sizing:border-box;
}
.indprocatelist .grid .text .title
{
	width:100%;
	height:auto;
	font-size:20px;
	line-height:28px;
	overflow:hidden;
	margin-bottom:10px;
}
.indprocatelist .grid .text .des
{
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:10px;
	height:50px;
	line-height:25px;
	font-size:16px;
	color:#999;
	transition:1s;
}
.indprocatelist .grid:hover .text .des
{
	color:#000;
}
.indprocatelist .grid .text .des p
{
	line-height:25px;
	font-size:16px;
	color:#999;
	transition:1s;
}
.indprocatelist .grid:hover .text .des p
{
	color:#000;
}
.indprocatelist .grid:hover .allmore1 .moretext
{
	margin-right:25px;
}
/**网站首首页模块1产品系列 end**/
/**网站首首页模块2新闻**/
.indexblockbg2
{
	padding-top:0px;
}
.indnewslist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.indnewslist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
.indnewslist .grid:nth-child(2n)
{
	margin-right:0px;
}
.indnewslist .grid .link
{
	display:block;
	overflow:hidden;
}
.indnewslist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:75%;
	margin-bottom:30px;
}
.indnewslist .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	transition:1s;
}
.indnewslist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.indnewslist .grid .link .titletime
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	line-height:30px;
	margin-bottom:20px;
}
.indnewslist .grid .link .titletime .time
{
	width:90px;
	height:auto;
	overflow:hidden;
	font-size:25px;
	line-height:35px;
	color:#b6b6b6;
	font-weight:600;
	transition:1s;
}
.indnewslist .grid:hover .link .titletime .time
{
	color:#000;
}
.indnewslist .grid .link .titletime .title
{
	width:calc(100% - 90px);
	height:auto;
	font-size:25px;
	line-height:35px;
	font-weight:600;
}
.indnewslist .grid .link .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
	line-height:28px;
	height:84px;
	color:#bbb;
	transition:1s;
}
.indnewslist .grid:hover .link .des
{
	color:#000;
}
.indexblock2 .allmore2
{
	margin:auto;
}
/**网站首首页模块2新闻 end**/
/**网站首首页模块3案例**/
.indexblockbg3
{
	background:#ececec;
}
.indcaselist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.indcaselist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
.indcaselist .grid:nth-child(2n)
{
	margin-right:0px;
}
.indcaselist .grid .link
{
	display:block;
	overflow:hidden;
}
.indcaselist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:60%;
	margin-bottom:30px;
}
.indcaselist .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.indcaselist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.indcaselist .grid .link .title
{
	width:100%;
	height:auto;
	font-size:25px;
	line-height:35px;
	font-weight:600;
	margin-bottom:10px;
}
.indcaselist .grid:hover .allmore1 .moretext
{
	margin-right:25px;
}
.indexblock3 .allmore2
{
	margin:auto;
	margin-top:40px;
}
/**网站首首页模块3案例 end**/
/**网站首首页模块4邮箱**/
.indexblockbg4
{
	background:#d8d7d4;
	padding-top:45px;
	padding-bottom:45px;
}
.newsletter
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.newsletter .left
{
	display:flex;
	flex-wrap:wrap;
}
.newsletter .left .bigtitle
{
	font-size:30px;
	font-weight:600px;
	line-height:60px;
	color:#666;
	margin-right:20px;
}
.newsletter .left .des
{
	height:auto;
	font-size:18px;
	line-height:68px;
	color:#999;
}
.newsletter .right
{
	width:360px;
	height:60px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.newsletter .right .input
{
	width:calc(100% - 60px);
	height:100%;
	overflow:hidden;
}
.newsletter .right .input input
{
	width:100%;
	height:100%;
	outline:none;
	font-size:18px;
	overflow:hidden;
	background:#fff;
	border:none;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
.newsletter .right .input input::-webkit-input-placeholder
{
	color:#595955;
}
.newsletter .right .sendemailbtn
{
	width:60px;
	height:60px;
	background:#595955;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	transition:1s;
	cursor:pointer;
}
.newsletter .right .sendemailbtn:hover
{
	background:#000;
}
.newsletter .right .sendemailbtn .icon
{
	width:15px;
	height:auto;
}
.newsletter .right .sendemailbtn .icon .image
{
	width:100%;
	height:auto;
	transform: translate(-1000px,0px);
	filter: drop-shadow(1000px 0px #fff);
}
/**网站首首页模块4邮箱 end**/
/**网站首页 end**/
/**网站内页**/
/**标题和分类**/
.catenav
{
	display:none;
}
.catenavone
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.catenavone .grid
{
	font-size:14px;
	line-height:30px;
	overflow:hidden;
	margin-right:15px;
	margin-top:15px;
}
.catenavone .grid:last-child
{
	margin-right:0px;
}
.catenavone .grid a
{
	display:block;
	font-size:16px;
	line-height:30px;
	border-radius:4px;
	padding-left:10px;
	padding-right:10px;
	transition:1s;
}
.catenavone .grid a:hover
{
	background:#666;
	color:#fff;
}
.catenavone .grid a.hover
{
	background:#666;
	color:#fff;
}
/**标题和分类 end**/
/**网站内页整体部分**/
/**网站内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
}
.inside_banner a
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner a .pic
{
	width:100%;
	height:auto;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
}
/**网站内页banner end**/
/**内页内容区**/
.insidecontent
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	margin:auto;
} 
.insidecontent p
{
	font-size:15px;
	line-height:25px;
}
.insidecontent ul li
{
	 list-style:disc;
}
.insidecontent img
{
	display:inline;
	max-width:100%;
}
.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**/
/**关于我们**/
.aboutcatetitle
{
	width:100%;
	height:auto;
	text-align:center;
	font-size:25px;
	color:#666;
	line-height:30px;
	margin-bottom:50px;
}
.aboutcatedes
{
	width:100%;
	height:auto;
	text-align:center;
	font-size:15px;
	color:#999;
	line-height:25px;
	margin-bottom:50px;
}
.aboutcatedes p
{
	color:#999;

}
/**Company Profile**/
.aboutblockbg1
{
	background:#f8f8f8;
}
.aboutInfo
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutInfo .content
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-bottom:50px;
}
.aboutInfo .content p
{
	font-size:16px;
	line-height:30px;
}
.aboutInfo .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutInfo .pic .image
{
	width:100%;
	height:auto;
}
/**Company Profile end**/
/**history**/
.aboutblockbg2
{
	background:url('../images/about/historybg.jpg') no-repeat center center;
	background-size:cover !important;
}
.aboutblockbg2 .aboutcatetitle
{
	margin-bottom:20px;
}
.aboutblockbg2 .aboutcatedes
{
	margin-bottom:60px;
}
.abouthistory
{
	width:100%;
	height:300px;
	position:relative;
	overflow:hidden;
	margin-top:80px;
}
.abouthistory .middleline
{
	width:100%;
	height:1px;
	background:#666;
	z-index:1;
	top:50%;
	position:absolute;
	overflow:hidden;
}
.abouthistory .grid
{
	width:100%;
	height:300px;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.abouthistory .grid .out
{
	height:50%;
	width:100%;
	overflow:hidden;
	position:relative;
}
.abouthistory .grid .out .content
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	box-sizing:border-box;
	padding-left:2px;
}
.abouthistory .grid .out .content p
{
	color:#666;
}
.abouthistory .grid .out .title
{
	font-size:22px;
	line-height:25px;
	font-weight:600;
	color:#666;
	box-sizing:border-box;
	padding-left:2px;
}
.abouthistory .grid .out .line
{
	width:1px;
	height:60px;
	background:#666;
}
.abouthistory .grid.gridsingle .out .content
{
	margin-bottom:5px;
}
.abouthistory .grid.gridsingle .out .line
{
	left:0px;
	bottom:0px;
	position:absolute;
}
.abouthistory .grid .out .titlecontent
{
	position:absolute;
	left:0px;
}
.abouthistory .grid.gridsingle .out .titlecontent
{
	top:0px;
}
.abouthistory .grid.griddouble .out
{
	margin-top:150px;
}
.abouthistory .grid.griddouble .out .line
{
	margin-bottom:25px;
}
.abouthistory .grid.griddouble .out .title
{
	margin-bottom:5px;
}
.abouthistory .grid.griddouble .out .titlecontent
{
	bottom:0px;
}
.abouthistory .arr
{
	top:50%;
	transform:translate(0px,-50%);
	z-index:10;
	position:absolute;
	width:15px;
	cursor:pointer;
}
.abouthistory .arr .image
{
	width:100%;
	height:auto;
}
.abouthistory .rightbtn-next 
{
	right:0px;
}
.serviceprocess
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	justify-content:space-around;
	margin:auto;
	max-width:1400px;
}
.serviceprocess .grid
{
	height:auto;
	overflow:hidden;
}
.serviceprocess .grid a.link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.serviceprocess .grid a.link .pic
{
	width:100px;
	margin:auto;
	height:auto;
	overflow:hidden;
}
.serviceprocess .grid a.link .pic .image
{
	width:100%;
	height:auto;
}
.serviceprocess .grid a.link .title
{
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	color:#666;
	line-height:25px;
	margin-top:10px;
}
.serviceprocess .gridarr
{
	width:50px;
	height:100px;
	justify-content:center;
	align-items:center;
	display:flex;
}
.serviceprocess .gridarr .image
{
	display:block;
	filter:drop-shadow(10000px 0px 0 #666);
	transform: translate(-10000px,0px);

}
.serviceprocess .gridarr:last-child
{
	display:none;
}
/**history end**/
/**Product Process**/
.processlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	
}
.processlist .grid
{
	border-bottom:1px solid #eee;
	display:flex;
	padding-bottom:50px;
	margin-bottom:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
}
.processlist .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.processlist .grid .pic
{
	width:32%;
	height:auto;
}
.processlist .grid .pic .image
{
	width:100%;
	height:auto;
}
.processlist .grid:last-child
{
	margin-bottom:0px;
}
.processlist .grid .text
{
	width:68%;
	padding:2% 4% 1% 6%;
	box-sizing:border-box;
}
.processlist .grid .text .title
{
	font-size:25px;
	line-height:35px;
	overflow:hidden;
	font-weight:600;
	margin-bottom:30px;
}
.processlist .grid .text .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#aaa;
	margin-bottom:30px;
}
.processlist .grid .text .des p
{
	font-size:18px;
	line-height:30px;
	color:#aaa;
}
.processlist .grid .text .circle
{
	width:30px;
	height:30px;
	line-height:28px;
	font-size:18px;
	color:#fff;
	text-align:center;
	background:#bbb;
	border-radius:50%;
}
/**Product Process end**/
/**关于我们 end**/
/**产品列表**/
.productblockbg1
{
	background:#e9e9e9;
}
.prolist
{
	display:flex;
	flex-wrap:wrap;
}
.prolist .grid
{
	width:22%;
	margin-right:4%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.prolist .grid:nth-last-child(-n+4)
{
	margin-bottom:0px;
}
.prolist .grid:nth-child(4n)
{
	margin-right:0px;
}
.prolist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
}
.prolist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:60%;
	position:relative;
	margin-bottom:15px;
}
.prolist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.prolist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.prolist .grid .link .title
{
	width:100%;
	height:auto;
	font-size:15px;
	text-align:center;
	line-height:25px;
	overflow:hidden;
	transition:1s;
	color:#666;
}
.prolist .grid:hover .link .title
{
	color:#000;
}
/**产品列表 end**/
/**产品展示页**/
.proshow
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.proshow .first
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:30px;
}
.proshow .first .picarr
{
	width:500px;
	height:auto;
	overflow:hidden;
	border:1px solid #eee;
	box-sizing:border-box;
	position:relative;
}
.proshow .first .picarr .picarrlist
{
	width:100%;
	height:auto;
}
.proshow .first .picarr .picarrlist .outpic
{
	width:100%;
	height:auto;
}
.proshow .first .picarr .picarrlist .outpic .pic
{
	width:100%;
	height:auto;
	padding-bottom:60%;
	position:relative;
}
.proshow .first .picarr .picarrlist .outpic .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
}
.proshow .first .picarr .arr
{
	width:30px;
	height:auto;
	overflow:hidden;
	position:absolute;
	top:50%;
	transform:translate(0px,-50%);
	z-index:100;
	cursor:pointer;
	opacity:0;
	transition:1s;
}
.proshow .first .picarr:hover .arr
{
	opacity:1;
}
.proshow .first .picarr .arr .image
{
	width:100%;
	height:auto;
}
.proshow .first .picarr .leftbtn-prev
{
	left:5%;
}
.proshow .first .picarr .rightbtn-next
{
	right:5%;
}
.proshow .first .text
{
	width:calc(100% - 530px);
	overflow:hidden;
}
.proshow .first .text .title
{
	width:100%;
	font-size:18px;
	line-height:25px;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	font-weight:600;
}
.proshow .first .text .des
{
	font-size:15px;
	line-height:28px;
	overflow:hidden;
}
.proshow .productcontent
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.proshow .productcontent .title
{
	width:100%;
	font-size:16px;
	line-height:25px;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	color:#666;
}
/**产品展示页 end**/
/**新闻列表**/
.newsblockbg1
{
	background:#e9e9e9;
}
.newslist
{
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:30%;
	margin-right:5%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.newslist .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
.newslist .grid:nth-child(3n)
{
	margin-right:0px;
}
.newslist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
}
.newslist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:75%;
	position:relative;
	margin-bottom:15px;
}
.newslist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.newslist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.newslist .grid .link .title
{
	width:100%;
	height:auto;
	font-size:18px;
	line-height:28px;
	overflow:hidden;
	font-weight:600;
	transition:1s;
	color:#666;
	margin-bottom:5px;
}
.newslist .grid:hover .link .title
{
	color:#000;
}
.newslist .grid .link .time
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:25px;
	color:#aaa;
	margin-bottom:5px;
	transition:1s;
}
.newslist .grid:hover .link .time
{
	color:#000;
}
.newslist .grid .link .des
{
	font-size:15px;
	color:#999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow:ellipsis;
	height:50px;
	line-height:25px;
	overflow:hidden;
	transition:1s;
}
.newslist .grid:hover .link .des
{
	color:#000;
}
/**新闻列表 end**/
/**案例列表**/
.caseblockbg1
{
	background:#e9e9e9;
}
.caselist
{
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:22%;
	margin-right:4%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.caselist .grid:nth-last-child(-n+4)
{
	margin-bottom:0px;
}
.caselist .grid:nth-child(4n)
{
	margin-right:0px;
}
.caselist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
}
.caselist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:60%;
	position:relative;
	margin-bottom:15px;
}
.caselist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.caselist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.caselist .grid .link .title
{
	width:100%;
	height:auto;
	font-size:15px;
	text-align:center;
	line-height:25px;
	overflow:hidden;
	transition:1s;
	color:#666;
}
.caselist .grid:hover .link .title
{
	color:#000;
}
/**案例列表 end**/
/**案例展示**/
.caseshow .casebigtit
{
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.caseshow .casepicarr
{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
}
.caseshow .casepicarr .proview_big_picarr
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.caseshow .casepicarr .proview_big_picarr .outpic
{
	margin:auto;
	width:1000px;
	height:600px;
	overflow:hidden;
}
.caseshow .casepicarr .proview_big_picarr .outpic .pic
{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	
}
.caseshow .casepicarr .proview_big_picarr .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
	display:block;
}
.caseshow .casepicarr .smallblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
	max-width:1200px;
	position:relative;
}
.caseshow .casepicarr .smallblock .proview_little_picarr
{
	width:calc(100% - 100px);
	margin:auto;
	overflow:hidden;
}
.caseshow .casepicarr .smallblock .proview_little_picarr .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:60%;
	position:relative;
	opacity:0.8;
}
.caseshow .casepicarr .smallblock .proview_little_picarr .swiper-slide-thumb-active .pic
{
	opacity:1;
}
.caseshow .casepicarr .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;
}
.caseshow .casepicarr .smallblock .proview_little_picarr .pic .image img
{
	max-width:100%;
	max-height:100%;
	display:block;
	cursor:pointer;
}
.caseshow .casepicarr .smallblock .btn
{
	width:50px;
	height:100%;
	position:absolute;
	top:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.caseshow .casepicarr .smallblock .button-next
{
	right:0px;
}
.caseshow .casepicarr .smallblock .button-prev
{
	left:0px;
}
.caseshow .casepicarr .smallblock .btn img
{
	display:block;
	max-width:100%;
	width:20px;
}
.caseshow .caseconent
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.caseshow .caseconent .bigtit
{
	width:100%;
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
}
.caseshow .caseconent .bigtit span
{
	display:inline-block;
	font-size:16px;
	line-height:25px;
	padding:10px 0px;
}
/**案例展示 end**/
/**联系我们**/
.inscontact
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.inscontact .copyname
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:25px;
	font-weight:600;
	text-align:center;
}
.inscontact .contactinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	box-sizing:border-box;
	padding-left:50px;
	padding-right:50px;
	margin-top:80px;
}
.inscontact .contactinfo .grid
{
	max-width:18%;
	height:auto;
	overflow:hidden;
}
.inscontact .contactinfo .grid:nth-child(4n)
{
	margin-right:0px;
}
.inscontact .contactinfo .grid .pic
{
	width:80px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.inscontact .contactinfo .grid .pic img
{
	width:100%;
	height:auto;
}
.inscontact .contactinfo .grid .tit
{
	font-size:15px;
	font-weight:600;
	line-height:25px;
	margin-top:30px;
	overflow:hidden;
	text-align:center;
}
.inscontact .contactinfo .grid .info
{
	text-align:center;
	font-size:15px;
	line-height:25px;
	overflow:hidden;
	margin-top:10px;
}
.inscontact .map
{
	width:100%;
	height:600px;
	overflow:hidden;
	margin-top:60px;
}
.contactblockbg2
{
	padding-top:0px;
	padding-bottom:0px;
}
.contactblockbg2 a
{
	display:block;
	width:100%;
	height:auto;
}
.contactblockbg2 a .pic
{
	width:100%;
	height:auto;
}
.contactblockbg2 a .pic .image
{
	width:100%;
	height:auto;
}
.contactblockbg3
{
	background:#f7f6f0;
}
.contactmsg
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items: stretch;
	box-sizing:border-box;
	justify-content: space-between;
	overflow:hidden;
}
.contactmsg .msgleft
{
	width:48%;
	display:flex;
	align-content:center;
	flex-wrap:wrap;
}
.contactmsg .msgleft .bigtit
{
	font-size:35px;
	font-weight:600;
	line-height:38px;
	overflow:hidden;
	text-transform: uppercase;
	width:100%;
}
.contactmsg .msgleft .bigdes
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	margin-top:20px;
	width:100%;
	
} 
.contactmsg .msgleft .message
{
	margin-top:40px;
	height:auto;
	overflow:hidden;
	width:100%;
}
.contactmsg .msgleft .first
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
	margin-bottom:15px;
}
.contactmsg .msgleft .first .input
{
	width:calc(50% - 5px);
	margin-right:10px;
	position:relative;
}
.contactmsg .msgleft .first .input::after
{
	content:'*';
	position:absolute;
	left:15px;
	top:18px;
	color:#f00;
}
.contactmsg .msgleft .first .input input
{
	width:100%;
	height:50px;
	box-sizing: border-box;
	border:1px solid #ccc;
	background:none;
	border-radius: 5px;
	font-size:16px;
	padding-left:25px;
	padding-right:25px;
	outline:none;
	color:#aaa;
}
.contactmsg .msgleft .first .input input::-webkit-input-placeholder
{
	color:#aaa;
	font-size:15px;
}
.contactmsg .msgleft .first .input:nth-child(2n)
{
	margin-right:0px;
}
.contactmsg .msgleft .sec
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
.contactmsg .msgleft .sec textarea
{
	width:100%;
	height:50px;
	box-sizing: border-box;
	border:1px solid #ccc;
	background:none;
	border-radius: 5px;
	font-size:16px;
	padding:15px 25px;
	height:100px;
	outline:none;
	color:#aaa;
}
.contactmsg .msgleft .sec textarea::-webkit-input-placeholder
{
	color:#aaa;
	font-size:15px;
}
.contactmsg .msgleft .sec::after
{
	content:'*';
	position:absolute;
	left:15px;
	top:18px;
	color:#f00;
}
.contactmsg .msgleft .third
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactmsg .msgleft .third input
{
	width:100%;
	background:none;
	border:1px solid #948777;
	cursor: pointer;
	font-size:15px;
	color:#948777;
	display:block;
	height:50px;
	border-radius:5px;
	transition:1s;
}
.contactmsg .msgleft .third input:hover
{
	background:#948777;
	color:#fff;
}
.contactmsg .msgright
{
	width:38%;
	height:auto;
	overflow:hidden;
}
.contactmsg .msgright img
{
	width:100%;
	height:auto;
}
/**联系我们 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**/
/**锚点**/
.arrow
{
	width:100%;
	height:60px;
	margin-top:-60px;
}
/**锚点 end**/
/**网站内页 end**/


