/*4.jpg*/
.demand_curriculum{
	width: 100%;
	min-width: 1400px;
	background: #ffffff;
	padding-top: 76px;
	padding-bottom: 59px;
	height: 765px;
}
.demand_curriculum .title{
	width: 1009px;
	margin: 0 auto;
	text-align: center;
	font-size:48px;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #1C1C1C;
	margin-bottom: 45px;
}
.demand_curriculum .curr_ul{
	width: 1009px;
	margin: 0 auto;
	position: relative;
}
.demand_curriculum .curr_ul .curr_div{
	position: absolute;
	width: 329px;
	height: 376px;
	cursor: pointer;
}
.demand_curriculum .curr_ul .currOne{
	top: 0;
	left: 170px;
}
.demand_curriculum .curr_ul .currTwo{
	top: 0;
	right: 170px;
}
.demand_curriculum .curr_ul .currThree{
	left: 0;
	top: 299px;
}
.demand_curriculum .curr_ul .currFour{
	top: 299px;
	left: 340px;
}
.demand_curriculum .curr_ul .currFive{
	top: 299px;
	right: 0;
}
.demand_curriculum .curr_ul .curr_div .currBg{
	position: absolute;
	left: 11.5px;
	top: 11.5px;
	width: 306px;
	height: 353px;
	z-index: 100;
}
.demand_curriculum .curr_ul .curr_div .currBg_hover{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 329px;
	height: 376px;
	z-index: 100;
}
.demand_curriculum .curr_ul .curr_div:hover .currBg{
	display: none;
}
.demand_curriculum .curr_ul .curr_div:hover .currBg_hover{
	display: block;
	z-index: 100;
}
.demand_curriculum .curr_ul .curr_div .currm_icon{
	position: relative;
	z-index: 150;
	width: 52px;
	height: 52px;
	margin: 0 auto;
	padding-top: 81px;
	padding-bottom: 20px;
	z-index: 150;
}
.demand_curriculum .curr_ul .curr_div .currm_icon img{
	width: 52px;
	height: 52px;
}
.demand_curriculum .curr_ul .curr_div .currm_icon .curr_hover{
	display: none;
}
.demand_curriculum .curr_ul .curr_div:hover .currm_icon .curr_hover{
	display: block;
}
.demand_curriculum .curr_ul .curr_div:hover .currm_icon .curr_icon{
	display: none;
}
.demand_curriculum .curr_ul .curr_div .name{
	position: relative;
	z-index: 150;
	text-align: center;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #1C1C1C;
	padding-bottom: 15px;
	font-size:28px;
}
.demand_curriculum .curr_ul .curr_div .name span{
	color: #3699FF;
}
.demand_curriculum .curr_ul .curr_div .name_seq{
	position: relative;
	z-index: 150;
	text-align: center;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #333333;
	font-size:18px;
}
.demand_curriculum .curr_ul .curr_div .notes{
	position: relative;
	z-index: 150;
	text-align: center;
	line-height: 28px;
	font-size:15px;
	font-family:SourceHanSansCN-Regular;
	color: #666666;
	margin-top: 10px;
}

/*5.jpg*/
.demand_bank{
	position: relative;
	width: 100%;
	min-width: 1400px;
	height: 610px;
}
.demand_bank .bank_bg{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.demand_bank .bankIn{
	position: relative;
	z-index: 150;
	width: 1045px;
	margin: 0 auto;
	padding-top: 95px;
}
.demand_bank .bankTop{
	position: relative;
	width: 457px;
	height: 48px;
	margin: 0 auto;
	margin-bottom: 14px;
}
.demand_bank .bankTop .topBg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.demand_bank .bankTop span{
	display: block;
	position: relative;
	z-index: 150;
	text-align: center;
	line-height: 48px;
	font-family: SourceHanSansCN-Normal;
	font-size:30px;
	color: #FFFFFF;
}
.demand_bank .title{
	position: relative;
	width: 100%;
	margin-bottom: 66px;
}
.demand_bank .title .titleText{
	display: block;
	position: relative;
	z-index: 150;
	margin: 0 auto;
	width: 899px;
	height: 150px;
}
.demand_bank .title .titleBg{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 103px;
	left: 0;
	top: 76px;
}
.demand_bank .bankBot{
	position: relative;
	width: 688px;
	height: 56px;
	margin: 0 auto;
	margin-bottom: 23px;
}
.demand_bank .bankBot .botBg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.demand_bank .bankBot .botIn{
	position: relative;
	z-index: 150;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.demand_bank .bankBot .liTxt{
	font-size:24px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
}
.demand_bank .bankBot .liIcon{
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 5px;
}
.demand_bank .bankBot .botLink{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width:164px;
	height:31px;
	margin-left: 20px;
}
.demand_bank .bankBot .botLink img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.demand_bank .bankBot .botLink span{
	display: block;
	position: relative;
	z-index: 150;
	font-size:20px;
	color: #5735A7;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
}

/*6.jpg*/
.demand_testQue{
	position: relative;
	width: 100%;
	height: 850px;
	min-width: 1400px;
}
.demand_testQue .testBg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.demand_testQue .testQue_in{
	position: relative;
	width: 1139px;
	margin: 0 auto;
	z-index: 150;
	padding-top: 68px;
}
.demand_testQue .title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 84px;
}
.demand_testQue .title img{
	display: block;
	width: 139px;
	height: 32px;
}
.demand_testQue .title .titleTxt{
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	font-size:46px;
	color: #2F2F2F;
	margin: 0 18px;
}
.demand_testQue .title .titleTxt span{
	color: #0085F9;
}
.demand_testQue .phone_nav{
	position: relative;
}
.demand_testQue .phone_nav .phoneImg{
	display: block;
	width: 221px;
	height: 455px;
	margin: 0 auto;
}
.demand_testQue .phone_nav .phone_div{
	position: absolute;
	display: flex;
	align-items: flex-start;
}
.demand_testQue .phone_nav .phoneOne{
	top: 107px;
	left: 0;
}
.demand_testQue .phone_nav .phoneThree{
	top: 290px;
	left: 0;
}
.demand_testQue .phone_nav .phoneTwo{
	right: 0;
	top: 107px;
}
.demand_testQue .phone_nav .phoneFour{
	right: 0;
	top: 290px;
}
.demand_testQue .phone_nav .phoneOne .phone_icon,
.demand_testQue .phone_nav .phoneThree .phone_icon{
	display: block;
	width: 52px;
	height: 52px;
	margin-left: 23px;
}
.demand_testQue .phone_nav .phoneTwo .phone_icon,
.demand_testQue .phone_nav .phoneFour .phone_icon{
	display: block;
	margin-right: 23px;
	width: 52px;
	height: 52px;
}
.demand_testQue .phone_nav .phone_div .phoneTxt{
	width: 337px;
	text-align: left;
}
.demand_testQue .phone_nav .phoneOne .phoneTxt,
.demand_testQue .phone_nav .phoneThree .phoneTxt{
	text-align: right;
}
.demand_testQue .phone_nav .phone_div .phoneTxt .name{
	line-height: 52px;
	font-size:28px;
	font-family: SourceHanSansCN-Regular;
	color: #333333;
	white-space: nowrap;
}
.demand_testQue .phone_nav .phone_div .phoneTxt .name span{
	color: #F96900;
}
.demand_testQue .phone_nav .phone_div .phoneTxt .notes{
	font-size:20px;
	font-family: SourceHanSansCN-Regular;
	color: #6D6D6D;
	line-height:34px;
}
.demand_testQue .testBtn{
	position: relative;
	display: block;
	width: 373px;
	height: 81px;
	text-align: center;
	margin: 0 auto;
	margin-top: 64px;
} 
.demand_testQue .testBtn img{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}
.demand_testQue .testBtn span{
	display: block;
	position: relative;
	z-index: 150;
	padding-top: 23px;
	font-size:30px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
}

/*7.jpg*/
.demand_appoint{
	position: relative;
	width: 100%;
	min-width: 1400px;
	height: 610px;
}
.demand_appoint .appBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.demand_appoint .appoint_in{
	position: relative;
	z-index: 150;
	width: 1200px;
	margin: 0 auto;
	padding-top: 133px;
}
.demand_appoint .appTitle{
	display: block;
	width: 901px;
	height: 91px;
	margin: 0 auto;
	margin-bottom: 36px;
}
.demand_appoint .notes{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 683px;
	height: 56px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.demand_appoint .notes img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.demand_appoint .notes span{
	position: relative;
	z-index: 150;
	color: #FFFFFF;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	font-size: 28px;
}
.demand_appoint .appFooter{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.demand_appoint .appFooter .footerTxt{
	margin-right: 11px;
	padding-top: 14px;
}
.demand_appoint .appFooter .footerTxt .title{
	font-size:28px;
	color: #FFFFFF;
	font-family: SourceHanSansCN-Regular;
	margin-bottom: 20px;
}
.demand_appoint .appFooter .footerTxt .title span{
	font-weight: bold;
}
.demand_appoint .appFooter .footerTxt .txt_p{
	line-height:36px;
	color: #FFFFFF;
	font-family: SourceHanSansCN-Regular;
	font-size:20px;
}
.demand_appoint .appFooter .footerTxt .txt_p p span{
	font-weight: bold;
}
.demand_appoint .appFooter .footerImg{
	width: 213px;
	height: 189px;
	display: block;
	margin-right: 23px;
}
.demand_appoint .appFooter .appInput{
	padding-left: 48px;
	border-left: 2px dashed #FFFFFF;
}
.demand_appoint .appFooter .appInput .li{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	font-size:20px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
}
.demand_appoint .appFooter .appInput .li input{
	width: 280px;
	height: 33px;
	background: #FFFFFF;
	font-size: 16px;
	text-indent: 10px;
}
.demand_appoint .appFooter .appInput .appLink{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 60px;
	margin-top: 9px;
	width:280px;
	height:35px;
	background: #FFFFFF;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #615BF1;
	font-size:22px;
	border-radius: 2px;
}
.demand_appoint .appFooter .appInput .appLink img{
	width: 12px;
	height: 14px;
	margin-left: 7px;
}

/*8.jpg*/
.demand_team{
	width: 100%;
	min-width: 1400px;
	background: #FFFFFF;
	padding-bottom: 58px;
}
.demand_team .title{
	text-align: center;
	padding-top: 59px;
	margin-bottom: 27px;
	font-size:46px;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #333333;
}
.demand_team .notes{
	text-align: center;
	margin-bottom: 57px;
	font-size:20px;
	font-family: SourceHanSansCN-Regular;
	color: #707070;
}
.teacherTeam .large_box{
	position: relative;
	width: 996px;
	height: 375px;
	margin: 0 auto;
}
.teacherTeam .wheelPlant{
	position: relative;
	display: block;
	width: 996px;
	height: 375px;
	overflow: hidden;
}
.teacherTeam .plantSideL{
	position: absolute;
	z-index: 200;
	left: 10px;
	top: 153px;
	cursor: pointer;
	width: 49px;
	height: 84px;
}
.teacherTeam .plantSideR{
	position: absolute;
	z-index: 200;
	right: 10px;
	top: 153px;
	cursor: pointer;
	width: 49px;
	height: 84px;
}
.teacherTeam .wheelPlant .wheelPlant_in{
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
	height: 375px;
}
.teacherTeam .wheelPlant .plantDiv{
	position: relative;
	width: 996px;
	height: 359px;
	margin-top: 16px;
}
.teacherTeam .wheelPlant .plantDiv .teamBg{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.teacherTeam .wheelPlant .plantDiv .pant_camera{
	z-index: 200;
	position: absolute;
	top: 108px;
	left: 278px;
	width: 122px;
	height: 90px;
}
.teacherTeam .wheelPlant .plantDiv .pant_camera img{
	position: absolute;
	left: 0;
	height: 0;
	width: 100%;
	height: 100%;
}
.teacherTeam .wheelPlant .plantDiv .pant_camera span{
	display: block;
	margin-top: 55px;
	text-align: center;
	font-size:18px;
	font-family: SourceHanSansCN-Regular;
	color: #FF2A52;
	font-weight:400;
}
.teacherTeam .wheelPlant .plantDiv .plantDiv_in{
	position: relative;
	z-index: 150;
	display: flex;
	padding-left: 430px;
}
.teacherTeam .wheelPlant .plantDiv .teacherImg{
	position: absolute;
	top: -16px;
	left: 84px;
	width: 267px;
	height: 375px;
}
.teacherTeam .wheelPlant .plantDiv .plant_introduce .plant_title{
	display: flex;
	align-items: flex-end;
	margin-top: 41px;
	margin-bottom: 25px;
	font-family: SourceHanSansCN-Regular;
	color: #000000;
}
.teacherTeam .wheelPlant .plantDiv .plant_introduce .plant_title .name{
	line-height: 35px;
	display: block;
	padding-left: 22px;
	margin-right: 24px;
	font-size:32px;
	border-left: 3px solid #FF2A52;
}
.teacherTeam .wheelPlant .plantDiv .plant_introduce .plant_title .name_n{
	font-size:18px;
	margin-bottom: 2px;
}
.teacherTeam .wheelPlant .plantDiv .plant_introduce .plant_p{
	width: 496px;
	height: 195px;
	overflow: hidden;
}
.teacherTeam .wheelPlant .plantDiv .plant_introduce .plant_p .plant_swiff{
	width: 513px;
	height: 195px;
	overflow-y: auto;
}
.teacherTeam .wheelPlant .plantDiv .plant_introduce .plant_p p{
	margin-bottom: 20px;
	line-height: 2;
	text-align: justify;
	font-size:16px;
	color: #000000;
}
.teacherTeam .wheelPlant .plantDiv .plant_introduce .plant_p p:last-child{
	margin-bottom: 0;
}
.teacherTeam .small_box{
	position: relative;
	width: 996px;
	margin: 0 auto;
	margin-top: 48px;
}
.teacherTeam .small_box .small_list{
	position: relative;
	/*width: 996px;*/
	height: 98px;
	margin: 0 auto;
	overflow: hidden;
}
.teacherTeam .small_box ul{
	width: 1000000px;
	display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 98px;
}
.teacherTeam .small_box ul li{
	width: 98px;
	height: 98px;
	margin-right: 45px;
	background: url(../images/deTeam_lbm.png) no-repeat;
	background-size: 100% 100% !important;
	overflow: hidden;
}
.teacherTeam .small_box ul .active{
	background: url(../images/deTeam_lbm_active.png) no-repeat;
}
.teacherTeam .small_box ul li:last-child{
	margin-right: 0;
}
.teacherTeam .small_box ul li .pem{
	display: block;
	width: 86px;
	height: 82px;
	margin: 0 auto;
	margin-top: 10px;
}

/*9.jpg*/
.demand_bankExam{
	position: relative;
	width: 100%;
	min-width: 1400px;
	height: 610px;
}
.demand_bankExam .examBg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.demand_bankExam .bankExam_in{
	position: relative;
	z-index: 150;
	padding-top: 90px;
}
.demand_bankExam .title{
	display: block;
	width: 773px;
	height: 208px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.demand_bankExam .notes{
	width: 905px;
	margin: 0 auto;
	padding: 14px 0 18px 0;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	font-size:39px;
	font-family:  SourceHanSansCN-Light;
	font-weight: 500;
	color: #FFFFFF;
}
.demand_bankExam .notes span{
	font-family: SourceHanSansCN-Medium;
	font-weight: 550;
}
.demand_bankExam .exam_subscribe{
	position: relative;
	width: 1174px;
	height: 172px;
	margin: 0 auto;
	margin-top: 48px;
}
.demand_bankExam .exam_subscribe .subBg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.demand_bankExam .exam_subscribe .sub_nav{
	position: relative;
	z-index: 150;
	padding-top: 20px;
}
.demand_bankExam .exam_subscribe .subTitle{
	text-align: center;
	font-family: SourceHanSansCN-Heavy;
	font-weight: 800;
	font-size:43px;
	color: #3470F1;
	margin-bottom: 20px;
}
.demand_bankExam .exam_subscribe .sub_row{
	display: flex;
	align-items: center;
	padding: 0 53px 0 42px;
}
.demand_bankExam .exam_subscribe .sub_row .name{
	width: 349px;
	height: 51px;
	background: #F5F5F5;
	text-indent: 27px;
	font-size:20px;
	font-family: SourceHanSansCN-Regular;
	border-radius: 25px;
	margin-right: 30px;
}
.demand_bankExam .exam_subscribe .sub_row .phone{
	width: 379px;
	height: 51px;
	background: #F5F5F5;
	text-indent: 27px;
	font-size:20px;
	font-family: SourceHanSansCN-Regular;
	border-radius: 25px;
	margin-right: 50px;
}
.demand_bankExam .exam_subscribe .sub_row .subLink{
	display: flex;
	align-items: center;
	justify-content: center;
	width:269px;
	height:51px;
	background: #3770F5;
	border-radius:10px;
	font-size:26px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
}
.demand_bankExam .exam_subscribe .sub_row .subLink img{
	width: 29px;
	height: 29px;
	margin-right: 7px;
}

/*15.jpg*/
.demand_band{
	width: 100%;
	min-width: 1400px;
	background: #FFFFFF;
	padding: 38px 0 35px 0;
}
.demand_band .band_tables{
	position: relative;
	width: 1120px;
	height: 677px;
	margin: 0 auto;
}
.demand_band .band_tables .bandBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.demand_band .tables{
	display: block;
	position: relative;
	z-index: 150;
	width: 1101px;
	height: 658px;
	margin-left: 9px;
	top: 7px;
}
.demand_band .tables th{
	height: 80px;
	font-size:24px;
	font-family: SourceHanSansCN-Regular;
	color: #333333;
	font-weight:400;
	border-left: 1px solid #DDDDDD;
}
.demand_band .tables .sideTh{
	width: 257px;
	border-left: 0;
	font-family:SourceHanSansCN-Heavy;
	font-weight:800;
	font-size:38px;
	color: #FFFFFF;
}
.demand_band .tables .thOne{
	width: 274px;
}
.demand_band .tables .thTwo{
	width: 175px;
}
.demand_band .tables .thThree{
	width: 225px;
}
.demand_band .tables .thFour{
	width: 170px;
}
.demand_band .tables tr td{
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.demand_band .tables tr .center{
	height: 194px;
}
.demand_band .tables tr .services{
	height: 94px;
}
.demand_band .tables tr .sideTd{
	position: relative;
	border-top: 0;
	border-left: 0;
}
.demand_band .tables tr .sideTd .th_icon{
	position: absolute;
	left: 0;
	top: 13px;
	width: 37px;
	height: 18px;
	background: url(../images/deBand_thIcon.png) no-repeat;
	background-size: 100% 100%;
	line-height: 18px;
	font-size:14px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
	padding-left: 5px;
}
.demand_band .tables tr .sideTd .th_name{
	padding-top: 20px;
	text-align: center;
	font-size:30px;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #FFFFFF;
	padding-bottom: 3px;
}
.demand_band .tables tr .sideTd .th_row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 226px;
	margin: 0 auto;
	margin-top: 27px;
	padding-bottom: 27px;
}
.demand_band .tables tr .sideTd .th_row .left .txt{
	display: block;
	font-size:16px;
	margin-bottom: 11px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFEFE;
}
.demand_band .tables tr .sideTd .th_row .left .pay{
	display: block;
	font-size:28px;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #FFFEFE;
}
.demand_band .tables tr .sideTd .th_row .sign{
	display: flex;
	align-items: center;
	justify-content: center;
	width:72px;
	height:28px;    background:-webkit-linear-gradient(-90deg, #F63B51, #FE6A5F);
    background:-moz-linear-gradient(-90deg, #F63B51, #FE6A5F);
    background:-o-linear-gradient(-90deg, #F63B51, #FE6A5F);
    background:linear-gradient(-90deg, #F63B51, #FE6A5F);
	border-radius:5px;
	font-size:16px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFEFE;
}
.demand_band .tables tr .left p{
	line-height: 2;
	margin-left: 30px;
	font-size:16px;
	font-family: SourceHanSansCN-Regular;
	color: #333333;
}
.demand_band .tables tr .center p{
	line-height: 2;
	text-align: center;
	font-size:16px;
	font-family: SourceHanSansCN-Regular;
	color: #333333;
}
.demand_band .tables tr .services .ser_li{
	display: flex;
	margin-left: 30px;
	margin-bottom: 8px;
	align-items: center;
}
.demand_band .tables tr .services .ser_li:last-child{
	margin-bottom: 0;
}
.demand_band .tables tr .services .ser_li .label{
	display: flex;
	align-items: center;
	justify-content: center;
	width:103px;
	height:25px;
	background:-webkit-linear-gradient(-90deg, #F64040, #D90101);
	background:-moz-linear-gradient(-90deg, #F64040, #D90101);
	background:-o-linear-gradient(-90deg, #F64040, #D90101);
	background:linear-gradient(-90deg, #F64040, #D90101);
	margin-right: 10px;
	font-size:16px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFDFD;
}
.demand_band .tables tr .services .ser_li .txt{
	font-size:16px;
	font-family: SourceHanSansCN-Regular;
	color: #333333;
}
.demand_band .tables tr .sideRk a{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size:16px;
}
.demand_band .tables tr .sideRk .audition{
	width: 101px;
	height: 43px;
	border: 1px solid #333333;
	line-height: 43px;
	margin-bottom: 15px;
}
.demand_band .tables tr .sideRk .prefer{
	width:103px;
	height:45px;
	line-height: 45px;
	color: #FFFDFD;
    background:-webkit-linear-gradient(-90deg, #F64040, #D90101);
    background:-moz-linear-gradient(-90deg, #F64040, #D90101);
    background:-o-linear-gradient(-90deg, #F64040, #D90101);
    background:linear-gradient(-90deg, #F64040, #D90101);
}

/*16.jpg*/
.demand_problem{
	width: 100%;
	min-width: 1400px;
	margin: 0 auto;
	padding-top: 43px;
	padding-bottom: 48px;
	background: #FFFFFF;
}
.demand_problem .title{
	font-size:46px;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	text-align: center;
	color: #DD0208;
}
.demand_problem .prob_ul{
	display: flex;
	flex-wrap: wrap;
	width: 1064px;
	margin: 0 auto;
}
.demand_problem .prob_ul .prob_div{
	width: 236px;
	margin-right: 40px;
	margin-top: 50px;
}
.demand_problem .prob_ul .prob_div:nth-child(4),
.demand_problem .prob_ul .prob_div:nth-child(8){
	margin-right: 0;
}
.demand_problem .prob_ul .prob_div .probIcon{
	display: block;
	width: 107px;
	height: 113px;
	margin: 0 auto;
	margin-bottom: 16px;
}
.demand_problem .prob_ul .prob_div .txt{
	text-align: center;
	font-size:26px;
	color: #242922;
	font-family: SourceHanSansCN-Regular;
	margin-bottom: 17px;
}
.demand_problem .prob_ul .prob_div .txt span{
	font-size: 30px;
	font-weight: 550;
}
.demand_problem .prob_ul .prob_div .prob_link{
	display: block;
	width: 236px;
	height: 44px;
	background: #D0382D;
	text-align: center;
	line-height: 44px;
	font-size:22px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
}

/*18.jpg*/
.demand_materials{
	width: 100%;
	min-width: 1400px;
	background: #EDF0F9;
	padding-top: 55px;
	padding-bottom: 50px;
}
.demand_materials .title{
	text-align: center;
	font-size:46px;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #000000;
	margin-bottom: 39px;
}
.demand_materials .title span{
	color: #0089E1;
}
.demand_materials .materials{
	display: flex;
	justify-content: space-between;
	width: 1032px;
	margin: 0 auto;
}
.demand_materials .materials .mater_side{
	position: relative;
	width: 332px;
	height: 591px;
}
.demand_materials .materials .mater_side .sideBg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	top: 0;
}
.demand_materials .materials .mater_side .sideIn{
	position: relative;
	z-index: 150;
}
.demand_materials .materials .mater_side .side_title{
	padding: 47px 0 30px 0;
	text-align: center;
	font-size:28px;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #ffffff;
}
.demand_materials .materials .mater_side .hr{
	width: 303px;
	height: 1px;
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
}
.demand_materials .materials .mater_side .side_p{
	width: 266px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.demand_materials .materials .mater_side .side_p p{
	line-height: 1.5;
	text-align: center;
	margin-top: 30px;
	font-size:18px;
	font-family: SourceHanSansCN-Regular;
	color: #ffffff;
}
.demand_materials .materials .mater_side .side_link{
	display: block;
	width:198px;
	height:50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-radius:5px;
	text-align: center;
	line-height: 50px;
	font-size:20px;
	font-family: SourceHanSansCN-Regular;
	color: #0089E1;
}
.demand_materials .materials .mater_ul{
	display: flex;
	flex-wrap: wrap;
}
.demand_materials .materials .mater_ul .mater_div{
	width: 320px;
	height: 281px;
	background: #FFFFFF;
	margin-left: 30px;
	margin-top: 29px;
}
.demand_materials .materials .mater_ul .mater_div:nth-child(1),
.demand_materials .materials .mater_ul .mater_div:nth-child(2){
	margin-top: 0;
}
.demand_materials .materials .mater_ul .mater_div .mater_book{
	display: block;
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 11px;
}
.demand_materials .materials .mater_ul .mater_div .name{
	font-family:  SourceHanSansCN-Regular;
	font-size: 18px;
	color: #333333;
	margin-bottom: 8px;
	text-align: center;
}
.demand_materials .materials .mater_ul .mater_div .notes{
	text-align: center;
	color: #868686;
	font-size: 14px;
	margin-bottom: 13px;
	font-family: SourceHanSansCN-Regular;
}
.demand_materials .materials .mater_ul .mater_div .notes span{
	font-family: arial;
}
.demand_materials .materials .mater_ul .mater_div .upDate{
	display: block;
	width:199px;
	height:32px;
	border-radius:5px;
	background: #0A7AC1;
	text-align: center;
	line-height: 32px;
	font-size:18px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
	margin: 0 auto;
}

/*22.jpg*/
.demand_certificate{
	width: 100%;
	min-width: 1400px;
	background: #ffffff;
	padding: 56px 0 58px 0;
}
.demand_certificate .title{
	font-size:46px;
	text-align: center;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #333333;
	margin-bottom: 66px;
}
.demand_certificate .title span{
	color: #FF2B00;
}
.demand_certificate .certificate{
	display: flex;
	justify-content: space-between;
	width: 1071px;
	margin: 0 auto;
}
.demand_certificate .certificate .cert_ul{
	display: flex;
	flex-wrap: wrap;
	width: 440px;
}
.demand_certificate .certificate .cert_ul .cert_div{
	position: relative;
	width: 194px;
	height: 176px;
	margin-right: 26px;
	margin-top: 24px;
}
.demand_certificate .certificate .cert_ul .cert_div:nth-child(1),
.demand_certificate .certificate .cert_ul .cert_div:nth-child(2){
	margin-top: 0;
}
.demand_certificate .certificate .cert_ul .cert_div .certBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.demand_certificate .certificate .cert_ul .cert_div .certDiv_in{
	position: relative;
	z-index: 150;
}
.demand_certificate .certificate .cert_ul .cert_div .name{
	padding-top: 27px;
	text-align: center;
	font-size:28px;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #FFFFFF;
}
.demand_certificate .certificate .cert_ul .cert_div .cert_p{
	line-height:25px;
	font-size:18px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
	margin: 13px 0;
	margin-left: 7px;
}
.demand_certificate .certificate .cert_ul .cert_div .cert_p p{
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.demand_certificate .certificate .cert_ul .cert_div .consult{
	display: block;
	width:116px;
	height:28px;
	border-radius:14px;
	background: #FEEC02;
	text-align: center;
	line-height: 28px;
	font-size:18px;
	font-family: SourceHanSansCN-Regular;
	color: #B0600E;
	margin: 0 auto;
}
.demand_certificate .certificate .cert_discipline{
	position: relative;
	width: 629px;
	height: 375px;
}
.demand_certificate .certificate .cert_discipline .disBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.demand_certificate .certificate .cert_discipline .disciIn{
	position: relative;
	z-index: 150;
}
.demand_certificate .certificate .cert_discipline .dis_title{
	text-align: center;
	padding-top: 37px;
	font-size:28px;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #EB464E;
}
.demand_certificate .certificate .cert_discipline .dis_ul{
	display: flex;
	flex-wrap: wrap;
	width: 624px;
	margin: 0 auto;
}
.demand_certificate .certificate .cert_discipline .dis_ul .dis_div{
	display: block;
	width: 114px;
	height: 99px;
	border-radius:10px;
	border: 2px solid #EB464E;
	margin: 0 19px;
	margin-top: 38px;
}
.demand_certificate .certificate .cert_discipline .dis_ul .dis_div .disIcon{
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 8px;
}
.demand_certificate .certificate .cert_discipline .dis_ul .dis_div .disTxt{
	color: #EC4A52;
	text-align: center;
	font-size:24px;
	font-family: SourceHanSansCN-Regular;
}

/*24.jpg*/
.demand_passRate{
	width: 100%;
	min-width: 1400px;
	background: #E9EFF4;
	padding: 26px 0 17px 0;
}
.demand_passRate .title{
	font-size:46px;
	font-family:SourceHanSansCN-Bold;
	font-weight:bold;
	color: #333333;
	text-align: center;
	margin-bottom: 35px;
}
.demand_passRate .passRate{
	position: relative;
	width: 1181px;
	height: 635px;
	margin: 0 auto;
}
.demand_passRate .passRate .rateBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.demand_passRate .passRate .passRate_in{
    position: relative;
    z-index: 150;
    width: 1103px;
    height: 556px;
    margin: 0 auto;
    top: 37px;
    display: flex;
}
.demand_passRate .passRate .rate_vs{
	width: 222px;
}
.demand_passRate .passRate .rate_vs .vsIcon{
	width: 131px;
	height: 150px;
	display: block;
	margin: 0 auto;
	margin-top: 23px;
	margin-bottom: 57px;
}
.demand_passRate .passRate .rate_vs .vs_li{
	text-align: center;
	margin-bottom: 68px;
	font-size:20px;
	color: #333333;
	font-family: SourceHanSansCN-Regular;
}
.demand_passRate .passRate .rate_because{
	width: 443px;
    height: 483px;
    margin-top: 52px;
    color: #ffffff;
}
.demand_passRate .passRate .rate_because .bec_title{
	margin-left: 26px;
	padding-top: 28px;
	margin-bottom: 13px;
	font-size:30px;
	font-family: SourceHanSansCN-Medium;
}
.demand_passRate .passRate .rate_because .bec_ul{
	width: 391px;
	margin-left: 24px;
	font-weight:500;
}
.demand_passRate .passRate .rate_because .bec_ul li{
	position: relative;
	line-height: 1.5;
	border-bottom: 1px dashed #BEC9D2;
	padding: 17px 0;
}
.demand_passRate .passRate .rate_because .bec_ul li:last-child{
	border-bottom: 0;
}
.demand_passRate .passRate .rate_because .bec_ul li .num{
	position: absolute;
	top: 20px;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	text-align: center;
	line-height: 26px;
	background: #ffffff;
	font-size:20px;
	font-family: SourceHanSansCN-Regular;
	color: #F63B51;
}
.demand_passRate .passRate .rate_because .bec_ul li p{
	width: 360px;
	font-size:20px;
	font-family: SourceHanSansCN-Regular;
	padding-left: 37px;
}
.demand_passRate .passRate .rate_xs{
	width: 438px;
	color: #515050;
}
.demand_passRate .passRate .rate_xs .bec_title{
	margin-left: 16px;
}
.demand_passRate .passRate .rate_xs .bec_ul{
	margin-left: 36px;
}
.demand_passRate .passRate .rate_xs .bec_ul li{
	border-bottom: 1px dashed #666666;
}
.demand_passRate .passRate .rate_xs .bec_ul li p{
	width: 382px;
	padding-left: 12px;
}
.demand_passRate .passRate .rate_xs .bec_ul li .num{
	left: -20px;
	color: #505050;
}


/*consultPage 咨询页面*/
select {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.querySystem{
	position: relative;
	width: 100%;
	min-width: 1400px;
	padding-top: 100px;
}
.querySystem .queBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.querySystem .query_in{
	position: relative;
	z-index: 150;
	width: 1051px;
	margin: 0 auto;
}
.querySystem .title{
	font-size:50px;
	font-family: SourceHanSansCN-Heavy;
	font-weight:800;
	color: #053C8C;
	text-align: center;
	margin-bottom: 45px;
}
.querySystem .title_n{
	display: block;
	position: relative;
	width: 384px;
	height: 38px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.querySystem .title_n img{
	width: 100%;
	height: 100%;
}
.querySystem .title_n:before{
	content: '';
	position: absolute;
	width: 239px;
	height: 3px;
	top: 18px;
	background: #2D4A82;
	left: -251px;
}
.querySystem .title_n:after{
	content: '';
	position: absolute;
	width: 239px;
	height: 3px;
	top: 18px;
	background: #2D4A82;
	left: 396px;
}
.querySystem .query_entrance{
	position: relative;
	width: 1051px;
	padding-top: 33px;
	padding-bottom: 27px;
	margin: 0 auto;
}
.querySystem .query_entrance .ent_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.querySystem .query_entrance .entrance{
	position: relative;
	z-index: 150;
	width: 645px;
	margin: 0 auto;
}
.querySystem .query_entrance .ent_title{
	text-align: center;
	margin-bottom: 25px;
	font-size:34px;
	font-family: SourceHanSansCN-Bold;
	font-weight: bold;
	color: #FFFFFF;
}
.querySystem .query_entrance .ent_row{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.querySystem .query_entrance .ent_row .label{
	display: block;
	width: 111px;
	text-align: right;
	margin-right: 12px;
	font-size:22px;
	font-family: SourceHanSansCN-Medium;
	white-space: nowrap;
}
.querySystem .query_entrance .ent_row .ent_select{
	position: relative;
    width:522px;
	height:40px;
}
.querySystem .query_entrance .ent_row .ent_select select{
	width: 100%;
    height: 100%;
    text-indent: 11px;
    font-size: 16px;
    color: #2D2D2D;
    cursor: pointer;
    border: 1px solid #B2B2B2;
    font-family: SourceHanSansSC-Regular;
    z-index: 100;
    background: #FFFFFF;
}
.querySystem .query_entrance .ent_row .ent_select:before{
	content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    border-top: 11px solid #8C8C8C;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 150;
}
.querySystem .query_entrance .ent_row .ent_select select option{
	padding-left: 19px !important;
}
.querySystem .query_entrance .ent_row .entInput{
	width:520px;
	height:38px;
	border: 1px solid #B2B2B2;
	background: #FFFFFF;
	font-size:16px;
	text-indent: 11px;
}
.querySystem .query_entrance .ent_row .yzm{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 522px;
}
.querySystem .query_entrance .ent_row .yzm .yzmInput{
	width:353px;
	height:38px;
	border: 1px solid #B2B2B2;
	background: #FFFFFF;
	font-size:16px;
	text-indent: 11px;
}
.querySystem .query_entrance .ent_row .yzm .yzm_box{
	width:157px;
	height:40px;
	background: #F5F5F5;
	cursor: pointer;
}
.querySystem .query_entrance .ent_row .yzm .time_box{
	width:157px;
	height:40px;
	text-align:center;
	line-height: 40px;
	background: #7CAFF9;
	font-size:18px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
	cursor: pointer;
}
.querySystem .query_entrance .ent_confirm{
	display: block;
	width:245px;
	height:39px;
	border-radius:5px;
	text-align: center;
	line-height: 41px;
	margin: 0 auto;
	background: #658EBD;
	border:1px solid #446387;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
	font-size:22px;
	font-weight:400;
}
.querySystem .query_prompt{
	width: 982px;
	margin-left: 30px;
	padding-top: 107px;
}
.querySystem .query_prompt .prompt_title{
	position: relative;
	text-align: center;
	font-family: SourceHanSansCN-Bold;
	font-weight:bold;
	font-size:37px;
	color: #00509C;
}
.querySystem .query_prompt .prompt_title:before{
	position: absolute;
	content: '';
	width:12px;
	height:12px;
	background: #00509C;
	border-radius: 100%;
	left: 484px;
	top: -25px;
}
.querySystem .query_prompt .prompt_title:after{
	position: absolute;
	content: '';
	width:2px;
	height:85px;
	background: #00509C;
	left: 489px;
	top: -105px;
}
.querySystem .query_prompt .prompt_p{
	padding: 20px 0;
}
.querySystem .query_prompt .prompt_p p{
	display: block;
	font-size:20px;
	color: #000000;
	font-family: SourceHanSansCN-Normal;
	text-align: justify;
	line-height: 2;
}
.querySystem .query_prompt .prompt_p p .date{
	color: #FF0000;
}

.consult_guidelines{
	width: 100%;
	min-width: 1400px;
	background: #F2F2F2;
	padding: 59px 0 140px 0;
}
.consult_guidelines .title,
.consult_publicity .title{
	position: relative;
	width: 416px;
	text-align: center;
	font-size:37px;
	font-family: SourceHanSansCN-Bold;
	font-weight:bold;
	color: #1E4F99;
	margin: 0 auto;
	padding-bottom: 21px;
	border-bottom: 3px solid #B3C1D8;
}
.consult_guidelines .title:before,
.consult_publicity .title:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 172px;
	width: 72px;
	height: 5px;
	background: #1E4F99;
}
.consult_guidelines .guide_ul{
	display: flex;
	flex-wrap: wrap;
	width: 1080px;
	margin: 0 auto;
	padding-top: 18px;
}
.consult_guidelines .guide_ul .guide_div{
	position: relative;
	display: block;
	width: 320px;
	height: 251px;
	margin: 0 20px;
	margin-top: 30px;
}
.consult_guidelines .guide_ul .guide_div .guiBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.consult_guidelines .guide_ul .guide_div .guideIn{
	position: relative;
	z-index: 150;
}
.consult_guidelines .guide_ul .guide_div .guideIcon{
	display: block;
	width: 89px;
	height: 89px;
	margin: 0 auto;
	margin-top: 41px;
	margin-bottom: 30px;
}
.consult_guidelines .guide_ul .guide_div .guide_p{
	line-height: 32px;
	text-align: center;
	font-size:17px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
}

.consult_publicity{
	position: relative;
	width: 100%;
	min-width: 1400px;
	padding-top: 49px;
	padding-bottom: 64px;
}
.consult_publicity .pubBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.consult_publicity .publicity{
	position: relative;
	z-index: 150;
	width: 1043px;
	margin: 0 auto;
}
.consult_publicity .public_ul .public_li{
	padding: 45px 30px 16px 20px;
	border-bottom: 1px dashed #757575;
}
.consult_publicity .public_ul .public_li .pub_title{
	line-height: 1.5;
	font-family: SourceHanSansCN-Bold;
	font-weight:bold;
	font-size:29px;
	color: #333333;
	margin-bottom: 10px;
}
.consult_publicity .public_ul .public_li .pub_nav{
	font-size:21px;
	font-family: SourceHanSansCN-Regular;
	font-weight:400;
	color: #403F3F;
	text-align: justify;
	line-height:1.8;
	margin-bottom: 15px;
}
.consult_publicity .public_ul .public_li .pub_bot{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.consult_publicity .public_ul .public_li .pub_bot .sign{
	display: block;
	text-align: center;
	width:68px;
	height:37px;
	background: #658EBE;
	line-height: 37px;
	font-size:19px;
	font-family: SourceHanSansCN-Regular;
	font-weight:400;
	color: #FFFFFF;
}
.consult_publicity .public_ul .public_li .pub_bot .time{
	font-family: arial;
	font-size:16px;
	font-weight:400;
	color: #666666;
}

.consult_float{
	position: fixed;
    right: 50%;
    top: 180px;
    width: 196px;
    margin-right: 600px;
    z-index: 300;
    height: 545px;
}
.consult_float .floatBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.consult_float .floatIn{
	position: relative;
    z-index: 150;
    width: 181px;
    left: 9px;
    top: 6px;
}
.consult_float .ulHead{
	width: 100%;
	height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:27px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
}
.consult_float .ulHead img{
	display: flex;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.consult_float .float_ul{
	width: 130px;
	margin: 0 auto;
}
.consult_float .float_ul .float_li{
	width: 130px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #2568A0;
	font-size:24px;
	font-family:SourceHanSansCN-Regular;
	font-weight:400;
	color: #2568A0;
}
.consult_float .float_ul .float_li:last-child{
	border-bottom: 0;
}
