.banner-box img{
	width: 100%;
}
.search-box{
	display: none;
	width: 100%;
	border-bottom: 1px solid #E9E9E9;
	padding: 30px 0;
	font-size: 16px;
}
.search-list{
	width: 1360px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-list span{
	font-weight: lighter;
}
.search-input{
	display: flex;
	align-items: center;
}
.search-input input{
	border: 1px solid #e9e9e9;
	height: 36px;
	padding-left: 9px;
}
.search-input .sousuo_icon{
	width: 18px;
	height: 18px;
	margin-right: 4px;
}
.search-input span{
	width: 74px;
	height: 36px;
	background-color: #136FC2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.nav-line{
	font-size: 16px;
	width: 1360px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 70px;
}
.contents{
	width: 1360px;
	margin: 0 auto;
	padding-bottom: 68px;
}
.contents-h{
	text-align: center;
	font-size: 14px;
	color: #666;
}
.style-name{
	font-size: 30px;
	line-height: 40px;
	width: 230px;
	text-align: center;
	border-bottom:1px solid #136FC2;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
}
/* nav */
.aboutNav-box{
	width: 1155px;
	margin: 0 auto;
	display: flex;
	padding-bottom: 92px;
}
.aboutNav-list{
	display: inline-block;
	width: 228px;
	height: 64px;
	font-size: 20px;
	line-height: 64px;
	background: #EDEDED;
	color: #333;
	margin-right: 3px;
	text-align: center;
}
.aboutNav-list .lastNav{
	margin-right: 0;
}
.aboutActive,.aboutActives{
	background: #136FC2;
	color: #fff;
	position: relative;
}
.aboutActive::after,.aboutActives::after{
	content: "";
	width: 0;
	height: 0;
	border: 12px solid;
	border-color: transparent transparent #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.recruit-box{
	width: 1380px;
	margin: 0 auto;
	margin-bottom: 140px;
	position: relative;
}
.retxt{
	position: absolute;
	left: 357px;
	top: 74px;
	width: 666px;
	color: #fff;
}
.retxt-h{
	font-weight: bold;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: 4px;
	text-align: center;
	padding-bottom: 56px;
}
.retxt-line{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.retxt-btn{
	width: 310px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}