.hide{
	display: none;

}
/* 顶部 top */
.top{
	width: 12rem;
	margin: 0 auto;
	height: 1.12rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.top .t_l,
.top .t_r{
	height: 100%;
	display: flex;
	align-items: center;
}
.top .t_l .t_l_img-logo{
	width: 4.94rem;
	object-fit: contain;
}
.top .t_l .t_l_line{
	width: 0.01rem;
	height: 0.43rem;
	background: #848484;
	margin: 0 0.14rem;
}
.top .t_l .t_l_text{
	/* width: 1000px; */
	font-size: 18px;
	font-weight: 600;
}
.top .t_r .t_r_img-phone{
	width: 0.32rem;
	object-fit: contain;
}
.top .t_r  .t_r_r{
	margin-left: 0.05rem;
}
.top .t_r  .t_r_r .num{
	font-size: 0.23rem;
	color: #035DB9;
}
.top .t_r  .t_r_r .text{
	font-size: 0.15rem;
}

/* 导航 nav */
.nav{
	width: 100%;
	height: 0.6rem;
	background: #0053A9;
}
.nav .nav_ul{
	width: 10rem;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
}
.nav .nav_ul .nav_item{
	flex: 1;
	/* margin: 0 0.2rem; */
	font-size: 0.18rem;
	cursor: pointer;
}
.nav .nav_ul .nav_item a{
	color: #fff;
	margin-right: 26px;
}
/* .nav .nav_ul .nav_item a:hover{
	opacity: 0.8;
} */

/* banner */
.banner{
	width: 100%;
	height: 4.5rem;
}
.banner .banner-box .swiper-pagination .pagination-item{
	display: inline-block;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	margin: 0 0.03rem;
}
.banner .banner-box .swiper-pagination .pagination-item.on{
	background-color: #0055AA;
}

/* 
学历提升 三大方式 threeWays 
学历提升 七种方案 sevenSchemes
推荐全国多所主考院校 recommendSchool 
推荐热门专业 recommendMajor
学历提升 招生信息 recruitStudents
学历提升 你必须了解的问题 problem
国家教育部认可，学信网可查 approval
*/
.threeWays,
.sevenSchemes,
.recommendSchool,
.recommendMajor,
.recruitStudents,
.problem,
.approval,
.schoolProfile{
	width: 100%;
	padding: 0.5rem 0;
	position: relative;
}
.threeWays .title_img,
.sevenSchemes .title_img,
.recommendSchool .title_img,
.recommendMajor .title_img,
.recruitStudents .title_img,
.problem .title_img,
.approval .title_img,
.schoolProfile .title_img{
	width: 100%;
	display: flex;
	justify-content: center;
}
.threeWays .title_img .img,
.sevenSchemes .title_img .img,
.recommendSchool .title_img .img,
.recommendMajor .title_img .img,
.recruitStudents .title_img .img,
.problem .title_img .img,
.approval .title_img .img,
.schoolProfile .title_img .img{
	width: 5.16rem;
	height: 0.51rem;
	object-fit: contain;
}
.threeWays .explain_text,
.sevenSchemes .explain_text,
.recommendSchool .explain_text,
.recommendMajor .explain_text,
.recruitStudents .explain_text,
.problem .explain_text,
.approval .explain_text,
.schoolProfile .explain_text{
	text-align: center;
	font-size: 18px;
	margin-top: 0.16rem;
}
/* 学历提升 三大方式 threeWays */
.threeWays .threeWays_cont{
	width: 12rem;
	margin: 0 auto;
	margin-top: 0.7rem;
	display: flex;
	justify-content: space-around;
}
.threeWays .threeWays_cont .threeWays_item{
	width: 3.84rem;
	background: #FFFFFF;
	box-shadow: 0px 8px 21px 0px rgba(169,169,170,0.31);
	position: relative;
	padding: 0.2rem;
}
.threeWays .threeWays_cont .threeWays_item .title-box{
	width: 2.29rem;
	height: 0.47rem;
	text-align: center;
	line-height: 0.47rem;
	background: #006AD7;
	position: absolute;
	top: -0.235rem;
	left: 0.775rem;
}
.threeWays .threeWays_cont .threeWays_item .title-box .title{
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}
.threeWays .threeWays_cont .threeWays_item .title-box .title_triangle{
	border-top: 0.16rem solid transparent;
	border-bottom: 0.16rem solid #00448A;
	border-left: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
}
.threeWays .threeWays_cont .threeWays_item .title-box .title_triangle_l{
	position: absolute;
	top: -0.16rem;
	left: -0.1rem;
	z-index: -1;
}
.threeWays .threeWays_cont .threeWays_item .title-box .title_triangle_r{
	position: absolute;
	top: -0.16rem;
	right: -0.1rem;
	z-index: -1;	
}
.threeWays .threeWays_cont .threeWays_item .item_mid{
	margin-top: 0.4rem;
	display: flex;
	justify-content: space-between;
}
.threeWays .threeWays_cont .threeWays_item .item_mid .item_mid_l{
	width: 1.8rem;
}
.threeWays .threeWays_cont .threeWays_item .item_mid .item_mid_l .text{
	font-size: 0.15rem;
	line-height: 0.3rem;
	border-bottom: 0.01rem dashed #AAAAAA;
}
.threeWays .threeWays_cont .threeWays_item .item_mid .item_mid_r{
	width: calc(100% - 1.8rem - 0.1rem);
	height: 1.12rem;
	background: #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
}
.threeWays .threeWays_cont .threeWays_item .item_mid .item_mid_r .item_img{
	width: 1.49rem;
	height: 1rem;
	object-fit: contain;
}
.threeWays .threeWays_cont .threeWays_item .item_bot{
	height: 0.32rem;
	margin-top: 0.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.threeWays .threeWays_cont .threeWays_item .item_bot .item_bot_l{
	height: 0.15rem;
	display: flex;
	align-items: center;
}
.threeWays .threeWays_cont .threeWays_item .item_bot .item_bot_l .name{
	font-size: 16px;
	color: #050505;
	font-weight: bold;
}
.threeWays .threeWays_cont .threeWays_item .item_bot .item_bot_l .xing{
	width: 0.15rem;
	height: 0.15rem;
	object-fit: contain;
	margin: 0 0.02rem;
}
.threeWays .threeWays_cont .threeWays_item .item_bot .item_bot_r{
	width: 1.6rem;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	background: #D82929;
	border-radius: 0.15rem;
}
.threeWays .threeWays_cont .threeWays_item .item_bot .item_bot_r a{
	color: #fff;
	font-size: 0.15rem;
}
.threeWays .threeWays_bg{
	width: 100%;
	height: 1.69rem;
	background: #F3F7FF;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

/* 学校简介 */
.schoolProfile{

}
.schoolProfile .schoolProfile_cont{
	width: 12rem;
	margin: 0.27rem auto 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0.38rem 0.4rem;
	background: #F3F7FF;
}
.schoolProfile .schoolProfile_cont .cont-l{
	width: 4.16rem;
}
.schoolProfile .schoolProfile_cont .cont-l .img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.schoolProfile .schoolProfile_cont .cont-r{
	width: calc(100% - 4.16rem - 0.45rem);
	text-align: justify;
}
.schoolProfile .schoolProfile_cont .cont-r .text{
	font-size: 0.15rem;
	color: #333;
	line-height: 0.3rem;
	text-indent: 0.3rem;
}

/* 学历提升 七种方案 sevenSchemes */
.sevenSchemes .threeWays_cont{
	margin-top: 0.7rem;
}
.sevenSchemes .threeWays_cont .threeWays_ul{
	width: 12rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item{
	width: 1.58rem;
	height: 2.1rem;
	box-shadow: 0px -2px 18px 0px rgba(141,141,141,0.41);
	border-radius: 0.1rem;
	position: relative;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item.on{
	background: #006AD7;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item::before{
	content: '';
	width: 0.01rem;
	height: 0.27rem;
	background: #006AD7;
	position: absolute;
	bottom: -0.27rem;
	left: 0.785rem;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item::after{
	content: '';
	width: calc(100% + 0.14rem);
	height: 0.01rem;
	background: #006AD7;
	position: absolute;
	bottom: -0.27rem;
	left: 0;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item:first-child::after{
	content: '';
	width: calc(100% + 0.14rem);
	height: 0.01rem;
	background: #006AD7;
	position: absolute;
	bottom: -0.27rem;
	left: 0.785rem;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item:last-child::after{
	content: '';
	width: 50%;
	height: 0.01rem;
	background: #006AD7;
	position: absolute;
	bottom: -0.27rem;
	left: 0;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item:nth-child(4)::before{
	content: '';
	width: 0.01rem;
	height: 0.27rem;
	background: #006AD7;
	position: absolute;
	bottom: -0.27rem;
	left: 0.785rem;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item .item_img{
	width: 1rem;
	height: 1rem;
	border: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0.3rem;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item .item_img .img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item .item_text{
	margin-top: 0.3rem;
	text-align: center;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item .item_text .text{
	font-size: 0.18rem;
	color: #313131;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item.on .item_text .text{
	color: #fff;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item .item_text .line{
	width: 1.34rem;
	height: 0.1rem;
	background: #0053A9;
	opacity: 0.1;
	margin: 0 auto;
	margin-top: -0.06rem;
}
.sevenSchemes .threeWays_cont .threeWays_ul .item.on .item_text .line{
	background: #0981FD;
	opacity: 1;
}
.sevenSchemes .threeWays_cont .submit{
	width: 12.94rem;
	margin: 0 auto;
	margin-top: 0.85rem;
	/* height: 3.27rem; */
	padding-bottom: 0.3rem;
	background-image: url(../img/sevenSchemes_bg.png);
	background-size: cover;
	overflow: hidden;
}
.sevenSchemes .threeWays_cont .submit .submit_ul{
	width: 10.14rem;
	margin-top: 1.3rem;
	margin-left: 2.2rem;
	display: flex;
	flex-wrap: wrap;
}
.sevenSchemes .threeWays_cont .submit .submit_ul .item{
	/* width: 3.2rem; */
	width: 4.95rem;
	height: 0.4rem;
	background: #fff;
	border-radius: 0.05rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.1rem;
	margin: 0.1rem 0.06rem;
}
.sevenSchemes .threeWays_cont .submit .submit_ul .item .title{
	width: 1.4rem;
	font-size: 0.15rem;
	color: #000000;
	padding: 0;
	text-align: left;
}
.sevenSchemes .threeWays_cont .submit .submit_ul .item .item-r{
	width: calc(100% - 1.4rem - 0.1rem);
	margin-left: 0;
}
.sevenSchemes .threeWays_cont .submit .submit_ul .item .select,
.sevenSchemes .threeWays_cont .submit .submit_ul .item .input,
.sevenSchemes .threeWays_cont .submit .submit_ul .item.textarea .value{
	border: none;
}
.sevenSchemes .threeWays_cont .submit .submit_ul .item.textarea{
	width: 100%;
	height: 0.8rem;
}
.sevenSchemes .threeWays_cont .submit .submit_ul .item.textarea .value{
	resize:none;
	min-height: auto;
}
.sevenSchemes .threeWays_cont .submit .submit_btn{
	width: 3.27rem;
	height: 0.44rem;
	line-height: 0.44rem;
	text-align: center;
	color: #fff;
	background: #D82929;
	border-radius: 0.2rem;
	margin-left: 5.24rem;
	margin-top: 0.1rem;
	cursor: pointer;
}
.sevenSchemes .sevenSchemes_img_r{
	width: 1.93rem;
	height: 1.08rem;
	position: absolute;
	bottom: 0;
	right: 3rem;
	z-index: 1;
}
.sevenSchemes .sevenSchemes_img_r .img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* 推荐全国多所主考院校 recommendSchool */
.recommendSchool{
	background: #F6F9FF;
}
.recommendSchool .recommendSchool_cont{
	width: 12rem;
	margin: 0 auto;
	margin-top: 0.7rem;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item{
	margin-bottom: 0.3rem;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .school{
	width: 2.85rem;
	box-shadow: 0px -2px 18px 0px rgba(141,141,141,0.41);
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .school .school_top{
	position: relative;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .school .school_top .img{
	width: 100%;
	height: 1.83rem;
	object-fit: contain;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .school .school_top .school_name{
	width: 100%;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	background: rgba(0,72,147,0.8);
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .school .school_info{
	background: #fff;
	padding: 0.15rem;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .school .school_info .major{
	
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .school .school_info .major .major_name{
	font-size: 0.17rem;
	color: #313131;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .school .school_info .major .major_text{
	font-size: 0.17rem;
	color: #006AD7;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .school .school_info .school_text{
	margin-top: 0.13rem;
	padding: 0 0.14rem;
	height: 0.68rem;
	background: #F6F6F6;
	line-height: 0.18rem;
	color: #929292;
	font-size: 0.15rem;
	display: flex;
	align-items: center;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .btn-box{
	margin-top: 0.1rem;
	display: flex;
	justify-content: space-between;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .btn{
	width: 1.38rem;
	height: 0.38rem;
	line-height: 0.38rem;
	text-align: center;
	border-radius: 0.03rem;
	font-size: 0.15rem;
	cursor: pointer;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .btn-box .condition{
	background: #fff;
	border: 1px solid #64B0FF;
	color: #006AD7;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .btn-box .signUp{
	background: #006AD7;
}
.recommendSchool .recommendSchool_cont .recommendSchool_ul .item .btn-box .signUp a{
	color: #fff;
}
.recommendSchool .recommendSchool_cont .btn_more{
	width: 3.27rem;
	height: 0.44rem;
	line-height: 0.44rem;
	text-align: center;
	background: #D82929;
	border-radius: 0.2rem;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
}
/* 推荐热门专业 recommendMajor */
.recommendMajor .recommendMajor_bg{
	background-image: url(../img/recommendMajor_bg.png);
	background-size: cover;
	/*padding-bottom: 1.2rem;*/
}
.recommendMajor .recommendMajor_cont{
	width: 12rem;
	margin: 0 auto;
	margin-top: 0.7rem;
}
.recommendMajor .recommendMajor_cont .recommendMajor_ul{
	display: flex;
	justify-content: space-around;
}
.recommendMajor .recommendMajor_cont .recommendMajor_ul .item{
	/* width: 2.3rem; */
	flex: 1;
	box-shadow: 0px -2px 18px 0px rgba(141,141,141,0.41);
	border-radius: 0.1rem;
}
.recommendMajor .recommendMajor_cont .recommendMajor_ul .item ~ .item{
	margin-left: 0.1rem;
}
.recommendMajor .recommendMajor_cont .recommendMajor_ul .item .item_title{
	height: 0.92rem;
	line-height: 0.92rem;
	text-align: center;
	background: #006AD7;
	color: #fff;
	font-size: 0.19rem;
	font-weight: bold;
}
.recommendMajor .recommendMajor_cont .recommendMajor_ul .item .major_ul{
	
}
.recommendMajor .recommendMajor_cont .recommendMajor_ul .item .major_ul .major_li{
	height: 0.43rem;
	line-height: 0.43rem;
	text-align: center;
	font-size: 0.17rem;
	color: #444444;
	cursor: pointer;
}
.recommendMajor .recommendMajor_cont .recommendMajor_ul .item .major_ul .major_li:nth-child(odd){
	background: #F0F0F0;
}
.recommendMajor .recommendMajor_cont .recommendMajor_ul .item .major_ul .major_li.on{
	background: #006AD7;
	color: #fff;
 }
.recommendMajor .recommendMajor_cont .btn_more{
	width: 3.27rem;
	margin: 0.2rem auto 0 auto;
	height: 0.44rem;
	line-height: 0.44rem;
	text-align: center;
	background: #D82929;
	border-radius: 0.2rem;
	color: #fff;
	font-size: 0.16rem;
	cursor: pointer;
}
.recommendMajor .signUp_info_box{
	position: relative;
}
.recommendMajor .signUp_info_box .signUp_info{
	position: relative;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top{
	width: 12rem;
	display: flex;
	box-shadow: 0px 0.08rem 0.21rem 0px rgba(169,169,170,0.31);
	background: #fff;
	position: absolute;
	left: 50%;
	top: -0.8rem;
	margin-left: -6rem;
	z-index: 1;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_l{
	width: 1.93rem;
	height: 1.56rem;
	margin: 0.33rem 0 0.16rem 0.5rem;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_l .signUp_info_img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_r{
	width: 7rem;
	margin-left: 0.5rem;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_r .title{
	font-size: 0.26rem;
	text-align: center;
	margin-top: 0.1rem;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_r .title .red{
	color: #D82929;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_r .text{
	font-size: 0.16rem;
	color: #2B2B2B;
	text-align: center;
	margin-top: 0.2rem;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_r .submit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.3rem;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_r .submit .school_type{
	
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_r .submit .school_type .name,
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_r .submit .phone .name{
	font-size: 0.16rem;
	color: #2B2B2B;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_r .submit .school_type .select,
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_r .submit .phone .input{
	width: 1.96rem;
	height: 0.4rem;
	padding: 0.1rem;
}
.recommendMajor .signUp_info_box .signUp_info_bg{
	width: 100%;
	height: 1.69rem;
	background: #005BAC;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_img{
	width: 0.92rem;
	height: 0.92rem;
	position: absolute;
	top: -0.3rem;
	right: 0.2rem;
	z-index: 2;
}
.recommendMajor .signUp_info_box .signUp_info .signUp_info_top .signUp_info_top_img .img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* 学历提升 招生信息 recruitStudents */
.recruitStudents{
	background-image: url(../img/recruitStudents_bg.png);
	background-size: cover;
}
.recruitStudents .recruitStudents_cont{
	width: 12rem;
	margin: 0 auto;
	margin-top: 0.7rem;
}
.recruitStudents .recruitStudents_cont .recruitStudents_nav{
	width: 6.1rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.recruitStudents .recruitStudents_cont .recruitStudents_nav .nav_itme{
	width: 1.96rem;
	height: 0.5rem;
}
.recruitStudents .recruitStudents_cont .recruitStudents_nav .nav_itme .btn{
	width: 1.96rem;
	height: 0.42rem;
	line-height: 0.42rem;
	text-align: center;
	background: #F4F8FF;
	border: 1px solid #E8E8E8;
	border-radius: 0.2rem;
	font-size: 0.18rem;
	cursor: pointer;
}
.recruitStudents .recruitStudents_cont .recruitStudents_nav .nav_itme.on{
	background-image: url(../img/recruitStudents_nav_on.png);
	background-size: cover;
	color: #fff;
	position: relative;
}
.recruitStudents .recruitStudents_cont .recruitStudents_nav .nav_itme.on .btn{
	background: transparent;
	border: none;
}
.recruitStudents .recruitStudents_cont .recruitStudents_ul{
	width: 12rem;
	margin: 0 auto;
	margin-top: 0.3rem;
	display: flex;
	justify-content: space-around;
}
.recruitStudents .recruitStudents_cont .recruitStudents_ul .item{
	width: 2.7rem;
	/* height: 4.16rem; */
	position: relative;
	padding: 0.3rem 0.3rem 0.8rem 0.3rem;
	padding-top: 0.88rem;
	box-shadow: 0px 0.08rem 0.21rem 0px rgba(169,169,170,0.31);
	border-radius: 0.08rem;
}
.recruitStudents .recruitStudents_cont .recruitStudents_ul .item .title{
	width: 2.13rem;
	height: 0.45rem;
	line-height: 0.45rem;
	padding-left: 0.4rem;
	background: #217DDC;
	border-radius: 0.15rem 0px 0.15rem 0px;
	font-size: 0.18rem;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 0.2rem;
	left: -0.2rem;
	z-index: 1;
}
.recruitStudents .recruitStudents_cont .recruitStudents_ul .item .item_img{
	width: 0.98rem;
	height: 0.77rem;
	position: absolute;
	bottom: 0.1rem;
	right: 0.3rem;
	z-index: 1;
}
.recruitStudents .recruitStudents_cont .recruitStudents_ul .item .text{
	line-height: 0.22rem;
	font-size: 0.15rem;
	text-align: justify;
}
.recruitStudents .recruitStudents_cont .recruitStudents_ul .item .text .b{
	font-weight: bold;
}
.recruitStudents .recruitStudents_cont .recruitStudents_ul .item .item_img .img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* 学历提升 你必须了解的问题 problem */
.problem{
	background: #F4F8FF;
}
.problem .problem_cont{
	width: 12rem;
	margin: 0 auto;
	margin-top: 0.7rem;
	background: #fff;
	box-shadow: 0px 0.08rem 0.21rem 0px rgba(169,169,170,0.31);
	position: relative;
	padding: 0.55rem 0.2rem;
}
.problem .problem_cont .problem_nav{
	width: 5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	position: absolute;
	top: -0.2rem;
	left: 50%;
	margin-left: -2.5rem;
	z-index: 1;
}
.problem .problem_cont .problem_nav .nav_item{
	width: 1.45rem;
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	background: #EAF1FF;
	font-size: 0.18rem;
	color: #000;
	cursor: pointer;
	position: relative;
}
.problem .problem_cont .problem_nav .nav_item.on{
	font-weight: bold;
	color: #fff;
	background: #006AD7;
}
.problem .problem_cont .problem_nav .nav_item.on .title{
	font-size: 0.22rem;
	font-weight: bold;
	color: #FFF;
}
.problem .problem_cont .problem_nav .nav_item.on .title_triangle{
	border-top: 0.16rem solid transparent;
	border-bottom: 0.16rem solid #00448A;
	border-left: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
}
.problem .problem_cont .problem_nav .nav_item.on .title_triangle_l{
	position: absolute;
	top: -0.16rem;
	left: -0.1rem;
	z-index: -1;
}
.problem .problem_cont .problem_nav .nav_item.on .title_triangle_r{
	position: absolute;
	top: -0.16rem;
	right: -0.1rem;
	z-index: -1;	
}
.problem .problem_cont .problem_info{
	display: flex;
	justify-content: space-between;
}
.problem .problem_cont .problem_info .info_l{
	width: 7.3rem;
}
.problem .problem_cont .problem_info .info_l .info_l_t,
.problem .problem_cont .problem_info .info_l .info_l_b{
	display: flex;
	justify-content: space-between;
}
.problem .problem_cont .problem_info .info_l .info_l_t .info_l_t_l,
.problem .problem_cont .problem_info .info_l .info_l_b .info_l_b_l{
	width: 2.3rem;
	height: 1.39rem;
}
.problem .problem_cont .problem_info .info_l .info_l_t .info_l_t_l .img,
.problem .problem_cont .problem_info .info_l .info_l_b .info_l_b_l .img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.problem .problem_cont .problem_info .info_l .info_l_t .info_l_t_r,
.problem .problem_cont .problem_info .info_l .info_l_b .info_l_b_r{
	width: calc(100% - 2.3rem - 0.2rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.problem .problem_cont .problem_info .info_l .info_l_t .info_l_t_r .item,
.problem .problem_cont .problem_info .info_l .info_l_b .info_l_b_r .item{
	width: 1.45rem;
	height: 0.41rem;
	line-height: 0.41rem;
	text-align: center;
	border: 1px solid #F0F0F0;
	font-size: 0.16rem;
	color: #666;
	margin-bottom: 0.08rem;
	cursor: pointer;
}
.problem .problem_cont .problem_info .info_l .info_l_t .info_l_t_r .item.on,
.problem .problem_cont .problem_info .info_l .info_l_b .info_l_b_r .item.on{
	background: #006AD7;
	color: #fff;
}
.problem .problem_cont .problem_info .info_l .info_l_b .info_l_b_r .item{
	width: 2.19rem;
}
.problem .problem_cont .problem_info .info_l .info_l_m{
	height: 0.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.problem .problem_cont .problem_info .info_l .info_l_m .title{
	font-size: 0.18rem;
	font-weight: bold;
	color: #000;
}
.problem .problem_cont .problem_info .info_l .info_l_m .line{
	width: 6rem;
	height: 1px;
	border-top: 1px dashed #AAAAAA;;
}
.problem .problem_cont .problem_info .info_r{
	width: calc(100% - 7.3rem - 0.3rem);
}
.problem .problem_cont .problem_info .info_r .item{
	height: 0.4rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px dashed #AAAAAA;
}
.problem .problem_cont .problem_info .info_r .item .title{
	padding-left: 0.12rem;
	width: 2.9rem;
	position: relative;
	font-size: 0.16rem;
}
.problem .problem_cont .problem_info .info_r .item .title::before{
	content: '';
	display: block;
	width: 2px;
	height: 0.13rem;
	background: #006AD7;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.065rem;
	z-index: 1;
}
.problem .problem_cont .problem_info .info_r .item .btn{
	width: 1.08rem;
	height: 0.27rem;
	line-height: 0.27rem;
	text-align: center;
	border-radius: 0.08rem;
	background: #006AD7;
	font-size: 0.14rem;
	color: #fff;
	cursor: pointer;
}
/* 国家教育部认可，学信网可查 approval */
.approval .approval_cont{
	width: 12.65rem;
	margin: 0 auto 0.3rem auto;
	margin-top: 0.7rem;
	position: relative;
}
.approval .approval_cont .cont_list{
	width: 12.65rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 0.67rem;
}
.approval .approval_cont .cont_list.cont_list2{
	padding: 0 2.59rem;
}
.approval .approval_cont .cont_list .item{
	width: 3.67rem;
	height: 2.53rem;
}
.approval .approval_cont .cont_list .item .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.approval .approval_cont .cont_box{
	width: 10rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.approval .approval_cont .cont_box .cont_l{
	width: 4.12rem;
	height: 2.37;
}
.approval .approval_cont .cont_box .cont_l .img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.approval .approval_cont .cont_box .cont_r{
	width: calc(100% - 4.12rem -0.2rem);
	margin-top: 0.2rem;
}
.approval .approval_cont .cont_box .cont_r .text{
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.16rem;
	position: relative;
}
.approval .approval_cont .cont_box .cont_r .text::after{
	content: '';
	display: block;
	width: 4.53rem;
	height: 0.11rem;
	background: #E5EEFF;
	position: absolute;
	bottom: 0.06rem;
	left: -0.14rem;
	z-index: -1;
}
.approval .approval_cont .approval_bg{
	width: 100%;
	height: 0.75rem;
	position: absolute;
	bottom: -0.7rem;
	left: 0;
	z-index: -1;
}
.approval .approval_cont .approval_bg .img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 底部 footer  */
.footer{
	width: 100%;
	background: #003767;
	padding: 0.1rem 0;
	margin-top: 0.6rem;
}
.footer .text{
	width: 100%;
	height: 0.3rem;
	font-size: 0.13rem;
	color: #fff;
	opacity: 0.39;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .text .img{
	width: 0.18rem;
	height: 0.2rem;
	object-fit: contain;
	margin-right: 0.05rem;
}

/* 固定模块 */
.fixed_left{
	width: 1.42rem;
	height: 4.61rem;
	background-image: url(../img/fixed_left.png);
	background-size: cover;
	position: fixed;
	top: 4rem;
	left: 0;
	z-index: 9;
}
.fixed_left .nav{
	width: 0.86rem;
	background: transparent;
	position: absolute;
	top: 1.58rem;
	left: 0.3rem;
	z-index: 10;
}
.fixed_left .nav .title{
	color: #fff;
	margin-bottom: 0.16rem;
	cursor: pointer;
}
.fixed_left .nav .more{
	margin-top: 0.2rem;
	font-size: 0.15rem;
	text-align: center;
	cursor: pointer;
	color: #E51E0B;
}
.fixed_left .nav .more_img{
	width: 0.11rem;
	height: 0.08rem;
	margin: 0.05rem auto 0 auto;
	display: flex;
	justify-content: center;
}
.fixed_left .nav .more_img .img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.fixed_right{
	width: 1.42rem;
	height: 4.74rem;
	background-image: url(../img/fixed_right.png);
	background-size: cover;
	position: fixed;
	top: 4rem;
	right: 0;
	z-index: 9;
}
.fixed_right .nav{
	width: 1rem;
	height: 2.63rem;
	position: absolute;
	top: 0.22rem;
	left: 0.21rem;
	z-index: 9;
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.fixed_right .nav .nav_item{
	padding: 0.05rem;
	cursor: pointer;
}
.fixed_right .nav .nav_item .nav_top{
	display: flex;
	justify-content: center;
}
.fixed_right .nav .nav_item .nav_top .img{
	width: 0.37rem;
	height: 0.34rem;
	object-fit: contain;
}
.fixed_right .nav .nav_item .text{
	font-size: 0.15rem;
	text-align: center;
	margin-top: 0.12rem;
}
.fixed_right .nav .nav_item .line{
	width: 0.73rem;
	height: 1px;
	margin: 0.1rem auto 0 auto;
	display: flex;
}
.fixed_right .nav .nav_item .line .line_left{
	width: 50%;
	background: linear-gradient(to right,#efefef,#006AD7);
}
.fixed_right .nav .nav_item .line .line_right{
	width: 50%;
	background:linear-gradient(to left,#efefef,#006AD7);
}
.fixed_right .online{
	width: 1rem;
	height: 1rem;
	background: transparent;
	position: absolute;
	top: 3rem;
	left: 0.2rem;
	z-index: 9;
	cursor: pointer;
}
.fixed_right .online .online_top{
	width: 0.38rem;
	height: 0.31rem;
	margin: 0 auto;
}
.fixed_right .online .online_top .img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.fixed_right .online .text{
	text-align: center;
	font-size: 0.15rem;
	color: #fff;
	margin-top: 0.1rem;
}
.fixed_right .TOP{
	width: 0.35rem;
	height: 0.14rem;
	position: absolute;
	bottom: 0.24rem;
	left: 50%;
	margin-left: -0.16rem;
	z-index: 9;
	cursor: pointer;
}
.fixed_right .TOP .TOP_img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}