.banner{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.box1 .box-c .list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
}
.box1 .box-c .list li{
	display: flex;
	align-items: center;
}
.box1 .box-c .list li .icon{
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box1 .box-c .list li .icon img{
	max-width: 100%;
	max-height: 100%;
}
.box1 .box-c .list li .text-box{
	margin-left: 16px;
}
.box1 .box-c .list li .text-title{
	font-family: PingFangSCBold;
	color: #209643;
	line-height: 1;
}
.box1 .box-c .list li .text-des{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 15px;
	color: #707070;
	line-height: 1;
	margin-top: 7px;
}
.box2{
	padding: 120px 0;
	background: linear-gradient(to bottom,RGBA(245, 246, 250, 1),RGBA(245, 246, 250, 0));
}
.indexTitle{
	font-family: PingFangSC;
	font-weight: 800;
	color: #1C1C1C;
	line-height: 1.1;
	text-align: center;
}
.box2 .box-c{
	margin-top: 50px;
	display: flex;
}
.box2 .box-c .l{
	width: 277px;
}
.box2 .box-c .l>a{
	display: flex;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	padding: 13px 20px 13px 35px;
	border-radius: 6px;
	transition: all .6s;
}
.box2 .box-c .l>a:hover{
	color: rgba(35, 151, 68, 1);
}
.box2 .box-c .l>a.active{
	background-color: rgba(35, 151, 68, 1);
	color: #fff;
}
.box2 .box-c .l>a:not(:last-child){
	margin-bottom: 8px;
}
.box2 .box-c .l>a .iconfont{
	font-size: 30px;
	color: RGBA(35, 151, 68, 1);
	margin-right: 28px;
}
.box2 .box-c .l>a.active .iconfont{
	color: #fff;
}
.box2 .box-c .r{
	flex: 1;
	margin-left: 30px;
	overflow: hidden;
}
.box2 .box-c .r .item{
	display: none;
	background: #FFFFFF;
	border-radius: 6px;
}
.box2 .box-c .r .item.active{
	display: block;
	animation: fadeInUpSmall .6s forwards;
}
.box2 .box-c .r .item-t{
	padding: 27px 40px 32px;
}
.box2 .box-c .r .item-t .text-title{
	font-family: PingFangSCBold;
	font-weight: bold;
	font-size: 18px;
	color: #239744;
	line-height: 1.66;
}
.box2 .box-c .r .item-t .text-des{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 15px;
	color: #41464F;
	line-height: 30px;
	margin-top: 3px;
}
.detailsBtn{
	display: inline-block;
	padding: 0 17px;
	height: 32px;
	line-height: 30px;
	background: rgba(65,70,79,0);
	border-radius: 6px;
	border: 1px solid #ECECEC;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #41464F;
	transition: all .6s;
}
.detailsBtn:hover{
	color: #fff;
	border-color: rgba(35, 151, 68, 1);
	background-color: #209643;
}
.box2 .box-c .r .item-t{
	background: url(../img/index-box2-bg.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right;
}
.box2 .box-c .r .item-t .detailsBtn{
	margin-top: 10px;
}
.box2 .box-c .r .item-c{
	position: relative;
	padding: 0 39px;
}
.box2 .box-c .r .item-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0 27px;
}
.box2 .box-c .r .item-c .list li{
	/* position: relative; */
	padding: 31px 0 37px;
}
.box2 .box-c .r .item-c .list li:nth-child(3n+1):before{
	position: absolute;
	content: "";
	/* top: 0; */
	height: 1px;
	width: 100%;
	transform: translate(-37px,-31px);
	background-color: rgba(241, 241, 241, 1);
}
.box2 .box-c .r .item-c .list .text-title{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #1C1C1C;
	line-height: 30px;
}
.box2 .box-c .r .item-c .list .text-des{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #41464F;
	line-height: 24px;
	margin-top: 6px;
}
.box2 .box-c .r .item-c .list .btns{
	margin-top: 13px;
	display: flex;
	gap: 9px;
}
.box2 .box-c .r .item-c .list .btns .btn:first-child{
	border-color: #209643;
	color: #209643;
}
.box2 .box-c .r .item-c .list .btns .btn:first-child:hover{
	color: #fff;
}
.box3{
	padding-bottom: 119px;
}
.box3 .box-c{
	margin-top: 38px;
}
.box3 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 19px;
}
.box3 .box-c .list li{
	position: relative;
	background-color: RGBA(245, 246, 250, 1);
	padding: 55px 34px;
	border-radius: 10px;
	min-height: 446px;
	/* transition: all .6s; */
	overflow: hidden;
}
.box3 .box-c .list li .bg{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
	/* transition: all .6s; */
}
.box3 .box-c .list li:hover .bg{
	opacity: 0;
}
.box3 .box-c .list li:hover{
	background: rgba(35, 151, 68, 1);
}
.box3 .box-c .list li .liBox{
	position: relative;
	z-index: 3;
}
.box3 .box-c .list li .icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box3 .box-c .list li .icon img{
	max-width: 100%;
	max-height: 100%;
}
.box3 .box-c .list li:hover .icon img{
	filter: brightness(0) invert(1);
}
.box3 .box-c .list li .text-title{
	font-family: PingFangSCBold;
	font-size: 28px;
	color: #222222;
	line-height: 1.35;
	margin-top: 15px;
}
.box3 .box-c .list li .text-des{
	margin-top: 13px;
	border-top: 1px solid rgba(230, 231, 234, 1);
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 22px;
	color: #7B7B7B;
	line-height: 1.45;
	padding-top: 13px;
}
.box3 .box-c .list li:hover .text-title,
.box3 .box-c .list li:hover .text-des{
	color: #fff;
}
.box3 .box-c .list li:hover .text-des{
	border-color: rgba(230, 231, 234, 1);
}
.box4{
	background: url(../img/index-box4-bg.jpg);
}
.box5{
	padding: 120px 0;
	background-image: url(../img/index-box5-bg.jpg);
	background-size: cover;
}
.box5 .box-t{
	margin-top: 34px;
	border-bottom: ;
}
.box5 .box-t .swiper{
	border-bottom: 1px solid rgba(232, 232, 232, 1);
}
.box5 .box-t .swiper-slide{
	position: relative;
	width: auto;
	padding: 0 28px 28px;
	cursor: pointer;
}
.box5 .box-t .swiper-slide:not(:last-child){
	margin-right: 42px;
}
.box5 .box-t .swiper-slide:before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: rgba(35, 151, 68, 1);
	transition: all .6s;
}
.box5 .box-t .swiper-slide.active:before{
	width: 100%;
}
.box5 .box-t .swiper-slide .icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.box5 .box-t .swiper-slide .icon img{
	max-width: 100%;
	max-height: 100%;
}
.box5 .box-t .swiper-slide .text-title{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 22px;
	color: #444444;
	line-height: 24px;
	margin-top: 19px;
	transition: all .6s;
}
.box5 .box-t .swiper-slide.active .text-title{
	color: rgba(35, 151, 68, 1);
}
.box5 .box-c{
	margin-top: 43px;
}
.box5 .box-c .swiper{
	border-radius: 15px;
}
.box5 .box-c .swiper-slide{
	background: rgba(255, 255, 255, .7);
	border-radius: 15px;
	padding: 84px 50px;
	display: flex;
	justify-content: space-between;
}
.box5 .box-c .swiper-slide .l{
	width: 51.72%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box5 .box-c .swiper-slide .l img{
	max-width: 100%;
}
.box5 .box-c .swiper-slide .r{
	width: 44.26%;
}
.box5 .box-c .swiper-slide .r .r-title{
	font-family: PingFangSCBold;
	font-size: 22px;
	color: #333333;
	line-height: 1.45;
}
.box5 .box-c .swiper-slide .r .list{
	margin-top: 27px;
}
.box5 .box-c .swiper-slide .r .li-t{
	display: flex;
	align-items: flex-start;
	font-family: PingFangSCBold;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
}
.box5 .box-c .swiper-slide .r .li-t .icon{
	width: 30px;
}
.box5 .box-c .swiper-slide .r .li-t .icon .iconfont{
	font-size: 21px;
}
.box5 .box-c .swiper-slide .r .li-t span{
	flex: 1;
	margin-left: 13px;
	align-self: center;
}
.box5 .box-c .swiper-slide .r .li-c{
	padding-left: 43px;
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 25px;
}
.box5 .box-c .swiper-slide .r .li-c .item{
	display: flex;
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	align-items: center;
	gap: 0 9px;
	min-width: 82px;
	/* min-width: 110px; */
}
.box5 .box-c .swiper-slide .r .li-c .item .bullet{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: RGBA(221, 238, 227, 1);
}
.box5 .box-c .swiper-slide .r .li-c .item .bullet:before{
	content: "";
	width: 7px;
	height: 7px;
	background: #239744;
	border-radius: 50%;
}
.box5 .box-c .swiper-slide .r .li-c .item .bullet + span{
	
}
.box5 .box-c .swiper-slide .r li:not(:last-child){
	margin-bottom: 26px;
}
.box6{
	padding: 113px 0 98px;
}
.box6 .box-t{
	margin-top: 52px;
}
.box6 .box-c{
	margin-top: 124px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width:1440px) {
	.box3 .box-c .list li{
		min-height: 400px;
	}
}
@media (max-width:1280px) {
	.box5 .box-c .swiper-slide{
		padding: 60px 31px;
	}
	.box5 .box-c .swiper-slide .r .li-c{
		gap: 14px;
	}
}
@media (max-width:1199px) {
	.box3 .box-c .list li{
		padding: 40px 30px;
		min-height: 340px;
	}
	.box3 .box-c .list li .text-title{
		font-size: 24px;
	}
	.box3 .box-c .list li .text-des{
		font-size: 18px;
	}
	.box2 .box-c .r .item-t{
		padding-left: 20px;
		padding-right: 20px;
	}
	.box2 .box-c .r .item-c{
		padding: 0 20px;
	}
	.detailsBtn{
		padding: 0 13px;
	}
	.box1 .box-c .list li .text-box{
		margin-left: 9px;
	}
	.box2 .box-c .l{
		width: 213px;
	}
	.box2 .box-c .l>a{
		padding-left: 20px;
	}
	.box2 .box-c .l>a .iconfont{
		margin-right: 10px;
	}
	.box6,
	.box5,
	.box2{
		padding: 70px 0;
	}
	.box3{
		padding-bottom: 70px;
	}
	.box6 .box-c{
		margin-top: 45px;
	}
	.box6 .box-t,
	.box2 .box-c{
		margin-top: 45px;
	}
	.box2 .box-c .r .item-c .list li:nth-child(3n+1):before{
		transform: translate(-20px,-31px);
	}
}
@media (max-width:1024px) {
	.box6 .box-c{
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 20px;
	}
	.box5 .box-c .swiper-slide{
		flex-direction: column;
		padding: 50px 31px;
	}
	.box5 .box-c .swiper-slide .l{
		width: 100%;
	}
	.box5 .box-c .swiper-slide .r{
		width: 100%;
		margin-top: 40px;
	}
	.box5 .box-t .swiper-slide .text-title{
		font-size: 18px;
		margin-top: 10px;
	}
	.box5 .box-t .swiper-slide:not(:last-child){
		margin-right: 31px;
	}
	.box5 .box-t .swiper-slide{
		padding: 0 19px 19px;
	}
	.box5 .box-t .swiper-slide .icon{
		width: 32px;
		height: 32px;
	}
	.box3 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.box3 .box-c .list li{
		min-height: 280px;
	}
	.box3 .box-c .list li .text-title{
		font-size: 22px;
		margin-top: 10px;
	}
	.box3 .box-c .list li{
		padding: 30px 25px;
	}
	.box2 .box-c .r{
		flex: none;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.box2 .box-c .l>a .iconfont{
		font-size: 24px;
	}
	.box2 .box-c .l>a{
		padding: 7px 11px;
	}
	.box2 .box-c .l>a:not(:last-child){
		margin-bottom: 0;
	}
	.box2 .box-c{
		flex-direction: column;
	}
	.box2 .box-c .l{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 5px 13px;
	}
	.box2 .box-c .l>a .iconfont{
		margin-right: 5px;
	}
	.box6,
	.box5,
	.box2{
		padding: 60px 0;
	}
	.box3{
		padding-bottom: 60px;
	}
	.box6 .box-c{
		margin-top: 40px;
	}
	.box5 .box-c,
	.box6 .box-t,
	.box2 .box-c{
		margin-top: 40px;
	}
	.box1 .box-c .list li .text-title{
		font-size: 20px;
	}
	.box1 .box-c .list li .icon{
		width: 31px;
		height: 31px;
	}
	.box1 .box-c .list li .text-des{
		margin-top: 3px;
	}
}
@media (max-width: 768px) {
	.box5 .box-c .swiper-slide .r{
		margin-top: 30px;
	}
	.box5 .box-c .swiper-slide{
		padding: 41px 20px;
	}
	.box5 .box-t .swiper-slide{
		padding: 0 13px 13px;
	}
	.box5 .box-t .swiper-slide:not(:last-child){
		margin-right: 19px;
	}
	.box5 .box-t .swiper-slide .text-title{
		font-size: 16px;
		margin-top: 5px;
	}
	.box5 .box-t .swiper-slide .icon{
		width: 26px;
		height: 26px;
	}
	.box6,
	.box5,
	.box2{
		padding: 50px 0;
	}
	.box3{
		padding-bottom: 50px;
	}
	.box6 .box-c{
		margin-top: 30px;
	}
	.box3 .box-c,
	.box5 .box-t,
	.box5 .box-c,
	.box6 .box-t,
	.box2 .box-c{
		margin-top: 30px;
	}
	.box1 .box-c .list{
		flex-wrap: wrap;
		gap: 20px 0;
	}
	.box1 .box-c .list li:nth-child(2n+1){
		width: 40%;
	}
	.box1 .box-c .list li:nth-child(2n){
		width: 55%;
	}
	.box2 .box-c .r .item-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.box2 .box-c .r .item-c .list li:nth-child(2n+1):before{
		position: absolute;
		content: "";
		/* top: 0; */
		height: 1px;
		width: 100%;
		transform: translate(-20px, -31px);
		background-color: rgba(241, 241, 241, 1);
	}
	.box2 .box-c .r .item-c .list li:nth-child(3n+1):before{
		display: none;
	}
}
@media (max-width:500px) {
	.box6 .box-c{
		gap: 14px 20px;
	}
	.box5 .box-c .swiper-slide .r li:not(:last-child){
		margin-bottom: 19px;
	}
	.box5 .box-c .swiper-slide .r .li-t .icon{
		width: 25px;
	}
	.box5 .box-c .swiper-slide .r .li-t span{
		margin-left: 7px;
	}
	.box5 .box-c .swiper-slide .r .li-c{
		padding-left: 0;
		margin-top: 10px;
	}
	.box5 .box-c .swiper-slide .r .r-title{
		font-size: 20px;
	}
	.box5 .box-c .swiper-slide .r .list{
		margin-top: 14px;
	}
	.box5 .box-c .swiper-slide .r{
		margin-top: 25px;
	}
	.box3 .box-c .list li{
		padding: 25px 20px;
		min-height: 249px;
	}
	.box3 .box-c .list li .icon{
		width: 34px;
		height: 34px;
	}
	.box3 .box-c .list li .text-title{
		font-size: 20px;
		margin-top: 5px;
	}
	.box3 .box-c .list li .text-des{
		padding-top: 9px;
		margin-top: 9px;
	}
	.box3 .box-c .list li .text-des{
		font-size: 16px;
	}
	.box2 .box-c .r .item-c .list .btns{
		gap: 5px;
	}
	.box2 .box-c .r .item-c .list li:nth-child(2n+1):before{
		transform: translate(-20px, -25px);
	}
	.box2 .box-c .r .item-c .list .text-des{
		font-size: 12px;
		line-height: 18px;
	}
	.box2 .box-c .r .item-c .list .text-title{
		font-size: 16px;
	}
	.detailsBtn{
		font-size: 12px;
		height: 26px;
		line-height: 24px;
	}
	.box2 .box-c .r .item-c .list{
		gap: 0 20px;
	}
	.box2 .box-c .r .item-c .list .text-des{
		margin-top: 0;
	}
	.box2 .box-c .r .item-c .list li{
		padding: 25px 0;
	}
	.box2 .box-c .r .item-t{
		padding: 20px;
	}
	.box2 .box-c .r .item-t .text-des{
		margin-top: 0;
		line-height: 24px;
	}
	.box2 .box-c .r .item-t .detailsBtn{
		margin-top: 5px;
	}
	.box2 .box-c .l{
		gap: 5px;
	}
	.box2 .box-c .l>a{
		font-size: 14px;
		padding: 4px 9px;
	}
	.box6,
	.box5,
	.box2{
		padding: 40px 0;
	}
	.box3{
		padding-bottom: 40px;
	}
	/* .box6 .box-c{
		margin-top: 25px;
	} */
	.box3 .box-c,
	.box5 .box-t,
	.box5 .box-c,
	.box6 .box-t,
	.box2 .box-c{
		margin-top: 25px;
	}
	.box1 .box-c .list li .icon{
		width: 26px;
		height: 26px;
	}
	.box1 .box-c .list li .text-title{
		font-size: 18px;
	}
}