.header {
	position: initial!important;
}
.about{
	overflow-y: auto;
	min-width: 1320px;
	min-height: 400px;
	background: url(../img/bg-recruit.png) top no-repeat;
	background-size: 100%;
	margin-bottom: 60px;
}
.about .head{
	text-align: center;
	padding: 58px 0 48px;
}

.about .head .title {
	height: 44px;
	font-size: 30px;
	color: #147aee;
	line-height: 44px;
}

.about .head .tips {
	height: 22px;
	font-size: 18px;
	color: #6bb0ff;
	line-height: 22px;
}

.content .left{
	width: 300px;
	flex-shrink: 0;
}

.content .right {
	flex: 1;
	background: #fff;
	border-radius: 10px;
	padding: 50px;
	min-height: 800px;
}
.content .menu-wrap {
	width: 300px;
	background: #fff;
	border-radius: 10px;
	padding: 30px 0;
}
.content .menu-wrap .item{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 56px;
	padding: 16px 40px;
	line-height: 24px;
	background: transparent;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	cursor: pointer;
	transition: all .3s;
}

.content .menu-wrap .item.active, .content .menu-wrap .item:hover {
	background: linear-gradient(135deg, #1088ff, #1060ff);
	color: #fff;
}