.join .box1{
	display: flex;
	justify-content: space-between;
	height: 840px;
}
.join .box1 .left{
	height: 100%;
	width: 49.7%;
	/* display: flex; */
}
.join .box1 .left>div{
	height: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex: 1;
	align-items: center;
	
}
.join .box1 .left .left-t{
	width: 65.89%;
	margin-left: 21.8%;
}
.join .box1 .left .left-b .left-box{
	width: 73.2%;
	margin-left: 21.8%;
}
.join .box1 .right{
	flex: 1;
	background-image: url(../img/join-bg-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.join .box1 .left .title1{
	font-size: 30px;
	font-family: PingFang;
	font-weight: bold;
	color: #0044B2;
	line-height: 1;
}
.join .box1 .left .left-t .title{
	font-size: 24px;
	color: rgba(34, 34, 34, 1);
	line-height: 1;
	margin-top: 32px;
}
.join .box1 .left .left-t .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 39px;
}
.join .box1 .left .left-b{
	justify-content: flex-start;
	color: #FFFFFF;
	background-image: url(../img/join-bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.join .box1 .left .left-b .title,
.join .box1 .right .title{
	font-size: 30px;
	font-family: PingFang;
	line-height: 40px;
}
.join .box1 .left .left-b .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 36px;
}
.join .box1 .left .left-b ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 12px;
}
.join .box1 .left .left-b li{
	width: 106px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	background: rgba(255,255,255,0.1);
	border-radius: 4px;
	color: #fff;
	margin: 7px 0;
	cursor: pointer;
}
.join .box1 .left .left-b  i {
	width: 106px;
}
.join .box1 .left .left-b li:hover{
	background: rgba(255,255,255,0.3);
}
.join .box1 .right .box{
	margin: 106px 0 0 90px;
	width: 54.8%;
	color: #fff;
}
.join .box1 .right .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 35px;
}
.join .recruitment{
	padding: 89px 0 65px;
}
.join .recruitment .title{
	font-size: 36px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	text-align: center;
}
.join .recruitment .li-head{
	height: 70px;
	background-color: rgba(0, 68, 178, 1)!important;
	line-height: 70px;
	display: flex;
	justify-content: space-between;
}
.join .recruitment li .li-top{
	display: flex;
	justify-content: space-between;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
}
.join .recruitment  .content-ul{
	overflow-x: scroll;
	overflow-y: auto;
}
.join .recruitment  ul{
	margin-top: 50px;
	text-align: center;
	min-width: 700px;
}
.join .recruitment  li:nth-child(2n+1){
	background-color: rgba(189, 193, 233, 0.1);
}
.join .recruitment  .li-head span,
.join .recruitment  li .li-top span{
	width: 16%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.join .recruitment  .li-head span:first-child,
.join .recruitment  li .li-top span:first-child{
	width: 23%;
}
.join .recruitment  .li-head span:last-child,
.join .recruitment  li .li-top span:last-child{
	width: 6%;
}
.join .recruitment  li .li-top span:last-child{
	transition: all 0.6s;
}
.join .recruitment  li.active .li-top span:last-child{
	transform: rotate(-180deg);
}
.join .recruitment  li.active .li-top span:last-child .icon-shang{
	color: rgba(0, 68, 178, 1);
}
.join .recruitment li.active .li-top span{
	color: rgba(0, 68, 178, 1);
}
.join .recruitment  li .li-top span{
	font-size: 18px;
	color: #333;
}
.join .recruitment  li .li-top .icon-shang{
	font-size: 24px;
	color: #666;
}
.join .recruitment  li .li-content{
	text-align: left;
	padding: 38px 74px 45px;
	border-top: 1px solid #EAEAEA;
	display: none;
}
.join .recruitment  li .li-content .text-div {
	margin-bottom: 30px;
}
.join .recruitment  li .li-content .text-div p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.join .recruitment  li .li-content .apply{
	display: flex;
	align-items: center;
}
.join .recruitment  li .li-content .apply .apply-btn{
	width: 125px;
	height: 43px;
	background: rgba(0, 68, 178, 1);
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 43px;
	margin-right: 38px;
}
.join .recruitment  li .li-content .apply .apply-btn a{
	display: block;
	color: #fff;
}
.join .recruitment  li .li-content .apply .email{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(0, 68, 178, 1);
	line-height: 1;
}
@media (max-width: 1199px) {
	.join .box1{
		flex-wrap: wrap;
		height: auto;
	}
	.join .box1 .left{
		width: 100%;
		/* height: auto; */
	}
	.join .box1 .right{
		width: 100%;
		height: auto;
	}
	.join .box1 .left .left-t,
	.join .box1 .left .left-b .left-box{
		width: 94%;
		margin-left: 3%;
		padding: 25px 0;
	}
	.join .box1 .left .left-b{
		/* padding: 25px 0; */
		height: auto;
	}
	.join .box1 .right .box{
		padding: 25px 0;
	}
	.join .box1 .right .box{
		margin: 0 3%;
		width: 94%;
	}
	.join .box1 .left .left-b .title, .join .box1 .right .title,
	.join .box1 .left .title1,.join .recruitment .title{
		font-size: 26px;
	}
	.join .box1 .left .left-t .title{
		font-size: 22px;
	}
	.join .recruitment .li-head span, .join .recruitment li .li-top span{
		font-size: 16px;
	}
}
@media (max-width: 800px) {
	.join .box1 .left .left-b .title, .join .box1 .right .title, .join .box1 .left .title1, .join .recruitment .title{
		font-size: 22px;
	}
	.join .box1 .left .left-t .title{
		font-size: 18px;
		margin-top: 15px;
	}
	.join .box1 .left .left-t .des,
	.join .box1 .left .left-b .des,
	.join .box1 .right .des{
		margin-top: 23px;
	}
}
@media (max-width: 500px) {
		
	.join .box1 .left .left-t .des, .join .box1 .left .left-b .des, .join .box1 .right .des{
		font-size: 14px;
	}
	.join .box1 .left .left-b .title, .join .box1 .right .title, .join .box1 .left .title1, .join .recruitment .title{
		font-size: 20px;
	}
}