/* 标题 */
.recruit{
	margin-top: 134px;
	overflow: hidden;
}
@media screen and (max-width:997px) {
	.recruit{
		margin-top: 56px;
	}
}
/* banner */
.banner img{
	width: 100%;
}
@media screen and (max-width:997px) {
	.banner .main{
		width: 100%;
	}
}

/* 技术工人 */
.intro{
	margin-top: 100px;
}
.intro ol li{
	list-style-type: decimal;
	margin-left: 1.2em;
}
.intro ol{
	width: 81%;
}
.table02{
	margin-bottom: 80px;
}

@media screen and (max-width:997px) {
	.intro{
		margin-top: 3em;
	}
	.intro .service-title{
		padding-bottom: 2em;
		border-bottom: 1px solid #DBDBDB;
	}
	.table02{
		margin-bottom: 0px;
	}
	.intro ol{
		width: 100%;
	}
}


/* 提交简历 */

.confirm{
	padding: 0 20px;
	display: flex;
	justify-content: center;
	margin-bottom: 200px;
}
@media screen and (max-width:997px) {
	.confirm{
		margin-bottom: 5em;
	}
	.confirm input{
		width: 100%;
	}
}