/* swipper start */
.swiper-container{
	width:100%;	
-webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
}
.swiper-slide{
	width:90%;
	 -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-slide .list{
	width: 90%;
	margin:0 auto;
	height: 8.1rem;
	position: relative;
	border-radius:0.1px;
}
.swiper-slide .list img{
	width: 100%;
	height:100%;
}
/* swipper end */
.joinus .banner{
	width: 100%;
    height: 3.25rem;
    background: url(join_banner.png)center center no-repeat;
    background-size:100% 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0.64rem;
    border-radius: 0.1rem; 
}
.joinus .banner h1{
	font-size: 0.4rem;
    color: #000;
    letter-spacing: 1px;
}
.joinus .desc{
	font-size: 0.24rem;
    color: 000;
    letter-spacing: 1px;
    margin-bottom: 1.6rem;
    line-height: 0.4rem;
}
.joinus .wrap{
	margin-bottom: 0.82rem;
}
.joinus .wrap h1{
	text-align: center;
	margin-bottom: 0.5rem;
}
.joinus .wrap h1 i{
	display: inline-block;
	font-size: 0.4rem;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	background: url(join1-1.png)left center no-repeat;
	background-size:0.31rem 0.46rem;
	padding-left: 0.53rem;
}
.joinus .wrap h1 i.sofo{
	background: url(join3-1.png)left center no-repeat;
	background-size:0.46rem 0.42rem; 
	padding-left: 0.66rem;
}
.joinus .mask{
	width: 100%;
	height: 3.2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.6);
	border-radius: 0.1rem;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.joinus .mask .pic{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 0.3rem;
}
.joinus .mask .pic img{
	display: block;
	margin-right: 0.3rem;
}
.joinus .mask .pic h2{
	font-size: 0.36rem;
	color: #fff;
}
.joinus .mask p{
	font-size:0.24rem;
	color: #fff;
	text-align: center;
	line-height: 0.4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.3rem;
}
.joinus .recruit{
	margin-top: 1.65rem;
}
.joinus .recruit .pic{
	width: 100%;
	height: 2.4rem;
	border-radius: 0.1rem;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.joinus .recruit .pic:nth-of-type(1){
	background: url(join6.png)center center no-repeat;
	background-size:100% 100%;
	margin-bottom: 0.4rem;
}
.joinus .recruit .pic:nth-of-type(2){
	background: url(join7.png)center center no-repeat;
	background-size:100% 100%;
}
.joinus .recruit .pic h1{
	font-size: 0.36rem;
	color: #fff;
	margin-left: 0.56rem;
}
.joinus .recruit .pic:nth-of-type(1) img{
	display: block;
	width: 0.38rem;
	height: 0.64rem;
}
.joinus .recruit .pic:nth-of-type(2) img{
	display: block;
	width: 0.89rem;
	height: 0.41rem;
}