/*banner部分-----------------------*/
#join-banner{
	width: 100%;
	min-width: 1920px;
	height: 600px;
}
#join-banner .banner{
	width: 100%;
	height: 100%;
	position: relative;
}
#join-banner .banner video{
	width: 100%;
	height: 100%;
	object-fit:cover;
	
	z-index: 4;
	position: relative;
}
#join-banner .banner .banner-title{
	font-family: PingFangSC-Semibold;
	font-size: 100px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100px;
	
	margin-bottom: 70px;
	
	width: 100%;
	text-align: center;
	z-index: 5;
	position: absolute;
	left: 0;
	top:230px;
}

#join-banner .banner .banner-btn{
	width: 220px;
	height: 66px;
	border: 2px solid #00A4EF;
	
	font-family: PingFangSC-Regular;
	font-size: 30px;
	color: #00A4EF;
	text-align: center;
	line-height: 66px;
	
	margin-bottom: 130px;
	
	z-index: 5;
	
	position: absolute;
	left: calc(50% - 110px);
	top: 400px;
}
#join-banner .banner .banner-btn a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #00A4EF;	
	line-height: 66px;
}
#join-banner .banner .banner-btn:hover a{
	cursor: pointer;
	color: #FFFFFF;
	background-color:#00A4EF ;
}
/*banner结束---------------------------------------------*/

/*关于我们开始---------------------------------------------*/
#join{
	/*height: 747px;*/
	background: #202020;
	width: 100%;
	min-width: 1920px;
}
#join .join-me{
}
/*h2标题*/
#join .join-me h2{
	
}
/*内容*/
#join .join-me .join-content{
	/*margin-bottom: 50px;*/
	width: 1200px;	
}

#join .join-me .join-content ul{
	width: 100%;
}

#join .join-me .join-content ul li{
	width: 275px;
	height: 360px;
	border: 2px solid #5C5C5C;
	
	margin-right: 40px;
	padding-top: 80px;
}

#join .join-me .join-content ul li:last-child{
	margin-right: 0;
}

/**/
#join .join-me .join-content ul li div{
	margin-bottom: 30px;
	height: 78px;
	width: auto;
	
}

#join .join-me .join-content ul li div img:last-child{
	display: none;
}

#join .join-me .join-content ul li div img{
	height: auto;
	width: auto;
	
	display: block;
}

/**/
#join .join-me .join-content ul li .join-content-li-title{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	
	margin-bottom: 24px;
}

#join .join-me .join-content ul li p{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}


/*滑过*/
#join .join-me .join-content ul li:hover{
	cursor: pointer;
	
	background-color: #00A4EF;
}
#join .join-me .join-content ul li:hover div img{
	display: none;
}
#join .join-me .join-content ul li:hover div img:last-child{
	display: block;
}

/*关于公司结束------------------------------------------------*/


/*公司团队开始-----------------------------------------------*/
#team{
	height: 800px;
	background: url(../images/join-us/team-bg.jpg);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#team .team{
	width: 100%;
	height: 800px;
	min-width: 1400px;
}

#team .team h2{
	width: 1200px;
	text-align: left;
	margin-bottom: 100px;
}
#team .team .team-content img{
	height: 374px;
	
	width: auto;
}
/*公司团队结束----------------------------------------------*/


/*底部*/
#join-footer{
	width: 100%;
	
	padding: 100px 0;
	
	background: url(../images/join-us/footer-bg.jpg);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#join-footer .footer{
	width:1200px;
}
/**/
#join-footer .footer .footer-content{
	
}
#join-footer .footer .footer-content .footer-gzh{
	width: 250px;
	height: 250px;
	
	margin-right: 35px;
}
#join-footer .footer .footer-content .footer-gzh img{
	width: 100%;
	height: 100%;
	
	display: block;
}

/**/
#join-footer .footer .footer-content .join-footer-intro p{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
}

/*查看详情*/

#join-footer .footer .join-footer-btn{
	width: 250px;
	height: 80px;
	border: 4px solid #00A4EF;
	border-radius: 10px;
}

#join-footer .footer .join-footer-btn a{
	display: inline-block;
	width: 100%;
	height: 100%;
	
	font-size: 30px;
	font-weight: 500;
	color: #00A4EF;
	line-height: 80px;
	
	text-align: center;
}

#join-footer .footer .join-footer-btn:hover a{
	color: #FFFFFF;
	background-color: #00A4EF;
}

