.join{
	border-bottom: 1px solid rgba(47, 47, 47, .1);
}
.join .box1{
	padding: 60px 0 0;
	text-align: center;
}
.join-title .zh{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #393939;
	line-height: 1;
}
.join-title .en{
	font-size: 20px;
	font-family: Century Gothic;
	font-weight: 400;
	color: #888888;
	line-height: 1;
	margin-top: 15px;
	text-transform: uppercase;
}
.join .box1 .box-c{
	margin-top: 39px;
	background-color: rgba(252, 252, 252, 1);
	padding-bottom: 80px;
}
.join .box1 .box-c .li-header{
	background-color: rgba(21, 164, 222, 1);
	line-height: 66px;
	padding: 0 60px;
	display: flex;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.join .box1 .box-c .div1{
	width: 20%;
	text-align: left;
}
.join .box1 .box-c .div2,
.join .box1 .box-c .div3,
.join .box1 .box-c .div4,
.join .box1 .box-c .div5,
.join .box1 .box-c .div6{
	width: 16%;
	text-align: center;
}
.join .box1 .box-c .li-body .li-t{
	position: relative;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 80px;
	/* border-bottom: 1px solid rgba(232, 232, 232, 1); */
	display: flex;
	justify-content: space-between;
	padding: 0 60px;
	overflow: hidden;
	cursor: pointer;
}
.join .box1 .box-c .li-body .li-t::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 1px;
	width: calc( 100% - 120px);
	background-color: rgba(232, 232, 232, 1);
}
.join .box1 .box-c .div6 .iconfont{
	padding-left: 5px;
}
.join .box1 .box-c .li-body .li-c{
	padding: 49px 60px 60px;
	text-align: left;
	display: none;
}
.join .box1 .box-c .li-body.active .li-t,
.join .box1 .box-c .li-body .li-t:hover{
	background-color: rgba(240, 240, 240, 1);
}
.join .box1 .box-c .li-body .li-c .text-title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.join .box1 .box-c .li-body .li-c .msg{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #525252;
	line-height: 36px;
	margin-top: 8px;
}
.join .box1 .box-c .li-body .li-c .msg span:not(:last-child){
	margin-right: 68px;
}
.join .box1 .box-c .li-body .li-c .text-box{
	margin-top: 30px;
	border-top: 1px solid rgba(232, 232, 232, 1);
	padding-top: 23px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #525252;
	line-height: 32px;
}
.join .box1 .box-c .li-body .li-c .text-box .text1{
	font-weight: bold;
}
.join .box1 .box-c .li-body .li-c .text-box .text:not(:last-child){
	margin-bottom: 26px;
}
.join .box1 .box-c .li-body .li-c .text-box .apply{
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #15A4DE;
	border-radius: 4px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 33px;
	display: block;
}
.join .box1 .more{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: block;
	width: 240px;
	height: 56px;
	border: 1px solid #626262;
	margin: 60px auto 0;
	line-height: 54px;
	text-align: center;
}
.join .box1 .more:hover{
	border-color: rgba(21, 164, 222, 1);
	background-color: rgba(21, 164, 222, 1);
	color: #fff;
}
.join .box2{
	padding: 59px 0 166px;
	text-align: center;
	/*background-color: #000;*/
}
.join .box2 #screen{
	position: relative;
	height: 732px;
	overflow: hidden;
	margin-top: 60px;
}
.join .box2 .join-title .zh,
.join .box2 .join-title .en{
	/*color: #fff;*/
}
.join .box2 .box-c{
	margin-top: 60px;
	/*display: none;*/
}
.join .box2 .box-c img{
	display: block;
	/*width: 100%;*/
}
.join .box2 .box-c .gallery-top .swiper-slide{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.join .box2 .box-c .gallery-top .swiper-slide img,
.join .box2 .box-c .gallery-thumbs .swiper-slide img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.gallery-thumbs{
    position: relative;
    padding-left: 13px;
    margin-top: 60px;
    height: auto;
}
.gallery-thumbs:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #15a4de;
}
.join .box2 .box-c .gallery-thumbs .swiper-slide{
    width: auto;
    height: 140px;
    margin-right: 10px;
    /*width: 210px;*/
}
.join .swiper-button-next, .join .swiper-button-prev {
    color: #15a4de;
    outline: none;
}
#screen img, canvas { 

		position: absolute;

		left: -9999px;

		cursor: pointer;

        image-rendering: optimizeSpeed;



	}

#screen .href {

	border: #FFF dotted 1px;

}

#screen .fog { 

	position: absolute;

	background: #fff;

	opacity: 0.1;

	filter: alpha(opacity=10);

}
@media (max-width:1199px){
	.join .box1 .box-c .li-header,
	.join .box1 .box-c .li-body .li-t{
		padding: 0 20px;
	}
	.join .box1 .box-c .li-body .li-c{
		padding: 30px 20px;
	}
	.join .box1 .box-c .li-body .li-t::before{
		width: calc( 100% - 40px);
	}
}
@media(max-width:1024px){
	.join .box1 .box-c .li-header{
		font-size: 16px;
		line-height: 50px;
	}
	.join .box1 .box-c .li-body .li-t{
		font-size: 14px;
		line-height: 60px;
	}
	.join .box2 #screen{
		display: none;
	}
	.join .box2 .box-c{
		display: block;
	}
}
@media (max-width:768px){
    .join .box2 .box-c .gallery-top .swiper-slide{
        height: 300px;
    }
	.join .box1 .box-c{
		width: 100%;
	}
	.join .box1 .box-c ul{
		width: 100%;
		overflow-x: scroll;
	}
	.join .box1 .box-c li{
		min-width: 768px;
	}
	.join-title .zh{
		font-size: 24px;
	}
	.join .box1 .more{
		margin-top: 40px;
	}
	.join .box1 .more{
		height: 45px;
		line-height: 43px;
		
	}
	.join .box1 .box-c .li-body .li-c .text-title{
		font-size: 20px;
	}
	.join .box1 .box-c .li-body .li-c .text-box .apply{
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}
	.join .box1 .box-c .li-body .li-c .text-box .text:not(:last-child){
		margin-bottom: 20px;
	}
	.join .box1 .box-c .li-body .li-c .text-box{
		font-size: 14px;
		line-height: 2;
	}
	.join .box1 .box-c .li-body .li-c .text-box{
		margin-top: 20px;
	}
	.join .box1 .box-c .li-body .li-c{
		padding-bottom: 10px;
	}
	.join .box2{
	    padding-bottom: 60px;
	}
	.gallery-thumbs{
	    margin-top: 30px;
	}
	.join .box2 .box-c .gallery-thumbs .swiper-slide{
	   height: 120px;
	}
}
@media (max-width:500px){
	.join-title .zh{
		font-size: 22px;
	}
	.join .box1 .box-c{
		padding-bottom: 40px;
	}
	.join .box2 .box-c{
		margin-top: 35px;
	}
	.join .box2{
	    padding: 40px 0;
		/*margin: 40px 0 50px;*/
	}
		.join .box2 .box-c .gallery-thumbs .swiper-slide{
	    height: 100px;
	}
	.join .box2 .box-c .gallery-top .swiper-slide{
	    height: 250px;
	}
	.gallery-thumbs{
	    margin-top: 20px;
	}
}