/**网站全局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:100px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
	background:#fff;
}
.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 .lefthead
{
	width:145px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
}
.headbg .head .lefthead .logo
{
	height:100%;
	width:145px;
}
.headbg .head .lefthead .logo .link
{
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	justify-content:center;
}
.headbg .head .lefthead .logo .link .image
{
	width:100%;
	height:auto;
}
.headbg .head .right .nav
{
	display:flex;
	height:100%;
	flex-wrap:wrap;
}
.headbg .head .right .nav .grid1
{
	height:100%;
	margin-right:50px;
	position:relative;
}
.headbg .head .right .nav .grid1:last-child
{
	margin-right:0px;
}
.headbg .head .right .nav .grid1 .link1
{
	display:block;
	height:100%;
	line-height:100px;
	font-size:16px;
	color:#333;
	transition:500ms;
}
.headbg .head .right .nav .grid1:hover .link1
{
	color:#79d3c9;
}
.headbg .head .right .nav .grid1 .subnav
{
	position:absolute;
	left:0px;
	border-left:1px solid #79d3c9;
	z-index:10;
	margin-bottom:30px;
	padding-left:10px;
	display:none;
}
.headbg .head .right .nav .grid1 .subnavbg
{
	position:fixed;
	top:95px;
	left:0px;
	width:100%;
	background:#fff;
	z-index:1;
}
.headbg .head .right .nav .grid1 .subnav .grid2 .link2
{
	color:#333;
	font-size:16px;
	line-height:28px;
	display:block;
	white-space:nowrap;
	transition:500ms;
}
.headbg .head .right .nav .grid1 .subnav .grid2:hover .link2
{
	color:#79d3c9;
}
.headbg .head .right
{
	 height:100%;
	 display:flex;
	 justify-content:flex-end;
}
.headbg .head .right .searchbtn
{
	height:100%;
	margin-left:30px;
}
.headbg .head .right .searchbtn .pic
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	width:20px;
}
.headbg .head .right .searchbtn .pic .image
{
	width:20px;
}
.headbg .searchbg
{
	width:100%;
	height:auto;
	background:#79d3c9;
	padding:15px 30px;
	position:absolute;
	top:100px;
	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:100px;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#131313;
	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:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.footbg .foot .fir .flogo
{
	width:15%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.footbg .foot .fir .flogo .image
{
	max-width:100%;
}
.footbg .foot .fir .footnav
{
	width:25%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
}
.footbg .foot .fir .footnav .grid
{
	width:49%;
	height:auto;
	margin-bottom:10px;
	margin-right:2%;
	box-sizing: border-box;
	padding-left:15px;
	position:relative;
}
.footbg .foot .fir .footnav .grid::after
{
	content:'';
	position:absolute;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#fff;
	top:11px;
	left:0px;
}
.footbg .foot .fir .footnav .grid:nth-child(2n)
{
	margin-right:0px;
}
.footbg .foot .fir .footnav .grid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.footbg .foot .fir .footnav .grid .link
{
	font-size:15px;
	color:#fff;
	line-height:25px;
	transition:500ms;
}
.footbg .foot .fir .footnav .grid .link:hover
{
	color:#79d3c9;
}
.footbg .foot .fir .footinfo
{
	width:20%;
}
.footbg .foot .fir .footinfo .grid
{
	width:100%;
	height:auto;
	margin-bottom:10px;
	position:relative;
	box-sizing:border-box;
	padding-left:15px;
}
.footbg .foot .fir .footinfo .grid::after
{
	content:'';
	position:absolute;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#fff;
	top:11px;
	left:0px;
}
.footbg .foot .fir .footinfo .grid:last-child
{
	margin-bottom:0px;
}
.footbg .foot .fir .footinfo .grid p
{
	font-size:15px;
	color:#fff;
	line-height:25px;
}
.footbg .foot .fir .shejiao
{
	width:25%;
}
.footbg .foot .fir .shejiao .tit
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:25px;
	color:#fff;
	margin-bottom:20px;
	box-sizing:border-box;
	padding-left:15px;
	position:relative;
}
.footbg .foot .fir .shejiao .tit::after
{
	content:'';
	position:absolute;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#fff;
	top:11px;
	left:0px;
}
.footbg .foot .fir .shejiao .list
{
	width:100%;
	height:auto;
	font-size:0px;
}
.footbg .foot .fir .shejiao .list .sgrid
{
	display:inline-block;
	vertical-align:top;
	width:25px;
	height:auto;
	margin-right:10px;
}
.footbg .foot .fir .shejiao .list .sgrid:last-child
{
	margin-right:0px;
}
.footbg .foot .fir .shejiao .list .sgrid .link
{
	display:block;
	width:100%;
	position:relative;
	cursor:pointer;
}
.footbg .foot .fir .shejiao .list .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.footbg .foot .fir .shejiao .list .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.footbg .foot .fir .shejiao .list .sgrid .link .twocode
{
	width:100px;
	height:auto;
	overflow:hidden;
	position:absolute;
	z-index:100;
	bottom:30px;
	left:50%;
	transform:translate(-50%,0);
	display:none;
}
.footbg .foot .fir .shejiao .list .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.footbg .foot .fir .shejiao .list .sgrid:hover .link .twocode
{
	display:block;
}
.footbg .foot .sec
{
	width:100%;
	height:auto;
}
.footbg .foot .sec .grid
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.footbg .foot .sec .grid p
{
	font-size:15px;
	color:#fff;
	line-height:25px;
}
.footbg .foot .sec .grid p a
{
	color:#fff;
	transition:500ms;
}
.footbg .foot .sec .grid p a:hover
{
	color:#79d3c9;
}
/**网站底部 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/bannerleftarr.png') no-repeat center center;
	background-size:100%;
	left:60px;
}
.banner .rightbtn-next
{
	background:url('../images/bannerrightarr.png') no-repeat center center;
	background-size:100%;
	right:60px;
}
.banner a
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
	position:relative;
}
.banner a .wenziblock
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.banner a .wenziblock .wenzi
{
	font-size:50px;
	color:#fff;
	font-weight:600;
	line-height:1;
}
.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**/
/**网站模块大小**/
.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;
}
/**网站模块大小 end**/
/**网站首页**/
/**首页标题**/
.indcatetit
{
	color:#000;
	font-size:30px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:20px;
}
.indcatetit.hasline
{
	margin-bottom:5px;
}
.indcatedes
{
	font-size:16px;
	line-height:28px;
	text-align:center;
	margin-bottom:50px;
}
.indcatedes p
{
	font-size:16px;
	line-height:28px;
	text-align:center;
}
.indcateline
{
	width:100px;
	height:1px;
	background:#131313;
	margin:auto;
}
/**首页标题 end**/
/**首页1-关于我们**/
.indabout
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.indabout .left
{
	width:50%;
}
.indabout .right
{
	width:50%;
}
.indabout .right .indaboutcont
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:28px;
	margin-bottom:30px;
}
.indabout .right .indaboutcont p
{
	font-size:16px;
	line-height:28px;
}
.indabout .right .more
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indabout .right .more .link
{
	display:block;
	font-size:16px;
	line-height:25px;
	padding:10px 25px;
	color:#fff;
	background:#79d3c9;
	transition:1s;
}
.indabout .right .more .link:hover
{
	background:#666;
}
/**首页1-关于我们 end**/
/**首页2-案例**/
.indblockbg2
{
	padding-top:0px;
	padding-bottom:0px;
}
.indexcase
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indexcase .link
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.indexcase .link .outpic
{
	width:100%;
	padding-bottom:160%;
	position:relative;
	height:auto;
	overflow:hidden;
}
.indexcase .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}
.indexcase .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.indexcase .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indexcase .link .titmore
{
	width:100%;
	position:absolute;
	bottom:50px;
	left:0px;
	padding:20px 15px;
	padding-bottom:0px;
	z-index:20;
	box-sizing:border-box;
}
.indexcase .link .titmore .title
{
	width:100%;
	height:auto;
	font-size:18px;
	line-height:25px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}
.indexcase .link .titmore .more
{
	width:150px;
	height:30px;
	margin:auto;
	background:#79d3c9;
	color:#fff;
	text-align:center;
	border-radius:15px;
	line-height:30px;
	font-size:18px;
	transition:500ms;
}
.indexcase .link:hover .titmore .more
{
	background:#666;
}
/**首页2-案例 end**/
/**首页3-合作**/
.indblockbg3 .indcatetit
{
	text-align:center;
}
.indhezuolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin:auto;
}
.indhezuolist .grid
{
	width:14%;
	margin-right:3.2%;
	margin-bottom:30px;
}
.indhezuolist .grid:nth-child(6n)
{
	margin-right:0px;
}
.indhezuolist .grid:nth-last-child(-n+6)
{
	margin-bottom:0px;
}
.indhezuolist .grid .link
{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.indhezuolist .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	position:relative;
	overflow:hidden;
	border-radius:5px;
	transition:500ms;
}
.indhezuolist .grid .link:hover .pic
{
	box-shadow:0px 0px 5px #79d3c9;
}
.indhezuolist .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
}
/**首页3-合作 end**/
/**首页4-产品**/
.indblockbg4
{
	background:#e4e4e4;
}
.indblockbg4 .indcatetit
{
	text-align:center;
}
.indprocate
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:90%;
	margin:auto;
	margin-bottom:50px;
	max-width:1600px;
}
.indprocate .grid
{
	margin-right:30px;
	margin-bottom:30px;
}
.indprocate .grid:last-child
{
	margin-right:0px;
}
.indprocate .grid a
{
	display:block;
	padding:5px 20px;
	box-sizing:border-box;
	border:1px solid #333;
	line-height:30px;
	cursor:pointer;
	transition:500ms;
	font-size:16px;
}
.indprocate .grid:hover a
{
	background:#79d3c9;
	color:#fff;
}
.indprocate .grid.hover a
{
	background:#79d3c9;
	color:#fff;
}
.indproduct_m
{
	display:none;
}
.indproduct
{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.indproduct .grid
{
	height:0;
	overflow:hidden;
}
.indproduct .grid.hover
{
	height:auto;
}
.indproductblock
{
	position:relative;
}
.indproductblock .arr
{
	width:50px;
	height:50px;
	
	position:absolute;
	z-index:100;
	top:50%;
	transform:translate(0,-50%);
	cursor:pointer;
}
.indproductblock .arr.leftbtn-prev
{
	left:20%;
	background:url('../images/procateleftarr.png') no-repeat center center;
	background-size:80% 80%;
	background-color:#79d3c9;
}
.indproductblock .arr.rightbtn-next
{
	right:20%;
	background:url('../images/procaterightarr.png') no-repeat center center;
	background-color:#79d3c9;
	background-size:80% 80%;
}
.indproductblock .swiper-slide {
	width: 50%;
}
.indproductblock .swiper-slide img{
	display:block;
}
.indproductblock .swiper-slide .link
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.indproductblock .swiper-slide .outpic
{
      width:100%;
      height:auto;
      position:relative;
	  z-index:10;
}
.indproductblock .swiper-slide .outpic .pic
{
      width:100%;
      padding-bottom:66.66%;
      position:relative;
      top:0px;
      left:0px;
      z-index:10;
}
.indproductblock .swiper-slide .outpic .pic .image
{
      width:100%;
      height:100%;
      position:absolute;
      top:0px;
      left:0px;
      object-fit:cover;
}
.indproductblock .swiper-slide .link .bigtit
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	background:rgba(0,0,0,0.3);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	opacity:0;
	transition:500ms;
}
.indproductblock .swiper-slide .link:hover .bigtit
{
	opacity:1;
}
.indproductblock .swiper-slide .link .bigtit .tit
{
	color:#fff;
	font-size:18px;
	line-height:1;
}
/**首页4-产品 end**/
/**首页5-新闻**/
.indblock5 .uptit
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:50px;
}
.indblock5 .uptit .indcatetit
{
	margin-bottom:0px;
}
.indblock5 .uptit .catemore
{
	font-size:16px;
	line-height:28px;
	border-bottom:1px solid #333;
	transition:500ms;
}
.indblock5 .uptit .catemore:hover
{
	color:#79d3c9;
	border-bottom:1px solid #79d3c9;
}
.indexnews
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indexnews .swiper-slide .link
{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}
.indexnews .swiper-slide .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:52%;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}
.indexnews .swiper-slide .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indexnews .swiper-slide .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.indexnews .swiper-slide .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.indexnews .swiper-slide .link .title
{
	font-size:16px;
	color:#000;
	line-height:25px;
	height:50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-bottom:10px;
	transition:500ms;
}
.indexnews .swiper-slide .link:hover .title
{
	color:#79d3c9;
}
.indexnews .swiper-slide .link .des
{
	font-size:15px;
	color:#999;
	line-height:20px;
	height:40px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-bottom:10px;
	transition:500ms;
}
.indexnews .swiper-slide .link:hover .des
{
	color:#79d3c9;
}
.indexnews .swiper-slide .link .more
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indexnews .swiper-slide .link .more .morezi
{
	font-size:13px;
	line-height:25px;
	border-bottom:1px solid #333;
	transition:500ms;
}
.indexnews .swiper-slide .link:hover .more .morezi
{
	border-bottom:1px solid #79d3c9;
	color:#79d3c9;
}
/**首页5-新闻 end**/
/**首页6-留言**/
.indblockbg6
{
	background:#e4e4e4;
}
.indblockbg6 .indcatetit
{
	text-align:center;
}
.indblockbg6 .contacttit
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:50px;
}
.indblockbg6 .contacttit a
{
	display:block;
	font-size:15px;
	line-height:25px;
	border-bottom:1px solid #666;
	transition:500ms;
}
.indblockbg6 .contacttit a:hover
{
	color:#79d3c9;
	border-bottom:1px solid #79d3c9;
}
.indmsg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indmsg .first
{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.indmsg .first .grid
{
	width:22%;
	margin-right:4%;
}
.indmsg .first .grid:nth-child(4n)
{
	margin-right:0px;
}
.indmsg .first .grid .inputb
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indmsg .first .grid .inputb .input
{
	width:100%;
	height:35px;
	background:#f8f7f6;
	border:none;
	font-size:15px;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
	outline:none;
}
.indmsg .second
{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.indmsg .second .textarea
{
	width:100%;
	height:150px;
	background:#f8f7f6;
	border:none;
	font-size:15px;
	box-sizing:border-box;
	padding:15px;
	outline:none;
}
.indmsg .submit
{
	width:100px;
	height:30px;
	background:#131313;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:15px;
	cursor:pointer;
	transition:500ms;
}
.indmsg .submit:hover
{
	background:#79d3c9;
	color:#fff;
}
/**首页6-留言 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:100px;
	margin-top:-100px;
	overflow:hidden;
}
/**锚点 end**/
/**没有banner时**/
.none-banner
{
	width:100%;
	height:auto;
}
/**没有banner时 end**/
/**网站内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
}
.inside_banner a
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner a .pic
{
	width:100%;
	height:auto;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
}
/**网站内页banner end**/
/**内页内容区**/
.insidecontent
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	margin:auto;
} 
.insidecontent p
{
	font-size:15px;
	line-height:25px;
}
.insidecontent ul li
{
	 list-style:disc;
}
.insidecontent img
{
	display:inline;
	max-width:100%;
}
.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:#79d3c9;
}
/**上一篇下一篇 end**/
/**发布时间**/
.create_time
{
	width:100%;
	height:auto;
	font-size:15px;
	margin-top:15px;
	line-height:25px;
	color:#999;
	text-align:center;
	margin-bottom:30px;
}
/**发布时间 end**/
/**网站内页整体部分 end**/
/**栏目信息**/
/**内页菜单**/
.sitenavbg
{
	width:100%;
	height:auto;
	padding-top:50px;
	padding-bottom:30px;
}
.sitenav
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:90%;
	margin:auto;
	max-width:1600px;
}
.sitenav .grid
{
	margin-right:30px;
	margin-bottom:30px;
}
.sitenav .grid:last-child
{
	margin-right:0px;
}
.sitenav .grid a
{
	display:block;
	padding:5px 20px;
	box-sizing:border-box;
	border:1px solid #333;
	line-height:30px;
	cursor:pointer;
	transition:500ms;
	font-size:16px;
}
.sitenav .grid a:hover
{
	background:#79d3c9;
	color:#fff;
}
.sitenav .grid a.hover
{
	background:#79d3c9;
	color:#fff;
}
/**内页菜单 end**/
/**当前位置**/
.pathblockbg
{
	background:#faf7f2;
}
.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:30px;
    padding-bottom:10px;
}
.pathblock .path .websitename
{
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:25px;
	color:#999;
}
.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:#999;
}
.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**/
/**关于我们**/
/**简介**/
.aboutbg .indcatetit
{
	text-align:center;
}
.aboutbg .indcateline
{
	margin-bottom:60px;
}
.aboutbg1
{
	padding-top:0px;
}
.aboutuslist
{
	width:100%;
	height:auto;
}
.aboutuslist .grid
{
	width:100%;
	margin-bottom:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.aboutuslist .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.aboutuslist .grid:last-child
{
	margin-bottom:0px;
}
.aboutuslist .grid .wenzi
{
	width:48%;
}
.aboutuslist .grid .pic
{
	width:48%;
	border-radius:10px;
	overflow:hidden;
}
.aboutuslist .grid .pic .image
{
	width:100%;
	height:auto;
}
/**简介 end**/
/**荣誉**/
.aboutbg2
{
	background:#e4e4e4;
}
.honorlist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.honorlist .grid
{
	width:23.5%;
	margin-right:2%;
	background:#fff;
	margin-bottom:30px;
	transition:500ms;
}
.honorlist .grid:hover
{
	background:#666;
}
.honorlist .grid:nth-child(4n)
{
	margin-right:0px;
}
.honorlist .grid:nth-last-child(-n+4)
{
	margin-bottom:0px;
}
.honorlist .grid .link
{
	display:block;
	box-sizing:border-box;
	padding:30px 10px;
	overflow:hidden;
}
.honorlist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:70%;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
.honorlist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.honorlist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.honorlist .grid .link .title
{
	font-size:15px;
	line-height:25px;
	text-align:center;
}
.honorlist .grid .link:hover .title
{
	color:#fff;
}
/**荣誉 end**/
/**工厂**/
.aboutfablock
{
	width:100%;
	height:auto;
	margin-bottom:50px;
}
.aboutfablock .grid
{
	width:100%;
	margin-bottom:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.aboutfablock .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.aboutfablock .grid:last-child
{
	margin-bottom:0px;
}
.aboutfablock .grid .wenzi
{
	width:48%;
}
.aboutfablock .grid .pic
{
	width:48%;
	overflow:hidden;
}
.aboutfablock .grid .pic .image
{
	width:100%;
	height:auto;
}
.aboutfalist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.aboutfalist .grid
{
	width:30%;
}
.aboutfalist .grid .tb
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:30px;
}
.aboutfalist .grid .down
{
	width:100%;
	box-sizing:border-box;
	border-right:1px solid #333;
}
.aboutfalist .grid:last-child .down
{
	border-right:none;
}
.aboutfalist .grid .tb .image
{
	width:100%;
	max-width:220px;
}
.aboutfalist .grid .sd
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-end;
	margin-bottom:10px;
}
.aboutfalist .grid .sd .shuzi
{
	font-size:40px;
	color:#79d3c9;
	line-height:1;
	margin-right:10px;
	font-weight:600;
}
.aboutfalist .grid .sd .danwei
{
	font-size:18px;
	line-height:1;
	padding-bottom:5px;
}
.aboutfalist .grid .tit
{
	font-size:16px;
	line-height:25px;
	text-align:center;
}
/**工厂 end**/
/**关于我们 end**/
/**关于工厂**/
.aboutfacbg .indcatetit
{
	text-align:center;
}
.aboutfacbg
{
	padding-top:0px;
}
.aboutfacbg .indcateline
{
	margin-bottom:60px;
}
.aboutfacbg .aboutfaclist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.aboutfacbg .aboutfaclist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
}
.aboutfacbg .aboutfaclist .grid:nth-child(3n)
{
	margin-right:0px;
}
.aboutfacbg .aboutfaclist .grid .link
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutfacbg .aboutfaclist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:55%;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}
.aboutfacbg .aboutfaclist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.aboutfacbg .aboutfaclist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.aboutfacbg .aboutfaclist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.aboutfacbg .aboutfaclist .grid .link .title
{
	font-size:15px;
	text-align:center;
	line-height:25px;
	transition:500ms;
}
.aboutfacbg .aboutfaclist .grid:hover .link .title
{
	color:#79d3c9;
}
.aboutfacbg .aboutfaclist .pics
{
	display:none;
}
/**关于工厂 end**/
/**产品分类**/
.procatebg .indcatetit
{
	text-align:center;
}
.procatebg .indcateline
{
	margin-bottom:60px;
}
.procatelist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.procatelist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
}
.procatelist .grid:nth-child(3n)
{
	margin-right:0px;
}
.procatelist .grid .link
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.procatelist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:64%;
	position:relative;
	overflow:hidden;
	border-bottom:10px solid #79d3c9;
	margin-bottom:15px;
}
.procatelist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.procatelist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.procatelist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.procatelist .grid .link .tit
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	transition:500ms;
}
.procatelist .grid:hover .link .tit
{
	color:#79d3c9;
}
/**产品分类 end**/
/**产品列表**/
.productlistbg .indcatetit
{
	text-align:center;
}
.productlistbg .indcateline
{
	margin-bottom:60px;
}
.catelistblock
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.catelistblock .leftcateblock
{
	width:300px;
}
.catelistblock .rightcatelist
{
	width:calc(100% - 350px);
}
.pronavsearch
{
	width:100%;
	height:auto;
}
.pronavsearch .toptit
{
	width:100%;
	background:#000;
	padding:15px;
	box-sizing:border-box;
}
.pronavsearch .toptit .tit
{
	color:#fff;
	font-size:17px;
	line-height:1;
	box-sizing:border-box;
	padding-left:15px;
	position:relative;
}
.pronavsearch .toptit .tit::after
{
	content:'';
	width:4px;
	height:4px;
	background:#fff;
	border-radius:50%;
	position:absolute;
	z-index:10;
	left:0px;
	top:6px;
}
.pronavsearch .leftcate
{
	background:#f8f7f6;
	padding:15px;
	box-sizing:border-box;
	padding-bottom:30px;
}
.pronavsearch .leftcate .grid1
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.pronavsearch .leftcate .grid1 .link1
{
	display:block;
	border-bottom:1px solid #333;
	box-sizing:border-box;
	position:relative;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
	line-height:25px;
	transition:500ms;
}
.pronavsearch .leftcate .grid1:hover .link1
{
	color:#79d3c9;
}
.pronavsearch .leftcate .grid1.hover1 .link1
{
	color:#79d3c9;
}
.pronavsearch .leftcate .grid1 .link1::after
{
	content:'';
	width:4px;
	height:4px;
	background:#333;
	border-radius:50%;
	position:absolute;
	z-index:10;
	left:3px;
	top:20px;
	transition:500ms;
}
.pronavsearch .leftcate .grid1:hover .link1::after
{
	background:#79d3c9;
}
.pronavsearch .leftcate .grid1.hover1 .link1::after
{
	background:#79d3c9;
}
.pronavsearch .leftcate .subcatenav
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:15px;
	display:none;
}
.pronavsearch .leftcate .grid1.hover1 .subcatenav
{
	display:block;
}
.pronavsearch .leftcate .subcatenav .grid2
{
	width:100%;
	height:auto;
}
.pronavsearch .leftcate .subcatenav .grid2 .link2
{
	font-size:15px;
	line-height:25px;
	padding-left:15px;
	box-sizing:border-box;
	color:#666;
	transition:500ms;
}
.pronavsearch .leftcate .subcatenav .grid2.hover2 .link2
{
	color:#79d3c9;
}
.pronavsearch .leftcate .subcatenav .grid2:hover .link2
{
	color:#79d3c9;
}
.prolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.prolist .grid
{
	width:30.66%;
	height:auto;
	margin-right:4%;
	margin-bottom:30px;
}
.prolist .grid:nth-child(3n)
{
	margin-right:0px;
}
.prolist .grid .link
{
	display:block;
	width:100%;
}
.prolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	overflow:hidden;
	position:relative;
	border-bottom:10px solid #79d3c9;
}
.prolist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.prolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.prolist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.prolist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
	transition:500ms;
}
.prolist .grid:hover .link .title
{
	color:#79d3c9;
}
/**产品列表 end**/
/**产品详情**/
.proshowfir
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:30px;
    align-items:flex-start;    
}
.proshowfir .picarr
{
    width:48%;
    height:auto;
	position:relative;
}
.proshowfir .picarr .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.proshowfir .picarr .leftbtn-prev
{
	left:20px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.proshowfir .picarr .rightbtn-next
{
	right:20px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.proshowfir .picarr .picarrlist
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.proshowfir .picarr .picarrlist .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:66.66%;
}
.proshowfir .picarr .picarrlist .outpic .pic
{
    width:100%;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    border:1px solid #ccc;
    box-sizing:border-box;
    
}
.proshowfir .picarr .picarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.proshowfir .picarr .picarrlist .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.proshowfir .prorightcont
{
    width:48%;
    padding:30px 50px;
    box-sizing:border-box;
}
.proshowfir .prorightcont .protitle
{
    width: 100%;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.proshowfir .prorightcont .des
{
	font-size:15px;
	line-height:25px;
}
.proshowfir .prorightcont .des p
{
	font-size:15px;
	line-height:25px;
}
.productshowcontent
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productshowcontent .title
{
	width:100%;
	font-size:16px;
	line-height:25px;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	color:#666;
}
.protjtitle
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:32px;
    margin-bottom:50px;
    line-height:1.5;
}
.productviewblockbg2
{
	padding-top:0px;
}
/**产品详情 end**/
/**案例列表**/
.caselistbg1 .indcatetit
{
	text-align:center;
}
.caselistbg1 .indcateline
{
	margin-bottom:60px;
}
.caselistbg2
{
	padding-top:0px;
	padding-bottom:0px;
}
.caselistbg2 .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.caselistbg2 .pic .image
{
	width:100%;
	height:auto;
}
.caselistbg3
{
	/* padding-top:0px; */
}
.caselistbg3 .caselist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.caselistbg3 .caselist .grid
{
	width:32%;
	background:#e4e4e4;
	margin-right:2%;
	margin-bottom:30px;
}
.caselistbg3 .caselist .grid:nth-child(3n)
{
	margin-right:0px;
}
.caselistbg3 .caselist .grid .link
{
	display:block;
	width:100%;
	overflow:hidden;
	padding:10px;
	box-sizing:border-box;
}
.caselistbg3 .caselist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:66.66%;
	position:relative;
	margin-bottom:10px;
}
.caselistbg3 .caselist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.caselistbg3 .caselist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.caselistbg3 .caselist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.caselistbg3 .caselist .grid .link .title
{
	font-size:15px;
	line-height:25px;
	text-align:center;
	transition:500ms;
}
.caselistbg3 .caselist .grid:hover .link .title
{
	color:#79d3c9;
}
/**案例列表 end**/
/**案例展示**/
.caseshowfir
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding-bottom:50px;
	border-bottom:1px solid #999;
	margin-bottom:50px;
}
.caseshowfir .picarr 
{
	width:56%;
	position:relative;
	box-sizing:border-box;
}
.caseshowfir .picarr .smallblock
{
	width:100px;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
}
.caseshowfir .picarr .smallblock .btn
{
	width:100%;
	position:absolute;
	height:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.caseshowfir .picarr .smallblock .btn img
{
	height:25px;
}
.caseshowfir .picarr .smallblock .button-prev
{
	top:-30px;
}
.caseshowfir .picarr .smallblock .button-next
{
	bottom:-30px;
}
.caseshowfir .picarr .smallblock .gallery-thumbs
{
	height:100%;
	width:100%;
	overflow:hidden;
}
.caseshowfir .picarr .smallblock .gallery-thumbs .pic
{
	width:100%;
	height:100%;
	cursor:pointer;
	box-sizing: border-box;
	border:1px solid #eee;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.caseshowfir .picarr .smallblock .gallery-thumbs .pic .image
{
	/* width:100%;
	height:100%;
	object-fit:cover; */
	opacity:0.8;
	max-width:100%;
	max-height:100%;
}
.caseshowfir .picarr .smallblock .gallery-thumbs .swiper-slide-thumb-active .pic
{
	border:1px solid #79d3c9;
}
.caseshowfir .picarr .smallblock .gallery-thumbs .swiper-slide-thumb-active .pic .image
{
	opacity:1;
}
.caseshowfir .picarr .bpic
{
	width:calc(100% - 120px);
	margin-left:120px;
	position:relative;
}
.caseshowfir .picarr .bpic .arr
{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	z-index:10;
	width:40px;
	cursor:pointer;
	display:none;
}
.caseshowfir .picarr .bpic:hover .arr
{
	display:block;
}
.caseshowfir .picarr .bpic .arr .image
{
	width:100%;
	height:auto;
}
.caseshowfir .picarr .bpic .leftbtn-prev
{
	left:50px;
}
.caseshowfir .picarr .bpic .rightbtn-next
{
	right:50px;
}
.caseshowfir .picarr .bpic .outpic
{
	width:100%;
	position:relative;
	padding-bottom:66.66%;
	height:auto;
}
.caseshowfir .picarr .bpic .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	box-sizing:border-box;
	border:1px solid #eee;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.caseshowfir .picarr .bpic .outpic .pic .image
{
	/* width:100%;
	height:100%;
	object-fit:cover; */
	max-width:100%;
	max-height:100%;
}
.caseshowfir .caseinfo
{
	width:40%;
	height:auto;
}
.caseshowfir .caseinfo .casebigtit
{
	font-size:25px;
	margin-bottom:10px;
	line-height:1;
}
.caseshowfir .caseinfo .xingji
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:10px;
}
.caseshowfir .caseinfo .xingji .wz
{
	width:60px;
	line-height:34px;
	text-align-last:justify;
	font-size:18px;
	color:#000;
}
.caseshowfir .caseinfo .xingji .xing
{
	width:calc(100% - 65px);
	display:flex;
	flex-wrap:wrap;
}
.caseshowfir .caseinfo .xingji .xing .image
{
	width:25px;
	margin-right:2px;
}
.caseshowfir .caseinfo .xingji .xing .image:last-child
{
	margin-right:0px;
}
.caseshowfir .caseinfo .fangjian
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:10px;
}
.caseshowfir .caseinfo .fangjian .wz
{
	width:60px;
	line-height:25px;
	text-align-last:justify;
	font-size:18px;
	color:#000;
}
.caseshowfir .caseinfo .fangjian .num
{
	width:calc(100% - 65px);
	display:flex;
	flex-wrap:wrap;
	font-size:18px;
	line-height:25px;
	box-sizing: border-box;
	padding-left:5px;
}
.caseshowfir .caseinfo .summary
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
}
.caseshowfir .caseinfo .summary p
{
	font-size:15px;
	line-height:25px;
} 
.caseShowBlock .caseconent
{
	width:100%;
	height:auto;	
}
.caseShowBlock .caseconent .bigtit
{
	font-size:16px;
	line-height:1;
	color:#333;
	margin-bottom:30px;
}
/**案例展示 end**/
/**新闻展示**/
.newslistbg .indcatetit
{
	text-align:center;
}
.newslistbg
{
	padding-top:0px;
}
.newslistbg .indcateline
{
	margin-bottom:60px;
}
.newslistbg .newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslistbg .newslist .grid
{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.newslistbg .newslist .grid .link
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	background:#e4e4e4;
}
.newslistbg .newslist .grid .link .outpic
{
	width:22%;
}
.newslistbg .newslist .grid .link .outpic .pic
{
	width:100%;
	/* padding-bottom:52%; */
	position:relative;
	height:100%;
	overflow:hidden;
}
.newslistbg .newslist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:500ms;
}
.newslistbg .newslist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.newslistbg .newslist .grid .link .right
{
	width:78%;
	box-sizing: border-box;
	padding:30px;
}
.newslistbg .newslist .grid .link .right .title
{
	width:100%;
	font-size:18px;
	line-height:25px;
	margin-bottom:10px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	transition:500ms;
}
.newslistbg .newslist .grid:hover .link .right .title
{
	color:#79d3c9
}
.newslistbg .newslist .grid .link .right .des
{
	font-size:15px;
	line-height:25px;
	height:50px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom:10px;
	transition:500ms;
}
.newslistbg .newslist .grid:hover .link .right .des
{
	color:#79d3c9
}
.newslistbg .newslist .grid .link .right .time
{
	text-align:right;
	font-size:0;
}

.newslistbg .newslist .grid .link .right .time span
{
	display:inline-block;
	vertical-align:bottom;
	color:#79d3c9;
}
/* .newslistbg .newslist .grid:hover .link .right .time span
{
	color:#79d3c9;
} */
.newslistbg .newslist .grid .link .right .time span.ri
{
	font-size:30px;
	line-height:1;
	
}
.newslistbg .newslist .grid .link .right .time span.yue
{
	font-size:15px;
}
/**新闻展示 end**/
/**联系我们**/
.contactbg1
{
	background:#e4e4e4;
}
.contactbg1 .gsm
{
	font-size:20px;
	line-height:1;
	margin-bottom:15px;
}
.contactbg1 .contactinfo 
{
	display:flex;
	flex-wrap:wrap;
}
.contactbg1 .contactinfo .tit
{
	font-size:20px;
	line-height:25px;
	color:#79d3c9;
}
.contactbg1 .contactinfo .des
{
	font-size:15px;
	line-height:25px;
	color:#333;
}
.contactbg1 .contactinfo .grid
{
	margin-bottom:15px;
}
.contactbg1 .contactinfo1 .grid
{
	width:48%;
	margin-right:4%;
}
.contactbg1 .contactinfo1 .grid:nth-child(2n)
{
	margin-right:0px;
}
.contactbg1 .contactinfo2 .grid
{
	width:100%;
}
.contactbg1 .contactinfo .grid .des span
{
	margin-right:10px;
}
.contactbg1 .contactinfo .grid .des span:last-child
{
	margin-right:0px;
}
.contactbg1 .contactinfo .grid .des a
{
	color:#333;
	transition:500ms;
}
.contactbg1 .contactinfo .grid .des a:hover
{
	color:#79d3c9;
}
.contactblock2 .indcatetit
{
	text-align:center;
}
.contactblock2 .des
{
	font-size:16px;
	line-height:25px;
	margin-bottom:40px;
	text-align:center;
}
.contactblock2 .indmsg .first .grid
{
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
.contactblock2 .indmsg .first .grid:nth-child(2n)
{
	margin-right:0px;
}
.contactblock2 .indmsg .first
{
	margin-bottom:0px;
}
.contactblock2 .indmsg .submit
{
	margin:auto;
	background: #79d3c9;
}
.contactblock2  .indmsg .submit:hover
{
	background:#131313;
}
/**联系我们 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;
	display:inline-block;
	vertical-align:middle;
}

.Pagination__Nav a {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
	display:inline-block;
	vertical-align:middle;
}

.Pagination__Nav .is-active {
    background:#79d3c9;
	color:#fff;
	vertical-align:middle;

}

.Pagination__Nav span:hover {
    background:#79d3c9;
	color:#fff;
}

.Pagination__Nav a:hover {
    background:#79d3c9;
	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:#79d3c9;
	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;
	display:block;
}
.rightnav .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .extitle
{
	position:absolute;
	top:0px;
	right:40px;
	height:auto;
	min-height:40px;
	background:#79d3c9;
	box-sizing:border-box;
	padding:0px 20px;
	display:none;
	justify-content:center;
	align-items:center;
	align-content:center;
	z-index:100;
}
.rightnav .sgrid .link .extitle .extitblock
{
	width:100%;
	font-size:15px;
	line-height:1;
	color:#fff;
	white-space:nowrap;
}
.rightnav .sgrid .link .extitle .extitblock p
{
	color:#fff;
	white-space:nowrap;
}
.rightnav .sgrid .link .extitle .extitblock a
{
	color:#fff;
	white-space:nowrap;
}
.rightnav .sgrid .link:hover .extitle
{
	display:flex;
}
.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**/


