.chanpin {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 60px;
	background-color: #fff;
}

.chaiyou {
	/* height: 18px; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: #302F2F;
}

.chaiyou p {
	padding: 0 16px;
	border-left: 4px solid #302f2f;
	border-right: 4px solid #302f2f;
}

.chanpin .chaiyou p {
	color: #009E3F;
	border-left: 4px solid #009E3F;
	border-right: 4px solid #009E3F;
}

.chanpin .biaoti h1 {
	font-size: 52px;
	font-weight: bold;
	color: #302F2F;
	text-align: center;
}

.chanpin .biaoti {
	margin-top: 29px;
	padding-bottom: 49px;
}

.chan {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.chan1 {
	width: 446px;
	margin-bottom: 59px;
	position: relative;
}

.uang {
	width: 446px;
}

.chanpin .biao {
	font-size: 24px;
	font-weight: 600;
	color: #302F2F;
	line-height: 33px;
	margin-top: 29px;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.chanpin .kuang {
	width: 100%;
	height: 300px;
	background: #FFFFFF;
	border: 3px solid #F8F8F8;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.chanpin .kuang img {
	width: auto;
	height: 90%;
	transition: all 0.3s;
	object-fit: cover;
}

.miaoshu {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #B2B2B2;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.chanpin .kan {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.chanpin .kan p {
	font-size: 20px;
	font-weight: 500;
	color: #B2B2B2;
	line-height: 33px;
	margin-right: 16px;
}

.chanpin .kan img {
	width: 8px;
	height: 13px;
}

.chanpin .chan1:hover .kuang img {
	transform: scale(1.1);
}

.chanpin .gengduo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.zzry {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}

.zzry1 {
	
	padding-bottom: 18px;
}
.zzry1:nth-child(1){
    margin-right: 190px;
}
.zzry2 {
	padding-bottom: 18px;
}

.zzry1 a {
	font-size: 24px;
	font-weight: 500;
	color: #302F2F;
}

.zzry2 a {
	font-size: 24px;
	font-weight: 500;
	color: #302F2F;
}

.zz {
	border-bottom: 4px solid #009E3F;
}

.tupiana {
	width: 100%;
	height: 100%;
	top: 0;
	cursor: pointer;
	position: absolute;
}

.tupiana img {
	width: 100%;
	height: 100%;
	opacity: 0;
}
.chan1:hover .biao {
    color: #009E3F;
}
.chan1:hover .kuang {
    border: 3px solid #009e3f;
    transition: all 0.3s;
}
@media screen and (max-width:1440px) {
	.chan1 {
		width: 32%;
	}
}

@media screen and (max-width:1100px) {
	.chan1 {
		width: 48%;
	}
}

@media screen and (max-width:768px) {
	.chanpin .biaoti h1 {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.chanpin .biaoti {
		margin-top: 29px;
		padding-bottom: 20px;
	}

	.chanpin {
		padding: 50px 0;
	}

	.zzry {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}

	.zzry1 a {
		font-size: 18px;
		font-weight: 500;
		color: #302F2F;
	}

	.zzry1 {
		padding-bottom: 16px;
	}
.zzry1:nth-child(1){
    margin-right: 40px;
}
	.zzry2 a {
		font-size: 18px;
		font-weight: 500;
		color: #302F2F;
	}
  
	.zzry2 {
		padding-bottom: 16px;
	}

	.chanpin .kuang {
		width: 100%;
		height: 200px;
		background: #FFFFFF;
		border: 3px solid #F8F8F8;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	.chanpin .biao {
		font-size: 18px;
		margin-top: 18px;
		margin-bottom: 15px;
	}

	.chanpin .kan {
		display: flex;
		align-items: center;
		margin-top: 15px;
	}

	.chanpin .kan p {
		font-size: 16px;
		font-weight: 500;
		color: #B2B2B2;
		line-height: 33px;
		margin-right: 16px;
	}
}
