img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}

.txgy_name {
	padding: 2rem 10% 1rem;
}

.fpmb_txt {
	padding: 0 5% 3.5rem;
	text-indent: 2rem;
}

.fpmb_txt span {
	color: #cb353b;
}

.fpmb_mg {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fpmb_mg_lis {
	width: 49%;
	padding-bottom: 1.5rem;
}

.zztj_txt {
	text-indent: 2rem;
	font-size: 0.9rem;
}

.txgy_btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 5% 0.5rem;
}

.txgy_btn a {
	display: block;
	width: 48%;
	line-height: 3rem;
	background: url(../img/btn_s.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-size: 1.2rem;
	color: #Fff;
}

/* 专业 */
.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;
}

.srdz_lis_btn a:nth-child(1) {
	float: left;
	background-color: #cb363b;
}

.srdz_lis_btn a:nth-child(2) {
	float: right;
	background-color: #ef4b0e;
}

/* 图片 */
.xxgk_box .txgy_name {
	padding-bottom: 3rem;
}

.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;
}


.xxgk_box .txgy_btn {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}




/* 合作企业 */
.gxjy_top p {
	text-align: center;
	padding-bottom: 0.3rem;
}

.gxjy_top {
	padding: 0 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.6rem;
	padding: 2rem 0;
}

.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: 1.5rem 5%;
}

.form_top {
	overflow: hidden;
	padding-bottom: 0.8rem;
}

.form_left {
	float: left;
	width: 3%;
	height: 3.5rem;
	background-color: #ff0000;
}

.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: #ff0000;
	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;
}