.product-body .banner {
	background: url(../../images/cpxq_bg_pic.png) center no-repeat;
	background-size: cover;
	height: 300px;
}
/* 产品介绍样式 start */
#productDescription {
	margin-bottom: 85px;
}
#productDescription div.product_caption {
	/* margin: 80px 0 70px 0; */
	width: 810px;
	margin: auto;
	padding: 80px 0 70px 0;
}
.superiority_box {
	display: flex;
	justify-content: center;
}
.superiority_box li {
	text-align: center;
	color: var(--color-333);
	flex: 1;
}
.superiority_box li > div:first-child {
	width: 40px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}
.superiority_box li > div:first-child::after {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.superiority_box li > div:first-child::before {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
}
.superiority_box li > .superiority_title {
	font-size: 1.125rem;
	font-weight: bold;
	padding: 13px 0;
}
.superiority_box li > .superiority_content {
	font-size: .875rem;
}
.superiority_box>li img{
	width: 40px;
}
.cpys_box {
	background-color: #f5f5f6;
}
.cpys {
	max-width: 1920px;
	min-width: 1366px;
	margin-left: -80px;
}
/* 产品介绍样式 end */
/* 主要功能样式 start */
#features {
	min-height: 580px;
	background-color: #f5f5f5;
}
#features > .container > .product_caption {
	padding: 40px 0;
}
.features_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.features_list > .features_item {
	position: relative;
	width: 386px;
	height: 174px;
	cursor: context-menu;
	margin-bottom: 20px;
}
.features_list > .features_item > .item_box {
	position: absolute;
	top: 0;
	padding: 30px 0 0 30px;
}

.features_item:hover {
	box-shadow:2px 10px 5px -3px rgba(0, 0, 0, .16);
}

.features_list > .features_item:hover .item_box > .title {
	color: var(--main-color);
}

.features_item > img {
	width: 390px;
	height: 182px;
}
.features_item div.item_box > .title {
	font-size: 1rem;
	color: var(--color-333);
}
.features_item div.item_box > .jianjie {
	max-width: 260px;
	font-size: .875rem;
	color: var(--color-999);
	padding-top: 15px;
	line-height: 23px;
	padding-right: 40px;
}
/* 主要功能样式 end */

/* 行业营销痛点样式 start */
#painPoints {
	margin: 80px 0;
}
.painpoints_box {
	margin-top: 35px;
}
.painpoints_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.painpoints_box ul li {
	width: 290px;
	height: 186px;
}
.painpoints_box ul li > div:first-child {
	height: 54px;
	background: #5ba8f5;
	color: var(--color-fff);
	display: flex;
	align-items: center;
	padding-left: 30px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}
.painpoints_box ul li > div:first-child > img {
	margin-right: 8px;
	width: 32px;
}
.painpoints_box ul li > div:last-child {
	height: 132px;
	background: #f1f3f5;
	padding: 18px 50px 10px 30px;
	font-size: .875rem;
	color: var(--color-666);
}
/* 行业营销痛点样式 end */
/* 产品优势样式 start */
#cpadvantage {
	height: 764px;
	background: url(../../images/cpxq_ys_pic.png) center no-repeat;
	background-size: cover;
}
#cpadvantage .product_caption {
	padding-top: 50px;
}
/* .advantage_box {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}
.advantage_box .advantage_item {
	border: 1px solid;
	min-height: 74px;
	background-color: var(--color-fff);
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
	position: relative;
	margin-bottom: 50px;
}
.advantage_box > .left > div.advantage_item:first-child {
	min-height: 106px;
}
.advantage_box div.advantage_item:last-child {
	margin-bottom: 0;
}
.advantage_box > .left > div.advantage_item:nth-child(3) {
	margin-left: 100px;
}
.advantage_box > .right > div.advantage_item:nth-child(4) {
	margin-left: -155px;
}
.advantage_box > .left > div.advantage_item:first-child > img {
	top: 10px;
}
.advantage_box .advantage_item img {
	position: absolute;
	top: -5px;
}
.advantage_box > .left > .advantage_item img {
	right: -40px;
}
.advantage_box > .right > .advantage_item img {
	left: -40px;
}
.advantage_box > .left > .advantage_item > .advantage_content {
	padding: 18px 45px 10px 24px;
}
.advantage_box > .right > .advantage_item > .advantage_content {
	padding: 18px 15px 10px 55px;
} */
.advantage_content > div:nth-child(1) {
	font-size: .9375rem;
	font-weight: bold;
	color: var(--color-333);
	margin-bottom: 5px;
}
.advantage_content > div:nth-child(2) {
	font-size: .875rem;
	color: var(--color-666);
}
.chanpadvantage {
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
}
.width_402 {
	width: 402px;
}
.width_345 {
	width: 345px;
}
.width_380 {
	width: 380px;
}
.width_406 {
	width: 406px;
}
.width_394 {
	width: 394px;
}

/* 产品优势样式 end */

/* 适用对象样式 start */
#suitable .product_caption {
	margin: 90px 0 38px 0;
}
.suitable_box {
	display: flex;
}

.suitable_box > .suitable_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 240px;
}
.suitable_box > .suitable_item > img {
	width: 100%;
	height: 100%;
}
.suitable_box > .suitable_item > span {
	position: absolute;
	font-size: 1.125rem;
	color: var(--color-fff);
	font-weight: bold;
}
/* 适用对象样式 end */
/* 其他产品推荐样式 start */
#other {
	margin: 144px 0 80px 0;
}
#other .other_title {
	font-size: 1.75rem;
	color: var(--color-333);
	margin-bottom: 24px;
}
.othercp_box {
	display: flex;
}
.othercp_box > .other_item {
	width: 280px !important;
	height:310px;
	cursor: pointer;
	margin-right: 20px !important;
}
.othercp_box > .other_item > img {
	object-fit: cover;
	width: 100%;
	height: 204px;
}

.othercp_box > .other_item > .other_content {
	height: 94px;
	border: 1px solid #e0e0e0;
	margin-top: -5px;
	padding: 15px 10px 20px 10px;
}
.other_content > .other_name {
	font-size: 1rem;
	color: var(--color-333);
	padding-bottom: 7px;
}
.other_content > .other_miaoshu {
	font-size: .875rem;
	color: var(--color-999);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}
.othercp_box > .other_item:hover .other_content > .other_name {
	color: var(--main-color);
}
/* 其他产品推荐样式 end */

/* 修改swiper样式 */

#other .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../../images/gywm_ryzz_btn01.png);
}
#other .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../../images/gywm_ryzz_btn02.png);
}
#other .swiper-button-prev,
#other .swiper-container-rtl .swiper-button-next {
	background-image: url(../../images/gywm_ryzz_btn06.png);
	left: -50px;
	right: auto;
}
#other .swiper-button-next,
#other .swiper-container-rtl .swiper-button-prev {
	background-image: url(../../images/gywm_ryzz_btn05.png);
	right: -50px;
	left: auto;
}
#other .swiper-button-next,
#other .swiper-button-prev {
	top: 45%;
	height: 88px;
	background-size: 34px 88px;
}
