body {
	max-width: 640px;
	min-width: 320px;
	background: #f2f2f2;
	margin: 0 auto 4.6875rem auto;
	position: relative;
	overflow-x: hidden;
	width: 100%;
	font-family: "Microsoft YaHei", 'Source Han Sans', 'Hiragino Sans GB', STXihei, SimSun, Heiti, sans-serif;
}
h3{
	margin: 0;
}
p{
	margin: 0;
}
@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {

	body,
	html {
		font-size: 20px
	}
}

@media only screen and (max-width:600px),
only screen and (max-device-width:600px) {

	body,
	html {
		font-size: 18.75px
	}
}

@media only screen and (max-width:540px),
only screen and (max-device-width:540px) {

	body,
	html {
		font-size: 16.88px
	}
}

@media only screen and (max-width:480px),
only screen and (max-device-width:480px) {

	body,
	html {
		font-size: 15px
	}
}

@media only screen and (max-width:414px),
only screen and (max-device-width:414px) {

	body,
	html {
		font-size: 12.94px
	}
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {

	body,
	html {
		font-size: 12.5px
	}
}

@media only screen and (max-width:375px),
only screen and (max-device-width:375px) {

	body,
	html {
		font-size: 11.72px
	}
}

@media only screen and (max-width:360px),
only screen and (max-device-width:360px) {

	body,
	html {
		font-size: 11.25px
	}
}

@media only screen and (max-width:320px),
only screen and (max-device-width:320px) {

	body,
	html {
		font-size: 10px
	}
}

img {
	display: inherit;
	width: 100%;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.box {
	background-color: #fff;
	overflow: hidden;
}
.future{
	background: url(../img/future_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	padding-bottom: 3rem;
}
.future_head{
	padding: 1rem 0 0.5rem;
}
.future_head p{
	color: #56ca4a;
}
.future_head h3{
	color: #fff;
}
.future_ctn .future_ctn_p{
	font-size: 0.8rem;
	padding-bottom: 0.5rem;
}
.future_list1{
	padding: 0 3%;
	display: flex;
	justify-content: space-between;
}
.future_list1 li{
	width: 32%;
}
.future_ctn_p2{
	padding: 0.5rem 0;
	font-size: 0.9rem;
}
.future_list2{
	padding: 0 3%;
	position: relative;
}
.future_list2 li{
	padding-bottom: 0.5rem;
}
.future_lis_name{
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 3rem;
	width: 100%;
	background: url(../img/future_jx.png) no-repeat;
	background-size: 100% 100%;
	font-size: 1rem;
}
.future_lis_name span{
	font-size: 1.5rem;
}
/* 内容2 */
.reason_head{
	text-align: center;
	padding: 1.5rem 0 1rem;
}
.reason_head p {
	color: #d6d6d6;
}
.reason_head h3{
	color: #46b244;
	font-size: 1.5rem;
	padding: 0.3rem;
}
.reason_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}
.reason_list li {
	width: 50%;
}
.reason_lis_top{
	padding: 0 20%;
}
.reason_lis_btm{
	padding: 1.5rem 10%;
	color: #039600;
	font-size: 1rem;
	text-align: center;
}
.btn_style{
	display: block;
	width: 40%;
	line-height: 2.5rem;
	border-radius: 0.3rem;
	border: 1px solid #157d13;
	color: #157d13;
	font-size: 1.2rem;
	margin: 0 auto;
	text-align: center;
}
/* 内容3 */
.advantage{
	background: url(../img/advantage_bg.png) no-repeat;
	background-size: 100% 100%;
}
.advantage .reason_head{
	padding: 4.8rem 0 2rem;
}
.advantage .reason_head p{
	color: #56ca4a;
}
.advantage .reason_head h3{
	color: #fff;
}
.advantage_text{
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	padding-bottom: 2rem;
}
.advantage_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 3% 3rem;
	background-color: #fff;
}
.advantage_list li{
	width: 48%;
	text-align: center;
	color: #fff;
	position: relative;
	margin-bottom: 0.8rem;
}
.advantage_list li:nth-child(5){
	width: 100%;
}
.advantage_lis_txt{
	padding: 0.5rem 0;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.advantage_lis_txt p{
	padding-bottom: 0.3rem;
}
.advantage_lis_txt p:nth-child(1){
	font-size: 1.3rem;
	font-weight: 600;
}
.advantage_lis_txt p:nth-child(2),
.advantage_lis_txt p:nth-child(3){
	font-size: 0.8rem;
}

.advantage_list li:nth-child(5) a{
	width: 88%;
	line-height: 2.5rem;
	color: #039600;
	display: block;
	height: 2.5rem;
	text-align: center;
	background-color: #fff;
	border-radius: 0.25rem;
/* 	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; */
	margin: auto;
}
/* 内容4 */
.exclusive_fname{
	text-align: center;
	color: #039600;
	font-size: 1.3rem;
}
.exclusive_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1rem 2% 0;
}
.exclusive_list li{
	width: 48%;
	margin-bottom: 1.5rem;
}
.exclusive_list .exclusive_zyys{
	width: 33%;
}
.exclusive .exclusive_list .exclusive_zyys p{
	font-size: 0.6rem;
}
.exclusive .exclusive_list .exclusive_zyys a{
	font-size: 0.6rem;
}
.exclusive_lis_btm {
	text-align: center;
}
.exclusive_lis_btm h3{
	color: #176b29;
	font-size: 0.8rem;
	padding: 0.5rem 0 0.2rem;
}
.exclusive_lis_btm h3 span{
	font-size: 0.8rem;
}
.exclusive_list .exclusive_lis_btm p{
	font-size: 0.8rem;
	padding: 0 0 0.5rem;
}

.exclusive_lis_btn{
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
}
.exclusive_lis_btn a{
	width: 49%;
	display: block;
	line-height: 2rem;
	color: #fff;
	border-radius: 0.2rem;
}
.exclusive_lis_btn a:nth-child(1){
	background-color: #ff8c19;
}
.exclusive_lis_btn a:nth-child(2){
	background-color: #4c3e2d;
}
/* 内容5 */
.obtain_employment{
	background: url(../img/obtain_employment_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 1.5rem 0;
}
.obtain_employment .reason_head p{
	color: #56ca4a;
}
.obtain_employment .reason_head h3{
	color: #fff;
}
.btn_style2{
	display: block;
	width: 30%;
	line-height: 2.5rem;
	border-radius: 0.3rem;
	color: #039600;
	font-size: 1.2rem;
	margin: 1rem auto;
	text-align: center;
	background-color: #fff;
}
.ambient_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.8rem 3%;
}
.ambient_list li{
	width: 49%;
	margin-bottom: 0.8rem;
}
/* 内容7 */
.teacher{
	background: url(../img/obtain_employment_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 1.8rem 0;
	overflow: hidden;
	z-index: 50;
	position: relative;
}
.teacher h3{
	color: #fff;
}
.teacher .teacher_mg{
	padding: 0 3%;
}
/* 地图 */
.address{
	position: relative;
}
.address_mg{
	height: 15rem;
	position: relative;
}
.address_mg img{
	position: absolute;
	top: -3rem;
	z-index: 30;
}
.address_xdf a{
	display: block;
}
.address_xdf{
	width: 70%;
	height: 8rem;
	text-align: center;
	padding: 2rem 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-color: #fff;
	border: 1px solid #4389ca;
}
.address_xdf p:nth-child(1){
	font-size: 1.3rem;
	color: #4389ca;
}
.address_xdf p:nth-child(2){
	line-height: 29px;
	font-size: 0.8rem;
	color: #000;
}
.address_xdf p:nth-child(2) span{
	display: inline-block;
	width: 1rem;
	height: 1rem;
}
/* form */

.ljc_form {
	padding: 0 5% 1.5rem;
	background-color: #fff;
}

.form_top {
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding-bottom: 0.8rem;
}

.form_left {
	width: 3%;
	height: 3.5rem;
	background-color: #0da30c;
}

.form_right {
	width: 97%;
	line-height: 3.5rem;
	font-size: 1.4rem;
	font-weight: 1000;
	padding-left: 1%;
	color: #000;
	border-bottom: 0.1rem solid #ababab;
}

.ipt_form {
	margin-left: 3%;

	margin-bottom: 0.8rem;
}

.ipt_form input {
	line-height: 3rem;
	font-size: 1.2rem;
	border: 0.1rem solid #594853;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}

.ipt_form input::placeholder {
	color: #3e565a;
}

.ipt_form button {
	width: 100%;
	background-color: #0da30c;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 0.8rem;
	text-align: center;
	outline: none;
}

.form_qyhj_botm {
	overflow: hidden;
}

.form_qyhj_botm_lis {
	width: 50%;
	float: left;
}

.form_qyhj_botm_lis a {
	display: block;
}
.ipt_form select{
	line-height: 3rem;
	height: 3rem;
	font-size: 1.2rem;
	border: 0.1rem solid #594853;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}
.pagebottom{
	display: none;
}