.home-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 1.35rem;
}
.bannerSwiper{
	position: relative;
	z-index: 5;
}
.bannerSwiper img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.pc-h-banner{
	display: block;
}
.mobile-h-banner{
	display: none;
}
.bannerSwiper .swiper-slide-active img{
	/*animation: changeScale 1 2.5s;*/
}
.home-product{
	background: #ecf0f3;
}
.home-product-search{
	width: 100%;
	height: 1.06rem;
	background: #fff;
	display: flex;
	align-items: center;
}
.recommend-pro-title{
	width: 26.666%;
	height: 100%;
	background: #148f2d;
	padding-right: 0.74rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.product-title-nr{
	display: flex;
}
.product-title-nr span{
	font-size: 0.64rem;
	color: #ffffff;
	opacity: 0.3;
	line-height: 1;
}
.recommend--name{
	padding-top: 0.05rem;
	padding-left: 0.1rem;
}
.recommend--name h3{
	font-size: 0.3rem;
	color: #fff;
	line-height: 1.2;
}
.recommend--name h4{
	font-size: 0.14rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: 0.3;
	margin-top: 0.02rem;
}
.home-product-sp{
	width: 44.635%;
	height: 100%;
	padding-left: 0.4rem;
	padding-right: 0.6rem;
	display: flex;
	align-items: center;
}
.home-product-sp p{
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
}
.pro-search-input{
	width: 16.21%;
	height: 0.44rem;
	position: relative;
}
.pro-search-input input{
	display: block;
	width: 100%;
	height: 0.44rem;
	border: 0.01rem solid #6e6e6e;
	outline: none;
	background: #FFFFFF;
	border-radius: 0.44rem;
	padding-left: 0.2rem;
	padding-right: 0.52rem;
	font-size: 0.16rem;
	color: #333;
	position: relative;
	z-index: 2;
}
.pro-search-btn{
	width: 0.34rem;
	height: 0.34rem;
	border-radius: 50%;
	background: #148f2d;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0.08rem;
	top: 0.05rem;
	z-index: 10;
	cursor: pointer;
}
.pro-search-btn img{
	display: block;
	width: 0.2rem;
}
.home-product-content{
	padding: 0.8rem 0 0.7rem;
}
.home-product-title{
	margin: 0 auto;
	width: 4.26rem;
	height: 0.68rem;
	border-radius: 0.68rem;
	border: 0.01rem solid #838287;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.56rem;
}
.product-title-name{
	display: flex;
}
.product-title-name span{
	font-size: 0.34rem;
	line-height: 1.4;
	font-weight: bold;
}
.product-title-name span:nth-child(1){
	color: #148f2d;
	margin-right: 0.14rem;
}
.product-title-name span:nth-child(2){
	color: #000000;
}
.home-product-title p{
	padding: 0 0.1rem;
	font-size: 0.18rem;
	color: #333333;
	white-space: nowrap;
	line-height: 1.4;
	background: #ecf0f3;
	position: absolute;
	bottom: -0.16rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.h-proImg{
	width: 100%;
	overflow: hidden;
}
.h-proImg img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.h-proName{
	background: #fff;
	padding: 0.1rem 0.4rem;
}
.h-proName h3{
	font-size: 0.24rem;
	color: #333333;
	font-weight: normal;
	line-height: 1.4;
	transition-duration: 0.5s;
}
.h-proName p{
	font-size: 0.16rem;
	color: #333333;
	line-height: 1.4;
	opacity: 0.3;
	transition-duration: 0.5s;
}
.proSwiper .swiper-slide:hover .h-proImg img{
	transform: scale(1.1);
}
.proSwiper .swiper-slide:hover .h-proName h3{
	color: #19a250;
}
.proSwiper .swiper-slide:hover .h-proName p{
	color: #19a250;
}
.home-product-swiper .swiper-pagination{
	position: relative;
	margin-top: 0.2rem;
	bottom: 0;
}
.home-product-swiper .swiper-pagination .swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
	background: #19a250;
	border-radius: 0.12rem;
	opacity: 1;
	margin: 0 0.07rem !important;
	transition-duration: 0.5s;
}
.home-product-swiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 0.4rem;
}

.home-news{
	padding: 0.72rem 0 0.98rem;
	background: url(../images/h-news-bg.jpg) no-repeat center center;
	background-size: cover;
}
.home-title{
	position: relative;
	margin-bottom: 0.55rem;
}
.home-title h4{
	font-size: 0.94rem;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(255,255,255,0.3);
    color: transparent;
    position: relative;
    z-index: 2;
}
.home-title h3{
	width: 100%;
	font-size: 0.34rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	position: absolute;
	bottom: 0.1rem;
	z-index: 10;
}
.home-title h3 span{
	margin-right: 0.08rem;
}
.home-news-content{
	height: 4.82rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.home-news-fl{
	width: 49%;
	background: #fff;
}
.home-news-fl ul li{
	padding: 0 0.24rem;
	cursor: pointer;
	position: relative;
}
.home-news-fl ul li:before{
	display: block;
	content: '';
	width: 0.06rem;
	height: 0%;
	background: #ffbb44;
	position: absolute;
	left: 0;
	top: 0;
	transition-duration: 0.5s;
}
.home-news-list-lable-nr{
	display: flex;
	justify-content: space-between;
	border-bottom: 0.01rem solid #e5e5e5;
}
.home-news-fl ul li:last-child .home-news-list-lable-nr{
	border-bottom: none;
}
.home-news-list-lable p{
	width: calc(100% - 1.2rem);
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.5rem;
	position: relative;
	padding-left: 0.15rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.home-news-list-lable p:before{
	display: block;
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #148f2d;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.03rem;
}
.home-news-list-lable span{
	width: 1rem;
	font-size: 0.16rem;
	color: #777777;
	line-height: 0.5rem;
	text-align: right;
}
.home-news-list-content{
	display: none;
}
.home-news-list-content-nr{
	padding: 0.31rem 0;
	display: flex;
}
.home-news-list-img{
	width: 48.387%;
	overflow: hidden;
}
.home-news-list-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-news-list-img:hover img{
	transform: scale(1.1);
}
.home-news-list-info{
	width: 51.613%;
	padding: 0.1rem 0 0 0.3rem;
}
.home-news-list-info h4{
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 0.15rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home-news-list-info h4 a{
	color: #333333;
	transition-duration: 0.3s;
}
.home-news-list-info h4:hover a{
	color: #19a250;
}
.home-news-list-info p{
	font-size: 0.16rem;
	color: #999999;
	line-height: 1.6;
	margin-bottom: 0.3rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home-news-list-info p a{
	color: #999999;
}
.home-news-list-info p:hover a{
	color: #19a250;
}
.home-news-list-info span{
	font-size: 0.16rem;
	color: #555555;
	line-height: 1.6;
	padding-left: 0.26rem;
	position: relative;
}
.home-news-list-info span:before{
	display: block;
	content: '';
	width: 0.19rem;
	height: 0.19rem;
	background: url(../images/time.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.095rem;
}
.home-news-fl .hover{
	background: #ecf0f3;
}
.home-news-fl .hover:before{
	height: 100%;
}
.home-news-fr{
	width: 49%;
	overflow: hidden;
	position: relative;
}
.home-news-fr img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-news-fr:hover img{
	transform: scale(1.1);
}
.home-news-fr-bt{
	width: 100%;
	padding: 0.15rem 0.2rem;
	background: linear-gradient(to top,rgba(0,0,0,0.77),rgba(0,0,0,0));
	background: -webkit-linear-gradient(to top,rgba(0,0,0,0.77),rgba(0,0,0,0));
	background: -moz-linear-gradient(to top,rgba(0,0,0,0.77),rgba(0,0,0,0));
	background: -o-linear-gradient(to top,rgba(0,0,0,0.77),rgba(0,0,0,0));
	background: -ms-linear-gradient(to top,rgba(0,0,0,0.77),rgba(0,0,0,0));
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home-news-fr-bt p{
	width: calc(100% - 1.4rem);
	font-size: 0.22rem;
	color: #ffffff;
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.home-news-fr-bt span{
	width: 1.1rem;
	font-size: 0.18rem;
	color: #ffffff;
	text-align: right;
}
.home-about{
	width: 100%;
	background: url(../images/h-ab-bg.png) no-repeat left bottom #ecf0f3;
	background-size: 10.19rem;
	padding-top: 0.85rem;
	overflow: hidden;
	position: relative;
}
.home-about-fl{
	width: 50%;
	padding: 0.4rem 0.25rem 0.85rem 0.62rem;
	position: relative;
	z-index: 2;
}
.home-about-fl:before{
	display: block;
	content: '';
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background: #148f2d;
	position: absolute;
	top: 0;
	left: -0.08rem;
}
.home-about-fl:after{
	display: block;
	content: '';
	width: 0.02rem;
	height: calc(100% - 0.16rem);
	background: #148f2d;
	position: absolute;
	top: 0.16rem;
	left: -0.01rem;
}
.home-about-fl .home-title{
	margin-bottom: 0.25rem;
}
.home-about-fl .home-title h4{
	text-align: left;
	-webkit-text-stroke: 1px rgba(25,162,80,0.3);
}
.home-about-fl .home-title h3{
	text-align: left;
	color: #000000;
}
.home-about-fl .home-title h3 span{
	color: #148f2d;
}
.home-about-info{
	font-size: 0.18rem;
	color: #000000;
	text-align: justify;
	line-height: 1.6;
	margin-bottom: 0.68rem;
}
.home-about-list ul{
	display: flex;
}
.home-about-list ul li{
	margin-right: 0.94rem;
}
.home-about-list ul li:last-child{
	margin-right: 0;
}
.home-about-list ul li:nth-child(1) .home-about-icon{
	width: 0.5323rem;
}
.home-about-list ul li:nth-child(2) .home-about-icon{
	width: 0.5423rem;
}
.home-about-list ul li:nth-child(3) .home-about-icon{
	width: 0.6327rem;
}
.home-about-icon{
	height: 0.56rem;
}
.home-about-icon img{
	display: block;
	width: 100%;
}
.home-about-num{
	display: flex;
	margin-bottom: 0.2rem;
}
.home-about-num span:nth-child(1){
	display: block;
	font-size: 0.36rem;
	color: #333333;
	font-family: impact;
	line-height: 1.4;
}
.home-about-num span:nth-child(2){
	display: block;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
	margin-left: 0.05rem;
	margin-top: 0.18rem;
}
.about-more{
	display: block;
	width: 1.08rem;
	height: 1.08rem;
	border-radius: 50%;
	border: 0.01rem solid #19a250;
	padding: 0.16rem;
	transition-duration: 0.5s;
}
.about-more:hover{
	padding: 0;
}
.about-more span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #19a250;
	font-size: 0.18rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-about-fr{
	width: 9.0678rem;
	position: absolute;
	right: -0.5rem;
	bottom: 0.7rem;
	z-index: 10;
}
.home-about-fr img{
	display: block;
	width: 100%;
}
.home-customers{
	padding: 0.7rem 0 1.2rem;
	background: url(../images/h-kh-bg01.png) no-repeat center center #fff;
	background-size: cover;
}
.home-customers .home-title h4{
	-webkit-text-stroke: 1px rgba(25,162,80,0.3);
}
.home-customers .home-title h3{
	color: #000000;
}
.home-customers .home-title h3 span{
	color: #148f2d;
}
.home-customers-content{
	width: 100%;
	height: 5.02rem;
	position: relative;
}
.home-customers-content ul li{
	position: absolute;
	width: 18.6%;
	height: 1rem;
	overflow: hidden;
	box-shadow: 0px 0px 3px 1px #dcdada;
	margin-right: 1.75%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-customers-content ul li img{
	display: block;
	width: 2.4101rem;
}
.home-customers-content ul li:hover img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;	
}
.home-customers-content ul li:nth-child(1){
	left: 0;
	top: 0;
}
.home-customers-content ul li:nth-child(2){
	left: 20.35%;
	top: 0;
}
.home-customers-content ul li:nth-child(3){
	left: 40.7%;
	top: 0;
}
.home-customers-content ul li:nth-child(4){
	left: 61.05%;
	top: 0;
}
.home-customers-content ul li:nth-child(5){
	left: 81.4%;
	top: 0;
}
.home-customers-content ul li:nth-child(6){
	left: 0;
	top: 1.34rem;
}
.home-customers-content ul li:nth-child(7){
	left: 81.4%;
	top: 1.34rem;
}
.home-customers-content ul li:nth-child(8){
	left: 0;
	top: 2.68rem;
}
.home-customers-content ul li:nth-child(9){
	left: 81.4%;
	top: 2.68rem;
}
.home-customers-content ul li:nth-child(10){
	left: 0;
	top: 4.02rem;
}
.home-customers-content ul li:nth-child(11){
	left: 20.35%;
	top: 4.02rem;
}
.home-customers-content ul li:nth-child(12){
	left: 40.7%;
	top: 4.02rem;
}
.home-customers-content ul li:nth-child(13){
	left: 61.05%;
	top: 4.02rem;
}
.home-customers-content ul li:nth-child(14){
	left: 81.4%;
	top: 4.02rem;
}
.home-customers-title{
	width: 59.3%;
	height: 2.34rem;
	position: absolute;
	left: 20.35%;
	top: 1.34rem;
}
.home-customers-bg{
	margin: 0 auto;
	width: 7.0695rem;
	height: 1.9783rem;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.customers-bg-cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.customers-bg-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	animation: scale 5s infinite;
}
@keyframes scale{
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.home-customers-title p{
	font-size: 0.24rem;
	color: #333333;
	text-align: center;
	line-height: 1;
	margin-top: 0.08rem;
}


@media only screen and (max-width: 1450px) {
    
}

@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1088px) {
   .home-about-list ul li{
   	margin-right: 0.44rem;
   }
}
@media only screen and (max-width: 769px){
	.home-banner{
		margin-top: 55px;
	}
	.pc-h-banner{
		display: none;
	}
	.mobile-h-banner{
		display: block;
	}
	.home-product-search{
		display: block;
		height: auto;
	}
	.recommend-pro-title{
		display: none;
		width: 100%;
		padding: 10px 0 10px 4%;
		justify-content: flex-start;
		padding-right: 0;
	}
	.recommend--name h3{
		font-size: 22px;
	}
	.recommend--name h4{
		font-size: 14px;
	}
	.product-title-nr span{
		font-size: 48px;
	}
	.home-product-sp{
		display: none;
		width: 100%;
		padding: 10px 4%;
	}
	.home-product-sp p{
		font-size: 16px;
	}
	.pro-search-input{
		width: 100%;
		height: 56px;
		padding: 10px 4%;
	}
	.pro-search-input input{
		width: 100%;
		height: 36px;
		font-size: 16px;
		padding-left: 15px;
	}
	.pro-search-btn{
		width: 32px;
		height: 32px;
		top: 12px;
		right: 18px;
	}
	.pro-search-btn img{
		width: 16px;
	}
	.home-product-title{
		width: 320px;
		height: 50px;
	}
	.product-title-name span{
		font-size: 22px;
	}
	.home-product-title p{
		font-size: 14px;
	}
	.h-proName{
		padding: 8px 10px;
	}
	.h-proName h3{
		font-size: 18px;
	}
	.h-proName p{
		font-size: 16px;
	}
	.home-title h4{
		font-size: 30px;
	}
	.home-title h3{
		font-size: 22px;
		bottom: -3px;
	}
	.home-news-content{
		display: block;
		height: auto;
	}
	.home-news-fl{
		width: 100%;
		margin-bottom: 10px;
	}
	.home-news-list-content-nr{
		display: block;
		padding-bottom: 0;
	}
	.home-news-list-img{
		width: 100%;
	}
	.home-news-list-info{
		width: 100%;
		padding: 10px 0;
	}
	.home-news-list-lable-nr{
		padding: 10px 0;
	}
	.home-news-list-info h4{
		font-size: 16px;
	}
	.home-news-list-info p{
		font-size: 16px;
	}
	.home-news-list-info span{
		font-size: 14px;
		padding-left: 20px;
		line-height: 16px;
	}
	.home-news-list-info span:before{
		width: 16px;
		height: 16px;
		top: 2px;
		margin-top: 0;
	}
	.home-news-list-lable p{
		width: calc(100% - 110px);
		font-size: 16px;
	}
	.home-news-list-lable span{
		width: 100px;
		font-size: 16px;
	}
	.home-news-list-lable p:before{
		width: 6px;
		height: 6px;
	}
	.home-news-fr{
		width: 100%;
	}
	.home-news-fr-bt p{
		width: calc(100% - 110px);
		font-size: 16px;
	}
	.home-news-fr-bt span{
		width: 100px;
		font-size: 16px;
	}
	.home-about-fl{
		width: 100%;
		padding: 10px 0 10px 15px;
	}
	.home-about-info{
		font-size: 16px;
	}
	.home-about-fr{
		width: 100%;
		position: relative;
		right: 0;
		bottom: 0;
	}
	.home-about-icon{
		width: 28px !important;
		height: 30px !important;
		display: flex;
		align-items: center;
	}
	.home-about-num span:nth-child(1){
		font-size: 20px;
	}
	.home-about-num span:nth-child(2){
		font-size: 16px;
		margin-top: 3px;
	}
	.home-about-list ul li {
        margin-right: 14px;
    }
    .about-more span{
    	font-size: 16px;
    }
    .about-more{
    	width: 70px;
    	height: 70px;
    	position: absolute;
    	right: 0;
    	top: -9px;
    }
    .home-customers-content{
    	height: auto;
    }
    .home-customers-title{
    	position: relative;
    	width: 100%;
    	height: auto;
    	left: 0;
    	top: 0;
    	margin-bottom: 20px;
    }
    .home-about-fl .home-title{
    	margin-bottom: 30px;
    }
    .home-customers-bg{
    	width: 100%;
    	height: auto;
    }
    .customers-bg-cover{
    	position: relative;
    	height: auto;
    }
    .customers-bg-img{
    	animation: none;
    	height: auto;
    }
    .home-customers-title p{
    	font-size: 16px;
    }
    .home-customers-content ul{
    	display: flex;
    	flex-wrap: wrap;
    }
    .home-customers-content ul li{
    	position: relative;
    	left: 0 !important;
    	top: 0 !important;
    	width: 49%;
    	height: 60px;
    	margin-right: 2%;
    	margin-bottom: 10px;
    }
    .home-customers-content ul li:nth-child(2n){
    	margin-right: 0;
    }
}
@media only screen and (max-width: 540px) {
	
}





