img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.banner{
	position: relative;
}
.banner_s{
	position: absolute;
	width: 60%;
	top: 10%;
	right: 5%;
}
.banner_btn{
	position: absolute;
	width: 30%;
	right: 3%;
	bottom: 3%;
}
/* 概述 */
.summary_name{
	display: flex;
	justify-content: center;
	padding: 2rem 0 1rem;
	flex-wrap: wrap;
}
.summary_logo{
	width: 2rem;
	height: 2rem;
}
.summary_name_ctn{
	font-size: 2rem;
	line-height: 2rem;
	font-weight: bold;
	padding: 0 1rem;
}
.summary_English_name{
	width: 100%;
	text-align: center;
	padding: 0.5rem 0 0;
	color: #2b2b2b;
}
.summary_text{
	padding: 0 5% 1rem;
	font-size: 0.85rem;
	text-indent: 2rem;
	line-height: 1.8rem;
	color: #2b2b2b;
}
.fgx{
	padding: 0 5%;
}
/* 短期中式面点 */
.chinese_noodles_list{
	display: flex;
	justify-content: space-between;
	padding: 1rem 5%;
}
.chinese_noodles_list li{
	width: 32%;
	text-align: center;
}
.chinese_noodles_list li p{
	color: #2b2b2b;
	padding: 0.5rem 0 0;
}
.chinese_noodles_btn{
	display: flex;
	justify-content: space-between;
	padding: 0 10% 1rem;
}
.chinese_noodles_btn a{
	width: 45%;
	font-size: 1.4rem;
	color: #fee763;
	text-align: center;
	display: block;
	background-color: #2b2b2b;
	line-height: 3rem;
	border-radius: 1.5rem;
	box-shadow: 0 0.3rem 0.3rem #d0d0d0;
}
/* 长短期西式面点 */
.western_noodles_list{
	display: flex;
	justify-content: space-between;
	padding: 1rem 5%;
	flex-wrap: wrap;
}
.western_noodles_list li{
	width: 48%;
	text-align: center;
	padding-bottom: 1rem;
}
.western_noodles_list li p{
	color: #2b2b2b;
	padding: 0.5rem 0 0;
}
/* 了解学校 */
.know_school_name{
	padding: 0 5%;
	font-weight: bold;
}
.know_school_list{
	display: flex;
	justify-content: space-between;
	padding: 1rem 5%;
	flex-wrap: wrap;
}
.know_school_list li{
	width: 32%;
	text-align: center;
	padding-bottom: 0.5rem;
}
.know_school_btn{
	padding-bottom: 1rem;
}
.know_school_btn a{
	margin: 0 auto;
	width: 40%;
	font-size: 1.4rem;
	color: #fee763;
	text-align: center;
	display: block;
	background-color: #2b2b2b;
	line-height: 3rem;
	border-radius: 1.5rem;
	box-shadow: 0 0.3rem 0.3rem #d0d0d0;
}
/* form */
.ljc_form {
	padding: 1.5rem 5%;
	background-color: #fff;
}

.form_top {
	overflow: hidden;
	padding-bottom: 0.8rem;
}

.form_left {
	float: left;
	width: 3%;
	height: 3.5rem;
	background-color: #2b2b2b;
}

.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: #2b2b2b;
	color: #fee763;
	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;
}