.main_content{
	width: 100%;
	background-color: rgb(243,243,243);
}
.main_content_center{
	width: 1200px;
	margin: 0 auto;
}
.top_address{
	height: 55px;
	line-height: 55px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.top_address>span{
	margin-left: 8px;
	cursor: pointer;
}
.top_news{
	width: 100%;
	height: 80px;
	overflow: hidden;
	background-color: #ffffff;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
}
.news_p1{
	font-family: MicrosoftYaHei-Bold;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	text-decoration: none;
}
.news_p2{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #999999;
}
.hot_icon{
	width: 32px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
}
.ad_more{
	/* width: 41px; */
	height: 12px;
	position: absolute;
	top: 34px;
	right: 30px;
	cursor: pointer;
}
.body_bar{
	margin-top: 16px;
	padding: 20px 30px;
	background: white;
	box-sizing: border-box;
}
.bar_top{
	height: 360px;
	width: 100%;
}
.bar_l{
	width: 260px;
	height: 360px;
	float: left;
}
.bar_r{
	width: 850px;
	height: 360px;
	float: right;
}
.filter_top{
	width: 100%;
	height: 36px;
}
.filter_li{
	width: 130px;
	height: 36px;
	text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #41576b;
	border: solid 1px #eeeeee;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
}
.filter_li:first-child{
	border-right: none;
}
.filter_li_hover{
	color: #2584df;
	border-bottom: none;
	border-top: 1px solid #2584df;
}

.filter_list_li{
	width: 100%;
	height: 54px;
	text-align: left;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0px;
	color: #404040;
	border-bottom: solid 1px #eeeeee;
	float: left;
	cursor: pointer;
	position: relative;
	padding-left: 8px;
	box-sizing: border-box;
}
.r_icon{
	width: 7px;
	height: 10px;
	position: absolute;
	top: 22px;
	right: 20px;
}
.banner{
	width: 504px;
	height: 365px;
	float: left;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.banner3, .banner4, .banner5, .banner6{
	width: 100%;
	height: 110px;
	overflow: hidden;
	position: relative;
}

.swiper-container3, .swiper-container4, .swiper-container5, .swiper-container6{
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide>img{
	width: 100%;
	height: 100%;
}
.banner_bottom{
	width: 340px;
	height: 360px;
	float: right;
}
.news_box{
	width: 340px;
	height: 180px;
	float: left;
}
.zp_box{
	width: 340px;
	height: 180px;
	float: right;
}

/* 共有头部标题 */
.common_title{
	height: 38px;
	/* padding-top: 14px; */
	line-height: 24px;
	border-bottom: 1px solid whitesmoke;
	position: relative;
	box-sizing: border-box;
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #41576b;
}
.common_title>span{
	display: inline-block;
	height: 36px;
	padding:0 7px;
	border-bottom: 2px solid #2584df;
}
.ad_more2{
	/* width: 41px; */
	height: 12px;
	position: absolute;
	top: 12px;
	right: 0;
}
.news_list{
	padding-top: 8px;
}
.new_li{
	height: 34px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #404040;
	cursor: pointer;
}
.new_li:hover{
	color: #288ceb;
}
.zp_list{
	padding-top: 8px;
}
.zp_li{
	height: 34px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #404040;
	cursor: pointer;
}
.li_span1{
	display: inline-block;
	width: 73%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.li_span2{
	display: inline-block;
	width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.li_span{
	display: inline-block;
	width: 73%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.li_span:first-child{
	width: 100%;
	text-align: left;
}
.li_span:last-child{
	text-align: left;
}
.zp_li:hover{
	color: #288ceb !important;
}

.show_img>img{
	width: 100%;
	height: 120px;
	margin-top: 30px;
}

/* 公共header */
.common_header{
	height: 40px;
	margin-top: 24px;
	padding-left: 24px;
	position: relative;
	background: url(../images/start/14.png) no-repeat;
	background-position: 0 0;
}
.common_header_p1{
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 1px;
	color: #333333;
}
.common_header_p2{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 1px;
	color: #999999;
}
.ad_more_common{
	height: 12px;
	position: absolute;
	top: 14px;
	right: 0;
}
/* 推荐单位 */
.ap_unit_content{
	width: 100%;
	height: 376px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}
.ap_unit_content1{
	width: 100%;
	height: 120px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}
.swiper-container2{
	width: 100%;
	height: 100%;
}
.swiper-container-2{
	width: 100%;
	height: 100%;
}
.unit_out_box{
	width: 100%;
	height: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}
.unit_out_box1{
	width: 100%;
	height: 120px;
	padding: 0 30px;
	box-sizing: border-box;
}
.unit_list{
	overflow: hidden;
}
.unit_li{
	width: 260px;
	height: 178px;
	padding: 0 15px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	box-sizing: border-box;
	float: left;
	margin-right: 13px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.unit_li:hover{
	background-color: #2584df;
}

.unit_hot{
	width: 32px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
}
.unit_li:nth-child(4n){
	margin-right: 0;
}
.unit_icon{
	text-align: center;
}
.unit_icon>img{
	width: 50px;
	height: 50px;
	margin-top: 15px;
}
.unit_name{
	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.unit_sum{
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999999;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed whitesmoke;
}
.unit_li_bottom{
	width: 100%;
	padding-top: 5px;
	text-align: center;
}
.unit_li_bottom>div{
	display: inline-block;
	width: 100%;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
	box-sizing: border-box;
}
.unit_li_bottom>div:first-child{
	border-right: 1px solid whitesmoke;
}
.sum_h{
	/* font-weight: bold; */
	/*color: #288ceb;*/
}
/* 热门职位 */
.hot_job_list{
	/* padding: 24px 0; */
	overflow: hidden;
}

.job_li:nth-child(4n){
	margin-right: 0;
}
.job_li>div{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.job_li_title{
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
}
.job_name{
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.job_price{
	width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #f43038;
	font-size: 16px;
	float: right;
	text-align: right;
}
.job_li_time{
	padding-bottom: 10px;
	border-bottom: 1px dashed   whitesmoke;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #aaaaaa;
}
.job_li_unit{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #666666;
}
.job_li_active{
	background-color: #2584df;
}
.job_li_active .job_li_title{
	color: white;
}
.job_li_active .job_price{
	color: white;
}
.job_li_active .job_li_time{
	color: white;
}
.job_li_active .job_li_unit{
	color: white;
}
/* 最新简历 */
.resume_list{
	overflow: hidden;
}
.job_li{
	width: 270px;
	height: 140px;
	padding: 10px 20px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	box-sizing: border-box;
	float: left;
	margin-right: 13px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.resume_li{
	width: 540px;
	height: 129px;
	/* padding: 20px; */
	padding: 10px 20px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	box-sizing: border-box;
	margin-top: 24px;
	float: left;
	margin-right: 13px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.resume_li:nth-child(2n){
	margin-right: 0;
}
.resume_top{
	height: 73px;
	padding: 0 20px;
	box-sizing: border-box;
}
.res_top1{
	line-height: 40px;
	overflow: hidden;
}
.res_name{
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #2584df;
	float: left;
}
.res_up_time{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	margin-left: 12px;
	float: left;
}
.res_ap_name{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	float: right;
}
.res_top2{
	line-height: 30px;
	overflow: hidden;
}
.res_top2>div{
	margin-right: 24px;
}
.res_job_year{
	float: left;
}
.res_edu{
	float: left;
}
.res_per_age{
	float: left;
}
.res_p1{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
}
.res_p2{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #f43038;
}
.resume_bottom{
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #f2f4f9;
}
.resume_bottom_s1{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #999999
}
.resume_bottom_s2{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #2584df;
	float: right;
	cursor: pointer;
}
.resume_li_active{
	//
}
.resume_li_active{
	background-color: #2584df;
}
.resume_li_active .resume_bottom{
	background-color: #0f6fca;
}
.resume_li_active .res_name{
	color: white;
}
.resume_li_active .res_up_time{
	color: white;
}
.resume_li_active .res_ap_name{
	color: white;
}
.resume_li_active .res_p1{
	color: white;
}
.resume_li_active .res_p2{
	color: white;
}
.resume_li_active .resume_bottom_s1{
	color: white;
}
.resume_li_active .resume_bottom_s2{
	color: white;
}
/* 公共服务 */
.server_list{
	padding: 20px 0;
	overflow: hidden;
}
.server_li{
	width: 140px;
	height: 110px;
	background-color: #f1f8ff;
	float: left;
	margin: 30px;
	padding: 23px 10px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.server_icon{
	width: 48px;
	height: 41px;
}
.server_name{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 28px; */
	letter-spacing: 0px;
	color: #404040;
	text-align: center;
}


.swiper-button-next{
	width: 13px;
	height: 22px;
	background-size: 13px 22px;
	/* right: 0 !important; */
}
.swiper-button-prev{
	width: 13px;
	height: 22px;
	background-size: 13px 22px;
	/* left: 0 !important; */
}
