body{
	background-color: #fff;
}
img{
	width: 100%;
	display: initial;
}

.box {
	background-color: #fff;
	overflow: hidden;
}

.rmzy_tiele {
	padding: 1rem 20%;
}

/* 1 */
.rmzy_tiele {
	padding: 1rem 20%;
}

.srdz_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1.5rem 0;
}

.srdz_lis {
	width: 49%;
	background-color: #f2f2f2;
	margin-bottom: 1.5rem;
}

.srdz_lis_mg {
	position: relative;
}

.tjzy_logo {
	width: 30%;
	position: absolute;
	left: 0;
	top: 0;
}

.srdz_lis_mg a {
	display: block;
}

.srdz_lis_name {
	padding: 1rem 0;
}

.srdz_lis_name h3 {
	text-align: center;
	color: #ff0000;
	font-size: 1.1rem;
}

.srdz_lis_name h3 span {
	font-size: 0.8rem;
}

.srdz_lis_name p {
	text-align: center;
	padding: 0.3rem 0;
	font-size: 0.8rem;
}

.srdz_lis_btn {
	overflow: hidden;
	padding: 0 10%;
}

.srdz_lis_btn a {
	display: block;
	width: 48%;
	line-height: 2rem;
	text-align: center;
	color: #Fff;
}

.srdz_lis .srdz_lis_btn .srdz_lis_btn1 {
	width: 100%;
	background-color: #f0191e;
}

.srdz_lis_btn a:nth-child(1) {
	float: left;
	background-color: #e80004;
}

.srdz_lis_btn a:nth-child(2) {
	float: right;
	background-color: #fe7444;
}

/* 2 */
.form {
	padding: 0 5%;
}

.form_top_name {
	display: flex;
	justify-content: space-between;
	line-height: 2rem;
	width: 100%;
}

.form_top_name h3 {
	font-size: 1.5rem;
}

.form_top_name p {
	font-size: 1.2rem;
	color: #d80004;
	font-weight: 600;
}

.form_top_name2 {
	display: flex;
	justify-content: space-between;
}

.form_top_name2 p:nth-child(1) {
	font-size: 0.8rem;
	padding-top: 0.2rem;
}

.form_top_name2 p:nth-child(2) {
	font-size: 1.2rem;
	color: #d80004;
	font-weight: 600;
	padding-right: 5%;
}

.form_ipt {
	display: flex;
	justify-content: space-between;
	line-height: 2.5rem;
	padding-top: 0.5rem;
}

.form_ipt span {
	width: 15%;
	display: block;

}

.form_ipt input {
	width: 85%;
	padding-left: 5%;
	border: none;
	line-height: 2.5rem;
	font-size: 1.3rem;
	background-color: #e4e4e4;
}

.form_ipt2 {
	display: flex;
	justify-content: space-between;
	line-height: 2.5rem;
	padding: 0.8rem 0 1rem;
}

.form_ipt2 span {
	width: 17%;
	display: block;
}

.form_ipt2 select {
	width: 35%;
}

.form_ipt2 button {
	width: 45%;
	background-color: #232323;
	color: #fff;
}

/* 3 */
.ybmhd {
	background-color: #dd0004;
	padding: 0 5% 2rem;
	overflow: hidden;
}

.ybmhd_title {
	text-align: center;
	color: #fff;
	padding: 2rem 0;
}
.ybmhd_title h1{
	font-size: 1.3rem;
}

.ybmhd_hdbt {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.2rem;
}

.ybmhd_hdbt_left {
	width: 45%;
	background: url(../img/ybmhd_jx.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	height: 3rem;
	font-size: 1.3rem;
	padding-top: 0.3rem;
	font-weight: 800;
	color: #ff0034;
	text-shadow: 0.1rem 0.1rem 0.1rem #000;
}

.ybmhd_hdbt_right {
	width: 30%;
	height: 0.3rem;
	background-color: #ffe5c8;
	border-radius: 0.15rem;
	margin-top: 0.2rem;
}

.ybmhd_txt {
	background-color: #fff;
	padding: 0.5rem;
	margin-bottom: 1.2rem;
	font-size: 1.1rem;
}

.ybmhd_list_ctn {
	padding-bottom: 1rem;
}

.ybmhd_list1 {
	text-align: center;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	justify-content: center;
}

.ybmhd_list1 li {
	padding: 2rem;
}

.ybmhd_list1 li:nth-child(1) {
	width: 30%;
	background-color: #ffce99;
	color: #ff0034;
	text-shadow: 0.1rem 0.1rem 0.1rem #000;
	padding: 2rem 2.5rem;
	border-bottom: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
}

.ybmhd_list1 li:nth-child(2) {
	width: 70%;
	color: #ff0034;
	background-color: #ffce99;
	border-bottom: 0.2rem solid #fff;
}

.ybmhd_list2 {
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ybmhd_list2_lis1 {
	width: 30%;
	border-bottom: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
	color: #ff5501;
	background-color: #ffdb86;
	padding: 2rem;
}

.ybmhd_list2_lis2 {
	width: 70%;
	padding: 2rem 1.2rem;
	background-color: #fff7e4;
	border-bottom: 0.2rem solid #fff;
	text-align: left;
}

.txt_s {
	padding: 0 35%;
}

.ybmhd_text_p {
	font-size: 0.9rem;
}

.ybmhd_list2_lis3 {
	width: 100%;
	font-size: 0.8rem;
	padding: 0.8rem 0.2rem;
	background-color: #fff;
	color: #fd884f;
}

.ybm_btn {
	padding: 2rem 12% 0;
}

.ybm_btn a {
	background-color: #ffc98f;
	color: #d90004;
	display: block;
	line-height: 2.8rem;
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	border-radius: 1.7rem;
}

/* 学院概况 */
.xygk_mk {
	padding-bottom: 2rem;
}

.xygk_mk .bjmq_name {
	padding: 2rem 20%;
	background-color: #fff;
}

.bjmq_name p {
	text-align: center;
	color: #5a72f1;
}

.byy_prb_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1rem 0 0;
}

.byy_prb_lis {
	width: 48%;
	position: relative;
	margin-bottom: 1rem;
}

.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;
}

.bjmg_btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
}

.bjmg_btn a {
	display: block;
	width: 48%;
}

/* 合作企业 */
.hzqy_lis {
	padding-bottom: 3rem;
	background-color: #fff;
}

.hzqy_lis .bjmq_name {
	padding: 2rem 20% 0;
}

.gxjy_top p {
	text-align: center;
	padding-bottom: 0.3rem;
}

.gxjy_top {
	padding: 2rem 0 1rem;
}

.gxjy_ctn {
	overflow: hidden;
	padding: 0 5%;
}

.gxjy_jd {
	overflow: hidden;
}

.gxjy_jq_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 1.5rem;
}

.gxjy_jq_top_mg {
	width: 48%;
}

.gxjy_hzqy h1 {
	font-size: 1.4rem;
	padding: 2rem 0;
	text-align: center;
}

.gxjy_hzdj_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}

.gxjy_hzdj_lis {
	width: 31.5%;
}






.gxjy_bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 1%;
}

.gxjy_bottom_mg {
	width: 48%;
	margin-bottom: 1rem;
}

.gxjy_bottom_btn {
	padding: 0.8rem 10% 2.5rem;
	overflow: hidden;
}

.gxjy_bottom_btn a {
	width: 48%;
	line-height: 2.5rem;
	color: #Fff;
	text-align: center;
	border-radius: 0.5rem;
}

.gxjy_bottom_btn a:nth-child(1) {
	float: left;
	background-color: #ff8c19;
}

.gxjy_bottom_btn a:nth-child(2) {
	float: right;
	background-color: #20998f;
}
/* 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: #ef0004;
}

.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: #ef0004;
	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;
}