body{
	background: #282828;
}

.welfare{
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	position: relative;
}
.welfare_img{
	width: 100%;
}
.bg_mobile_img{
	display: none;
}
.bg_pc_img{
	display: block;
}

/*84%的框*/
.we_basi{
	width: 84%;
	max-width: 1320px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.talents_case,.culture_case,.staff_case{
	
	width: 33.33%;
	height: 100%;
	float: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display:flex;/*Flex布局*/ 
    align-items:center;/*指定垂直居中*/
}
.talents,.culture,.staff{
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(0,0,0,0.7);
	text-align: center;
	transition: all 0.8s;
	cursor: pointer;
}
.talents:hover,.culture:hover,.staff:hover{
	background: #0068c7;
}
.talents>h1,.culture>h1,.staff>h1{
	color: #FAFAFA;
	font-size: 30px;
	margin-top: 90px;
}
.talents>p,.culture>p,.staff>p{
	color: #FAFAFA;
	font-size: 22px;
	opacity: 0.4;
}

/*第二个*/

.culture{
	margin: auto;
}

/*第三个*/
.staff_case{
	position: relative;
}
.staff{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


/*功能导航栏*/
.we_header{
	width: 100%;
	max-width: 1920px;
	height: 54px;
	background: #3B3B3B;
	z-index: 999;
}
.parameter{
	width: 84%;
	max-width: 1320px;
	height: 100%;
	margin: 0 auto;
	line-height: 53px;
}
/*右边ul*/
.parameter_right{
	float: right;
}
.parameter_right>li{
	float: left;
	font-size: 12px;
	color: #FAFAFA;
	cursor: pointer;
	height: 24px;
	line-height: 20px;
	margin-top: 18px;
	margin-left: 15px;
}
.GN{
	border-bottom: 1px solid #0068c7;
}



/*整个人才梯队*/
.team{
	width: 84%;
	max-width: 1320px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 100px;
}

.img_two{
	margin-top: 60px;
	display: block;
}
.personnel-con{
	display: block;
}
.img_three_case{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}
.img_three{
	width: 100%;
}
.img_three_word{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 80%;
	height: 120px;
}
.img_three_word h2{
	margin: 0;
	font-size: 24px;
}
.img_three_word>ul{
	float: left;
	color: #FAFAFA;
	height: 100%;
}
.word-left{
	width: 60%;
	border-right: 1px solid #FAFAFA;
}
.word-right{
	width: 40%;
}
.word-left_case{
	margin-top: 30px;
}
.word-left_case dl{
	float: left;
	margin-left: 15%;
}
.word-left_case dd{
	font-size: 13px;
	margin-top:10px;
}
.pse{
	margin-left: 0 !important;
}
.svse{
	font-size: 18px;
}
.right-left{
	margin-left: 20%;
}


/*人才发展通道*/
.aisle{
	margin-top: 80px;
	width: 100%;
}
.skydol{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.skydol>div{
	float: left;
	width: 33%;
	margin-left: 0.5%;
	overflow: hidden;
	position: relative;
}
.skydol_one{
	margin-left: 0 !important;
}
.skydol img{
	width: 100%;
}
.miou{
	position: absolute;
	color: #FAFAFA;
	top: 30%;
	left: 8%;
}
.miou>div{
	font-size: 26px;
}
.miou_p{
	margin-top: 20px;
}
.miou h2{
	opacity: 0.9;
}
.miou p{
	opacity: 0.5;
}


/*流程*/
.flow{
	margin-top: 80px;
	width: 100%;
}
.bouer{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	position: relative;
}
.bouer>img{
	width: 100%;
}

.flow_fourge{
	width: 90%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-0-transform: translateX(-50%);
}
.flow_fourge>div{
	width: 23.5%;
	float: left;
	margin-left: 2%;
	position: relative;
}
.flow_fourge_left{
	margin-left: 0 !important;
}
.flow_fourge img{
	width: 100%;
}

.flow_fourge_word{
	color: #FAFAFA;
	position: absolute;
	top: 5%;
	text-align: center;
	width: 100%;
}
.flow_fourge_word>h1{
	font-family: "SKSans-RegularItalic";
	opacity: 0.4;
	font-size: 90px;
	color: #0069C8;
}
.flow_fourge_word>p{
	font-size: 18px;
}
.addle_p{
	margin-top: 10px;
}


/*文化生活*/
.live{
	margin-top: 80px;
	width: 100%;
}
.lunbo{
	width: 100%;
	height: 500px;
	border: 1px solid red;
}


/*员工福利*/
.workers{
	margin-top: 80px;
	width: 100%;
	overflow: hidden;
}
.workers>ul{
	width: 100%;
}
.workers_ul{
	margin-top: 40px;
}
.workers>ul>li{
	width: 33.33%;
	float: left;
	position: relative;
}
.workers>ul>li>img{
	width: 100%;
}

.workers_word{
	color: #FAFAFA;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 80%;
	text-align: center;
	width: 100%;
}
.workers_word>h1{
	font-family: "SKSans-Regular";
	opacity: 0.4;
	font-size: 90px;
	color: #FAFAFA;
}
.workers_word>h2{
	font-size: 28px;
}
.workers_word>p{
	font-size: 12px;
	color: #FAFAFA;
	margin-top: 24px;
}


@media screen and (max-width:1400px ) {
	.parameter{
		width: 92%;
	}
}