.join_banner {
	width: 100%;
	position: relative;
}

.join_banner_bg {
	display: block;
	width: 100%;
}

/* .join_banner_slogan {
	display: block;
	width: 50%;
	position: absolute;
	z-index: 1;
	top: 12%;
	left: 50%;
	margin-left: -25%;
} */

.join_banner_slogan_2 {
	display: block;
	width: 40%;
	position: absolute;
	z-index: 1;
	top: 17%;
	left: 50%;
	margin-left: -20%;
}

.join {
	width: 100%;
	height: auto;
	background: url(../images/join/bg.jpg) no-repeat;
	background-size: 100% auto;
	padding-top: 300px;
	padding-bottom: 160px;
	position: relative;
}

.join_tt {
	text-align: center;
	font-size: 3em;
	color: #fff;
	font-weight: normal;
	margin-bottom: 66px;
}

.join_fk {
	width: 100%;
	position: absolute;
	top: -32px;
	left: 0;
}
.join_fk_record {
	background: #EC6941;
	width: 60%;
	height: 66px;
	position: absolute;
	top: -66px;
	left: 20%;
	font-size: 2.6em;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 66px;
}
.join_card_fk {
	background: #FFFFFF;
	box-shadow: 0px 10px 22px 6px rgba(23, 68, 110, 0.15);
	border-radius: 4px;
	padding: 32px 56px;
}

.join_card_title {
	text-align: center;
	font-size: 1.8em;
	color: #1B1B1B;
	margin: 0 0 24px 0;
	font-weight: normal;
}

.join_card_text {
	color: #1B1B1B;
	font-size: 1em;
	margin: 0 0 16px 0;
}

.join_btn {
	padding: 8px 24px;
	background: #EC6941;
	border-radius: 23px;
	color: #fff;
}

.join_btn_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.join_section {
	width: 100%;
	position: relative;
	margin-bottom: 88px;
}

.join_section_img {
	display: block;
	width: 67%;
}

.join_section_text {
	position: absolute;
	width: 49%;
	background-color: #fff;
	background: #FFFFFF;
	box-shadow: 0px 10px 22px 6px rgba(23, 68, 110, 0.15);
	border-radius: 4px;
	padding: 66px;
	top: 30%;
	right: 0;
}

.join_section_text .join_card_text {
	width: 80%;
}

.join_jz {
	display: flex;
	align-items: center;
	margin-bottom: 88px;
}

.join_jz_wrapper {
	flex: 1;
	padding-left: 32px;
}

.join_jz_wrapper h3 {
	font-size: 2em;
	color: #fff;
	font-weight: normal;
}

.join_jz_wrapper p {
	font-size: 1em;
	color: #fff;
	margin-top: 80px;
	width: 73%;
}

.join_jz_img_wrapper {
	flex: 1;
}

.join_jz_img_wrapper img {
	display: block;
	width: 90%;
}

.join_section_gh {
	display: flex;
	flex-direction: row-reverse;
}

.join_section_gh .join_section_text {
	right: unset;
	left: 0;
}


.join_ft {
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: -150px;
	left: 0;
}

.join_card_ft {
	background: #FFFFFF;
	height: 100%;
	box-shadow: 0px 10px 22px 6px rgba(23, 68, 110, 0.15);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.join_detail {
	padding-top: 200px;
	padding-bottom: 88px;
}

.join_detail .container {
	padding: 0;
}

.join_container {
	background-color: #fff;
	padding: 66px 0 66px 100px;
	box-shadow: 0px 10px 22px 6px rgba(23, 68, 110, 0.15);
	border-radius: 4px;
}

.join_sz {
	border-top: 20px solid #EC6941;
}

.join_school {
	border-top: 20px solid #4472C4;
}

.join_boos {
	display: block;
	width: 180px;
	margin-top: 88px;
	margin-bottom: 12px;
}

.join_container p {
	color: #1B1B1B;
	font-size: 1em;
}

.join_container a {
	display: block;
	margin: 0;
	font-size: 1em;
	color: #1B1B1B;
}

.join_defailt_img {
	display: block;
	width: 100%;
}

#school {
	display: none;
}
.join_href_container {
	position: absolute;
	width: 100%;
	padding-top: 60px;
}


@media screen and (max-width: 1439px) {
	.join_fk_record {
		width: 60%;
		height: 55px;
		position: absolute;
		top: -55px;
		left: 20%;
		font-size: 2em;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		line-height: 55px;
	}
}
@media screen and (max-width: 1100px) {
	.join_fk_record {
		width: 70%;
		height: 55px;
		position: absolute;
		top: -55px;
		left: 15%;
		font-size: 1.6em;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		line-height: 55px;
	}
}


@media screen and (max-width: 768px) {
	/* .join_banner_slogan {
		width: 80%;
		top: 8%;
		margin-left: -40%;
	} */
	.join_href_container {
		padding-top: 10px;
	}
	
	
	.join_fk_record {
		width: 88%;
		height: 44px;
		position: absolute;
		top: -32px;
		left: 6%;
		font-size: 1em;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		line-height: 44px;
	}

	.join_banner_slogan_2 {
		width: 50%;
		top: 16%;
		margin-left: -25%;
	}

	.join {
		background-size: 100% 100%;
		padding-top: 300px;
		padding-bottom: 160px;
		position: relative;
	}

	.join_tt {
		font-size: 2em;
		margin-bottom: 32px;
	}

	.join_fk {
		padding: 12px;
	}

	.join_card_fk {
		padding: 12px 18px;
	}

	.join_card_title {
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 12px 0;
	}

	.join_card_text {
		margin: 0 0 8px 0;
		font-size: 0.8em;
	}

	.join_btn {
		padding: 4px 18px;
		font-size: 1em;
	}

	.join_section {
		width: 100%;
		position: relative;
		margin-bottom: 36px;
	}

	.join_section_img {
		display: block;
		width: 100%;
	}

	.join_section_text {
		position: static;
		width: 100%;
		border-radius: 0;
		padding: 16px;
		top: unset;
	}

	.join_section_text .join_card_text {
		width: 100%;
	}

	.join_jz {
		display: flex;
		align-items: center;
		margin-bottom: 36px;
	}

	.join_jz_wrapper {
		padding-left: 12px;
	}

	.join_jz_wrapper h3 {
		font-size: 1em;
		color: #fff;
		font-weight: normal;
	}

	.join_jz_wrapper p {
		font-size: 0.8em;
		margin-top: 24px;
		width: 100%;
	}

	.join_jz_img_wrapper img {
		width: 80%;
		margin: 0 auto;
	}

	.join_section_gh {
		display: flex;
		flex-direction: column-reverse;
	}

	.join_section_gh .join_section_text {
		left: unset;
		width: 100%;
	}

	.join_ft {
		height: 180px;
		bottom: -90px;
		padding:12px;
	}
	.join_detail {
		padding-top: 100px;
		padding-bottom: 48px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.join_detail .container {
		padding: 0;
	}

	.join_container {
		background-color: #fff;
		padding: 16px;
	}

	.join_boos {
		width: 120px;
		margin-top: 36px;
	}

	.join_container p {
		font-size: 0.8em;
	}

	.join_container a {
		font-size: 1em;
		word-break: break-all;
	}

}
