﻿

/** index **/
i{
	display:block;
	background:url(../image/hr_icon.png) no-repeat;
}
.myUnslider{
	position: relative;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	height:auto;
	max-height:520px;
}
.tzhead{
	width: 100%;
	height: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbo;
}
/*
.slider{
	position: relative;
	width:300%;
	height:auto;
}
.slider li{
	float:left;
	display:inline-block;
	width:33.33333333333%;
	max-height:520px;
	height:520px;
}*/
/*.slide-one{
	background:url(../images/slide-2.jpg?v=1) 50% 0 no-repeat;
	!*background:url(../images/slide-2-ie7.jpg?v=1) 50% 0 no-repeat\9;*!
	background-size:cover;
}
.slide-two{
	background:url(../images/slide-4.jpg?v=1) 50% 0 no-repeat;
	!*background:url(../images/slide-1-ie7.jpg?v=1) 50% 0 no-repeat\9;*!
	background-size:cover;
}
.slide-three{
	background:url(../images/slide-3.jpg?v=1) 50% 0 no-repeat;
	!*background:url(../images/slide-3-ie7.jpg?v=1) 50% 0 no-repeat\9;*!
	background-size:cover;
}*/

.slider{
	position: relative;
	width:100%;
	height:auto;
	max-height:520px;
	height:520px;
}
.slider li{
	position:absolute;
	width:100%;
	max-height:520px;
	height:100%;
	cursor: pointer;
}
.slide-one{
	background:url(/templets/temp/images/correct/slide-8.png?v=202009021132) center center no-repeat;
	background-size:1920px 520px;
}
.slide-two{
	background:url(/templets/temp/images/correct/slide-3n.png?v=201807061121) center center no-repeat;
	background-size:1920px 520px;
}
.slide-three{
	background:url(/templets/temp/images/correct/slide-4.png?v=201807061121) center center no-repeat;
	background-size:1920px 520px;
}
.slide-four{
	background:url(/templets/temp/images/correct/slide-4n.png?v=201807061121) center center no-repeat;
	background-size:1920px 520px;
}
.slide-five{
	background:url(/templets/temp/images/correct/slide-five.png?v=201807061121) center center no-repeat;
	background-size:1920px 520px;
}

.myUnslider ul li img{
	display:block;
}
.dots{
	position: absolute;
	left: 0;
	bottom: 8%;
	width:100%;
	text-align:center;
}
.dots li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 4px;
	cursor:pointer;
	cursor:pointer;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#fff;
	text-indent:-9999px;
}
.dots li{
	*display:inline;
	*text-indent:0;
	*font-size:0;
}
.dots li.active{
	background-color:#E03236;
}
.index_company{
	width:100%;
	margin:90px 0  10px;
	overflow:hidden;
}
.index_company h2,.index_stat h2,.index_presence h2,.index_action h2,.index_group h2{
	font-size:36px;
	font-size:3.6rem;
	font-weight:normal;
	line-height:36px;
	margin-bottom: 50px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
.index_group .group_txt h2{
	margin-bottom:30px;
}
.company_job{
	float:left;
	width:780px;
	font-size:1.4rem;
}
.job_list{
	border:1px solid #ddd;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.job_list li{
	padding:12px 20px 12px 15px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.job_list li:last-child{
	border-bottom:none;
}
.job_list li:hover,.job_list li.curr{
	background-color:#f5f5f5;
	border-left:5px solid #E03236;
	padding-left:10px;
}
.job_list li.last{
	border-bottom:none;
}
.job_list li a{
	color:inherit;
}
.job_list li a > i{
	float:left;
	width:10%;
	max-width:35px;
	height:35px;
	margin: 3px 20px 3px 5px;
}
.job_list li a i.network{
	background-position:-185px 0px;
}
.job_list li a i.financial{
	background-position:-111px 0px;
}
.job_list li a i.human{
	background-position:0px 0px;
}
.job_list li a i.marketing{
	background-position:-74px 0px;
}
.job_list li a i.manage{
	background-position:-37px 0px;
}
.job_list li a i.plan{
	background-position:-148px 0px;
}
.network{
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(/templets/temp/images/network@1x.png);
	background-image: -webkit-image-set(url(/templets/temp/images/network@1x.png) 1x, url(../images/network@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0px 20px 0px 0px ;
}
.marketing{
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(/templets/temp/images/marketing@1x.png);
	background-image: -webkit-image-set(url(/templets/temp/images/marketing@1x.png) 1x, url(../images/marketing@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0px 20px 0px 0px ;
}
.manage{
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(/templets/temp/images/manage@1x.png);
	background-image: -webkit-image-set(url(/templets/temp/images/manage@1x.png) 1x, url(../images/manage@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0px 20px 0px 0px ;
}
.financial{
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(/templets/temp/images/financial@1x.png);
	background-image: -webkit-image-set(url(/templets/temp/images/financial@1x.png) 1x, url(../images/financial@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0px 20px 0px 0px ;
}
.plan{
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(/templets/temp/images/plan@1x.png);
	background-image: -webkit-image-set(url(/templets/temp/images/plan@1x.png) 1x, url(../images/plan@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0px 20px 0px 0px ;
}
.human{
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(/templets/temp/images/human@1x.png);
	background-image: -webkit-image-set(url(/templets/temp/images/human@1x.png) 1x, url(../images/human@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0px 20px 0px 0px ;
}

.job_list .w1{
	width:25%;
	line-height:20px;
}
.job_list .w1 p{
	color:#666;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow:hidden;
	font-size:1.6rem;
}
.job_list .w1 p strong{
	font-size: 1.8rem;
	font-weight: bold;
	color: #333333;
}
.job_list .w2{
	font-size:16px;
	font-size:1.6rem;
	width:25%;
	line-height:38px;
	text-align: left;
	white-space: nowrap;
	color:#333;
}

.job_list .w3{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	width: 15%;
	max-width: 120px;
	height: 32px;
	line-height: 30px;
	color: #E03236;
	margin: 5px 0;
	border-radius: 4px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #E03236;
}
.job_list .w4{
	font-size:1.6rem;
	width:25%;
	line-height:38px;
	text-align: center;
}
.jobs_type{
	float:left;
	width: 30px;
	height: 24px;
	margin:0 22px;
	background-position: -34px -241px;
}
.jobs_add{
	float:left;
	width: 28px;
	height:24px;
	margin:0 22px;
	background-position: -66px -241px;
}
.job_icon{
	float: left;
	width: 14px;
	height: 20px;
	margin: 10px 15px 0 0;
	background: url(/templets/temp/images/hr_icon2.png) -204px -52px no-repeat;
}
.more_btn{
	font-family:"Microsoft YaHei";
	font-size:1.6rem;
	width: 140px;
	height:43px;
	line-height: 36px;
	margin: 20px auto 0px;
	color:#ffffff;
	border:2px solid #E03236;
	background: #E03236;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	text-align:center;
}
.more_btn:hover{
	color:#fff;
		background-color: #E03236;
}
.company_info{
	float:left;
	width:380px;
	margin-left:30px;
}
.company_info_cont{
	height:440px;
	border:1px solid #ddd;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow: hidden;
}
.company_info_cont a:hover{
	color:inherit;
	text-decoration:underline;
}
.company_img{
	width:100%;
	height:175px;
	margin-bottom:20px;
}
.company_info p{
	padding:0 15px 15px 15px;
	color:#666;
}
/* yangyang */
.dongtai{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(/templets/temp/images/hr_icon2.png) -168px -156px no-repeat;
}
.company_info p span{
	font-size:12px;
	font-size:1.2rem;
	display: inline-block;
	padding: 0 15px;
	margin-left: 15px;
	color:#fff;
	background-color: #E03236;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.company_info p.ellipsis{
	width:100%;
	height:165px;
	padding-bottom:0px;
	white-space: inherit;
}
.index_stat,.index_presence,.index_weixin,.index_action{
	width:100%;
	/*margin-bottom:30px;*/
	overflow:hidden;
	background: #F4F5F7;
	padding: 68px 0px 74px;
}
.index_weixin{
	height:560px;
	background:url(/templets/temp/images/correct/scan@2x.png?v=1) center top no-repeat;
	background-size:cover;
}
.index_action{
	padding:80px 0px;
}
/*update by yangyang  */
.stat_list{
	text-align: center;
	margin: 65px auto 0;
	list-style: none;
}
.stat_list li{
	display: inline-block;
	text-align: center;
	padding: 28px 50px;
	border-right: 1px solid #ddd;
	color:#666;
}
.stat_list li{
	*display:inline;
}
.stat_list li strong{
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	line-height: 38px;
	color:#333;

}
/* .bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
} */
.index_presence{
	padding: 53px 0px 49px;
	color:#fff;
	background: #fff;
	background:url(/templets/temp/images/correct/staffStyle@2x.png) center top no-repeat;
	background-size:cover;
}
.index_presence h2{
	font-size: 36px;
	color: #ffffff;
}
.index_presence a{
	color:#fff;
}
.index_presence a:hover{
	text-decoration:underline;
}
.presence{
	margin-top:40px;
	position:relative;
	z-index:10;
}
.pre_prev{
	position:absolute;
	left:0;
	top:20%;
	display:block;
	width:56px;
	height:60px;
	opacity:0.6;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.pre_prev:hover{
	opacity:1;
}
.pre_prev i{
	display:block;
	width:20px;
	height:35px;
	margin:12px auto;
	background-position:0px -44px;
}
.pre_next{
	position:absolute;
	right:0;
	top:20%;
	display:block;
	width:56px;
	height:60px;
	opacity:0.6;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.pre_next:hover{
	opacity:1;
}
.pre_next i{
	display:block;
	width:20px;
	height:35px;
	margin:12px auto;
	background-position:-20px -44px;
}
.presence_list{
	margin:0 56px;
	padding:0 30px;
	overflow:hidden;
	position:relative;
}
.presence_list li{
	font-size:1.4rem;
	float:left;
	width:232px;
	margin-right:30px;
}
.presence_list li .pre_txt{
	/*height: 190px;*/
	height: 294px;
	line-height: 24px;
	color: #333333;
	padding:15px 20px;
	margin-bottom:25px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	font-size: 14px;
}
.pre_txt strong{
	display:block;
	color:#f46071;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #eee;
}
.pre_txt p{
	text-indent:1em;
}
.pre_txt.ellipsis{
	white-space:inherit;
}
.presence_list li .pre_txt:after{
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0;
	border-color: #fff transparent transparent;
	position: absolute;
	display: block;
	bottom: -12px;
	left: 50%;
	margin-left: -12px;
}
.pre_name{
	text-align:center;
}
.pre_name span{
	display: inline-block;
	width:70px;
	height:70px;
	border-radius: 50%;
	overflow:hidden;
}
.action_list{
	width:100%;
	margin-top:65px;
	overflow:hidden;
}
.action_list ul{

}
.action_list li{
	font-size:1.4rem;
	float:left;
	width:375px;
	margin-right:30px;
}
.action_list li.last{
	margin-right:0px;
}
.action_list li a{
	font-size:2rem;
	color:inherit;
	display: block;
	width: 390px;
	height: 205px;
	overflow: hidden;
}
.action_list li a img{
	display:block;
	width:375px;
	/*height:188px;*/
	margin-bottom:20px;
}
.action_list li p{
	margin-top:12px;
}
.more_btn.action{
	color:#fff;
	background-color:#E03236;
}
.more_btn.action:hover{
	color:#ffffff;
	background-color:#E03236;
}
.index_weixin img{
	display:block;
	/* height:573px; */
}
.index_group{
	width:100%;
	overflow:hidden;
	padding: 121px 0px 98px;
}
.index_group p{
	font-size:16px;
	font-size:1.6rem;
	line-height:28px;
	text-indent:2em;
	margin-bottom:20px;
}
.index_group h2,.index_group p{
	*float:left;
	*width:655px;
}
.video-box{
	float:right;
	width:40%;
	*width:478px;
	*height:287px;
	margin: 0 0 30px 30px;
	background-color:#f5f5f5;
	overflow:hidden;
}
.group_video span{
	display:inline-block;
	width:0px;
	height:100%;
	vertical-align:middle;
}
.group_video a img{
	vertical-align:middle;
}

/** hr_school **/
.school_bannar{
	height:520px;
	background:url(/templets/temp/images/school/school-banner.jpg) center top no-repeat;
	background-size: cover ;
}
.info_bannar{
	height:520px;
	background:url(/templets/temp/images/correct/slide-6.png?v=201811191530) center top no-repeat;
	background-size: cover ;
}
.social_bannar{
	height:520px;
	background:url(/templets/temp/images/correct/slide-3n.png?v=201811191530) center top no-repeat;
	background-size: cover ;
}
.xjh_table table{
	margin-bottom:25px;
	width:100%;
}
.xjh_table table thead{
	font-size:16px;
	font-size:1.6rem;
	color:#000;
	background-color:#e7e7e7;
}
.xjh_table table tr td{
	padding:10px 10px;
	text-align:center;
}
.xjh_table table tbody tr td{
	font-size:16px;
	font-size:1.6rem;
	border-bottom:1px solid #ddd;
}
.xjh_table p{
	color:#666;
}
.sub_dynamic ul li{
	font-size:16px;
	font-size:1.6rem;
	padding: 20px 30px;
	overflow:hidden;
	border-bottom:1px dashed #ddd;
}
.sub_dynamic ul li:hover .dy_date,.sub_dynamic ul li:hover  .dy_title{
	color: #e03236;
}
.dy_date{
	float:right;
	width:20%;
	text-align:right;
}
.dy_title{
	float:left;
	width:80%;
}
.dy_title i{
	float:left;
	width: 30px;
	height: 25px;
	margin-right: 30px;
	background-position: 0px -240px;
}
.jobs_txt{
	font-size:1.4rem;
	margin-bottom:15px;
	overflow:hidden;
}
.jobs_txt .job_list{
	margin-top: 5px;
}
.jobs_fl{
	float:left;
	width: 15%;
	min-width: 165px;
}
.jobs_fr{
	float:left;
	width: 84%;
}
.jobs_fr a{
	margin-right:15px;
}
.page{
	margin-top:25px;
	text-align:right;
	color:#333;
}
.page_list{

}
.page-item input {
	width: 34px;
	height: 30px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	text-align: center;
	margin: 0 8px;
	padding: 0;
}
.page-item .btn {
	display: inline-block;
	margin-left:5px;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.page-item .btn-white {
	background-clip: padding-box;
	background-color: #FFFFFF;
	border-color: rgba(150, 160, 180, 0.3);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
}
.page-item .curr-page {
	background-color: #eee;
}
.page_list a{
	padding:5px;
	color:#333;
}
.page_list a.curr{
	color: #1FB5AD;
}
.sub_content.flow{
	*height:1118px;
}
.sub_flow{
	margin-top:150px;
}
.flow_line{
	margin:0 105px;
	height:5px;
	background-color:#e5e5e5;
}
.flow_cont{
	margin-top:-91px;
}
.flow_cont ul{
	margin:0 50px;
}
.flow_cont li{
	float:left;
	width:172px;
	margin:0 23px;
}
.flow_tit{
	font-size:1.6rem;
	display:inline-block;
	width:172px;
	height:172px;
	color:#E03236;
	margin-bottom:20px;
	background-color:#fff;
	border:3px solid #e5e5e5;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	cursor: pointer;
}
.flow_tit i{
	display:block;
	width:52px;
	height:45px;
	margin:40px auto 6px;
}
.flow_tit i.flow_zreo{
	background-position:0px 10px;
}
.flow_tit i.flow_one{
	background-position:3px -96px;
}
.flow_tit i.flow_two{
	background-position:-57px -96px;
}
.flow_tit i.flow_three{
	background-position:-115px -96px;
}
.flow_tit i.flow_four{
	background-position:-169px -96px;
}
.flow_txt{
	/*display: none;*/
	width: 144%;
	color: #333;
	text-align: center;
	position: absolute;
	bottom: -62px;
	left: -18%;
	z-index: 100;
	/*border: 1px solid #ddd;*/
	/*background: #fff;*/
	padding: 3px 15px;
	height: 80px;

}

.flow_tit:hover + .flow_txt{
	display: block;
}
.flow_txt em{
	font-style: italic;
	font-size: 28px;
	display:inline-block;
	height: 30px;
	line-height: 30px;
	color: #999;
	margin-bottom: 10px;
}
.flow_txt p{
	font-size:14px\9;
}
/* .flow_txt i.flow_1{
	background-position:4px -153px;
}
.flow_txt i.flow_2{
	background-position:-38px -153px;
}
.flow_txt i.flow_3{
	background-position:-82px -153px;
}
.flow_txt i.flow_4{
	background-position:-125px -153px;
} */
/* update by yangyang  */
.faqs_line{
	display:block;
	overflow:hidden;
}
.faqs_line p{
	font-size:1.4rem;
	color:#333;
	padding-bottom:5px;
}
.faqs_line p strong{
	display:block;
	font-size:1.6rem;
	color:#31373a;
	padding-bottom:10px;
}

/** hr_social **/
.social_flow{
	background-color: #fff;
}
.social_flow h3{
	text-align:center;
	line-height:50px;
	padding:30px 0;
	color:#E03236;
	overflow:hidden;
}
.social_flow_cont{
	font-size:0px;
	text-align:center;
	padding-bottom:30px;
	padding-top: 50px;
}
.social_flow_cont .social_desc{
	position: absolute;
	bottom: -73px;
	width: 178px;
	left: -29px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	padding: 8px 11px;
	text-align: left;
	/*border-right:2px;*/
	box-shadow: 0px 0px 3px 0px rgba(240,240,240,1);
	display: none;
}
.social_flow_cont span{
	font-size:16px;
	font-size:1.6rem;
	display:inline-block;
	width:120px;
	height:120px;
	color:#000000;
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	vertical-align: middle;
	border:2px solid #ddd;
	position: relative;
	cursor: pointer;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.triangle_border_up{
	display: none;
	width: 0;
	height: 0;
	border-width: 0 7px 7px;
	border-style: solid;
	border-color: transparent transparent #e3e3e3;
	position: relative;
	margin: 33px auto;
	z-index: 1;
}
.triangle_border_up em{
	display: block;
	width: 0;
	height: 0;
	border-width: 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent #fff;
	position: absolute;
	top: 2px;
	left: -6px;
}
.social_flow_cont span:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
.social_flow_cont span:hover > .triangle_border_up,.social_flow_cont span:hover > .social_desc{
	display: block;

}
.social_flow_cont span img{
	display: block;
	margin: 30px auto 5px;
}
.flow_next{
	display: inline-block;
	width: 25px;
	height: 30px;
	margin:0 20px;
	vertical-align: middle;
	background-position: -137px -46px;
}
.social_flow_table{
	font-size:16px;
	font-size:1.6rem;
	margin:30px 0 10px;
}
.social_flow_table table tr td{
	padding:20px;
}
.social_flow_table table thead{
	text-align:center;
	background-color:#e5e5e5;
}
.social_flow_table table tbody tr td{
	border-bottom:1px solid #e9e9e9;
	color: #333;
}
.social_flow_table table tbody tr td:first-child{
	color:#E03236;
	text-align:center;
	border-right:1px solid #E03236;
	background-color:#f5f5f5;
}

/* hr_infomation */
.sub_content .human h2{
	margin-bottom:30px;
}
.human p{
	font-size:1.6rem;
	line-height:30px;
	text-indent:2em;
	color: #333;
}
.img_fr{
	float:right;
	width:290px;
	margin:0 0 0px 60px;
}
.px_box{
	background-color:#f5f5f5;
}
.sub_content .peixun{
	height:190px;
	position:relative;
	/*background:url(../images/peixun_1.jpg) center no-repeat;*/
	background: #E03236;
	/*background-size:cover;*/
}
.sub_content .peixun h2{
	margin-bottom:20px;
	*margin-top:50px;
}
.peixun_cont{
	display:table;
	font-size:18px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.peixun_cont span{
	display:table-cell;
	vertical-align:middle;
}
.peixun_cont span h2{
   color:#fff;
	font-weight: normal;
}
.peixun_cont span p{
	color:#fff;
	font-weight: normal;
	font-size: 16px;
}
.px_tit{
	font-size:2.4rem;
	color: #000000;
	margin-top:50px;
	margin-bottom: 20px;
}
.px_list{
	width:100%;
	overflow:hidden;
	margin-top: 50px;
	text-align:center;
}
.px_list li{
	font-size:21px;
	display:inline-block;
	width:121px;
	height:121px;
	*height:67px;
	padding:36px 0;
	margin:0 35px;
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px dashed #a0a0a0;
}
.px_list li{
	*display:inline;
}
.px_list li span{
	display:block;
	font-size: 22px;
	color: #E03236;
}
.px_img{
	display:inline-block;
	width:1147px;
	margin-bottom: 50px;
}
.career li{
	height:100%;
	overflow:hidden;
	margin-bottom:25px;
}
.career li:last-child{
	margin-bottom:0px;
}
.career_fl{
	font-size:1.6rem;
	*font-size:26px;
	float:left;
	width:16.6667%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color:#fff;
	background: #666666;

}
.career_fl.zhineng{
	height:178px;
	line-height:178px;
}
.career_fr{
	float:left;
	width:83.3333%;
	padding-top: 20px;
	background-color:#f5f5f5;
}
.sub_career{
	font-size: 18px;
	width: 100%;
	height: 54px;
	line-height: 54px;
	padding:0 40px;
	margin-bottom: 25px;
	overflow: hidden;
}
.sub_career_fl{
	float: left;
	width: 15%;
	color:#fff;
	text-align:center;
	background: #E03236;
}
.sub_career_fr span{
	float:left;
	margin-left:40px;
}
.career_ico{
	float:left;
	width:27px;
	height:15px;
	margin: 20px 0;
	background:none;
}
.career_big_ico{
	float:left;
	width:35px;
	height:20px;
	margin: 17px 0;
	background:none;
}
.career_ico img,.career_big_ico img{
	display:block;
	width:100%;
	height:100%;
}
.sub_career_fr{
	float: left;
	width: 85%;
	*width:77%;
	background-color: #fff;
}
.career_fr.yingxiao{
	font-size: 18px;
	padding-top:0px;
}
.career_fr.yingxiao span{
	float:left;
	line-height:55px;
	margin-left:25px;
}
.sub_welfare{
	font-size:18px;
	text-align:center;
}
.red{
	color:#E03236;
}
.sub_welfare p{
	line-height:30px;
}
.welfare{
	font-size:1.8rem;
	display:inline-block;
	height:50px;
	line-height:50px;
	color:#fff;
	padding: 0 20px;
	margin-bottom:35px;
	background-color:#E03236;
	border-radius:10px 0 10px 0;
}
.sub_content h2.red{
	font-size:28px;
	font-size:2.8rem;
	color: #E03236;
	margin-bottom: 10px;
}
.sub_welfare p.biaozhu{
	font-size:14px;
	font-size:1.4rem;
	color:#4A4A4A;
}
.welfare_list{
	display:block;
	width:100%;
	margin-top: 50px;
	overflow:hidden;
}
.welfare_list li{
	float:left;
	width:25%;
	min-width:180px;
	height:216px;
}
.welfare_list li span{
	display:block;
	width:182px;
	*width:151px;
	height:182px;
	*height:136px;
	margin:0 auto;
	padding: 0 20px;
}
.welfare_list li.welfare_one span{
	/*padding-top:80px;*/
	/*background:url(../images/welfare_1.png) center bottom no-repeat;*/
	border: 3px solid #E03236;
	border-radius: 50%;
	padding-top:40px;
}
.welfare_list li.welfare_two span{
	padding-top: 40px;
	*padding-top: 80px;
	/*background:url(../images/welfare_2.png) center bottom no-repeat;*/
	border: 3px solid #E03236;
	border-radius: 50%;
}
.welfare_list li.welfare_three span{
	padding-top: 40px;
	/*background:url(../images/welfare_3.png) center bottom no-repeat;*/
	border: 3px solid #E03236;
	border-radius: 50%;
}
.welfare_list li.welfare_four span{
	padding-top: 40px;
	/*background:url(../images/welfare_4.png) center bottom no-repeat;*/
	border: 3px solid #E03236;
	border-radius: 50%;
}
.welfare_list li.welfare_five span{
	padding-top: 40px;
	/*background:url(../images/welfare_5.png) center bottom no-repeat;*/
	border: 3px solid #E03236;
	border-radius: 50%;
}
.welfare_list li p{
	font-size:12px;
	font-size:0.75rem;
	line-height:1.5;
}
.welfare_list li p strong{
	display: block;
	font-size:18px;
	margin-bottom:5px;
	text-align: center;
}
.welfare_list li.welfare_two p,.welfare_list li.welfare_five p{
	/*margin-left:-10px;*/
}
.sub_senior{
	width:100%;
	overflow:hidden;
	background: url(/templets/temp/images/correct/senior.png) center top no-repeat;
}
.sub_senior .container{
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.sub_content .sub_senior h2{
	padding:60px 0  45px;
	color:#fff;
	margin:0px;
}
.senior_search{
	*width:832px;
	height:60px;
	line-height:60px;
	margin:0 15%;
	*margin:0 auto;
}
.senior_search input[type="text"]{
	/* font-family:"Microsoft YaHei"; */
	font-size:2.4rem;
	*font-size:16px;
	font-weight: 400;
	float:left;
	width: 85%;
	height:60px;
	*width:75%;
	*height:30px;
	line-height:30px;
	padding:14px 40px;
	color: #9B9B9B;
	margin:0;
	border:none;
	background-color:#fff;
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
.senior_search button{
	font-family:"Microsoft YaHei";
	font-size:2.4rem;
	*font-size:24px;
	font-weight: 100;
	float:left;
	width: 15%;
	height:60px;
	*height:58px;
	*line-height:58px;
	color: #C7171E;
	text-align:center;
	cursor:pointer;
	border:none;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	background: #FEDA5D;
}
.senior_cont{
	width:100%;
	color:#666;
	margin-top:80px;
	overflow:hidden;
	padding: 55px 55px 0;
	border:1px solid #ddd;
	background-color:#fff;
}
.senior_txt{
	position:relative;
	width:100%;
	min-height:150px;
	margin-bottom: 40px;
	overflow:hidden;

}
.senior_txt:after{
	position: absolute;
	bottom:0px;
	right: 0px;
	content: " ";
	width: 82%;
	height: 1px;
	background: #eee;
}
.senior_txt .senior_img{
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 0;
	width: 100px;
	height:140px;
	margin-right: 50px;
	text-align: center;
	display:block;
}
.senior_img span{
	display:block;
	width:100%;
	height:100px;
	margin-bottom:10px;
	border:1px solid #ddd;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
}
.senior_img span img{
	margin-top:-25px;
}
.senior_txt p{
	*width:75%;
	font-size:14px;
	font-size:1.4rem;
	line-height:30px;
	margin-bottom:15px;
	padding-left:184px;
}
.senior_txt p.senior_tit{
	font-size:18px;
}
.senior_tit span{
	margin-right:35px;
}
.senior_txt p strong{
	color:#E03236;
}




/** hr_jobs **/
.sub_jobs{

}
.sub_jobs h1{
	font-size: 34px;
	font-weight: 400;
	padding: 50px 0 25px 0;
	text-align: center;
}
.sub_jobs.dynamic h1{
	line-height:45px;
	padding: 50px 0 10px 0;
	text-align:left;
}
.sub_jobs p{
	/* font-size:0px; */
	color:#9a9b9e;
}
.sub_jobs p span{
	font-size:1.4rem;
	display:inline-block;
	padding:0 20px;
	height:18px;
	line-height:18px;
	border-right:1px solid #ddd;
}
.sub_jobs p span.job_type,.sub_jobs p span.job_date{
	border-right:none;
}
.job_type{
	color:#fff;
	background-color:#E03236;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.job_type.jz{
	background-color:#f08d3c;
}
.job_btn{
	font-family: "Microsoft YaHei";
	font-size:1.6rem;
	padding:0 60px;
	height:40px;
	line-height:36px;
	margin-top:35px;
	cursor:pointer;
	color:#fff;
	border:2px solid #E03236;
	background-color:#E03236;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.job_btn:hover{
	color:#E03236;
	background-color:#fff;
}
.jobs_cont{
	margin-top:60px;
	border-top:1px solid #ddd;
	color:#000;
}
.sub_content .jobs_cont h3{
	font-size:1.6rem;
	font-weight:normal;
	color: #E03236;
	margin:50px 0 25px;
	padding:0px;
}
.jobs_cont p{
	margin-bottom:25px;
}
.jobs_list{
	margin-left:40px;
}
.jobs_list li{
	margin-bottom:10px;
	list-style-type:decimal;
}
.sub_jobs.dynamic .jobs_cont{
	border-top:none;
}
.sub_jobs.dynamic p{
	font-size:1.6rem;
}
.sub_jobs.dynamic p span{
	padding:0;
}
.dynamic .jobs_cont p.last{
	margin-bottom:0px;
}

/** video-js **/
.video-js{
	width:100%;
}
.video-js .vjs-big-play-button{
	top: 50%;
	left: 50%;
	margin-left: -1.5em;
	margin-top: -0.75em;
}


/** 2015-10-29 **/
.senior .page{
	text-align: center;
	color:#333;
	margin:0 0 40px 0;
}
.senior .page_list{
	float:none;
	display:inline-block;
	*float:right;
}
.senior .page_list{
	*display:inline;
	*zoom:1;
}

.stat_list li:last-child{
	border-right:none;
}
.login_weixin_error{
	width: 200px;
	height: 200px;
	margin: 0 auto 114px;
	padding-top: 45px;
	text-align:center;
}
.login_weixin_error img{
	margin-bottom:10px;
}
.login_weixin_error a{
	color:#00a9e0;
}
.login_weixin_error a:hover{
	color:#00a9e0;
	text-decoration:underline;
}

.dots li{
	cursor:pointer;
	background-color:#b8b8b8;
}

.sub_jobs.job-artical p{
	font-size:16px;
	color:#333;
	margin-top:10px;
}
.jobs_cont_num{
	margin-top:60px;
	margin-bottom: -30px;
}
.jobs_cont_num h4{
	font-size:16px;
	margin-bottom:20px;
}
.num_list li{
	overflow:hidden;
	padding-bottom:20px;
}
.num_list li a:link, .num_list li a:visited{ color:#fff;}
.num_list li a:hover{ color:#00a9e0;}
.num_list li span{
	float:left;
	line-height:40px;
	margin-right:50px;
}
.num_list li span.job_type{
	padding: 0 20px;
	height: 18px;
	line-height: 18px;
	margin:11px 50px 11px 0;
}
.num_list li .job_btn{
	float:right;
	margin:0px;
}

@media screen and (max-width: 1440px) {
	.slider{
		height: 390px;
		max-height:390px;
	}
	.slide-one{
		background:url(/templets/temp/images/correct/slide-8.png?v=202009021132) center center no-repeat;
		background-size:1440px 390px;
	}
	.slide-two{
		background:url(/templets/temp/images/correct/slide-3n.png?v=201807061121) center center no-repeat;
		background-size:1440px 390px;
	}
	.slide-three{
		background:url(/templets/temp/images/correct/slide-4.png?v=201807061121) center center no-repeat;
		background-size:1440px 390px;
	}
	.slide-four{
		background:url(/templets/temp/images/correct/slide-4n.png?v=201807061121) center center no-repeat;
		background-size:1440px 390px;
	}
	.school_bannar{
		height:390px;
		background:url(/templets/temp/images/school/school-banner.jpg) center top no-repeat;
		background-size: cover ;
	}
	.info_bannar{
		height:390px;
		background:url(/templets/temp/images/correct/slide-6.png?v=1) center top no-repeat;
		background-size: cover ;
	}
	.social_bannar{
		height:390px;
		background:url(/templets/temp/images/correct/slide-3n.png?v=1) center top no-repeat;
		background-size: cover ;
	}
}


@media screen and (max-width: 1024px) {
	.slider{
		height: 277px;
		max-height:277px;
	}

	.slide-one{
		background:url(/templets/temp/images/correct/slide-8.png?v=202009021132) center center no-repeat;
		/*background-size:1024px 277px;*/
		background-size: cover;
	}
	.slide-two{
		background:url(/templets/temp/images/correct/slide-3n.png?v=201807061121) center center no-repeat;
		/*background-size:1024px 277px;*/
		background-size: cover;
	}
	.slide-three{
		background:url(/templets/temp/images/correct/slide-4.png?v=201807061121) center center no-repeat;
		/*background-size:1024px 277px;*/
		background-size: cover;
	}
	.slide-four{
		background:url(/templets/temp/images/correct/slide-4n.png?v=201807061121) center center no-repeat;
		/*background-size:1024px 277px;*/
		background-size: cover;
	}
	.school_bannar{
		height:277px;
		background:url(/templets/temp/images/school/school-banner.jpg) center top no-repeat;
		background-size: cover ;
	}
	.info_bannar{
		height:277px;
		background:url(/templets/temp/images/correct/slide-6.png?v=1) center top no-repeat;
		background-size: cover ;
	}
	.social_bannar{
		height:277px;
		background:url(/templets/temp/images/correct/slide-3n.png?v=1) center top no-repeat;
		background-size: cover ;
	}

}


