/*index*/

.qyjs {
	font-size: 12px;
	line-height: 20px;
	width: 80%;
	margin: auto;
	letter-spacing: 1px;
	text-align: justify;
}

.content {
	position: absolute;
	top: 100px;
	left: 0%;
	color: #fff;
}

.flex-btn {
	display: flex;
	justify-content: space-around;
	margin-top: 32px;
}

.content a {
	margin-top: 20px;
}

.content a.btn_form,
.content a.btn_pdf {
	color: #fff;
	border: 1px solid #fff;
}

.wrap1 .content a.btn_apply {
	background: #60b400;
	color: #fff;
}

.wrap1 {
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aiflag/img/web/1.jpg) no-repeat center;
	background-size: cover;
	height: 1280px;
	position: relative;
	background-position: center;
}

.wrap2 {
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aiflag/img/web/3.jpg) no-repeat center;
	background-size: cover;
	height: 1280px;
	position: relative;
	background-position: center;
}

.kaiqi {
	text-align: center;
	font-size: 50px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 3px;
	position: relative;
	background: linear-gradient(to right, green, #9dd532);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.kaiqi img {
	width: 150px;
	position: absolute;
	left: 0%;
	top: 0;
}

.kq_desc {
	text-align: center;
	margin: 30px auto 50px;
	font-size: 15px;
	line-height: 1.7;
}

.kq_box {
	position: relative;
	display: grid;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	margin-bottom: 150px;
}

.kq_box>div {
	border: 1px solid #60b400;
	width: 100%;
	background-color: #fff;
	color: #333;
	padding: 16px;
	text-align: center;
	border-radius: 4px;
	height: 200px;
}

.kq_box img {
	display: block;
	margin: 0 auto 10px;
	width: 60px;
}

.kq_box strong {
	font-size: 30px;
}

.kq_box strong.mins {
	font-size: 22px;
}

.kq_box img.kq_img2 {
	width: 80px;
	margin-bottom: 15px;
}

.kq_box img.kq_img3 {
	width: 65px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.kq_box img.kq_img4 {
	width: 65px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.kq_box img.kq_img5,
.kq_box img.kq_img6,
.kq_box img.kq_img8 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.kq_box img.kq_img7 {
	width: 65px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.kq_box img.kq_img9 {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.wrap1 {
		padding: 0;
		width: 100%;
		min-width: 100%;
		background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aiflag/img/phone/1.jpg) no-repeat center;
		background-size: cover;
		height: 880px;
		background-position: bottom;
	}
	
	.wrap1 .content a.btn_apply {
		margin: 32px auto;
	}
	
	.content a.btn_pdf {
		margin: 0 auto 32px;
	}
	
	.logo {
		width: 100%;
	}

	.wrap2 {
		padding: 0;
		width: 100%;
		min-width: 100%;
		background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aiflag/img/phone/3.jpg) no-repeat center;
		background-size: cover;
		height: 1680px;
		background-position: bottom;
	}

	.flex-btn {
		display: block;
	}

	.content {
		position: absolute;
		top: 50px;
		left: 0%;
		color: #fff;
		padding: 10px;
		width: 100%;
	}

	.kq_box {
		position: relative;
		display: grid;
		flex-wrap: wrap;
		justify-content: space-between;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-bottom: 150px;
	}


	.kq_box>div {
		height: auto;
		min-height: 225px;
		padding: 10px;
	}

	.kaiqi {
		font-size: 30px;
	}

	.kaiqi img,
	.shouce .imgai {
		width: 75px;
		position: absolute;
		left: 0;
		top: -10px;
	}

	.kq_box {
		position: relative;
		display: grid;
		flex-wrap: wrap;
		justify-content: space-between;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-bottom: 150px;
	}

	.kaiqi img {
		width: 60px;
		position: absolute;
		left: 3%;
		top: -10px;
	}
}