p,h1,h2,h3,h4,h5{
	margin: 0;
}
h1{
	font-size: 58px;
	font-weight: 600;
	line-height: 70px;
	letter-spacing: 1px;
}
h2{
	font-size: 48px;
	font-weight: 500;
	color: #000000;
	line-height: 30px;
	letter-spacing: 2px;
}
ul{
	padding-left: 0;
}
body{
	background-color: #FBFDFD;
}
#main{
	background-color: #FBFDFD;
}
.overflow_hidden{
	overflow: hidden;
}

.container_content,.container_wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.container_wrapper{
	
	width: 100%
}
.container_content{
	position: relative;
	width: 1200px
}
/* 内容 */
.jobHome_banner{
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 800px;
	background: url(/static/img/job/jobHome-banner.png) no-repeat;
	background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 800px;
}
.job_text_center{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.jobHome_text{
	width: 450px;
	height: 100px;
	top: 45%
}
.jobHome_text h1,.jobSocial_text h1,.jobCampus_text h1{
	font-size: 32px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 45px;
	letter-spacing: 2px;
	padding-bottom: 21px;
}
.jobHome_text p,.jobHome_text_warp p,.jobSocial_text p,.jobCampus_text p{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
}
.jobHome_text_warp{
	width: 600px;
	margin-top: 120px;
	margin-bottom: 100px;
	text-align: center;
}
.jobHome_text_warp p{
	color: #000000;
}
.jobHome_text_warp h4{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	line-height: 33px;
	padding-bottom: 20px;
}
.card_list{
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0 50px 50px 50px;
	margin-bottom: 100px;
}
.card_list .card_item{
	display: flex;
	width: 464px;
	height: 230px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(227,227,227,0.5);
	border-radius: 8px;
	cursor: pointer;
}
.card_img_social,.card_img_school{
	width: 214px;
	height: 230px;
}
.card_arrow{
	margin-top: 38px;
}
.card_img_social{
	background-image: url(/static/img/job/jobHome-social.png);
}
.card_img_school{
	background-image: url(/static/img/job/jobHome-school.png);
}
.card_text{
	padding-left: 36px;
}
.card_text h4{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #8AB7E9;
	line-height: 28px;
	padding-top: 46px;
	padding-bottom: 18px;
}
/* 社会招聘 */
.jobSocial_banner,.jobCampus_banner{
	height: 1000px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
.jobSocial_banner{
	background-image: url(/static/img/job/social-banner.png);
}
.jobCampus_banner{
	background-image: url(/static/img/job/school-bg.png);
}
.jobSocial_text,.jobCampus_text{
	margin-top: 120px;
}
.jobSocial_card_wrap,.jobCampus_card_wrap{
	margin-top: 84px;
}
.jobSocial_card_list,.jobCampus_card_list{
	display: flex;
	justify-content: space-between;
	width: 1000px;
}
.jobSocial_card_list .card_item,.jobCampus_card_list .card_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 310px;
	height: 450px;
	padding: 0 35px;
	background: linear-gradient(360deg, rgba(255,243,243,0.18) 0%, rgba(255,255,255,0.44) 100%);
	border-radius: 24px;
	opacity: 0.85;
	border: 1px solid #B3B3B3;
	backdrop-filter: blur(9px);
	text-align: justify;
	cursor: pointer;
}
.jobSocial_card_list .card_item img,.jobCampus_card_list .card_item img{
	width: 96px;
	height: 96px;
	margin-top: 77px;
	margin-bottom: 44px;
}
.jobSocial_card_list .card_item h4,.jobCampus_card_list .card_item h4{
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 33px;
	padding-bottom: 18px;
	text-align: center;
}
.jobSocial_card_list .card_item p,.jobCampus_card_list .card_item p{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	
}
.social_joinUs,.campus_joinUs{
	margin-top: 34px;
	width: 163px;
	height: 48px;
	background: #2077F1;
	box-shadow: 0px 2px 40px 0px rgba(95,95,95,0.42);
	border-radius: 26px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}
.social_joinUs:hover,.campus_joinUs:hover{
	background: #0060E4;
	color: #ffffff;
}
@media screen and (min-width: 1440px) {
	.jobHome_text{
		top: 35%;
	}
}