.product-bg {
	background-color: #18181d;
	padding-bottom: 50px;
}

.product {
	color: #ffffff;
	width: 1200px;
	margin: auto;
}

.product-class {
	display: flex;
	margin: 40px auto 30px 50px;
	opacity: 0;
	transform: translateX(-100%);
	animation: fadeIn 1s forwards;
}

.class-name {
	width: 210px;
	font-size: 14px;
}

.class-name a {
	color: #888888;
}

.class-name.active a {
	color: #a88f5a;
}

.class-name.active a:hover {
	color: #a88f5a;
}

.class-name a:hover {
	color: #ffffff;
}

.pro-liebiao {
	display: none;
}

.product-list {
	/*display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;*/
	opacity: 0;
	animation: slide-up 1s forwards;
	display: flex;
	flex-wrap: wrap;
}

.product-list>a{
	display: block;
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 30px;
}
.product-list>a:nth-child(4n){
	margin-right: 0;
}

.product-item {
	width: 100%;
}

.product-img {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.product-img:hover img {
	transform: scale(1.1);
}

.product-img img {
	/*width: 100%;
	margin-top: -90px;*/
	transition: all 0.5s ease;
}

.product-title {
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #c3af80;
	font-size: 14px;
	background-color: #32343b;
	transition: all 0.5s ease;
}

.product-item:hover .product-title {
	background-color: #24242b;
}

.product-more {
	width: 1200px;
	height: 34px;
	line-height: 34px;
	color: #666666;
	margin-top: 60px;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s ease;
}

.product-more:hover {
	background-color: #ffffff;
}

@media only screen and (max-width: 600px) {
	.banner-img {
		height: 190px;
		object-fit: cover;
	}

	.product {
		color: #ffffff;
		width: 100%;
		margin: auto;
	}

	.product-list {
		padding: 0 10px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}

	.product-class {
		display: none;
	}

	.pro-liebiao {
		display: block;
		position: relative;
		margin-bottom: 40px;
	}

	.product-liebiao {
		margin: 5px 5px 6px;
		text-decoration: none;
		border-radius: 4px;
		background-color: #222;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product-anniu {
		display: flex;
		justify-content: end;
		margin-right: 20px;
		opacity: 0;
		transform: translateX(-100%);
		animation: fadeIn 1s forwards;
	}

	.liebiao-list {
		position: absolute;
		top: 30px;
		left: 5%;
		width: 90%;
		margin-top: 10px;
		height: 120px;
		overflow-y: scroll;
		z-index: 100;
	}

	.liebiao-item {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		color: #888888;
		padding: 0 20px;
	}

	.product-more {
		width: auto;
		height: 34px;
		line-height: 34px;
		margin: 50px 10px 0 10px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.banner-img {
		height: 190px;
		object-fit: cover;
	}

	.product {
		width: 100%;
	}

	.product-list {
		padding: 10px;
		box-sizing: border-box;
		grid-gap: 15px;
	}

	.product-img {
		height: 290px;
	}

	.product-img img {
		margin-top: -30px;
	}

	.product-class {
		display: flex;
		margin: 40px auto 30px 20px;
	}

	.product-more {
		width: auto;
		height: 34px;
		line-height: 34px;
		margin: 50px 10px 0 10px;
	}
}