.banner{
	position: relative;
	z-index: 1;
	min-height: 450px;
	max-height: 100vh;
	padding-top: 51%;
}

.banner img{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;

}

.product_wrap{
	
	position: relative;
	z-index: 2;
	
	
}

.product_wrap2{

	background: #f7f8f9;
	padding-bottom: 4%;
}

.title1{
	display: block;
	text-align: center;
	
	font-weight: bold;
	color: #007b38;
	line-height: 1.4;
}

.title2{
	text-align: center;
	color: #007b38;
	line-height: 1.2;
	text-transform: uppercase;
}

.p{
	transition: transform linear .5s;
	display: flex;
}

.p:hover{
	transform: translateY(-10px);
}

.pro_sep{
	margin-top: 4%;
	padding-top: 32%;
	position: relative;
	

}

.pro_sep_top{
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}


.pro_sep_bot{
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}

.p{
	
	width: 20%;
}

.pro_sep_bot .p{
	margin-right: 6.6%;
}
.pro_sep_bot .p:last-child{
	margin-right: 0;
}




.pro_sep2{
	width: 100%;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 4%;
}




@media screen and (max-width: 800px){
	.pro_sep{
		
		display: none;
	}
	.pro_sep2{
		
		display: block;
	}
}

.bottom_wrap2{
	background: #007b38;
	
}




.bottom_wrap3_top{
	padding-top: 3%;
	padding-bottom: 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.bottom_wrap3_bot{
	border-top: 1px solid #ddd;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;

}
.bottom_wrap3_bot span{
	text-transform: uppercase;
}
.bottom_wrap3_bot a{
	color: #fff;
	margin-left: 20px;
	margin-right: 20px;

}

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

	.bottom_wrap3_bot{
	
	height: 50px;
	

	}
	.bottom_wrap3_bot .fangke{
		display: none;
	}
	.bottom_wrap3_bot a{
		display: none;

	}
}



.bottom_wrap3_left{
	display: flex;
	flex-direction: column;
	flex: 1;
}
.bottom_wrap3_right{
	display: flex;
	width: 24%;
	align-items: center;
	
}
.wechat_item{
	width: 43%;
	margin-right: 7%;
}
.wechat_item:last-child{
	margin-right: 0;
}




.bottom_wrap3_title{
	color: #fff;
}
.bottom_wrap3_desc{
	display: flex;
	justify-content: flex-start;
	margin-top: 3%;
	flex-wrap: wrap;
}
.bottom3_left{
	margin-right: 3%;
	
	line-height: 2.14;
	color: #fff;

}


@media screen and (max-width: 800px){
	.bottom_wrap3_left{
		width: 100%;
	}
	.bottom_wrap3_right{
		width: 100%;
		margin-top: 3%;
	}
	.wechat_item{
		width: 30%;
	}
	.bottom3_left{
		width: 97%;

	}
	
}








.about_wrap{
	padding-top: 4%;
	padding-bottom: 4%;
	background: linear-gradient(45deg,#64b12d,#007b38);
	display: flex;
	justify-content: space-between;

	flex-wrap: wrap;
}

.about_left{
	width: 55.4%;
	overflow: hidden;
	position: relative;
}

.about_left .swiper-pagination-bullets{
	
	position: absolute;
	z-index: 100;
	display: flex;
	justify-content: center;
	z-index: 100;
	bottom: 30px !important;
}

.about_left .swiper-pagination-bullets .swiper-pagination-bullet{
	background: #007b38;
	width: 24px;
	height: 24px;
	border-radius: 20px;
}


.about_left .swiper-pagination-bullets .swiper-pagination-bullet{
	background: #000;
	width: 12px;
	height: 12px;
	border-radius: 20px;
}
.about_left .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
 	background: #007b38
}
.about_right{
	width: 40%;
}

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

	.about_left{
		width: 100%;
	}

	.about_right{
		width: 100%;
		margin-top: 4%;
	}
}




.imgx{
	padding-top: 77%;
	width: 100%;
	display: block;
	position: relative;
	background: #fff;
}
.about_center{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.imgx img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	object-fit: cover;
}

.about_right_desc{
	line-height: 1.67;
	color: #fff;
}

.about_right_desc p{
	
	margin-bottom: 2%;

}

.about_right_title{
	color: #fff;
	font-weight: bold;
	margin-bottom: 2%;
}


.learn_more{
	width: 190px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:50px;
	border:1px solid #fff;
}

.learn_more span{
	color: #fff;
}
.learn_more img{
	width: 24px;
	display: block;
	margin-left: 10px;
	vertical-align: center;
}


@media screen and (max-width: 1400px){
	.learn_more{
		width: 170px;
		height: 46px;
		
		
	}
	.learn_more img{
		width: 22px;
	}

}
@media screen and (max-width: 1200px){
	.learn_more{
		width: 150px;
		height: 42px;
		
		
	}
	.learn_more img{
		width: 20px;
	}

}

@media screen and (max-width: 1000px){
	.learn_more{
		width: 130px;
		height: 38px;
		
		
	}
	.learn_more img{
		width: 18px;
	}

}

@media screen and (max-width: 800px){
	.learn_more{
		width: 110px;
		height: 34px;
		
		
	}
	.learn_more img{
		width: 16px;
	}

}


.company_display_inner{
	padding-top: 2%;
	padding-bottom: 2%;
	background: #f7f8f9;
}

.company_img_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:3%;
}


.left_btn{
	width: 30px;
	height: 30px;
	background: url("../images/left.png") no-repeat center center #64b12d;
	border-radius: 30px;
	margin-right: 12px;
}
.right_btn{
	width: 30px;
	height: 30px;
	background: url("../images/right.png") no-repeat center center #64b12d;
	border-radius: 30px;
	margin-left: 12px;

}

.img_center{
	display: flex;
	flex:1;
	align-items: center;
	overflow: hidden;
}
.company_wrapx{
	width: 100%;

}

.part_wrapx{
	width: 100%;

}
.company_itemx{
	padding-top:65%;
	width: 100%;
	position: relative;

}


.company_itemx img{
	width:100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.part_itemx{
	padding-top:76.875%;
	width: 100%;
	position: relative;

}


.part_itemx img{
	width:100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

