*{ 
	margin: 0; 
	padding: 0; 
}
body{ 
	font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";  
	*font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
	color: #666;
	background: #fff;
}
a{ 
	text-decoration: none; 
	cursor: pointer;
	display: block; 
}
img{ 
	border: none; 
}
.left{ 
	float: left; 
}
.right{ 
	float: right; 
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0; 
	overflow: hidden; 
}
.clearfix{ 
	zoom: 1; 
}
/*表单*/

.biaodan {
	width: 100%;
	border: 2px solid #0086f9;
	overflow: hidden;
	height: 6rem;
}

.biaodan h2 {
	text-align: center;
	font-size: 0.36rem;
	height: 0.36rem;
	margin-bottom: .3rem;
}

.biaodan form p .Validform_checktip.Validform_wrong {
	color: #fff !important;
}

.biaodan form input {
	width: 5.16rem;
	height: 0.75rem;
	line-height: 0.75rem;
	border: 0;
	font-size: 0.28rem;
	color: #aab2bd;
	margin: 0.01rem 0 0 0.74rem;
}

.biaodan form select {
	width: 5.20rem;
	height: 0.75rem;
	line-height: 0.75rem;
	background: none;
	font-size: 0.28rem;
	border: 0;
	color: #aab2bd;
	margin: 0.01rem 0 0 0.68rem;
}

.biaodan form select option {
	background: #FFFFFF;
	color: #7dbbfa;
	border: none;
	line-height: 0.22rem;
}

.biaodan form div {
	width: 6.00rem;
	height: 0.79rem;
	overflow: hidden;
	margin:auto;
	margin-bottom: .2rem;
}

.biaodan form .mobile {
	background: url(../img/tel.jpg) no-repeat;
	background-size: 100% 100%;
}

.biaodan form .name {
	background: url(../img/name.jpg) no-repeat;
	background-size: 100% 100%;
}

.biaodan form .guojia {
	background: url(../img/city1.jpg) no-repeat;
	background-size: 100% 100%;
}

.biaodan form .branch {
	background: url(../img/branch1.jpg) no-repeat;
	background-size: cover;
}

.biaodan form .email {
	background: url(../img/email.gif) no-repeat;
	background-size: cover;
}

.biaodan form .chengji {
	background: url(../img/chengji.gif) no-repeat;
	background-size: cover;
}

.biaodan form .nianling {
	background: url(../img/nianling.gif) no-repeat;
	background-size: cover;
}

.biaodan form .school {
	background: url(../img/school.gif) no-repeat;
	background-size: cover;
}

.biaodan form .Mschool {
	background: url(../img/Mschool.gif) no-repeat;
	background-size: cover;
}

.biaodan form .Pchengji {
	background: url(../img/Pchengji.gif) no-repeat;
	background-size: cover;
}

.biaodan form .language {
	background: url(../img/language.gif) no-repeat;
	background-size: cover;
}

.biaodan form .professional {
	background: url(../img/score.jpg) no-repeat;
	background-size: 100% 100%;
}

.biaodan form .Nprofessional {
	background: url(../img/Nprofessional.gif) no-repeat;
	background-size: cover;
}

.biaodan form .Nstep {
	background: url(../img/Nstep.gif) no-repeat;
	background-size: cover;
}

.biaodan form .step {
	background: url(../img/step.gif) no-repeat;
	background-size: cover;
}

.biaodan form input.from_btn {
	background: #ff8202;
	color: #FFFFFF;
	width: 5.89rem;
	height: 0.98rem;
	line-height: 0.98rem;
	-webkit-border-radius: 0.04rem;
	-moz-border-radius: 0.04rem;
	border-radius: 0.04rem;
	font-size: 0.36rem;
	cursor: pointer;
	border: 0.01rem solid #fe7600;
	margin:0 auto;
	display: block;
}



/*底部*/
.section{ 
	width: 100%; 
	margin: 0 auto;   
	font-size: 0.28rem; 
	padding:.6rem 0;
}
.section-con{
	width: 6.7rem; 
	margin: 0 auto;
	padding-top: .6rem;
}
.section-con1{
	width: 6.7rem; 
	margin: 0 auto;
	position: relative;
	padding-top: .4rem;
}
.section-con1::before{
	content: '';
	display: block;
	width: .85rem;
	height: .85rem;
	background: url(../img/icon.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top:-1rem;
	left: 0;
}
header{ 
	width: 100%; 
	max-width: 7.5rem; 
	height: 0.88rem; 
	background: #333333; 
	line-height: 0.88rem; 
	color: #FFFFFF; 
	font-size: 0.3rem; 
	position: relative; 
	text-align: center; 
}
header>img { 
	position: absolute; 
	height: 0.28rem; 
	left: 0.3rem; 
	top: 0.29rem; 
	cursor: pointer; 
}

.banner{ 
	width: 100%; 
	height: 4.2rem;
	background: url(../img/banner.png) no-repeat center center;
	background-size:100% 100%;
	padding: .7rem .3rem;
	box-sizing: border-box;
}
.banner .tit1{
	font-size: .2rem;
	color: #333;
}
.banner .tit2{
	font-size: .3rem;
	background: -webkit-linear-gradient(left, #2630a9, #0086f9);
	background: -moz-linear-gradient(left, #2630a9, #0086f9);
	background: linear-gradient(left, #2630a9, #0086f9);
	-webkit-background-clip: text;
	color: transparent;
	margin-top: .3rem;
	font-weight: bolder;
}
.banner h1{
	margin-top: .2rem;
	background: -webkit-linear-gradient(left, #2630a9, #0086f9);
	background: -moz-linear-gradient(left, #2630a9, #0086f9);
	background: linear-gradient(left, #2630a9, #0086f9);
	-webkit-background-clip: text;
	color: transparent;
	font-size: .48rem;
	font-weight: bolder;
	line-height: .6rem;
}
.advice{
	height: 1.1rem;
	width: 6.7rem;
	border:3px solid #ff8202;
	border-radius: .2rem;
	margin: .4rem auto;
}
.advice a{
	width: 50%;
	height: 1.1rem;
	font-size: .3rem;
	color: white;
}
.advice a.left{
	color: #ff8202;
	text-align: center;
	line-height: 1.1rem;
}
.advice a.right{
	background: #ff8202;
	text-align: center;
	line-height: 1.1rem;
}
.lead{
	width: 6.7rem;
	margin: .4rem auto; 
	color: #333;
	font-size: .3rem;
	line-height: .45rem;
}
.ly-link{
	display: block;
	width: 100%;
	height: 1rem;
	margin:.3rem auto;
	border:1px solid #ff8202;
	color:#ff8202;
	text-align: center;
	line-height: 1rem;
	border-radius: .1rem;
	font-size: .28rem;
	box-sizing: border-box;
}
.ly-link1{
	background:transparent;
	border:1px solid #fe6601;
	color:#fe6601;
}
.bgcolor{
	background: #f3f4f7;
}
.tit{
	font-size: .42rem;
	text-align: center;
	width: 100%;
	height: .42rem;
	line-height: .42rem;
	position: relative;
	color: black;
}
.tit::before{
	content: '';
	display: block;
	position: absolute;
	width: 1.2rem;
	height: .15rem;
	border-radius: .07rem;
	background-size: 100% 100%;
	background:url(../img/titicon.png) no-repeat center;
	top: -0.3rem;
	left: 50%;
	margin-left: -0.6rem;
}
.chose{
	margin-top: .6rem;
}
.chose ul{
	width: 100%;
	margin-top: .4rem;
}
.chose ul li{
	width: 2.1rem;
	height: 2.1rem;
	background-color: #fff;
	float: left; 
	margin-right: .2rem;
	padding:.3rem .2rem;
	box-sizing: border-box;
}
.chose ul li:nth-child(3){
	margin-right: 0;
}
.chose ul li .img-wrap{
	width: 100%;
	height: .38rem;
	text-align: center;
}
.chose ul li .img-wrap img{
	display: inline-block;
	width: .6rem;
	height: .38rem;
}
.chose ul li .img-info{
	margin-top: .15rem;
	font-size: .18rem;
	line-height: .3rem;
}
.chose ul li .img-info span{
	font-weight: bolder;
	color: #0086f9;
}
.chose .allow{
	margin-top: .1rem;
	width: 6.7rem;
	height: 1.5rem;
	background:url(../img/chose4.png) no-repeat;
	background-size: 100% 100%;
	padding-top: .6rem;
	padding-left: 1.8rem;
	box-sizing: border-box;
	font-size: .24rem;
	font-weight: bolder;
	line-height: .3rem;
	color: #0086f9;
}
.content {
	display: none;
}

.content.current {
	display: block;
}

.adv{
	height: 8rem;
}
.adv .info{
	color: #666;
	line-height: .4rem;
	margin-top: .3rem;
}


.adva_module {
	position: relative;
}

.adva_module .adva_contents {
	width: 4.2rem;
	height: 4.2rem;
	margin: 0 auto;
	color: #fafafa;
	background: url(../img/adva_bg.png) no-repeat center;
	background-size: contain;
}

.adva_contents h3 {
	text-align: center;
	font-size: .24rem;
	font-weight: bold;
	margin-bottom: .2rem;
}

.adva_content {
	width: 2.7rem;
	height: 2.08rem;
	margin: 0 auto;
	position: relative;
	top: 1.2rem;
	text-align: left;
	font-size: .2rem;
	line-height: .25rem;
}

.div_round {
	width: 4.2rem;
	height: 4.2rem;
	position: absolute;
	display: block;
	border-radius: 50%;
}

.div_round i {
	display: block;
	width: .3rem;
	height: .3rem;
	top: 1.45rem;
	left: -.12rem;
	border-radius: 50%;
	position: relative;
	background: url(../img/ic_dot.png) no-repeat center;
	background-size: contain;
}

.adva_type_ul {
	width: 1rem;
	position: relative;
	margin-top: -3rem;
}

.adva_type_ul li {
	width: 1rem;
	position: absolute;
	cursor: pointer;
}

.adva_type_ul li span {
	color: #666;
	font-size: .16rem;
}

.adva_type_ul .div_icon {
	width: .9rem;
	height: .9rem;
	border-radius: 50%;
	margin-bottom: .1rem;
}

.adva_type_ul .li_adva_one {
	left: 0;
	top: 0;
}

.adva_type_ul .li_adva_two {
	left: .2rem;
	top: 1.6rem;
}

.adva_type_ul .li_adva_three {
	left: 1.2rem;
	top: 2.9rem;
}

.adva_type_ul .li_adva_four {
	left: 2.9rem;
	top: 3.4rem;
}

.adva_type_ul .li_adva_five {
	left: 4.7rem;
	top: 2.8rem;
}

.adva_type_ul .li_adva_six {
	left: 5.7rem;
	top: 1.5rem;
}

.adva_type_ul .li_adva_seven {
	left: 5.8rem;
	top: 0rem;
}

.adva_type_ul .li_adva_one .div_icon {
	background: url(../img/ic_adva_1.png) #b1dcff no-repeat center;
	background-size: cover;
}

.adva_type_ul .li_adva_two .div_icon {
	background: url(../img/ic_adva_2.png) #b1dcff no-repeat center;
	background-size: cover;
}

.adva_type_ul .li_adva_three .div_icon {
	background: url(../img/ic_adva_3.png) #b1dcff no-repeat center;
	background-size: cover;
}

.adva_type_ul .li_adva_four .div_icon {
	background: url(../img/ic_adva_4.png) #b1dcff no-repeat center;
	background-size: cover;
}

.adva_type_ul .li_adva_five .div_icon {
	background: url(../img/ic_adva_5.png) #b1dcff no-repeat center;
	background-size: cover;
}

.adva_type_ul .li_adva_six .div_icon {
	background: url(../img/ic_adva_6.png) #b1dcff no-repeat center;
	background-size: cover;
}

.adva_type_ul .li_adva_seven .div_icon {
	background: url(../img/ic_adva_7.png) #b1dcff no-repeat center;
	background-size: cover;
}

.adva_type_ul li:hover span,
.adva_type_ul li.active span {
	color: #0187d0 !important;
	font-weight: bold;
}

.li_adva_one:hover .div_icon,
.li_adva_one.active .div_icon {
	box-shadow: 0px 0px 20px 3px #bddbf5;
	background: url(../img/ic_adva_1_h.png) #0187d0 no-repeat center;
	background-size: cover;
}

.li_adva_two:hover .div_icon,
.li_adva_two.active .div_icon {
	box-shadow: 0px 0px 20px 3px #bddbf5;
	background: url(../img/ic_adva_2_h.png) #0187d0 no-repeat center;
	background-size: cover;
}

.li_adva_three:hover .div_icon,
.li_adva_three.active .div_icon {
	box-shadow: 0px 0px 20px 3px #bddbf5;
	background: url(../img/ic_adva_3_h.png) #0187d0 no-repeat center;
	background-size: cover;
}

.li_adva_four:hover .div_icon,
.li_adva_four.active .div_icon {
	box-shadow: 0px 0px 20px 3px #bddbf5;
	background: url(../img/ic_adva_4_h.png) #0187d0 no-repeat center;
	background-size: cover;
}

.li_adva_five:hover .div_icon,
.li_adva_five.active .div_icon {
	box-shadow: 0px 0px 20px 3px #bddbf5;
	background: url(../img/ic_adva_5_h.png) #0187d0 no-repeat center;
	background-size: cover;
}

.li_adva_six:hover .div_icon,
.li_adva_six.active .div_icon {
	box-shadow: 0px 0px 20px 3px #bddbf5;
	background: url(../img/ic_adva_6_h.png) #0187d0 no-repeat center;
	background-size: cover;
}

.li_adva_seven:hover .div_icon,
.li_adva_seven.active .div_icon {
	box-shadow: 0px 0px 20px 3px #bddbf5;
	background: url(../img/ic_adva_7_h.png) #0187d0 no-repeat center;
	background-size: cover;
}

.adva_type_ul li:hover,
.adva_type_ul li.active {
	margin-top: -.1rem;
	transition: all 0.3s ease;
}
.apply img{
	display: block;
	width: 100%;
	height: 1.5rem;
	margin-top: .4rem;
}
.apply .detail{
	font-size: .24rem;
	line-height: .4rem;
	margin-top: .2rem;
}
.apply .detail span{
	font-weight: bolder;
	color: #0086f9;
}
.class .info{
	font-size: .24rem;
	line-height: .4rem;
	margin-top: .4rem;
}
.tabBox{
	margin-top: .2rem;
}
.tabBox .hd{
	width: 100%; 
	height:.7rem; 
	line-height:.7rem; 
	font-size:.24rem;
	text-align: center;
}

.tabBox .hd ul li{ 
	float:left; 
	width: 1.66rem; 
	height: .7rem;
	border:1px solid #4cdfcc;
	box-sizing: border-box;
}
.tabBox .hd ul .on{  
	color:#fff;  
	font-weight: bolder;
	background-color: #4cdfcc;
}
.tabBox .bd ul{
	width: 100%;
	height: auto;
}
.tabBox .bd ul .ly-link{
	width: 6.68rem;
}
.tabBox .bd ul .tit1{
	margin-top: .3rem;
	width: 100%;
	height: .7rem;
	border-left: .08rem solid #0086f9;
	font-size: .24rem;
	line-height: .35rem;
	text-align: left;
	padding-left: .2rem;
	box-sizing: border-box;
}
.tabBox .bd ul .info{
	margin-top: .2rem;
}
.tabBox .bd ul .info span{
	font-weight: bolder;
	color: #0086f9;
}
.time .swiper-container{
	width: 100%;
	margin-top: .4rem;
	box-shadow: 0 -.05rem 0 0 #e7e6e6,
	-.05rem 0 0 0 #e7e6e6,
	.05rem 0 0 0  #e7e6e6,
	0 .05rem 0 0 #e7e6e6;
}
.time .swiper-container .swiper-slide{
	height: 3rem;
	margin:0 auto;
	background:#fff;
	padding:.4rem;
	box-sizing: border-box;
	
}
.time .swiper-container .swiper-slide p{
	width: 2.5rem;
	height: .6rem;
	border-radius: .3rem;
	background: #0086f9;
	color: #fff;
	font-size: .3rem;
	text-align: center;
	line-height: .6rem;
	margin:0 auto;
}
.time .swiper-container .swiper-slide .study{
	margin-top: .2rem;
	font-size: .3rem;
	font-weight: bolder;
	color: #0086f9;
}
.time .swiper-container .swiper-slide .study img{
	width: .66rem;
	height: .4rem;
	display: inline-block;
	margin-right: .1rem;
}
.time .swiper-container .swiper-slide .stu-info{
	font-size: .24rem;
	margin-top: .2rem;
	line-height: .4rem;
}
.time .time-ban{
	margin-top: .2rem;
	width: 100%;
	height: 1.7rem;
	background:url(../img/time9.png) no-repeat center;
	background-size: 100% 100%;
	padding-left: 2.2rem;
	padding-top: .6rem;
	font-size: .24rem;
	line-height: .3rem;
	color: #fff;
	box-sizing: border-box;
}
.time .ly-link{
	margin-bottom: 0;
}
.case .swiper-container{
	width: 100%;
	margin-top: .4rem;
	box-shadow: 
	0 -.05rem 0 0 #e7e6e6,
	-.05rem 0 0 0 #e7e6e6,
	.05rem 0 0 0  #e7e6e6,
	0 .05rem 0 0 #e7e6e6;
}
.case .swiper-container .swiper-slide{
	width: 100%;
}
.case .info{
	width: 100%;
	padding: .3rem;
	box-sizing: border-box;
	font-size: .24rem;
	line-height: .4rem;
}
.case .info span{
	color: #0086f9;
}
.case .info a{
	color: #ff8202;
	text-decoration: underline;
}
.case .teacher{
	width: 100%;
	height: 2.5rem;
	background:#def0fe;
	margin-top: .5rem;
	position: relative;
}
.case .teacher img{
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: -0.5rem;
	left: .4rem;
}
.case .teacher p{
	font-weight: bolder;
	color: black;
	text-align: center;
	padding-top: .3rem;
}
.case .teacher .ly-wrap{
	width: 6rem;
	height: .6rem;
	margin: 0 auto;
	margin-top: .5rem;
}
.case .teacher .ly-wrap a{
	width: 2.8rem;
	height: .6rem;
	font-size: .24rem;
	line-height: .6rem;
	text-align: center;
	color: #fff;
	border-radius: .05rem;
}
.case .teacher .ly-wrap a.left{
	background:#0d93f2;
}
.case .teacher .ly-wrap a.right{
	background:#ff8202;
}

.tabBox1{
	margin-top: .2rem;
}
.tabBox1 .hd{
	width: 100%; 
	height:.7rem; 
	line-height:.7rem; 
	font-size:.24rem;
	text-align: center;
	margin-bottom: .3rem;
}

.tabBox1 .hd ul li{ 
	float:left; 
	width: 1.66rem; 
	height: .7rem;
	border:1px solid #4cdfcc;
	box-sizing: border-box;
}
.tabBox1 .hd ul .on{  
	color:#fff;  	
	font-weight: bolder;
	background-color: #4cdfcc;
}

.tabBox1 .bd ul{
	width: 100%;
	height: auto;
	
}
.tabBox1 .bd ul .swiper-container3{
	height: 2.5rem;
}
.tabBox1 .bd ul .swiper-pagination3{
	bottom: 0!important;
}
.tabBox1 .bd ul .swiper-slide{
	width: 100%!important;
	height: 2.2rem;	
}
.tabBox1 .bd ul .swiper-slide div{
	width: 2.1rem;
	height: 2.2rem;
	margin-right: .2rem;
	background-color: #fff;
	border:2px solid #def0fe;
	padding:.2rem 0;
	box-sizing: border-box; 
}
.tabBox1 .bd ul .swiper-slide div:nth-child(3){
	margin-right: 0;
}
.tabBox1 .bd ul .swiper-slide div img{
	display: block;
	margin:0 auto;
	width: 1.6rem;
	height: .8rem;
}
.tabBox1 .bd ul .swiper-slide div p{
	width: 100%;
	font-size: .2rem;
	text-align: center;
	margin-top: .2rem;
}
.question{
	padding-top: 0;
}
.question .swiper-container{
	margin-top: .3rem;
}
.question .swiper-slide{
	width: 100%;
	height: 4rem;
	padding:.3rem;
	box-sizing: border-box;
}
.question .quest{
	width: 100%;
	font-size: .24rem;
	font-weight: bolder;
	line-height: .6rem;
	border-bottom: 1px dashed #ccc;
}
.question .quest img{
	display: inline-block;
	width: .48rem;
	height: .48rem;
	margin-right: .3rem;
	margin-top: .05rem;
}
.question .answer p{
	display: inline-block;
	margin-top: .1rem;
	width: 5.3rem;
	font-size: .24rem;
	line-height: .4rem;
}
.question .answer img{
	display: inline-block;
	width: .48rem;
	height: .48rem;
	margin-right: .3rem;
	margin-top: .1rem;
}
.question .quests{
	margin-top: .2rem;
}
.question .quests li{
	width: 100%;
	height: .6rem;
	background: url(../img/questbg.png) no-repeat center;
	background-size: 100% 100%;
	padding-left: .7rem;
	box-sizing: border-box;
	font-size: .24rem;
	line-height: .6rem;
	margin-bottom: .15rem;
}
.advan img{
	display: block;
	width: 100%;
	height: 1.5rem;
	margin-top: .4rem;
}
.advan .info{
	font-size: .24rem;
	line-height: .4rem;
	padding:.2rem 0;
}
.more .swiper-container{
	margin-top: .8rem;
}
.more .swiper-container img{
	display: block;
	width: 100%;
	height: 3rem;
}
.section .idptit{
	font-size: .35rem;
	font-weight: bolder;
	color: black;
	text-align: center;
	margin-bottom: .3rem;
}
.section-foot{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}