.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;
}

@media screen and (max-width:1100px) {
	.e-kuang {
		width: calc(100%/4) !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.zixun1 {
		width: 48% !important;
	}
}

@media screen and (max-width:768px) {
	.e-kuang {
		width: calc(100%/4) !important;
	}

	.e-kuang a {
		font-size: 14px !important;
		color: #999;
		transition: all .3s;
	}

	.chanpin {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #fff;
	}

	.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;
	}

	.zixun1 {
		width: 100% !important;
	}

	.zixun1 span {
		font-size: 14px !important;
		color: #999;
		display: block;
		margin: 0 0 20px;
	}

	.zixun1 h1 {
		font-size: 18px !important;
		font-weight: normal;
		color: #333;
		margin-bottom: 20px !important;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
