.openAbility {
	background: #f8fbff;
	padding: 90px 0;
}

.openAbility .openAbility_title {
	font-size: 30px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #111a34;
	line-height: 36px;
	letter-spacing: 2.14px;

	margin-bottom: 60px;
}

.openAbility .openAbility_card_box {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-wrap: wrap;
	box-sizing: border-box;
}

.openAbility .openAbility_card_box .openAbility_card {
	padding: 26px 30px;

	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 6px 20px 0px #e2eaf7;
	width: calc(25% - 20px);
	margin-top: 26px;
}

.openAbility .openAbility_card_box .openAbility_card .openAbility_card_img {
	width: 56px;
	height: 56px;

}

.openAbility .openAbility_card_box .openAbility_card .openAbility_card_title {
	font-size: 22px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: left;
	color: #111a34;
	line-height: 24px;

	margin-top: 20px;

}

.openAbility .openAbility_card_box .openAbility_card .openAbility_card_line {
	width: 24px;
	height: 3px;
	background: #111a34;

	margin: 14px 0 20px 0;

}

.openAbility .openAbility_card_box .openAbility_card .openAbility_card_text {
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #111a34;
	line-height: 26px;

	min-height: 52px;

}

.accessProcess {
	position: relative;
	padding: 90px 0;
	background-image: url('../img/common/jieruliuchengBack.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.accessProcess .accessProcess_title {
	font-size: 30px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	line-height: 36px;
	letter-spacing: 2.14px;
}

.accessProcess .processBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

	margin-top: 88px;
}

.accessProcess .processBox .processBox_Center {
	width: 32px;
	height: 11px;
	opacity: 0.5;

	margin: 0 28px;
}

.accessProcess .processBox .process_item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
}

.accessProcess .processBox .process_item .process_item_top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.accessProcess .processBox .process_item .process_item_top .process_item_top_img {
	width: 39px;
	height: 29px;
}

.accessProcess .processBox .process_item .process_item_top .process_item_top_text {
	font-size: 22px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: left;
	color: #ffffff;
	line-height: 24px;

	white-space: nowrap;

	margin-left: 12px;
}

.accessProcess .processBox .process_item .process_item_bot {
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 26px;
	white-space: nowrap;

	margin-top: 17px;
}


.openPlatform_partner {
	background: #ffffff;
	padding: 90px 0;
}

.openPlatform_partner .openPlatform_partner_title {
	font-size: 30px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #111a34;
	line-height: 36px;
	letter-spacing: 2.14px;
}

.openPlatform_partner .openPlatform_partner_item_box {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.openPlatform_partner .openPlatform_partner_item_box .openPlatform_partner_item {
	width: calc(20% - 20.8px);
	height: 75px;
	margin-top: 26px;
}

@media only screen and (max-width: 900px) {
	.openAbility {
		background: #f8fbff;
		padding: 30px 0;
	}

	.openAbility .openAbility_title {
		font-size: 30px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #111a34;
		line-height: 36px;
		letter-spacing: 2.14px;

		margin-bottom: 20px;

		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
		margin-bottom: 0px;
	}

	.openAbility .openAbility_card_box {
		display: flex;
		justify-content: space-between;
		/* align-items: center; */
		flex-wrap: wrap;
		box-sizing: border-box;

		padding: 0 16px;
	}

	.openAbility .openAbility_card_box .openAbility_card {
		padding: 13px 15px;

		background: #ffffff;
		border-radius: 6px;
		box-shadow: 0px 6px 20px 0px #e2eaf7;
		width: calc(50% - 8px);

		margin-top: 22px;
	}

	.openAbility .openAbility_card_box .openAbility_card .openAbility_card_text {
		font-size: 14px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		text-align: left;
		color: #111a34;
		line-height: 26px;

		min-height: 52px;
		font-size: 11px;
		line-height: 14px;

		min-height: 0;
	}


	.openAbility .openAbility_card_box .openAbility_card .openAbility_card_img {
		width: 56px;
		height: 56px;

		width: 36px;
		height: 36px;
	}

	.openAbility .openAbility_card_box .openAbility_card .openAbility_card_title {
		font-size: 22px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: left;
		color: #111a34;
		line-height: 24px;

		margin-top: 20px;

		font-size: 14px;
		line-height: 18px;
		margin-top: 10px;
		font-weight: Medium
	}

	.openAbility .openAbility_card_box .openAbility_card .openAbility_card_line {
		width: 24px;
		height: 3px;
		background: #111a34;

		margin: 14px 0 20px 0;


		width: 24px;
		height: 2px;
		margin: 14px 0 14px 0;
	}




	.accessProcess {
		position: relative;
		padding: 50px 0;
		background-image: url('../img/common/jieruliuchengBack.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;

		padding: 30px 0;
	}

	.accessProcess .accessProcess_title {
		font-size: 30px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #ffffff;
		line-height: 36px;
		letter-spacing: 2.14px;

		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
	}

	.accessProcess .processBox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

		margin-top: 38px;


		margin-top: 22px;
	}

	.accessProcess .processBox .processBox_Center {
		width: 32px;
		height: 11px;
		opacity: 0.5;

		margin: 22px 0;

		transform: rotate(90deg);
		width: 22px;
		height: 5px;
	}

	.accessProcess .processBox .process_item {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-content: center;
	}

	.accessProcess .processBox .process_item .process_item_top {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.accessProcess .processBox .process_item .process_item_top .process_item_top_img {
		width: 39px;
		height: 29px;

		width: 29px;
		height: 19px;
	}

	.accessProcess .processBox .process_item .process_item_top .process_item_top_text {
		font-size: 22px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: left;
		color: #ffffff;
		line-height: 24px;

		white-space: nowrap;

		margin-left: 12px;

		font-size: 16px;
		line-height: 18px;
	}

	.accessProcess .processBox .process_item .process_item_bot {
		font-size: 16px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		text-align: left;
		color: #ffffff;
		line-height: 26px;
		white-space: nowrap;

		margin-top: 17px;

		font-size: 14px;
		line-height: 16px;
	}


	.openPlatform_partner {
		background: #ffffff;
		padding: 50px 0;
		padding: 30px 0;
	}

	.openPlatform_partner .openPlatform_partner_title {
		font-size: 30px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #111a34;
		line-height: 36px;
		letter-spacing: 2.14px;

		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
	}

	.openPlatform_partner .openPlatform_partner_item_box {
		margin-top: 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;

		padding: 0 16px;
		margin-top: 12px;
	}

	.openPlatform_partner .openPlatform_partner_item_box .openPlatform_partner_item {
		/* width: calc(50% - 10.4px); */
		height: 75px;
		margin-top: 26px;

		width: calc(33% - 9px);
		height: auto;
		margin-top: 10px;
	}
}