.produce .box1{
	padding: 100px 0;
}
.produce .box1 .box-c{
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
}
.produce .box1 .box-c .l{
	position: relative;
	flex: 1;
	z-index: 4;
}
.produce .box1 .box-c .l .pic{
	border-radius: 10px 0 0 10px;
}
.produce .box1 .box-c .l .text{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.875;
	margin-top: 40px;
}
.produce .box1 .box-c .r{
	position: relative;
	width: 399px;
	z-index: 2;
}
.produce .box1 .box-c .r .list{
	background: #196CE8;
	border-radius: 0px 10px 10px 80px;
	padding: 50px 60px;
}
.produce .box1 .box-c .r li:not(:last-child){
	margin-bottom: 50px;
}
.produce .box1 .box-c .r .text{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 1;
}
.produce .box1 .box-c .r .number{
	font-size: 30px;
	font-family: Rany;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 1;
	margin-top: 6px;
}
.produce .box1 .box-c .r .number .counter{
	font-size: 48px;
	font-family: Rany;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 1;
}
.produce .box1 .box-c .r .des{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 1.875;
	margin-top: 5px;
}
.produce .box1 .box-c .r .bg{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 127.5%;
	transform: translateY(31.25%);
	display: block;
	z-index: -1;
}
.produce .box2 .list{
	display: flex;
	justify-content: space-between;
}
.produce .box2 .list li{
	position: relative;
	width: 310px;
	text-align: center;
	max-width: 24%;
}
.produce .box2 .list li .number{
	position: absolute;
	top: -31px;
	left: 30px;
	width: 60px;
	height: 80px;
	line-height: 1;
	padding-top: 20px;
	text-align: center;
	background: #196CE8;
	border-radius: 10px 30px 30px 30px;
	font-size: 30px;
	font-family: Rany;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 1;
	z-index: 4;
}
.produce .box2 .list li .pic{
	border-radius: 5px;
	position: relative;
	z-index: 3;
}
.produce .box2 .list li .text-box{
	padding-top: 30px;
}
.produce .box2 .list li .text-title{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #196CE8;
	line-height: 1;
}
.produce .box2 .list li .text-des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 18px;
}
.produce .box3{
	margin: 104px 0 120px;
}
.produce .box3 .box-c{
	display: flex;
	justify-content: space-between;
}
.produce .box3 .box-c .l,
.produce .box3 .box-c .r{
	width: 47.85%;
}
.produce .box3 .box-c .title{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #196CE8;
	line-height: 1;
	text-align: center;
}
.produce .box3 .box-c .table{
	margin-top: 25px;
}
.produce .box3 .box-c .table tr:first-child{
	background-color: #196CE8;
}
.produce .box3 .box-c .table table{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.produce .box3 .box-c .table tr{
	border-bottom: 1px solid #dedede;
}
.produce .box3 .box-c .table th{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 60px;
	padding-left: 37px;
}
.produce .box3 .box-c .table tr td{
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	padding: 20px 10px 20px 37px;
	width: 36.87%;
	border-left: 1px solid #dedede;
}
.produce .box3 .box-c .table tr td:nth-child(1){
	width: 26.26%;
	color: #196CE8;
}
.produce .box3 .box-c .table tr td:last-child{
	border-right: 1px solid #dedede;
}
.produce .box3 .box-c .r .table tr td{
	width: 25%;
}
.produce .box3 .box-c .tips{
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 17px;
}
.produce .box3 .consultBtn{
	margin-top: 90px;
}
.equipment .box1{
	padding: 100px 0 155px;
}
.equipment .box1 .labels{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.equipment .box1 .labels .label{
	min-width: 190px;
	padding: 0 20px;
	height: 60px;
	background: #FAFAFA;
	border: 2px solid #196CE8;
	line-height: 56px;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #196CE8;
	margin-top: 12px;
	margin-right: 12px;
	transition: all .6s;
	text-align: center;
}
.equipment .box1 .labels .label:hover,
.equipment .box1 .labels .label.active{
	background-color: #196CE8;
	color: #fff;
}
.equipment .box1 .labels .text{
	margin-top: 12px;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.equipment .box1 .tips{
	margin-top: 62px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.875;
}
.equipment .box1 .list{
	overflow: hidden;
	margin-top: 32px;
}
.equipment .box1 .list li{
	float: left;
	width: 48.64%;
	margin-bottom: 45px;
}
.equipment .box1 .list li:nth-child(2n){
	float: right;
	margin-top: 45px;
	margin-bottom: 0;
}
.equipment .box1 .list li .pic{
	border-radius: 5px 35px 35px 35px;
}
.equipment .box1 .list li .text{
	position: relative;
	width: 365px;
	display: flex;
	padding: 23px 36px;
	background: #196CE8;
	border-radius: 5px 35px 35px 35px;
	z-index: 2;
	margin-top: -30px;
	align-items: flex-start;
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 1;
	max-width: 100%;
}
.equipment .box1 .list li .text .bullet{
	width: 14px;
	height: 14px;
	border: 2px solid #FAFAFA;
	border-radius: 50%;
	margin-right: 9px;
}
.equipment .box1 .list li .text .title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.equipment .box1 .consultBtn{
	margin-top: 82px;
}
.product .box1{
	padding: 100px 0 110px;
}
.product .box1 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.product .box1 .list li,
.product .box1 .list i{
	width: 32.14%;
}
.product .box1 .list li{
	position: relative;
	margin-bottom: 30px;
}
.product .box1 .list li .pic{
	border-radius: 10px;
}
.product .box1 .list li .text{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 0 35px 23px;
	font-size: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #FAFAFA;
	line-height: 1;
	z-index: 2;
}
@media (max-width: 1440px) {
	.produce .box1 .box-c .r .number .counter{
		font-size: 40px;
	}
	.produce .box1 .box-c .r li:not(:last-child){
		margin-bottom: 30px;
	}
	.produce .box1 .box-c .r .list{
		padding: 40px 50px;
	}
}
@media (max-width:1280px) {
	.equipment .box1 .labels .label{
		height: 50px;
		line-height: 46px;
		padding: 0 14px;
	}
	.equipment .box1 .labels .label{
		min-width: 150px;
		font-size: 16px;
	}
	.equipment .box1 .tips{
		margin-top: 25px;
	}
	.equipment .box1 .labels .text{
		font-size: 16px;
		line-height: 1.875;
	}
	.produce .box1 .box-c .r .number .counter{
		font-size: 30px;
	}
	.produce .box1 .box-c .r .text{
		font-size: 14px;
	}
	.produce .box1 .box-c .r .des{
		font-size: 16px;
		line-height: 1.5;
	}
	.produce .box1 .box-c .r .list{
		padding: 40px;
	}
}
@media (max-width:1199px) {
	.equipment .box1{
		padding: 70px 0;
	}
}
@media (max-width:1024px) {
	.produce .box1 .box-c{
		margin-top: 30px;
	}
	.produce .box3 .box-c .table{
		margin-top: 15px;
	}
	.produce .box3 .box-c{
		flex-wrap: wrap;
	}
	.produce .box3 .box-c .l, .produce .box3 .box-c .r{
		width: 100%;
	}
	.produce .box3 .box-c .r{
		margin-top: 40px;
	}
	.produce .box3 .box-c .table tr td{
		padding: 7px;
	}
	.produce .box1{
		padding: 60px 0;
	}
	.produce .box3{
		margin: 60px 0;
	}
	.produce .box3 .consultBtn{
		margin-top: 40px;
	}
	.produce .box2 .list{
		flex-wrap: wrap;
	}
	.produce .box2 .list li{
		max-width: 100%;
		width: 48%;
		margin-top: 50px;
	}
	.produce .box2 .list li:nth-child(1),
	.produce .box2 .list li:nth-child(2){
		margin-top: 0;
	}
	.produce .box2 .list li .text-box{
		padding-top: 20px;
	}
	.produce .box2 .list li .text-title{
		font-size: 22px;
	}
	.produce .box2 .list li .text-des{
		margin-top: 10px;
	}
	.produce .box1 .box-c .l .text{
		margin-top: 20px;
		padding-right: 15px;
	}
	.produce .box1 .box-c .r{
		width: 300px;
	}
	.equipment .box1 .labels .label{
		height: 40px;
		line-height: 36px;
		font-size: 14px;
		min-width: 120px;
	}
	.equipment .box1{
		padding: 60px 0;
	}
	.equipment .box1 .labels .text{
		font-size: 14px;
		line-height: 1.875;
	}
	.equipment .box1 .list li .text{
		padding: 20px;
		font-size: 20px;
	}
	.equipment .box1 .list li .text .bullet{
		width: 10px;
		height: 10px;
	}
	.equipment .box1 .list li{
		margin-bottom: 30px;
	}
	.equipment .box1 .list li:nth-child(2n){
		margin-bottom: 30px;
	}
	.equipment .box1 .consultBtn{
		margin-top: 40px;
	}
	.product .box1{
		padding: 60px 0 30px;
	}
	.product .box1 .list{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.product .box1{
		padding: 50px 0 20px;
	}
	.product .box1 .list{
		margin-top: 35px;
	}
	.produce .box1 .box-c .r .number .counter{
		font-size: 26px;
	}
	.produce .box1 .box-c .r .list{
		padding: 25px 20px;
		border-radius: 0px 10px 10px 30px;
	}
	.produce .box1 .box-c .r .des{
		margin-top: 0;
		font-size: 14px;
	}
	.produce .box1 .box-c .r .text{
		font-size: 12px;
	}
	.produce .box1 .box-c .r li:not(:last-child){
		margin-bottom: 25px;
	}
	.produce .box2 .list li .number{
		width: 40px;
		height: 50px;
		padding-top: 10px;
		font-size: 20px;
		top: -15px;
	}
	.produce .box2 .list li .text-title{
		font-size: 20px;
	}
	.produce .box2 .list li .text-box{
		padding-top: 15px;
	}
	.produce .box1{
		padding: 50px 0;
	}
	.produce .box3{
		margin: 50px 0;
	}
	.produce .box3 .consultBtn{
		margin-top: 35px;
	}
	.equipment .box1{
		padding: 50px 0;
	}
	.equipment .box1 .list li{
		width: 100%;
	}
	.equipment .box1 .list li:nth-child(2n){
		margin-top: 0;
		margin-bottom: 30px;
	}
	.equipment .box1 .list li:last-child{
		margin-bottom: 0;
	}
	.produce .box3 .box-c .title{
		font-size: 22px;
	}
	.produce .box3 .box-c .table th{
		padding-left: 7px;
		line-height: 40px;
	}
	.produce .box3 .box-c .r{
		margin-top: 35px;
	}
	.produce .box1 .box-c .r{
		width: 230px;
	}
	.produce .box1 .box-c .r li:not(:last-child){
		margin-bottom: 20px;
	}
	.product .box1 .list li .text{
		padding: 0 24px 14px;
		font-size: 16px;
	}
	.product .box1 .list li, .product .box1 .list i{
		width: 48%;
	}
}
@media (max-width: 500px) {
	.product .box1{
		padding: 40px 0 10px;
	}
	.product .box1 .list{
		margin-top: 24px;
	}
	.produce .box1 .box-c{
		flex-direction: column;
	}
	.produce .box1 .box-c .r{
		width: 100%;
		margin-top: 27px;
	}
	.produce .box3 .box-c .r{
		margin-top: 30px;
	}
	.produce .box2 .list li{
		width: 100%;
	}
	.produce .box2 .list li:nth-child(2),
	.produce .box2 .list li{
		margin-top: 30px;
	}
	.produce .box2 .list li .text-title{
		font-size: 18px;
	}
	.produce .box1{
		padding: 40px 0;
	}
	.produce .box3{
		margin: 40px 0;
	}
	.produce .box3 .consultBtn{
		margin-top: 30px;
	}
	.equipment .box1{
		padding: 40px 0;
	}
	.equipment .box1 .tips{
		font-size: 14px;
		margin-top: 10px;
	}
	.equipment .box1 .labels .label{
		min-width: 100px;
	}
	.equipment .box1 .list{
		margin-top: 25px;
	}
	.equipment .box1 .list li .text{
		font-size: 18px;
	}
	.produce .box1 .box-c .r .number .counter{
		font-size: 22px;
	}
}