.banner{
	width: 100%;
	min-width: 1200px;
	height: 430px;
	position: relative;
}
.banner img{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
 /*加入我们页面导航 */
 .join-wrap{
	 padding-bottom: 170px;
 }
.join-wrap .join-nav-wrap{
	box-sizing: border-box;
	width: 1200px;
	height: 86px;
	border-bottom: 1px solid #eaeaea;
	padding-top: 23px;
	margin: 0 auto;
}
.join-wrap .join-nav-wrap .join-nav{
	width: 362px;
	height: 62px;
	margin: 0 auto;
	overflow: hidden;
}
.join-nav-item{
	display: block;
	box-sizing: border-box;
	width: 181px;
	height: 60px;
	float: left;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.join-nav-item:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 100%;
	width: 0;
	height: 2px;
	background: #004da0;
	transition: all .2s linear;
}
.join-nav-item:hover:before{
	width: 100%;
	top: 100%;
	left: 0;
	transition-delay: .1s;	
}
.join-nav-item:hover~.join-nav-item:before{
	left: 0;
}
.act:before{
	width: 100%;
	left: 0;
}
 /*人才战略 */
 /* .strategy-wrap{
	 display: none;
 } */
 .strategy-wrap, .recruit-wrap{
	 padding-top: 44px;
 }
 .strategy-wrap .strategy-left{
	 width: 690px;
	 float: left;
 }
 .strategy-wrap .strategy-left .title{
	 height: 72px;
	 font-size: 24px;
	 line-height: 70px;
	 color: #004da0;
	 margin-bottom: 24px;
	 position: relative;
 }
 .strategy-wrap .strategy-left .title:after{
	 content: "";
	 width: 56px;
	 height: 2px;
	 background: #454545;
	 position: absolute;
	 left: 0;
	 bottom: 0;
 }
 .strategy-wrap .strategy-left p{
	 font-size: 14px;
	 color: #6b6b6b;
	 line-height: 24px;
	 margin-bottom: 60px;
 }
 .strategy-wrap .strategy-right{
	 float: right;
	 margin-top: 102px;
 }
 /* 加入我们 */
 .recruit-wrap{
	 text-align: center;
	 font-size: 18px;
	 display: none;
 }
