
/* S轮播图 */
.carousel{}
	.carousel .carousel-container{
		max-width: 1920px;
		margin: 0 auto;
		position: relative;
	}
		/* s banner */
		.carousel .carousel-container>ul{
			height: 608px;
		}
			.carousel .carousel-container>ul>li{
				width: 100%;
			}
				.carousel .carousel-container>ul>li a{
					height: 608px;
					display: block;
					background-position: center;
					background-size: cover;
					cursor: auto;
				}
		/* e banner */
		/* s导航按钮 */
		.carousel .carousel-container .carousel-btn{
			position: absolute;
			right: 10%;
			top: 50%;
			margin-top: -57px;
			z-index: 9;
		}
			.carousel .carousel-container .carousel-btn ul{}
				.carousel .carousel-container .carousel-btn ul>li{}
				.carousel .carousel-container .carousel-btn ul>li.carousel-btn-prev{
					margin-bottom: 34px;
				}
				.carousel .carousel-container .carousel-btn ul>li.carousel-btn-next{}
					.carousel .carousel-container .carousel-btn ul>li a{}
						.carousel .carousel-container .carousel-btn ul>li a img{
							display: block;
							width: 40px;
							height: 40px;
						}
		/* e导航按钮 */
		/* s分页 */
		.carousel .carousel-container .carousel-pagination{
			position: absolute;
			display: flex;
			justify-content: center;
			z-index: 9;
			left: 0;
			right: 0;
			bottom: 38px;
			--swiper-theme-color: #1C8051;
		}
			.carousel .carousel-container .carousel-pagination span{
				display: block;
				width: 12px;
				height: 12px;
				margin: 6px;
				/* background-color: #fff; */
				border: 1px solid #fff;
			}
		/* e分页 */
/* E轮播图 */

/* S企业概况 */
.gaikuang{
	background-color: #fff;
}
	.gaikuang .gaikuang-container{
		display: flex;
		padding-top: 62px;
		padding-bottom: 72px;
	}
		.gaikuang .gaikuang-container .left{
			flex: 1;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			padding-right: 70px;
			text-align: justify;
		}
			.gaikuang .gaikuang-container .left .tit{
				display: flex;
				align-items: center;
			}
				.gaikuang .gaikuang-container .left .tit .icon{
					width: 8px;
					height: 42px;
					background-color: #1C8051;
					margin-right: 18px;
				}
				.gaikuang .gaikuang-container .left .tit h2{
					font-size: 30px;
					color: #1C8051;
					font-weight: 600;
				}
			.gaikuang .gaikuang-container .left .des{
				font-size: 14px;
				color: #666;
				line-height: 22px;
				text-indent: 28px;
				overflow:hidden;
				
			}
			.gaikuang .gaikuang-container .left .more{
				text-align: right;
			}
				.gaikuang .gaikuang-container .left .more a{
					font-size: 16px;
					color: #1C8051;
					font-weight: 400;
				}
				.gaikuang .gaikuang-container .left .more a:hover{
					font-weight: 600;
				}
		.gaikuang .gaikuang-container .right{
			width: 50%;
			height: 352px;
			background-position: center;
			background-size: cover;
			
			/* transition:all .4s;
			  -moz-transition:all .4s;
			  -webkit-transition:all .4s;
			  -o-transition:all .4s; */
		}
		.gaikuang .gaikuang-container .right:hover{
			/* transform:scale(1.05); */
		}
/* E企业概况 */

/* S荣誉资质 */
.rongyu{
	background-position: center;
	background-size: cover;
	max-width: 1920px;
	margin: 0 auto;
}
	.rongyu .rongyu-container{
		padding-top: 42px;
		padding-bottom: 90px;
	}
		.rongyu .rongyu-container h2{
			color: #fff;
			font-size: 30px;
			font-weight: 600;
			text-align: center;
			margin-bottom: 68px;
		}
		.rongyu .rongyu-container .rongyu-con{
			position: relative;
		}
			.rongyu .rongyu-container .rongyu-swiper>ul{
				/* display: flex; */
			}
				.rongyu .rongyu-container .rongyu-swiper>ul>li{
					height: 252px;
					background-position: center;
					background-size: cover;
				}
				
			.rongyu .rongyu-container .rongyu-con .rongyu-btn{
				position: absolute;
				bottom: 0;
				top: 50%;
				margin-top: -20px;
				width: 90%;
				left: 0;
				right: 0;
				margin-left: auto;
				margin-right: auto;
				/* z-index: 9; */
			}
				.rongyu .rongyu-container .rongyu-con .rongyu-btn>ul{
					display: flex;
					justify-content: space-between;
				}
					.rongyu .rongyu-container .rongyu-con .rongyu-btn>ul>li{}
						.rongyu .rongyu-container .rongyu-con .rongyu-btn>ul>li a{}
							.rongyu .rongyu-container .rongyu-con .rongyu-btn>ul>li a img{
								display: block;
								width: 40px;
								height: 40px;
							}
/* E荣誉资质 */
/* S专利展示 */
.patent{
	background-position: center;
	background-size: cover;
	max-width: 1920px;
	margin: 0 auto;
}
	.patent .patent-container{
		padding-top: 42px;
		padding-bottom: 90px;
	}
		.patent .patent-container h2{
			color: #fff;
			font-size: 30px;
			font-weight: 600;
			text-align: center;
			margin-bottom: 68px;
		}
		.patent .patent-container .patent-con{
			position: relative;
		}
			.patent .patent-container .patent-swiper>ul{
				/* display: flex; */
			}
				.patent .patent-container .patent-swiper>ul>li{
					height: 530px;
					background-position: center;
					background-size: cover;
				}
				
			.patent .patent-container .patent-con .patent-btn{
				position: absolute;
				bottom: 0;
				top: 50%;
				margin-top: -20px;
				width: 90%;
				left: 0;
				right: 0;
				margin-left: auto;
				margin-right: auto;
				/* z-index: 9; */
			}
				.patent .patent-container .patent-con .patent-btn>ul{
					display: flex;
					justify-content: space-between;
				}
					.patent .patent-container .patent-con .patent-btn>ul>li{}
						.patent .patent-container .patent-con .patent-btn>ul>li a{}
							.patent .patent-container .patent-con .patent-btn>ul>li a img{
								display: block;
								width: 40px;
								height: 40px;
							}
/* E专利展示 */
/* S业务领域 */
.business{
	padding-top: 76px;
	padding-bottom: 120px;
	background-color: #fff;
}
	.business .business-container{
		box-shadow: -30px 30px 40px rgba(28,128,81,0.3);
	}
		.business .business-container .top{
			display: flex;
			justify-content: space-between;
		}
			.business .business-container .top>li{
				height: 316px;
				background-position: center;
				background-size: cover;
				position: relative;
				
				transition:all .4s;
				  -moz-transition:all .4s;
				  -webkit-transition:all .4s;
				  -o-transition:all .4s;
			}
			.business .business-container .top>li:hover{
				transform:scale(1.05);
				z-index: 9;
			}
			.business .business-container .top>li:nth-child(1){
				flex: 2;
			}
			.business .business-container .top>li:nth-child(2){
				flex: 1;
			}
				.business .business-container .top>li .txt{
					height: 74px;
					background-color: rgba(28,128,81,0.8);
					color: #fff;
					font-size: 24px;
					font-weight: 400;
					display: flex;
					justify-content: center;
					align-items: center;
					position: absolute;
					bottom: 0;
					left: 0;
					right: 0;
				}
				
		.business .business-container .bot{
			display: flex;
		}
			.business .business-container .bot>li{
				height: 316px;
				flex: 1;
				
				transition:all .4s;
				  -moz-transition:all .4s;
				  -webkit-transition:all .4s;
				  -o-transition:all .4s;
			}
			.business .business-container .bot>li:hover{
				transform:scale(1.05);
				z-index: 9;
			}
				.business .business-container .bot>li .txt{
					height: 74px;
					background-color: rgba(28,128,81,0.8);
					color: #fff;
					font-size: 24px;
					font-weight: 400;
					display: flex;
					justify-content: center;
					align-items: center;
					position: absolute;
					bottom: 0;
					left: 0;
					right: 0;
				}
			.business .business-container .bot>li.pic{
				background-position: center;
				background-size: cover;
				position: relative;
			}
			.business .business-container .bot>li.bot-tit{
				background-color: #7A7B7A;
				display: flex;
				justify-content: center;
				align-items: center;
			}
				.business .business-container .bot>li.bot-tit .con{
					
				}
				.business .business-container .bot>li.bot-tit .tit{
					display: flex;
					align-items: center;
					margin-bottom: 10px;
				}
					.business .business-container .bot>li.bot-tit .tit .icon{
						background-color: #fff;
						width: 8px;
						height: 42px;
						margin-right: 18px;
					}
					.business .business-container .bot>li.bot-tit .tit h2{
						font-size: 30px;
						color: #fff;
						font-weight: 600;
					}
				.business .business-container .bot>li.bot-tit .eng{
					font-size: 40px;
					color: #fff;
				}
/* E业务领域 */

/* S产品介绍 */
.product{
	background-color: #F7F6F9;
}
	.product .product-container{
		padding-top: 80px;
		padding-bottom: 60px;
	}
		.product .product-container h2{
			font-size: 30px;
			color: #717171;
			text-align: center;
			font-weight: 600;
			margin-bottom: 60px;
		}
		
		.product .product-container .proudct-lists{
			margin-bottom: 70px;
		}
			.product .product-container .proudct-lists>li{
				display: flex;
				justify-content: space-between;
				margin-bottom: 52px;
			}
			.product .product-container .proudct-lists>li:nth-child(2n){
				flex-direction: row-reverse;
			}
				.product .product-container .proudct-lists>li .left{
					width: 44%;
				}
					.product .product-container .proudct-lists>li .left a{
						display: block;
						height: 428px;
						background-position: center;
						background-repeat: no-repeat;
						background-size: contain;
						background-color: #fff;
						border-radius: 20px;
					}
				.product .product-container .proudct-lists>li .right{
					flex: 1;
					box-sizing: border-box;
					padding: 60px 0 0 50px;
				}
				.product .product-container .proudct-lists>li:nth-child(2n) .right{
					padding: 60px 50px 0 0;
				}
					.product .product-container .proudct-lists>li .right .tit{
						margin-bottom: 50px;
					}
						.product .product-container .proudct-lists>li .right .tit a{
							font-size: 28px;
							font-weight: 600;
							color: #333;
						}
						.product .product-container .proudct-lists>li .right .tit a:hover{
							color: #1C8051;
						}
					.product .product-container .proudct-lists>li .right .des{
						font-size: 16px;
						color: #666;
						text-indent: 32px;
						margin-bottom: 50px;
						line-height: 26px;
					}
					.product .product-container .proudct-lists>li .right .more{}
						.product .product-container .proudct-lists>li .right .more a{
							display: block;
							color: #1C8051;
							font-size: 14px;
							font-weight: 600;
							width: 112px;
							height: 40px;
							display: flex;
							justify-content: center;
							align-items: center;
							background-color: #fff;
							border-radius: 100px;
							box-shadow: 0 2px 8px rgba(0,204,102,0.3);
						}
		
		.product .product-container .bot{
			display: flex;
			justify-content: center;
		}
			.product .product-container .bot-more{
				font-size: 26px;
				color: #1C8051;
			}
			.product .product-container .bot-more:hover{
				font-weight: 600;
			}
/* E产品介绍 */

/* S新闻资讯 */
.news{
	background-color: #fff;
}
	.news .news-container{
		padding-top: 60px;
		padding-bottom: 60px;
	}
		.news .news-container .top{
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 36px;
		}
			.news .news-container .top .left{
				display: flex;
				align-items: center;
			}
				.news .news-container .top .left .icon{
					width: 8px;
					height: 42px;
					background-color: #1C8051;
					margin-right: 18px;
				}
				.news .news-container .top .left h2{
					font-size: 30px;
					font-weight: 600;
					color: #1E8B5B;
				}
			.news .news-container .top .right{}
				.news .news-container .top .right a{
					font-size: 20px;
					color: #1C8051;
				}
				.news .news-container .top .right a:hover{
					font-weight: 600;
				}
				
		.news .news-container .lists{}
			.news .news-container .lists>ul{
				display: flex;
				justify-content: space-between;
			}
				.news .news-container .lists>ul>li{
					width: 32%;
				}
					.news .news-container .lists>ul>li a{
						display: block;
						background-color: #DCDCDC;
						padding: 18px;
						border-radius: 8px;
					}
						.news .news-container .lists>ul>li a .pic{
							height: 226px;
							background-position: center;
							background-size: cover;
							margin-bottom: 14px;
						}
						.news .news-container .lists>ul>li a h5{
							font-size: 18px;
							color: #717171;
							margin-bottom: 14px;
							font-weight: 600;
						}
						.news .news-container .lists>ul>li a:hover h5{
							color: #1C8051;
						}
						.news .news-container .lists>ul>li a .date{
							font-size: 13px;
							color: #666666;
							margin-bottom: 12px;
						}
						.news .news-container .lists>ul>li a .des{
							font-size: 13px;
							color: #666666;
						}
/* E新闻资讯 */