.split-line{
	width: 0.48rem;
	height: 0.06rem;
	background-color: #333333;
	margin: 0.4rem 0rem;
}
.split-line.white{
	background-color: #FFFFFF
}
.banner-box img{
	width: 100%;
}
.about-box{
	height: 12rem;
	padding: 0.9rem 0rem 0rem 0rem;
	position: relative;
	background-size: 100% 100%;
}
.about-main{
	display: flex;
	justify-content: space-between;
	width: 16rem;
	margin: 0 auto;
}
.about-box .about-content{
	padding-top: 0.55rem;
}
.about-box h2{font-size: 0.4rem;color: #333333;font-weight: bold;}
.about-box h3{font-size: 0.26rem;margin-bottom: 0.2rem;color: #333333;font-weight: bold;}
.about-box .about-intro{
	width: 5.3rem;
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.3rem;
	margin-bottom: 0.86rem;
}
.about-box .about-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.about-box .about-list>dl>dt{
	color: #333333;
	font-size: 0.48rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.about-box .about-list>dl>dd{
	color: #999999;
	font-size: 0.16rem;
}
.about-box .about-image>img{
	width: 5.8rem;
	height: 5.8rem;
}
.ability-box{
	position: absolute;
	top: 7.85rem;
	width: 16rem;
	height: 8rem;
	padding: 0.95rem 1.4rem 0rem 1.2rem;
	background-size: 100% 100%;
}
.ability-box h2{font-size: 0.4rem;color: #FFFFFF;font-weight: bold;}
.ability-box h3{font-size: 0.26rem;margin-bottom: 0.2rem;color: #FFFFFF;font-weight: bold;}
.ability-box .ability-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 3.8rem;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	margin-top: 0.7rem;
}
.ability-box .ability-intro>p{
	width: 5.3rem;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	display: none;
}
.ability-box .ability-swiper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ability-box .swiper-container{
	height: 3.74rem;
	margin: 0rem 0.2rem;
}
.ability-box .swiper-slide{
	width: 4.1rem;
	height: 1rem;
	cursor: pointer;
}
.ability-box .swiper-slide>img{
	width: 4.1rem;
	height: 1rem;
}
.ability-box .swiper-slide>img:first-child,
.ability-box .swiper-slide.swiper-slide-active>img:last-child{
	display: block;
}
.ability-box .swiper-slide.swiper-slide-active>img:first-child,
.ability-box .swiper-slide>img:last-child{
	display: none;
}

.ability-swiper-prev,
.ability-swiper-next{
	width: 0.38rem;
	height: 0.6rem;
}

.ability-swiper-prev:focus,
.ability-swiper-next:focus{
	outline: none;
}

.join-box{
	padding: 0.95rem 0rem 0rem 0rem;
}
.join-box h3{
	font-size: 0.26rem;
	font-weight: bold;
	color: #343434;
	text-align: center;
	margin-bottom: 0.2rem;
}
.join-box h2{
	font-size: 0.4rem;
	font-weight: bold;
	color: #343434;
	text-align: center;
}
.join-box .job-box{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 16rem;
	margin: 0 auto;
	padding: 1.2rem 0rem 1.6rem 0rem;
}
.join-box .job-list{
	width: 3rem;
	padding: 0rem 0.25rem;
	border-left:6px solid #0038A6;
}
.join-box .job-list li{
	font-size: 0.2rem;
	color: #343434;
	line-height: 0.5rem;
	cursor: pointer;
}
.join-box .job-list li.active{
	color: #0039A6;
	font-weight: bold;
}
.join-box .job-info{
	flex: 1 1 0%;
	padding-top: 0.05rem;
}
.join-box .job-info h4{
	color: #0039A6;
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.join-box .job-email{
	color: #343434;
	font-size: 0.16rem;
}
.join-box .job-content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0.4rem;
}
.join-box .job-content>div{
	width: 5.6rem;
}
.join-box .job-content h5{
	color: #343434;
	font-size: 0.14rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.join-box .job-content li{
	color: #343434;
	font-size: 0.14rem;
	line-height: 0.26rem;
}
.join-box .job-info-item{
	display: none;
}
.join-box .job-info-item.active{
	display: block;
}
.team-box{
	height: 14.2rem;
	padding-top: 4.9rem;
	font-size: 0rem;
}
.team-main{
	display: flex;
	flex-direction: row;
	width: 16rem;
	margin: 0 auto;
}
.team-box .team-info{
	width: 9.1rem;
	height: 4.94rem;
	background: #2CCAB9;
	padding: 0.5rem;
}
.team-box .team-content{
	padding: 0.5rem 0.6rem;
	border: 3px solid #FFFFFF;
	height: 3.94rem;
}
.team-box h2{font-size: 0.4rem;color: #FFFFFF;font-weight: bold;}
.team-box h3{font-size: 0.26rem;margin-bottom: 0.2rem;color: #FFFFFF;font-weight: bold;}
.team-box .team-intro{
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 30px;
}
.team-main .team-left-images img:nth-child(1){
	margin-top: 0.16rem;
	width: 6rem;
	height: 3rem;
}
.team-main .team-left-images img:nth-child(2){
	margin-top: 0.16rem;
	margin-left: 0.2rem;
	width: 2.9rem;
	height: 3rem;
}
.team-main .team-right-images{
	margin-left: 0.2rem;
}
.team-main .team-right-images img:nth-child(1){
	margin-bottom: 0.2rem;
	width: 3.6rem;
	height: 3rem;
}
.team-main .team-right-images img:nth-child(2){
	margin-bottom: 0.2rem;
	margin-left: 0.2rem;
	width: 2.9rem;
	height: 3rem;
}

.team-main .team-right-images img:nth-child(3){
	width: 4.6rem;
	height: 4.9rem;
}

.team-main .team-right-images img:nth-child(4){
	margin-left: 0.2rem;
	width: 1.9rem;
	height: 4.9rem;
}