@charset "utf-8";
/* 核心业务 */

.page_yw_list {
	width: 100%;
	border-top: 1px solid #1f1e1b;
	padding-top: 36px;
	margin-top: 24px;
}

.page_yw_list li {
	float: left;
	width: calc((100% - 48px) / 3);
	height: auto;
	margin-right: 24px;
	text-align: center;
	border-radius: 16px;
	padding: 3px;
	background-color: #e5e5e5;
	transition: all .3s;
}

.page_yw_list li>a {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 14px;
	padding-bottom: 48px;
}

.page_yw_list li:last-child {
	margin-right: 0;
}

.page_yw_list li a img {
	width: 192px;
	height: 192px;
	margin: 0 auto;
	transition: all .3s;
}

.page_yw_list li a p {
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	color: #333333;
	transition: all .3s;
}

.page_yw_list li a span {
	display: block;
	width: 48px;
	height: 4px;
	background-color: #ffbf00;
	margin: 24px auto 0;
	transition: all .3s;
}

.page_yw_list li a .p_box {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	color: #333333;
	text-align: justify;
	padding: 36px 20px 0 20px;
	transition: all .3s;
}

.page_yw_list li:hover {
	background-color: #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	transition: all .3s;
}

.page_yw_list li:hover a p {
	font-size: 16px;
	color: #00479b;
}

.page_yw_list li:hover a span {
	background-color: #00479b;
}

/* 售后服务 */
.service_list {
	width: 100%;
	border-top: 1px solid #1f1e1b;
	padding-top: 36px;
	margin-top: 24px;
}

.service_list li {
	float: left;
	width: calc((100% - 48px) / 3);
	margin-right: 24px;
	margin-bottom: 24px;
	text-align: center;
	border-radius: 16px;
	border: 3px solid #e5e5e5;
	transition: all .3s;
}

.service_list li:nth-child(3n) {
	margin-right: 0;
}

.service_list li img {
	width: 192px;
	height: 192px;
	margin: 0 auto;
	transition: all .3s;
}

.service_list li p {
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	color: #333333;
	transition: all .3s;
}

.service_list li em {
	display: block;
	width: 48px;
	height: 4px;
	background-color: #ffbf00;
	margin: 24px auto 0;
	transition: all .3s;
}

.service_list li .p_box {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 2;
	color: #333333;
	text-align: center;
	padding: 36px 20px 36px 20px;
	transition: all .3s;
}

.service_list li:hover {
	border-color: #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	transition: all .3s;
}

.service_list li:hover p {
	font-size: 16px;
	color: #00479b;
}

.service_list li:hover span {
	background-color: #00479b;
}

/* 生态伙伴 */
.page_hb_list {
	width: 100%;
	border-top: 1px solid #1f1e1b;
	padding-top: 36px;
	margin-top: 24px;
}

.page_hb_list li {
	float: left;
	width: calc((100% - 40px) / 5);
	margin-right: 10px;
	margin-bottom: 10px;
}

.page_hb_list li:nth-child(5n) {
	margin-right: 0;
}

.page_hb_list li a {
	width: 100%;
	height: auto;
	border: 1px solid #e0e0e0;
	transition: all .3s;
}

.page_hb_list li a:hover {
	border: 1px solid #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}

.page_hb_list li a img {
	width: 100%;
	height: auto;
}

.page_partner {
	width: 100%;
	border-top: 1px solid #1f1e1b;
	padding-top: 36px;
	margin-top: 24px;
}

.page_partner .partner_img_box {
	border: 1px solid #e0e0e0;
	transition: all .3s;
	cursor: pointer;
}

.page_partner .partner_img_box:hover {
	border: 1px solid #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}

.page_partner_m {
	display: none;
}

@media (max-width:1200px) {
	/* 核心业务 */

	.page_yw_list {
		padding-top: 1.728rem;
		margin-top: 1.152rem;
	}

	.page_yw_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.768rem;
	}

	.page_yw_list li>a {
		padding-bottom: 2.304rem;
	}

	.page_yw_list li a p {
		font-size: 1.728rem;
	}

	.page_yw_list li a span {
		width: 6rem;
		height: 0.384rem;
		margin: 1.728rem auto 0;
	}

	.page_yw_list li a .p_box {
		font-size: 1.152rem;
		line-height: 1.6;
		padding: 2.304rem 1.152rem 0 1.152rem;
	}

	.page_yw_list li:hover {
		background-color: #e5e5e5;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0);
	}

	.page_yw_list li:hover a p {
		font-size: 1.728rem;
	}

	/* 售后服务 */
	.service_list {
		padding-top: 1.728rem;
		margin-top: 1.152rem;
	}

	.service_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.768rem;
	}

	.service_list li p {
		font-size: 1.728rem;
	}

	.service_list li em {
		width: 6rem;
		height: 0.384rem;
		margin: 1.728rem auto 0;
	}

	.service_list li .p_box {
		font-size: 1.152rem;
		line-height: 1.6;
		padding: 2.304rem 1.152rem 2.304rem 1.152rem;
	}

	.service_list li:hover {
		background-color: #e5e5e5;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0);
	}

	.service_list li:hover p {
		font-size: 1.728rem;
	}

	/* 生态伙伴 */
	.p_bg{
		background-image: url(../images/p_bg.jpg);
		background-size: 100% 100%;
		background-attachment: fixed;
	}
	.page_hb_list {
		padding-top: 1.728rem;
		margin-top: 1.152rem;
	}

	.page_hb_list li {
		float: left;
		width: calc((100% - 1.536rem) / 3);
		margin-right: 0.768rem;
		margin-bottom: 0.768rem;
	}

	.page_hb_list li:nth-child(5n) {
		margin-right: 0.768rem;
	}

	.page_hb_list li:nth-child(3n) {
		margin-right: 0;
	}

	.page_hb_list li a {
		width: 100%;
		height: auto;
		border: 1px solid #e0e0e0;
		transition: all .3s;
	}

	.page_hb_list li a:hover {
		border: 1px solid #ffffff;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
	}

	.page_hb_list li a img {
		width: 100%;
		height: auto;
	}

	.page_partner {
		display: none !important;
	}
	
	.partner_line{
		width: 100%;
		height: 1px;
		background-color: #1f1e1b;
		margin-top: 1.728;
	}
	.page_partner_m {
		display: block;
		margin-top: 1.152rem
	}
	
	.page_partner_m .partner_img_box {
		float: left;
		width: calc((100% - 48px) / 5);
		background-color: #ffffff;
		border-radius: 4px;
		margin-right: 12px;
		margin-bottom: 12px;
		box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.2);
		transition: all .3s;
		cursor: pointer;
		overflow: hidden;
	}
	
	.page_partner_m .partner_img_box:nth-child(5n){
		margin-right: 0;
	}

	.page_partner_m .partner_img_box img{
		width: 100%;
		height: auto;
	}


}


@media (max-width:850px) {
	.page_partner_m .partner_img_box {
		width: calc((100% - 24px) / 3);
	}
	
	.page_partner_m .partner_img_box:nth-child(5n){
		margin-right: 12px;
	}
	
	.page_partner_m .partner_img_box:nth-child(3n){
		margin-right: 0;
	}
}