.list-container{
	width: 80%;
	min-width: 1220px;
	margin: 0 auto;
}
.list-container ul{
	width: 92%;
	height: 20px;
	margin: 0 auto;
	padding: 13px 0;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
	display: block;
	max-width: 1124px;
}
.list-container .firstli{
	/*margin-left: 140px;*/
}
.list-container li{
	width: 18.5%;
	height: 100%;
	float: left;
	line-height: 20px;
	text-align: center;
	border-right: 1px solid #d3d3d3;
	color: #666666;
	cursor: pointer;
	margin: 0 auto;
}
.list-container .liactive,.list-container li:hover{
	color: #ec5526;
}
.list-container .noborder{
	border-right: 0;
}


.aicont{
	height: 300px;
	position: relative;
	overflow: hidden;
}
.aboutimg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
.recuit{
	margin: 0 auto;
	width: 50%;
	padding: 80px 0;
}
.recuit h3{
	font-size: 20px;
	color: #666;
	margin-bottom: 20px;
}
.recuit span{
	color: #666;
	display: block;
}
.recuit a{
	display: inline-block;
	width: 120px;
	height: 40px;
	background-color: #ec5526;
	border-radius: 10px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	transition: all .2s;
}
.recuit a:hover{
	border-radius: 0;
	background-color: #ec8132;
}
.indent{
	/*text-indent: 40px;*/
	width: 92%;
	margin-left: 8%;
}
.recuit strong{
	font-size: 16px;
	display: block;
	margin-top: 10px;
	color: #ec8132;
}
@media all and (max-width: 720px){
	.aicont{
		height: 11rem;
	}
	.recuit{
		width: 90%;
		padding: 2rem 0;
	}
	.recuit h3{
		font-size: 1.7rem;
	}
	.recuit span{
		font-size: 0.8rem;
	}
	.recuit strong{
		display: block;
		margin-top: 1rem;
		font-size: 1rem;
		color: #ec8132;
	}
	.list-container{
		margin: 0;
		width: 100%;
		min-width: 0;
	}
	.list-container ul{
		width: 100%;
		height: 1.5rem;
		padding: 0.2rem 0;
	}
	.list-container ul li{
		font-size: 0.8rem;
		width: 19.5%;
	}
	.aboutimg{
		height: 100%;
		width: auto;
		left:50%;
		transform:translateX(-50%);
		top:0;
		-webkit-transform: translate(-50%,-50%);
	}
}