img {
	display: inherit;
}

.box {
	background-color: #fff;
}

.banner {
	position: relative;
}

.banner_tc {
	position: absolute;
	top: 15%;
	left: 3%;
	width: 62%;
}

.banner_tc a {
	display: block;
}

/* 选学校 */
.xxhzy_name {
	padding: 2rem 15%;
}

.xxhzy_mg {
	padding: 1rem 0;
}

.xxhzy_mg_btn {
	padding: 1.8rem 3.8%;
	overflow: hidden;
}

.xxhzy_mg_btn a {
	display: block;
	width: 47%;
	line-height: 3.8rem;
	background: url(../img/btn_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #Fff;
	font-size: 1.5rem;
	float: left;
}

.xxhzy_mg_btn a:nth-child(2) {
	margin-left: 6%;
}


/* 专业设置 */
.rmgx_zy .xxhzy_name {
	padding: 0 28% 2rem;
}

.srdz_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.srdz_lis {
	width: 49%;
	background-color: #f2f2f2;
	margin-bottom: 1.5rem;
}

.srdz_lis_mg a {
	display: block;
}

.srdz_lis_name {
	padding: 1rem 0;
}

.srdz_lis_name h3 {
	text-align: center;
	color: #c50000;
	font-size: 1.1rem;
}

.srdz_lis_name h3 span {
	font-size: 0.6rem;
}

.srdz_lis_name p {
	text-align: center;
	padding: 0.3rem 0;
}

.srdz_lis_btn {
	overflow: hidden;
	padding: 0 10%;
}

.srdz_lis_btn a {
	display: block;
	width: 48%;
	line-height: 2rem;
	text-align: center;
	color: #Fff;
	border-radius: 0.2rem;
}

.srdz_lis_btn a:nth-child(1) {
	float: left;
	background-color: #ff8c19;
}

.srdz_lis_btn a:nth-child(2) {
	float: right;
	background-color: #4c3e2d;
}


/* 入学疑问 */
.rxyw_box .xxhzy_name {
	padding: 2rem 32%;
}

.rxyw_ctn {
	overflow: hidden;
}

.rxyw_left {
	float: left;
	width: 45%;
	padding: 0 2% 0 10%;
}

.rxyw_right {
	float: left;
	width: 55%;
	padding: 2rem 2rem 0 0;
}

.rxyw_right_list li:nth-child(2n-1) {
	background-color: #ff8c19;

}

.rxyw_right_list li:nth-child(2n-2) {
	background-color: #e77300;
}

.rxyw_right_lis {
	line-height: 1.8rem;
	padding-left: 1.5rem;
	font-size: 1rem;
	color: #Fff;
	margin-bottom: 0.3rem;
}

.rxyw_right_lis a {
	display: block;
	color: #Fff;
}

/* 学校环境 */
.xyhj_box .xxhzy_name {
	padding: 2rem 32%;
}

.byy_prb_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.byy_prb_lis {
	width: 48%;
	position: relative;
	margin-bottom: 2rem;
}

.byy_prb_lis_tlt {
	position: absolute;
	width: 100%;
	line-height: 2.3rem;
	background-color: rgba(0, 0, 0, 0.1);
	color: #Fff;
	bottom: 0;
	font-size: 1rem;
	text-align: center;
}

/* 学生作品 */
.xszp_box .xxhzy_name {
	padding: 2rem 32%;
}

.form_top_s {
	padding: 1.5rem 5%;
	font-size: 1.5rem;
	font-weight: 800;
	overflow: hidden;
}

.form_top_s p:nth-child(1) {
	float: left;
	width: 2%;
	height: 1.5rem;
	margin-top: 0.3rem;
	background-color: #ff8000;
	margin-right: 0.8rem;
}

.form_top_s p:nth-child(2) {
	float: left;

}

.form_top {
	padding: 1.8rem 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form_top input {
	width: 48%;
	line-height: 3.5rem;
	font-size: 1.5rem;
	padding-left: 1.8rem;
	border: 0.1rem solid #ff8000;
	border-radius: 0.8rem;
	outline: none;
	margin-bottom: 0.8rem;
}

.form_top input::-webkit-outer-spin-button,
.form_top input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.form_top select {
	width: 100%;
	height: 3.5rem;
	font-size: 1.5rem;
	padding-left: 1.8rem;
	border: 0.1rem solid #ff8000;
	border-radius: 0.8rem;
	outline: none;
	color: #757575;
	/* 复选框样式清除 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}
.btn_btom{
	padding: 0.8rem 0 4rem;
	width: 100%;
}
.btn_btom button{
	width: 100%;
	color: #Fff;
	background-color: #ff8c19;
	line-height: 3.5rem;
	font-size: 1.5rem;
}