/*index*/

.qyjs {
	font-size: 12px;
	line-height: 20px;
	width: 80%;
	margin: auto;
	letter-spacing: 1px;
	text-align: justify;
}

.content {
	position: absolute;
	top: 0px;
	left: 10%;
	color: #fff;
}

.content2 {
	position: absolute;
	top: 100px;
	right: 10%;
	color: #fff;
}

.flex-btn {
	display: flex;
	justify-content: space-around;
	margin-top: 32px;
}

.content a {
	margin-top: 20px;
}

.course_title {
	margin: 0px 0 20px;
	display: flex;
	align-items: flex-start;
}

.course_title img {
	width: 70px;
	margin-top: 10px;
}

.course_title div {
	width: 100%;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 3px;
	/* padding-left: 16px; */
	text-align: center;
}

.course_title div span {
	background: linear-gradient(to right, green, #9dd532);
	-webkit-text-fill-color: transparent;
	background-clip: text;
}


.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/8.jpg) no-repeat center;
	background-size: cover;
	height: 1080px;
	position: relative;
	background-position: bottom right;
}


@media (max-width: 768px) {
	.wrap1 {
		padding: 0;
	}
	
	.wrap1 {
		background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aiflag/img/phone/8.jpg) no-repeat center;
		background-size: cover;
		height: 1180px;
		position: relative;
		background-position: bottom center;
	}

	.content {
		top: 0px;
		left: 0%;
		width: 100%;
	}
	
	iframe {
		width: 100%;
	}

	
}