.product .box1 li{
	padding: 127px 0 72px;
}
.product .box1 li:nth-child(2n){
	background-color: rgba(245, 246, 250, 1);
}
.product .box1 li .title{
	font-family: PingFangSC;
	color: #1C1C1C;
	text-align: center;
	margin-bottom: 34px;
}
.product .box1 li .liBox-c{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product .box1 li:nth-child(2n) .liBox-c{
	flex-direction: row-reverse;
}
.product .box1 li .liBox-c-l{
	width: 47.78%;
}
.product .box1 li .liBox-c-l img{
	display: block;
	max-width: 100%;
}	
.product .box1 li .liBox-c-r{
	width: 48.56%;
}
.product .box1 li .liBox-c-r .text-title{
	font-family: PingFangSCBold;
	font-size: 24px;
	color: #1C1C1C;
	line-height: 1.25;
	
}
.product .box1 li .liBox-c-r .items{
	margin-top: 30px;
}
.product .box1 li .liBox-c-r .item-t{
	line-height: 1.3;
	font-family: PingFangSCBold;
	font-size: 20px;
	color: #333333;
	display: flex;
	align-items: center;
}
.product .box1 li .liBox-c-r .item-t .bullet{
	display: flex;
	width: 17px;
	height: 17px;
	background: rgba(35,151,68,0.14);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.product .box1 li .liBox-c-r .item-t .bullet::before{
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #239744;
}
.product .box1 li .liBox-c-r .item-t .bullet + span{
	flex: 1;
	margin-left: 17px;
}
.product .box1 li .liBox-c-r .item-c{
	padding-left: 34px;
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	margin-top: 11px;
}
.product .box1 li .liBox-c-r .item:not(:last-child){
	margin-bottom: 25px;
}
.product .box1 li .liBox-c-r .btn{
	display: inline-block;
	padding: 0 36px;
	line-height: 46px;
	background: #239744;
	border-radius: 6px;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 30px;
	transition: all .6s;
}
.product .box1 li .liBox-c-r .btn:hover{
	box-shadow: 0 0 20px 10px rgba(35, 151, 68, .3);
}
.product .box2{
	padding: 98px 0 112px;
}
.product .box2 .title{
	font-family: PingFangSC;
	color: #1C1C1C;
	text-align: center;
}
.product .box2 .box-c{
	margin-top: 50px;
}
.product .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 39px;
}
.product .box2 .box-c .list li{
	padding: 76px 36px;
	background: #F5F6FA;
	border-radius: 10px;
	transition: all .6s;
}
.product .box2 .box-c .list li:hover{
	background-color: rgba(35, 151, 68, 1);
}
.product .box2 .box-c .list li .icon{
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .box2 .box-c .list li .icon img{
	max-width: 100%;
	max-height: 100%;
}
.product .box2 .box-c .list li:hover .icon img{
	filter: brightness(0) invert(1);
}
.product .box2 .box-c .list li .text-title{
	font-family: PingFangSCBold;
	font-weight: bold;
	font-size: 28px;
	color: #222222;
	line-height: 1.35;
	margin-top: 12px;
	transition: all .6s;
}
.product .box2 .box-c .list li .text-des{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #7B7B7B;
	line-height: 1.77;
	margin-top: 15px;
	transition: all .6s;
}
.product .box2 .box-c .list li:hover .text-title,
.product .box2 .box-c .list li:hover .text-des{
	color: #fff;
}
@media (max-width:1440px) {
	.product .box1 li .liBox-c-r .items{
		margin-top: 20px;
	}
	.product .box1 li .liBox-c-r .item-t .bullet + span{
		margin-left: 7px;
	}
	.product .box1 li .liBox-c-r .item-c{
		padding-left: 24px;
		margin-top: 6px;
	}
	.product .box1 li .liBox-c-r .item:not(:last-child){
		margin-bottom: 17px;
	}
	.product .box1 li .liBox-c-r .btn{
		margin-top: 25px;
	}
}
@media (max-width:1199px) {
	.product .box2 .box-c .list li .text-title{
		font-size: 26px;
	}
	.product .box2,
	.product .box1 li{
		padding: 70px 0;
	}
	.product .box2 .box-c{
		margin-top: 45px;
	}
	.product .box2 .box-c .list{
		gap: 27px;
	}
	.product .box2 .box-c .list li{
		padding: 49px 31px;
	}
}
@media (max-width:1024px) {
	.product .box2 .box-c .list li .text-des{
		font-size: 16px;
	}
	.product .box2,
	.product .box1 li{
		padding: 60px 0;
	}
	.product .box2 .box-c{
		margin-top: 40px;
	}
	.product .box2 .box-c .list li .text-title{
		font-size: 24px;
	}
	.product .box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product .box1 li .liBox-c-r .text-title{
		font-size: 20px;
	}
	.product .box1 li .liBox-c-r .item-t{
		font-size: 18px;
	}
}
@media (max-width: 768px){
	.product .box1 li .title{
		margin-bottom: 30px;
	}
	.product .box1 li:nth-child(2n) .liBox-c,
	.product .box1 li .liBox-c{
		flex-direction: column;
	}
	.product .box1 li .liBox-c-l{
		width: 100%;
	}
	.product .box1 li .liBox-c-r{
		width: 100%;
	}
	.product .box2 .box-c .list li{
		padding: 31px 20px;
	}
	.product .box2 .box-c .list li .icon{
		width: 32px;
		height: 32px;
	}
	.product .box2 .box-c .list li .text-title{
		font-size: 20px;
	}
	.product .box2,
	.product .box1 li{
		padding: 50px 0;
	}
	.product .box2 .box-c{
		margin-top: 30px;
	}
	.product .box2 .box-c .list li .text-title{
		margin-top: 7px;
	}
	.product .box2 .box-c .list li .text-des{
		margin-top: 9px;
	}
	.product .box1 li .liBox-c-r{
		margin-top: 20px;
	}
}
@media (max-width: 500px){
	.product .box2 .box-c .list li .text-title{
		font-size: 18px;
	}
	.product .box1 li .title{
		margin-bottom: 25px;
	}
	.product .box2 .box-c .list li .icon{
		max-width: 28px;
		max-height: 28px;
	}
	.product .box2 .box-c .list li{
		padding: 24px 19px;
	}
	.product .box2 .box-c .list li .text-des{
		margin-top: 5px;
		line-height: 1.5;
		font-size: 14px;
	}
	.product .box2 .box-c .list{
		gap: 20px;
	}
	.product .box2,
	.product .box1 li{
		padding: 40px 0;
	}
	.product .box2 .box-c{
		margin-top: 25px;
	}
}