.recruitment-consultation-wrap {
	width: 75rem;
	padding-top: 8.5rem;
	padding-bottom: 9rem;
	background-color: rgba(238, 238, 238, .5);
}

/* banner */
.recruitment-consultation-banner {
	width: 75rem;
	height: 20rem;
}

.recruitment-consultation-banner img {
	width: 75rem;
	height: 20rem;
}

/* 页面切换 */
.type-wrap {
	height: 7.3rem;
	width: 75rem;
	background-color: #fff;
	padding: 2.1rem 5rem 0rem 5rem;
	display: flex;
}

.type-item {
	text-align: center;
	width: 16.9rem;
	height: 5.2rem;
	margin-right: 2.1rem;
	background-color: #e5e5e5;
	border-radius: 0.5rem 0.5rem 0rem 0rem;
	font-size: 2.54rem;
	line-height: 5.2rem;
	color: #1e1e1e;
}

.type-item-active {
	background-color: #214592;
	color: #fff;
}

.job-openings {
	background-color: #fff;
	padding: 4.2rem 5rem 1rem 5rem;
	width: 75rem;
	height: 9rem;
	border-bottom: solid 0.1rem #dcdcdc;
}

.job-openings>p:first-child {
	height: 1.9rem;
	font-family: Arial-BoldMT;
	font-size: 2.62rem;
	line-height: 1.9rem;
	color: #dddddd;
	position: relative;
	z-index: 1;
}

.job-openings>p:last-child {
	text-indent: 1.5rem;
	position: relative;
	z-index: 2;
	height: 2.6rem;
	font-family: SourceHanSansCN-Medium;
	font-size: 2.62rem;
	line-height: 2.6rem;
	letter-spacing: 0.08rem;
	color: #214592;
	margin-top: -0.8rem;
	font-weight: 550;
}



/* 岗位信息 */
.job-content {
	width: 75rem;
	background-color: #fff;
	padding: 2.5rem 5rem;
}


.job-item {
	margin-bottom: 1.5rem;
}

.job-item-title {
	width: 65.2rem;
	height: 6rem;
	cursor: pointer;
	background-color: #f5f6fa;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.7rem;
	font-family: SourceHanSansCN-Regular;
	line-height: 6rem;
	font-size: 2.29rem;
	color: #464646;
}

.job-item-title img {
	width: 2rem;
	height: 2rem;
}

.job-item-content {
	display: none;
	padding: 0 1.7rem;
}

.job-item-content-title {
	display: inline-block;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.3rem;
	letter-spacing: 0rem;
	color: #214592;
	line-height: 5rem;
	margin-top: 2rem;

}

.job-item-content>p {
/*	display: inline-block;**/
	font-size: 2.1rem;
	font-family: SourceHanSansCN-Normal;
	color: #555555;
	line-height: 4rem;
}

.job-active .job-item-title {
	background-color: #214592;
	color: #fff;
}

.job-active .job-item-content {
	display: block;
}

/* 招聘渠道 */
.recruitment-channels {
	background-color: #fff;
	padding: 0 5rem;
	width: 75rem;
	height: 5rem;
	border-bottom: solid 0.1rem #dcdcdc;
}

.recruitment-channels>p:first-child {
	height: 1.9rem;
	font-family: Arial-BoldMT;
	font-size: 2.62rem;
	line-height: 1.9rem;
	color: #dddddd;
	position: relative;
	z-index: 1;
}

.recruitment-channels>p:last-child {
	text-indent: 1.5rem;
	position: relative;
	z-index: 2;
	height: 2.6rem;
	font-family: SourceHanSansCN-Medium;
	font-size: 2.62rem;
	line-height: 2.6rem;
	letter-spacing: 0.08rem;
	color: #214592;
	margin-top: -0.7rem;
	font-weight: 550;
}

.recruitment-channels-content {
	width: 75rem;
	padding: 0 6rem;
	background-color: #fff;
}

.recruitment-channels-item {
	padding-top: 4rem;
}

.recruitment-channels-item-title {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.recruitment-channels-item-title>img {
	width: 3.6rem;
	height: 3rem;
	margin-right: 1.5rem;
}

.recruitment-channels-item-title>div {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.53rem;
	line-height: 2.53rem;
	color: #000000;
	height: 3.2rem;
}

.recruitment-channels-item-title .item-line {
	width: 3rem;
	border-bottom: solid 0.2rem #214592;
}

.recruitment-channels-item-text {
	display: inline-block;
	padding-left: 4.8rem;
	font-size: 2.3rem;
	line-height: 4rem;
	color: #747474;
	background-color: transparent;
}

.recruitment-channels-item-text span {
	margin-right: 4rem;
}

.recruitment-channels-item-text a {
	text-align: center;
	display: inline-block;
	/* width: 26.3rem; */
	/* height: 5rem; */
	line-height: 5rem;
	background-color: #214592;
	border-radius: 0.5rem;
	color: #fff;
	margin: 0.5rem 0;
	padding: 0.4rem 1rem;
	font-family: SourceHanSansCN-Normal;
}


/* 联系我们 */
.contact_us_box {
	width: 75rem;
	background-color: #fff;
	text-align: center;
	padding: 0 5rem;
}

.contact_us_box-title {
	height: 9.5rem;
	line-height: 9.5rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.92rem;
	color: #505050;
}

.contact_us_box-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fun_item {
	width: 31.8rem;
	height: 9.2rem;
	background-color: #ffffff;
	border: solid 0.1rem #dcdcdc;
	display: flex;
	align-items: center;
	padding-left: 4rem;
	margin-bottom: 1.5rem;
}

.fun_item img {
	width: 6.1rem;
	height: 6.1rem;
	margin-right: 1.5rem;
}

.fun_text {
	text-align: left;
}

.fun_text span {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 2.91rem;
	letter-spacing: 0.02rem;
	color: #353535;
}

.fun_text p {
	font-family: ArialMT;
	font-size: 2.4rem;
	letter-spacing: 0.02rem;
	color: #236ab5;
}

.fun_link p {
	font-family: MicrosoftYaHei-Bold;
}

/* 联系地址 */
.address-box {
	width: 75rem;
	/* height: 29.7rem; */
	background-color: #ffffff;
	padding: 0 5rem 2rem 5rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;

}

.address-box-wrap {
	border: solid 0.1rem #dcdcdc;
	padding: 3rem;
}

.address-item {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

/* .address-item div {
	line-height: 7rem;
	margin-right: 3rem;
} */

.address-item img {
	width: 5rem;
	margin-right: 2rem;
	/* vertical-align: middle; */
}

.address-text {
	/* display: inline-block; */
}

.address-text h5 {
	line-height: 3.33rem;
	color: #505050;
	font-family: SourceHanSansCN-Medium;
	font-size: 2.29rem;
}

.address-text p {
	font-family: SourceHanSansCN-Regular;
	font-size: 2.08rem;
	line-height: 3.33rem;
	color: #5c5c5c;
}
