
img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.xdf_pxxy{
	padding: 0 5%;
}
.xdf_pxxy_top{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding-top: 1.5rem;
}
.xdf_pxxy_top_left{
	width: 40%;
	text-align: center;
	line-height: 2.5rem;
	background-color: #9c0303;
	color: #fff;
}
.xdf_pxxy_name{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding-top: 1rem;
}
.xdf_pxxy_name_left{
	width: 40%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bolder;
}

.xdf_pxxy_ctn_list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding-top: 0.2rem;
	margin-bottom: 0.5rem;
}
.xdf_ctn_lis{
	width: 40%;
	overflow: hidden;
}
.xdf_ctn_txt{
	padding: 0.2rem 0.1rem;
	height: 100%;
	background-color: #eeeeee;
}
.xdf_ctn_lis_mg{
	width: 20%;
	
	position: relative;
}

.xdf_ctn_lis_mg img{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 20%;
}
.xdf_ctn_btn{
	padding: 2rem 15% 1rem;
}
.xdf_ctn_btn a{
	display: block;
	width: 100%;
	line-height: 2.8rem;
	border-radius: 0.5rem;
	background-color: red;
	font-size: 1.4rem;
	color: #Fff;
	text-align: center;
}

/* 学厨师选新东方 */
.xdf_xcs_top{
	padding: 1rem 10% 2rem;
	
}
.xdf_xcs_ctn{
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xdf_xcs_ctn_lis{
	width: 45%;
	padding-bottom: 1.5rem;
}
/* 学年制 */
.xdf_xnz_top_list{
	height: 2rem;
}
.xdf_xnz_top_lis{
	line-height: 2rem;
	height: 2rem;
	background-color: #ff6600;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
}

.xdf_xnz_xf_ctn{
	padding-top: 1.8rem;
}
.xdf_xnz_xf_top{
	text-align: center;
	color: #5c0404;
	padding: 1.8rem 0 0.8rem;
	font-size: 1.4rem;
}
.xdf_xf_top{
	margin: 0 auto;
	width: 30%;
	line-height: 2.3rem;
	font-size: 1.3rem;
	color: #Fff;
	background-color: #a40000;
	text-align: center;
}
.xdf_xnz_xf_list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding-top: 0.4rem;
}
.xdf_xnz_xf_lis{
	width: 50%;
}
.xdf_xnz_xf_lis img{
	height: 100%;
}
/* 成功学子 */
.xdf_cgxz_top_txt{
	padding: 1rem 18%;
}
.xdf_cgxz_top p{
	text-align: center;
	padding-bottom: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
}
.xdf_cgxz_list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.xdf_cgxz_lis{
	width: 49%;
	padding-bottom: 0.4rem;
}


/* form */

.ljc_form {
	padding: 1.5rem 5%;
}

.form_top {
	overflow: hidden;
	padding-bottom: 0.8rem;
}

.form_left {
	float: left;
	width: 3%;
	height: 3.5rem;
	background-color: red;
}

.form_right {
	float: left;
	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 {
	padding-left: 3%;

	margin-bottom: 0.8rem;
}

.ipt_form input {
	line-height: 3rem;
	font-size: 1.2rem;
	border: 0.1rem solid #594853;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}

.ipt_form input::placeholder {
	color: #3e565a;
}

.ipt_form button {
	width: 100%;
	background-color: red;
	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;
}
