.lt-nav {
	width: 250px;
}

.rt-cont {
	width: calc(100% - 250px - 5.6%);
	max-width: 1250px;
}

/*人才培养*/
.rc-py {
	margin-bottom: 50px;
}

.rc-py p {
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin: 10px 0;
	text-align: justify;
}

.rc-py h3 {
	font-size: 28px;
	color: #333;
	margin: 20px 0;
}

.rcln-box {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.rcln-box .rcln-li {
	width: 49%;
	text-align: center;
	margin-bottom: 40px;
}

.rcln-box .rcln-li p {
	font-size: 18px;
	color: #333;
	line-height: 40px;
}

.rcln-box .rcln-li img {
	width: 90%;
	border-radius: 3px;
}

/*人才招聘*/

.rczp-box ul li {

	height: 84px;
	display: flex;
	align-items: center;
	box-shadow: 0 6px 40px 1px rgba(38, 38, 38, .1);
	padding: 0 24px 0 24px;
	margin-bottom: 40px;
}

.rczp-box ul li a {
	display: block;
	font-size: 20px;
	line-height: 2;
	color: #333;

}

/*人才招聘临时*/
.rczp {
	display: flex;
	justify-content: space-evenly;
	margin: 100px 0;
}

.rczp .rczp-li {
	width: 25%;
	text-align: center;
	display: block;
}

.rczp .rczp-li img {
	width: 80%;
	height: auto !important;
	border: 4px solid #f3c6c6;
	border-radius: 50%;
}

.rczp .rczp-li p {
	font-size: 20px;
	color: #333;
	line-height: 80px;
}


/*人才培养轮播图*/



#certify {
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}

#certify .swiper {
	padding-bottom: 120px;
	margin: 100px 0 115px 0;
}

#certify .swiper-slide {
	width: 600px;
	height: 400px;
	background: #fff;

}

#certify .swiper-slide img {
	display: block;
	width: 600px;
	height: 400px;
}

#certify .swiper-slide p {
	line-height: 42px;
	padding: 0 10px;
	text-align: center;
	color: #333333;
	font-size: 24px;
	margin: 0;
	opacity: 0;
}


#certify .swiper-slide.swiper-slide-active p {
	opacity: 1;
}

#certify .swiper-pagination {
	width: 100%;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 57px;
	height: 4px;
	background: #cccccc;
	margin-left: 15px;
	border-radius: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
	margin-left: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 107px;
	height: 4px;
	background: #e52319;
}


@media screen and (max-width:1000px) {

	/*人才理念*/
	.rc-py {
		margin-bottom: 30px;
	}

	.rc-py p {
		font-size: 16px;
	}

	/*人才培养*/
	.rcln-box .rcln-li p {
		font-size: 16px;
	}

	.rcln-box .rcln-li {
		margin-bottom: 20px;
	}

	/*人才招聘*/
	.rczp .rczp-li {
		width: 30%;
	}

	.rczp .rczp-li p {
		font-size: 16px;
		line-height: 32px;
	}

	/*社会招聘*/
	.rczp-box ul li a {
		font-size: 17px;
	}

	/*人才培养底部轮播图*/
	#certify .swiper {
		padding-bottom: 100px;
		margin: 30px 0 30px 0;
	}

	#certify .swiper-slide {
		width: 100%;
	}

	#certify .swiper-slide p {
		font-size: 20px;
		line-height: 25px;
	}

	#certify .swiper-slide,
	#certify .swiper-slide a img {
		height: 300px;
		width: 100%;
	}

	#certify .swiper-slide a img {
		object-fit: contain;
	}

	#certify .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 20px;
		height: 2px;
		margin-left: 10px;
	}

	#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
		width: 30px;
		height: 2px;
	}
}