/* 招贤纳士 */
.rcln{
	width: 100%;
	height: 615px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.rcln_c{
	width: 1300px;
	height: 100%;
	padding-top: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.det_tt{
	font-size: 30px;
	font-weight: 900;
	color: #2574bc;
	position: relative;
	margin-bottom: 40px;
}
.det_tt::after{
	content: attr(data-text);
	position: absolute;
	font-size: 16px;
	font-weight: initial;
	height: 1px;
	background-color: #2574bc;
	top: 50px;
	left: 50%;
	line-height: 40px;
	transform: translateX(-50%);
	width: 140%;
	text-align: center;
	color: #86888a;
}
.det_tt::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	background-color: #2574bc;
	left: 50%;
	transform: translateX(-50%);
	top: 48px;
}

.pss_dd{
	width: 700px;
	text-align: center;
	margin-top: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #989798;
}
.imggs{
	margin-top: 40px;
}

.qyfc{
	width: 100%;
	height: 518px;
	background-color: #f6f6f6;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qyfc_c{
	height: 100%;
	width: 1300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.scol{
	width: 100%;
	height: 270px;
	position: relative;
	padding: 0 60px 0;
	margin-top: 40px;
}
.swiper-slide{
	position: relative;
	height: 270px;
	overflow: hidden;
}
.swiper-slide img{
	width: 100%;
	height: 270px;
}
.swiper-slide p{
	position: absolute;
	height: 58px;
	width: 100%;
	bottom: 0px;
	background-color: rgba(100,100,100,0.3);
	color: #ffffff;
	text-align: center;
	line-height: 58px;
	font-size: 16px;
}
.pdds{
	position: absolute;
	font-size: 80px;
	color: rgba(200,200,200,0.4);
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	user-select: none;
	outline: none;
	font-stretch: ultra-condensed;
}
.prev{
	left: 0px;
}
.next{
	right:0px;
}


.ryzp{
	width: 100%;
	min-height: 100px;
	padding-bottom: 100px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.ryzp_c{
	padding-top: 62px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.zplb{
	margin-top: 50px;
	width: 1300px;
	min-height: 88px;
}

.tll{
	width: 100%;
	height: 88px;
	background-color: #2677bf;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 24px;
}

.zd_box{
	width: 100%;
	height: 88px;
	border-style: none solid solid solid;
	border-color: #959595;
	border-width: 1px;
	overflow: hidden;
}
.sct_zd{
	min-height: 88;
	height: auto;
}
.show_box{
	display: flex;
	align-items: center;
	height: 88px;
	width: 100%;
	position: relative;
	justify-content: space-around;
	border-bottom:dashed 1px #959595;
}
.show_box p{
	width: 325px;
	text-align: center;
}
.show_box p:last-child{
	position: absolute;
	text-indent: -2px;
	right: 40px;
	font-size: 24px;
	background-color: #2677bf;
	height: 20px;
	color: #ffffff;
	border-radius: 20px;
	width: 20px;
	line-height: 19px;
}
.detss{
	width: 100%;
	min-height: 100px;
	padding: 20px;
}
.bbsa{
	font-weight: 900;
}
.bbsa img{
	margin-bottom: 4px;
	margin-right: 6px;
}
.show_box{
	font-size: 16px;
}