/*概述*/
.join01 .txt_body{
	position: relative;
	overflow:hidden;
}
.join01 .txt_body .box{
	position: absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
	text-align:center;
}
.join01 .txt_body .box h2{
	font-size:2.8rem;
	font-weight:600;
	color:#24beef;
	text-align:center;
	padding-bottom:70px;
}
.join01 .txt_body .box ul{
	display:inline-block;
	width:100%;
}
.join01 .txt_body .box ul li{
	float:left;
	background-color:#fff;
	box-sizing: border-box;
	margin-right:25px;
	width:220px;
	padding:40px 0;
	position: relative;
	transition: all ease 1s; 
}
.join01 .txt_body .box ul li.last{
	margin-right:0;
}
.join01 .txt_body .box ul li i{
	display:inline-block;
	width:100%;
	height:120px;
	background-repeat:no-repeat;
	background-position: center;
}
.join01 .txt_body .box ul li h3{
	font-size:2.4rem;
	font-weight:600;
	color:#000;
	padding-bottom:10px;
}
.join01 .txt_body .box ul li h4{
	font-size:1.8rem;
	line-height:2.6rem;
	color:#000;
	text-transform: uppercase;
	height:26px;
	display:none;
}
.join01 .txt_body .box ul li i.ico_1{
	background-image:url(../images/join/join01_icon_1.png)
}
.join01 .txt_body .box ul li i.ico_2{
	background-image:url(../images/join/join01_icon_2.png)
}
.join01 .txt_body .box ul li i.ico_3{
	background-image:url(../images/join/join01_icon_3.png)
}
.join01 .txt_body .box ul li i.ico_4{
	background-image:url(../images/join/join01_icon_4.png)
}
.join01 .txt_body .box ul li i.ico_5{
	background-image:url(../images/join/join01_icon_5.png)
}
.join01 .txt_body .box ul li .txt{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:#24beef;
	opacity:0;
	transition: all ease-out .5s;
}
.join01 .txt_body .box ul li .txt p{
	font-size:1.5rem;
	line-height:1.8rem;
	color:#fff;
	position: absolute;
	top:50%;
	left:0;
	right:0;
	transform: translateY(-50%);
	padding:0 20px;
	text-align:left;
}
.join01 .txt_body .box ul li:hover .txt{
	opacity:1;
}


.join02{
	padding:60px 0;
}
.join02 a{
	display:block;
	width:100%;
	position: relative;
	overflow:hidden;
}
.join02 a img{
	display:block;
	width:100%;
	transition:all ease-out .5s;
}
.join02 a img.mbBody{
	display:none;
}
.join02 a .mask{
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-image:url(../images/join/join02_bg.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	z-index:1;
}
.join02 a .mask.mask_1{
	background-image:url(../images/join/join02_mask_1.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.join02 a .txt{
	position: absolute;
	padding:30px;
	left:0;
	right:0;
	bottom:0;
	z-index:2;

}

.join02 a .txt h3{
	font-size:1.8rem;
	color:#fff;
	padding-bottom:10px;
}
.join02 a .txt h4{
	font-size:2.8rem;
	line-height:3rem;
	font-weight:600;
	color:#fff;
}
.join02 a.mb20{
	margin-bottom:20px;
}
.join02 a:hover img{
	transform:scale(1.1);
	
}
.join03{
	position: relative;
	overflow:hidden;
}
.join03 .txt_body{
	position: relative;
	overflow:hidden;
	z-index:1;
}
.join03 .txt_body img{
	display:block;
	width:100%;
}
.join03 .txt_body img.mbBody{
	display:none;
}
.join03 .txt_body .box{
	position: absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
.join03 .txt_body .box .cont{
	width:695px;
	box-sizing: border-box;
	padding-left:70px;
	padding-top:25px;
	background-image:url(../images/join/join03_txt_1.png);
	background-position:20px top;
	background-repeat:no-repeat;
}
.join03 .txt_body .box .cont .txt{
	padding-right:45px;
	padding-bottom:30px;
	background-image:url(../images/join/join03_txt_2.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.join03 .txt_body .box .cont .txt h3{
	font-size:1.8rem;
	line-height:2rem;
	color:#fff;
}
.join03 .txt_body .box .cont .txt h4{
	font-size:1.6rem;
	color:#fff;
	padding-top:40px;
}
.join03 .dot{
	position: absolute;
	left:0;
	right:0;
	bottom:20px;
	text-align:center;
	z-index:2;
}
.join03 .dot span{
	display:inline-block;
	width:9px;
	height:9px;
	background-color:rgba(255,255,255,.5);
	opacity:1;
	border-radius:0;
}
.join03 .dot span.swiper-pagination-bullet-active{
	background-color:#00b9ef;
}
.joinBotm{
	text-align:center;
	padding:0 40px 55px;
}
.joinBotm h3{
	font-size:2.8rem;
	font-weight:600;
	color:#000;
	padding:55px 0;
}
.joinBotm a{
	display:inline-block;
	position: relative;
	overflow:hidden;
}
.joinBotm a img{
	display:block;
	width:100%;
	transition:all ease-out 0.5s;
}
.joinBotm a .box{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.joinBotm a .box h4{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform: translateY(-50%);
	font-size:2.8rem;
	line-height:4rem;
	color:#fff;
	font-weight:600;
}
.joinBotm a:hover img{
	transform:scale(1.1);
}

/*职业发展*/
.develop01{
	padding-bottom:110px;
}
.develop01 .tit{
	text-align:center;
	padding:60px 0 30px;
}
.develop01 .tit h3{
	font-size:2.8rem;
	color:#000;
	font-weight:600;
	line-height:3.8rem;
}
.develop01 .tit h4{
	font-size:2.4rem;
	font-weight:600;
	color:#000;
}
.develop01 .txt_body .top{
	text-align:center;
	padding-bottom:30px;
}
.develop01 .txt_body .top .line{
	display:inline-block;
	width:55px;
	height:2px;
	background-color:#24beef;
	margin:0;
	padding:0;
}
.develop01 .txt_body .top h3{
	font-size:2.8rem;
	font-weight:600;
	color:#24beef;
	padding-top:15px;
}
.develop01 .txt_body .cont{
	display:inline-block;
	width:100%;
	padding-top:65px;
	text-align:center;
	position: relative;
}
.develop01 .txt_body .cont .box{
	display:inline-block;
	padding:65px 45px;
	position:relative;
	background-color:#fff;
}
.develop01 .txt_body .cont .box h3{
	font-size:2.4rem;
	font-weight:600;
	color:#000;
}
.develop01 .txt_body .cont .box .line{
	display:inline-block;
	width:66px;
	height:2px;
	margin:20px 0 10px;
}
.develop01 .txt_body .cont .box i{
	display:inline-block;
	width:3px;
	height:22px;
	background-color:#fff;
	position: absolute;
	right:-3px;
	bottom:0;
}
.develop01 .txt_body .cont .box p{
	font-size:1.8rem;
	line-height:2.2rem;
	color:#333;
	width:260px;
	text-align:left;
}
.develop01 .txt_body .cont .box.fl{
	border:3px solid #1fbaec;
	margin-left:70px;
}
.develop01 .txt_body .cont .box.fl .line{
	background-color:#1fbaec;
}
.develop01 .txt_body .cont .box.fl .arrow{
	position: absolute;
	left:320px;
	top:-60px;
}
.develop01 .txt_body .cont .box.center{
	border:3px solid #f3a131;
	position: absolute;
	z-index:2;
	left:440px;
	top:120px;
}
.develop01 .txt_body .cont .box.center .line{
	background-color:#f3a131;
}
.develop01 .txt_body .cont .box.center .arrow{
	position: absolute;
	left:143px;
	top:-110px;
}
.develop01 .txt_body .cont .box.fr{
	border:3px solid #4aaf3d;
	margin-right:70px;
}
.develop01 .txt_body .cont .box.fr .line{
	background-color:#4aaf3d;
}
.develop01 .txt_body .cont .box.fr .arrow{
	position: absolute;
	right:290px;
	top:-60px;
}
.develop02{
	position: relative;
	overflow:hidden;
}
.develop02 img{
	display:block;
	width:100%;
}
.develop02 img.mbBody{
	display:none;
}
.develop02 .box{
	position: absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
	text-align:center;
}
.develop02 .box h3{
	font-size:2.4rem;
	font-weight:600;
	color:#f2f2f2;
}
.develop02 .box p{
	font-size:3.8rem;
	line-height:4rem;
	color:#f2f2f2;
	font-weight:600;
}
.develop02 .box .line{
	display:inline-block;
	width:55px;
	height:2px;
	background-color:#24beef;
	margin:20px 0;
}
.develop03{
	padding-bottom:80px;
	text-align:center;
}
.develop03 .top{
	padding:60px 0;
}
.develop03 .top h3{
	font-size:2.4rem;
	font-weight:600;
	color:#333;
}
.develop03 .top .line{
	display:inline-block;
	width:55px;
	height:2px;
	background-color:#24beef;
}
.develop03 .top h4{
	font-size:2.8rem;
	line-height:4.8rem;
	color:#333;
	font-weight:600;
}
.develop03 .cont img{
	display:block;
	width:100%;
}
.develop03 .cont img.mbBody{
	display:none;
}
.develop03 ul{
	display:inline-block;
	width:100%;
	background-image:url(../images/join/develop03.png);
	background-repeat:no-repeat;
	background-position: center;
}
.develop03 ul li{
	float:left;
	width:20%;
	text-align:center;
}
.develop03 ul li p{
	font-size:1.8rem;
	line-height:4.2rem;
	color:#333;
}


/*卡家福利*/
.welf01{
	padding:65px 0;
	text-align:center;
}
.welf01 .tip img{
	display:inline-block;
}
.welf01 .tx_1{
	background-image:url(../images/join/welf01_2.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:45px;
}
.welf01 .tx_1 h2{
	font-size:4.8rem;
	color:#000;
	font-weight:700;
	padding-bottom:20px;
}
.welf01 .tx_1 .line{
	display:inline-block;
	width:2px;
	height:35px;
	background-color:#9d9d9d;
}
.welf01 .tx_2{
	padding:10px 0 30px;
}
.welf01 .tx_2 p{
	font-size:2.2rem;
	line-height:2.8rem;
	color:#000;
}
.welf01 .tx_2 .line{
	display:inline-block;
	width:36px;
	height:2px;
	background-color:#969696;
	margin:20px 0;
}
.welf02 h2{
	font-size:2.8rem;
	line-height:3rem;
	color:#000;
	text-align:center;
	padding-bottom:40px;
	font-weight:700;
}
.welf02 ul{
	display:inline-block;
	width:100%;
}
.welf02 ul li{
	float:left;
	width:25%;
	position: relative;
}
.welf02 ul li img{
	display:block;
	width:100%;
}
.welf02 ul li .box{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,58,143,.5);
}
.welf02 ul li .box h3{
	font-size:5rem;
	color:#fff;
	text-align:center;
	position: absolute;
	left:0;
	right:0;
	top:50%;
	font-weight: 700;
	transform: translateY(-50%);
}
.welf02 ul li .txt{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(58,183,223,.85);
	display:none;
}
.welf02 ul li .txt h4{
	font-size:2rem;
	line-height:2.4rem;
	font-weight:600;
	color:#fff;
	text-align:center;
	position: absolute;
	padding:0 20px;
	box-sizing: border-box;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%)
}
.welf03{
	padding:40px 0;
}



/*员工活动*/
.actBody{
	padding-bottom:40px;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 600px) {
	

	
}

