.product {
	padding: 40px 0;
}

.product_erji {
	margin-bottom: 60px;
}

.product_erji ul {
	display: flex;
	flex-wrap: wrap;
}

.product_erji ul li a {
	display: block;
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 16px;
}

.pe_se {
	background: #3898ec !important;
}

.product_erji ul li {
	margin-left: 10px;
	margin-bottom: 10px;
}

.product_erji ul li:nth-child(1) {
	/*margin-left: 0;*/
}

.product_liebiao {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pl_biao {
	position: relative;
	background-color: #fff;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
	width: 355px;
	margin-bottom: 20px;
}

.plb_tu {
	height: 355px;
	width: 100%;
}

.plb_tu img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.plb_zi {
	width: 100%;
	padding-left: 15px;
    padding-bottom: 7px;
    background: rgb(0 0 0 / 0.39);
    /* display: flex; */
    /* align-items: center; */
    padding-top: 7px;
}

.plb_zi p {
	font-size: 24px;
	color: #fff;
}

.pl_my {
	width: 355px;
}
@media screen and (max-width: 1500px) {
	.pl_biao{
		width: 24%;
	}
	.pl_my {
		width: 24%;
	}
}
@media screen and (max-width: 768px) {
	.pl_biao{
		width: 49%;
	}
	.pl_my {
		width: 49%;
	}
	.plb_tu {
	    height: 230px;
	}
	.product_erji ul{
		flex-wrap: wrap;
		/* justify-content: center; */
	}
	.product_erji ul li{
		/* width: 30%; */
		margin-bottom: 10px;
	}
	.product_erji ul li:nth-child(1){
		margin-left: 10px;
	}
}