* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body,
html {
	width: 100%;
	height: 100%;
}

.wrap {
	padding-top: 87px;
	height: 100%;
}

.headwrap {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.headwire {
	width: 100%;
	height: 7px;
	background: #008024;
}

.header {
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
	background: #FFFFFF;
	height: 80px;
}

.logoimg {
	width: 329px;
	height: 31px;
	font-size: 0;
	padding-left: 64px;
}

.logoimg img {
	width: 329px;
	height: 31px;
	display: block;
}

.linkwrap {
	display: flex;
	align-items: center;
	width: calc(100% - 400px);
	box-sizing: border-box;
	padding-right: 100px;
	justify-content: flex-end;
}

.linklist {
	width: calc(100% - 150px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.linklist li {
	margin-right: 5%;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
}

.active-li {
	color: #26753E !important;
	position: relative;
}

.active-li::after {
	content: '';
	width: 80%;
	height: 3px;
	background: #00972B;
	position: absolute;
	bottom: -20px;
	left: 10%;
}





.banner {
	width: 100%;
	height: calc(100% - 87px);
}

.banner .swiper {
	height: 100%;
}

.banner img {
	width: 100%;
	height: 100%;
}

.swiper {
	--swiper-theme-color: #CCCCCC;
}

.aboutwrap {
	box-sizing: border-box;
	width: 100%;
	background: #FFFFFF;
	padding: 60px 260px;
}

.imgbox {
	text-align: center;
	font-size: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	opacity: 0;
}

.imgbox img {
	width: 318px;
	height: 67px;
}

.aboutcontent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.aboutleft {
	display: flex;
	align-items: center;
	margin-top: 80px;
}

.aboutleft img {
	width: 654px
}

.about2 {
	margin: 0 15px;
}

.aboutright {
	width: 682px;
	margin-top: 80px;
	margin-left: 40px;
	position: relative;
}

.abouttext {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 30px;
	margin-bottom: 20px;
	text-indent: 2em;
}

.abubtn {
	position: absolute;
	right: 0;
	width: 223px;
	height: 66px;
	cursor: pointer;
}

.productwrap {
	width: 100%;
	box-sizing: border-box;
	background: #FAFAFA;
	padding: 90px 260px 150px 260px;
}

.producimg {
	width: 100%;
	display: flex;
	justify-content: center;
	opacity: 0;
}

.producimg img {
	width: 265px;
	height: 68px;
	display: block;
}

.productimgwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 73px;
	opacity: 0;
}

.productimgbox1 {
	width: 33%;
}

.productimgbox {
	width: 100%;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
}

.productimgbox img {
	width: 100%;
}

.producttext {
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 4px;
	background: rgba(0, 0, 0, 0.4);
}

.productimgbox:hover .producttext {
	opacity: 0;
}

.productimgbox:hover .productback {
	opacity: 1;
}

.productback {
	width: 100%;
	height: calc(100% - 4px);
	background: rgba(0, 128, 36, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
}

.proname {
	font-size: 22px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.prochak {
	width: 106px;
	height: 39px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 39px;
	text-align: center;
	margin-top: 15px;
}

.zizhiwrap {
	width: 100%;
	height: 390px;
	background: url(../images/zizhi.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	box-sizing: content-box;
	box-sizing: border-box;
	padding: 0 260px;
	justify-content: space-between;
}

.h-zizhiwrap {
	display: none;
}

.zizhileft {}

.lefttitile {
	font-size: 26px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 54px;
}

.lefttext {
	width: 362px;
	height: 77px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 90px;
}

.zizhiright {
	width: 625px;
	position: relative;
}

.zizhiright img {
	width: 193px;
	height: 256px;
	display: block;
}
.zizhiright p {
	color: #fff;
	font-size: 14px;
        margin-top: 5px;
	text-align: center;
}
.zizhiright .swiper-button-nexts {
	width: 24px;
	height: 23px;
	background: url(../images/ziyou.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: calc(100% + 20px);
	bottom: 0px;
}

.zizhiright .swiper-button-prevs {
	width: 24px;
	height: 23px;
	background: url(../images/zizuo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -80px;
	bottom: 0px;
}

.detailsimg {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.probantow .swiper-slide:hover img {
	transform: scale(1.1);
	transition: all 1.1s;
	}

/* .protowswiper .swiper-slide {
	width: 30% !important;
	margin-right: 5% !important;
} */
.equipwrap {
	width: 100%;
	box-sizing: border-box;
	padding: 90px 260px;
	background: url(../images/equipwrap.png);
	background-repeat: no-repeat;
 
}

.equipimg {
	margin: 0 auto;
	opacity: 0;
}

.equipimg img {
	width: 365px;
	height: 68px;
	display: block;
	margin: 0 auto;
}
.equiimg{
	opacity: 0;
}
/* .equiimg img {
	width: 100%;
	margin-top: 88px;
} */

.morebtn {
	width: 147px;
	margin: 0 auto;
	margin-top: 68px;
	cursor: pointer;
}

.chakan1 {
	width: 147px;
	height: 44px;
	background: #FFAE00;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
	display: none;
}

.chakan2 {
	width: 147px;
	height: 44px;
	background: #FFAE00;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
}
.chakan2 a {	color: #FFFFFF;}

.chakan2:hover {
	background: #FFAE00;
}

.chakan2 img {
	margin-left: 10px;
}

/* .morebtn:hover .chakan2{
	display: none;
}
.morebtn:hover .chakan1{
	display: block;
} */
.newswrap {
	width: 100%;
	box-sizing: border-box;
	padding: 90px 260px;
	background: #FAFAFA;
}

.newsimg {
	margin: 0 auto;
	opacity: 0;
}

.newsimg img {
	width: 177px;
	height: 73px;
	display: block;
	margin: 0 auto;
}

.newwrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 78px;
	opacity: 0;
}

.newbox {
	width: 30%;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
	padding-bottom: 30px;
	cursor: pointer;
}

.newbox img {
	width: 100%;
	/* height: 317px; */
	transform: scale(1);
	transition: all 1s;
}

.newbox:hover img {
	transform: scale(1.1);
	transition: all 1.1s;
}

.newbox:hover .newtitle {
	color: #1A8A49;
}
.newbox:hover .newtitle a {
	color: #1A8A49;
}
.newtitle {
	font-size: 18px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	padding-left: 20px;
	position: relative;
	margin-top: 20px;
	;
}

.newtitle::after {
	content: '';
	width: 4px;
	height: 17px;
	background: #BFBFBF;
	position: absolute;
	left: 0;
	top: 5px;
}

.newtext {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #999999;
	margin-top: 20px;
}

.newbtnbox {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: 20px;
	font-size: 14px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #999999;
	justify-content: space-between;
}

.footercent {
	width: 86px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.footercent img {
	width: 86px;
	height: 86px;
	display: block;
}

a {
	outline: none;
	text-decoration: none;
	color: #333333;
}

.h-banner {
	display: none;
}

.h-equiimg {
	display: none;
}

.h-zizhiright {
	display: none;
}

@keyframes slideUp {
	from {
		margin-top: 300px;
		/* 设置开始动画的位置 */
		opacity: 0;
	}

	to {
		margin-top: 0;
		/* 设置结束动画的位置 */
		opacity: 1;
	}
}

.animated {
	animation-name: slideUp;
	/* 指定动画名称 */
	animation-duration: 0.5s;
	/* 设置动画持续时间 */
	animation-timing-function: ease-in-out;
	/* 设置动画的时间函数 */
	animation-fill-mode: forwards;
	/* 设置动画结束时元素应该保持的状态 */
}

.aboutanim{
	position: relative;
}

@keyframes slideUps {
	from {
		margin-top: 300px;
		/* 设置开始动画的位置 */
		opacity: 0;
	}

	to {
		martgin-top: 0;
		/* 设置结束动画的位置 */
		opacity: 1;
	}
}

.animateds {
	animation-name: slideUps;
	/* 指定动画名称 */
	animation-duration: 0.8s;
	/* 设置动画持续时间 */
	animation-timing-function: ease-in-out;
	/* 设置动画的时间函数 */
	animation-fill-mode: forwards;
	/* 设置动画结束时元素应该保持的状态 */
}

.equwrap{
	width: 100%;
	/* height: 200px; */
	/* border: 1px solid red; */
	margin-top: 90px;
}

.eqtop{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.eqbox{
	/* width: 6%; */
	width: 228px;
	
}
.eqimg{
	width: 228px;
	height: 228px;
	box-sizing: border-box;
	border: 6px solid #00972B;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.eqimg img{
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.eqp{
	width: 228px;
	text-align: center;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #00972B;
	line-height: 22px;
	margin-top: 15px;
}
.eqy{
	width: 228px;
	font-size: 0;
	margin-top: 15px;
	z-index: 99;
	position: relative;
}
.eqy img{
	width: 17px;
	height: 17px;
	display: block;
	margin: 0 auto;
	
}

.xian{
	width: calc(100% - 215px);
	font-size: 0;	
	position: relative;
	z-index: 0;
	margin: 0 auto;
	margin-top: -8px;
}
.xian img{
	width: 100%;
	height: 2px;
}

.eqbtm{
	display: flex;
	align-items: center;
	/* justify-content: center; */
}


.probantow {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 23px;
}
.probantow .slideremake{text-align: center;}

.probantow .swiper-button-nextst {
	width: 43px;
	height: 43px;
	background: url(../images/z26.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -65px;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.probantow .swiper-button-nextst:hover{
	width: 43px;
	height: 43px;
	background: url(../images/z26actv.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -65px;
	top: 50%;
	transform: translate(0, -50%);
}


.probantow .swiper-button-prevst {
	width: 43px;
	height: 43px;
	background: url(../images/z25.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -65px;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.probantow .swiper-button-prevst:hover {
	width: 43px;
	height: 43px;
	background: url(../images/z25actv.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -65px;
	top: 50%;
	transform: translate(0, -50%);
}

@media screen and (max-width:960px) {





	.probantow .swiper-button-nextst {
		width: 30px;
		height: 30px;
		background: url(../images/z26.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: -40px;
		top: 50%;
		transform: translate(0, -50%);
		cursor: pointer;
	}
	
	.probantow .swiper-button-nextst:hover{
		width: 30px;
		height: 30px;
		background: url(../images/z26actv.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: -40px;
		top: 50%;
		transform: translate(0, -50%);
	}
	
	
	.probantow .swiper-button-prevst {
		width: 30px;
		height: 30px;
		background: url(../images/z25.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: -40px;
		top: 50%;
		transform: translate(0, -50%);
		cursor: pointer;
	}
	
	.probantow .swiper-button-prevst:hover {
		width: 30px;
		height: 30px;
		background: url(../images/z25actv.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: -40px;
		top: 50%;
		transform: translate(0, -50%);
	}

	
	.banner {
		display: none;
	}

	.h-banner {
		display: block;
		margin-top: 50px;
	}

	.h-banner img {
		width: 100%;
	}

	.f-addimg {
		width: 100px;
		height: 100px;
	}

	.f-rightdiv {
		margin-left: 10px;
	}

	.aboutwrap {
		padding: 0;
		padding-top: 20px;
	}

	.imgbox img {
		width: 159px;
		height: 33.5px;
	}

	.aboutleft {
		margin-top: 40px;
	}

	.aboutleft img {
		width: 100%;
	}

	.aboutright {
		width: 100%;
		margin: 0;
		padding: 20px 22px;
	}

	.abubtn {
		position: inherit;
		display: block;
		margin: 0 auto;
		width: 149px;
		height: 44px;
	}

	.productwrap {
		padding: 20px 0;
	}


	.equipwrap {
		padding: 20px 0;
	}

	.newswrap {
		padding: 20px 0;
	}

	.producimg img {
		width: 132.5px;
		height: 34px;
	}

	.productimgwrap {
		box-sizing: border-box;
		padding: 22px 44px;
		margin-top: 20px;
	}

	.producttext {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.equipimg img {
		width: 182.5px;
		height: 34px;
	}

	.h-equiimg {
		display: block;
		box-sizing: border-box;
		padding: 22px;
	}

	.h-equiimg img {
		width: 100%;
	}

	.equiimg {
		display: none;
	}

	.zizhiwrap {
		/* display: none; */
		padding: 0 22px;
	}

	.zizhileft {
		width: 74%;
		padding-top: 10px;
	}

	.lefttitile {
		font-size: 16px;margin-bottom: auto;
	}

	.lefttext {
		width: 100%;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: auto;
	}

	.zizhiright {
		display: none;
	}

	.h-zizhiright {
		display: block;
		width: 15%;
		position: relative;
	}

	.h-zizhiright .swiper-button-nextss {
		width: 16px;
		height: 16px;
		background: url(../images/ziyou.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: calc(100% + 10px);
		bottom: 0px;
	}

	.h-zizhiright .swiper-button-prevss {
		width: 16px;
		height: 16px;
		background: url(../images/zizuo.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: -50px;
		bottom: 0px;
	}

	.chakan2 {
		width: 98px;
		height: 29px;
		font-size: 14px;
	}

	.chakan2 img {
		width: 15px;
	}

	.chakan1 {
		width: 98px;
		height: 29px;
		font-size: 14px;
		line-height: 29px;
	}

	.newsimg img {
		width: 118px;
		height: 49px;
	}

	.morebtn {
		margin-top: 22px;
	}

	.newwrap {
		margin-top: 30px;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 0 22px;
	}

	.newbox {
		width: 48%;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.newtitle {
		margin-top: 10px;
		font-size: 14px;
	}

	.newtitle::after {
		content: '';
		width: 4px;
		height: 17px;
		background: #BFBFBF;
		position: absolute;
		left: 0;
		top: 0px;
	}

	.newtext {
		font-size: 12px;
		padding: 0 8px;
	}

	.newbtnbox {
		margin-top: 15px;
		padding: 0 8px;
	}




	.eqbox{width: 33%;}
	.equwrap {
	 
		margin-top: 30px;
	}
	.eqy {
		width: 17px;
		font-size: 0;
		margin-top: 15px;
		z-index: 99;
		position: relative;
	 
		margin-left: 44px;
	}
	.eqp {
		width: 103px;margin-top: 10px; font-size: 16px;}
	.eqimg {
		width: 103px;
		height: 103px;
		box-sizing: border-box;
		border: 3px solid #00972B;
		border-radius: 50%;
		position: relative;
		overflow: hidden;
	}
	.xian {
		width: 100% ;
		
	}
}



/**Banner图片**/
#IndexBan{ overflow: hidden; }
#IndexBan img{ width: 100%; display: block; }
#IndexBan .swiper-slide{ opacity: 0.6;}
#IndexBan .swiper-slide-active{ opacity: 1;}
#IndexBan .pc{ display: block;}
#IndexBan .phone{ display: none;}
#IndexBan .none{ display: none;}
#IndexBan .point{ position: absolute; bottom: 30px; left: 0; z-index: 5; width: 100%; text-align: center; }
#IndexBan .point .swiper-pagination-bullet{ transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; 
	border:0px solid #007e3b; border-radius: 22px; background:#ffffff; height: 22px; width: 22px; margin:0 7px; opacity: 1; }
#IndexBan .point .swiper-pagination-bullet-active{ background:#007e3b; }
/**公共Banner**/
#AutoBanner{ position: relative; overflow: hidden; }
#AutoBanner img{ animation: banrun1 15s linear infinite; }
#AutoBanner .pc{ display: block; }
#AutoBanner .phone{ display: none; }
#AutoBanner .cont{ position: absolute; display: block; top: 50%; left: 0; width: 98%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
#AutoBanner .title{ font-size: 36px; line-height: 1.2em; color:#fff; font-weight:bold; margin-bottom: 3px; }
#AutoBanner .ltitle{ font-size: 16px; line-height: 1.2em; color:#fff; }
@keyframes scaleAnim{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
	 
}
@keyframes banrun1{
	0%{transform: scale(1)}
	50%{transform: scale(1.05)}
	100%{transform: scale(1)}
}
@keyframes rns{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}












/*banner 内容部分*/
.ibanner{position:relative;   }
.ibanner .item{height:850px; overflow:hidden; position:relative;}
.ibanner .owl-carousel .owl-item img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none; }
/* .ibanner .owl-carousel .active img{animation: banrun1 14s linear; } */
.ibanner .owl-carousel .item img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none;}

@keyframes banrun1{
	0%{transform: scale(1.2)}
  100%{transform: scale(1)}
 
}
.ibanner .owl-carousel .item{}
.ibanner .owl-carousel.owl-loaded .item{opacity:1; visibility:visible;}
.ibanner .owl-carousel .item video{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none; }
.ibanner .owl-nav{width:100%; position:absolute; left:0; top:50%; margin-top:-48px;}
.ibanner .owl-nav div{font-size:55px;}
.ibanner .owl-nav .owl-prev{float:left;}
.ibanner .owl-nav .owl-next{float:right;}
.ibanner .owl-carousel .owl-dots{position:absolute; z-index:10; bottom:36px; left:0%;  width:100%; text-align:center;}
.ibanner .owl-carousel .owl-dot{width:14px; height:14px; background:rgba(255,255,255,1); margin:0 5px;border-radius:50%; display:inline-block;}
.ibanner .owl-carousel .owl-dot.active{background:#007e3b;}
.ibanner .iban_word {width:100%; position:absolute; left:0; top:219px; z-index:3}
.ibanner .iban_word .intro{position:relative;}
.ibanner .iban_word .intro .box{width:574px; position:absolute; right:0; top:0}
.ibanner .iban_word .intro .line{width:77px; height:7px; background:#fff; margin-bottom:30px;}
.ibanner .iban_word .intro .tit{font-size:54px; line-height:54px; color:#fff; font-family:Impact; text-transform:uppercase;}
.ibanner .iban_word .intro .con{font-size:30px; line-height:30px; color:#fff; margin:30px 0 55px;}
.ibanner .iban_word .intro .more{display:block; width:168px; height:43px; line-height:43px; color:#fff; font-size:15px; text-align:center; border:1px solid #fff;}
.ibanner .iban_word .intro .more:hover{background:#bd0007; border-color:#bd0007;}
.ibanner .owl-nav{width:100%; position:absolute; left:0; top:50%; margin-top:-48px;}
.ibanner .owl-nav div{font-size:55px; color:#fff;}
.ibanner .owl-nav .owl-prev{float:left; display: none;}
.ibanner .owl-nav .owl-next{float:right;display: none;}