.banner {
	max-width: 2560px;
	width: 100%;
	margin: 0 auto;
	height: 260px;
	background-image: linear-gradient(0deg,
			#ffffff 0%,
			#d4ebff 100%),
		linear-gradient(#285192,
			#285192);
	background-blend-mode: normal,
		normal;
}

.banner_cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding-top: 104px;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.bc_left {
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: -19px;
	width: 100%;
	overflow: hidden;
}

.bc_left span {
	display: block;
	color: #163561;
	font-size: 18px;
	overflow-wrap: break-word;
}

.bc_left span:nth-child(1) {
	color: #163561;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 15px;
}


.partner_cont {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.partner_type {
	width: 300px;
	position: relative;
	border-right: 1px solid #e2e8f1;
	height: max-content;
}

.partner_type li {
	height: 51px;
	line-height: 51px;
	color: #8392a2;
	font-size: 18px;
	text-align: right;
	position: relative;
	cursor: pointer;
}

.partner_type li.active {
	color: #0d86ff;
}

.partner_type li.active::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 30px;
	background-color: #0d86ff;
	top: 50%;
	transform: translateY(-50%);
	right: -2px;
}

.partner_type li span {
	display: block;
	padding-right: 27px;
}

.part_detail {
	width: 1200px;
	background-color: #ffffff;
	border-radius: 12px;
	border: solid 1px #e2e8f1;
	padding: 25px 0;
	cursor: pointer;
	margin-bottom: 29px;
}

.part_detail.active .select_down_pt {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	cursor: pointer;
	background: url(../img/partners/ic_2.png)no-repeat center;
	background-position: 0 0;
}

.part_detail.active .select_down_pt:hover {
	background-position: 0 -16px;
}

.pt_right p:nth-child(1) {
	color: #163561;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
	position: relative;
}

.pt_right p:nth-child(2) {
	color: #465469;
	font-size: 14px;
}

.pt_left {
	width: 150px;
	text-align: center;
}

.pt_left img {
	display: inline-block;
	margin-top: 10px;
}

.partner_all {
	margin-left: 62px;
	display: none;
}

.partner_all_conts .partner_all:nth-child(1) {
	display: block;
}

.part_title {
	display: flex;
}

.pt_right {
	width: 1020px;
	position: relative;
}

.part_cont {
	width: 1024px;
	margin-left: 150px;
	border-top: 2px solid #e9ebf5;
	margin-top: 24px;
	padding-top: 19px;
	padding-bottom: 20px;
	position: relative;
	display: none;
}

.pt_label {
	height: max-content;
}

.pt_label span {
	margin-bottom: 5px;
	display: inline-block;
	height: 29px;
	background-color: #f0f7ff;
	border-radius: 14px;
	padding: 0 14px;
	line-height: 29px;
	color: #0d86ff;
	font-size: 12px;
}

.pt_advantage {
	color: #465469;
	font-size: 14px;
	margin-top: 20px;
}

.pt_advantage li {
	margin-bottom: 15px;
}

.pt_advantage li img {
	top: -1px;
	position: relative;
	margin-right: 4px;
	height: 16px;
}

.pt_advantage li:last-child {
	margin-bottom: 0;
}

.partner_visit {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #0d86ff;
	font-size: 14px;
	text-decoration: underline;
}

.partner_visit:hover {
	color: #49a4ff;
}

/* .part_detail:hover .part_cont{display: block;} */
.become_partner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 350px;
	display: flex;
	align-items: center;
}


.bp_left img {
	width: 100%;
	max-width: 390px;
}

.bp_title {
	color: #163561;
	font-size: 38px;
	font-weight: bold;
}

.bp_email {
	color: #163561;
	font-size: 16px;
	margin-top: 6px;
}

.bp_join_us {
	width: 226px;
	height: 50px;
	line-height: 50px;
	background-color: #0086ff;
	border-radius: 4px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 38px;
	cursor: pointer;
}

.sunmit_form {
	margin-top: 25px;
	display: none;
}

.sunmit_form input {
	width: 482px;
	height: 44px;
	background-color: #f7f8fa;
	border-radius: 4px;
	line-height: 44px;
	padding-left: 18px;
	border: none;
	margin-bottom: 15px;
}

.summit_btn {
	width: 186px;
	height: 50px;
	background-color: #0086ff;
	border-radius: 4px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.select_down_pt {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	cursor: pointer;
	background: url(../img/partners/ic_1.png)no-repeat center;
	background-position: 0 0;
}

.select_down_pt:hover {
	background-position: 0 -16px;
}

.depth_partner {
	position: absolute;
	width: 65px;
	height: 45px;
	background: url(../img/partners/img_bg.png)no-repeat center;
	background-size: cover;
	top: -10px;
	right: 0;
	top: -33px;
	right: 62px;
}

.depth_partner p.depth_text {
	font-size: 12px;
	color: #163561;
	text-align: center;
	line-height: 14px;
	padding-top: 4px;
}


@media screen and (max-width: 1500px) {
	.partner_cont {
		flex-direction: column;
	}

	.banner_cont .bc_left {
		width: 100%;
	}

	.banner_cont .bc_right {
		display: none;
	}


	.partner_type {
		box-sizing: border-box;
		padding: 20px;
		width: 100%;
		display: flex;
		align-items: center;
		gap: 25px;
		width: 100%;
		overflow-x: auto;
	}

	.partner_type li {
		width: max-content;
		height: 28px;
		line-height: 1;
	}

	.partner_type li span {
		padding: 0;
		line-height: 1;
		width: max-content;
	}

	.partner_type li.active {
		border-bottom: 1px solid #0d86ff;
	}

	.partner_type li::after {
		display: none;
	}

	.partner_all {
		box-sizing: border-box;
		padding: 20px;
		margin: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	.partner_all .part_detail {
		box-sizing: border-box;
		padding: 25px;
		width: 100%;
	}

	.partner_all .part_detail .pt_right {
		width: 100%;
	}

	.partner_all .part_detail .part_cont {
		width: 100%;
		margin-left: 0;
	}
}

.partner_container {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 666px) {
	.bp_left {
		display: none;
	}

	.bp_right {
		box-sizing: border-box;
		padding: 0 16px;
	}

	.partner_type li{
		height: 20px;
		font-size: 16px;
	}

	.partner_all_conts .partner_all{
		padding: 10px;
	}
	.partner_all_conts .partner_all .part_detail{
		padding: 12px;
	}
	.partner_all_conts .partner_all .part_detail .part_title .pt_left{
		flex-shrink: 0;
		width: 66px;
	}
	.partner_all_conts .partner_all .part_detail .part_title .pt_left img{
		margin: 0;
		width: 100%;
	}
	.partner_all_conts .partner_all .part_detail .part_title .pt_right .depth_partner{
		display: none;
	}
}