.product-body .banner {
	background: url(../../images/cpjs_pic.png) center no-repeat;
	background-size: cover;
	height: 300px;
}
.product_description .product_caption {
	width: 810px;
	margin: auto;
	padding-top: 80px;
}

.product_description .product_box {
	display: flex;
	height: 320px;
	margin-top: 70px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
.product_description .product_item_box1 > .left,
.product_description .product_item_box2 > .right {
	width: 430px;
	overflow: hidden;
	cursor: pointer;
}
.product_description .product_box > .right > img,
.product_description .product_box > .left > img {
	width: 100%;
	height: 319px;
	transition: all .4s;
}
.product_item_last {
	margin-bottom: 120px;
}
.product_description .product_item_box1 > .right,
.product_description .product_item_box2 > .left {
	width: calc(100% - 430px);
	background-color: #fefefe;
	border: 1px solid #f0f0f0;
	padding: 0 50px;
}
.product_description .product_box > .right:hover img,
.product_description .product_box > .left:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.product_item_box1 > .right > .product_item_name,
.product_item_box2 > .left > .product_item_name {
	cursor: pointer;
	font-size: 1.375rem;
	color: var(--color-333);
	padding: 38px 0 14px 0;
}
.product_item_box1 > .right > .product_item_name:hover,
.product_item_box2 > .left > .product_item_name:hover {
	color: var(--main-color);
}
.product_item_box1 > .right > .product_item_introduction,
.product_item_box2 > .left > .product_item_introduction {
	width: 100%;
	font-size: .9375rem;
	color: var(--color-999);
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}
.features_box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.features_name {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.features_name > .name {
	font-size: .9375rem;
	color: var(--color-666);
	padding-left: 4px;
}
div.features_box > .features_item {
	width: 110px;
	height: 30px;
	border: 1px solid var(--color-ccc);
	font-size: .75rem;
	color: #888;
	line-height: 30px;
	text-align: center;
	margin: 0 50px;
	margin-bottom: 10px;
	position: relative;
}
div.features_box > .features_item::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	background: #e0e0e0;
	left: 160px;
	top: 0;
}
div.features_box > .features_item:nth-child(3n) {
	margin-right: 0;
}
div.features_box > .features_item:nth-child(3n-2) {
	margin-left: 0;
}
div.features_box > .features_item:nth-child(3n)::before {
	display: none;
}
div.features_box > .features_item:nth-child(3n + 1):nth-last-child(-n + 3)::before,
div.features_box > .features_item:nth-child(3n + 1):nth-last-child(-n + 3) ~ .features_item::before {
	height: 30px;
}
