@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow-x: hidden;
}
.left {
	float: left;
}

.right {
	float: right;
}
.section a {
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.mainNav {
	clear: both;
	width: 100%;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: static;
	background-color: #666;
	opacity: 1;
}

.mainNav.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #fbfbfb;
}
.mainNav ul li {
	width: auto;
	text-align: center;
}
.mainNav a {
	float: left;
	text-align: center;
	font-size: 14px;
	width: 142px;
	cursor: pointer;
	color: #fff;
}


.mainNav ul .activeNav{
	color: #4cdfcc;
}
.mainNav ul .activeNav a{
	color: #4cdfcc;
}
.mainNav ul li a:hover{
	color: #4cdfcc;
}

.sections {
	width: 100%;
}
.section{
	width: 100%;
}
.section-con {
	width: 1000px;
	margin: 0 auto;
}
.section-con1{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.section-con1::after{
	content: '';
	display: block;
	background: url(../img/icon.png) no-repeat 0px 0px;
	width: 112px;
	height: 112px;
	position: absolute;
	left: 0;
	top: -56px;
}
.section h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bolder;
	position: relative;
	line-height: 36px;
}
.section h2::after{
	content: '';
	display: block;
	background: url(../img/title_line.png) no-repeat 0px 0px;
	width: 120px;
	height: 10px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: -20px;
}
.section h3{
	text-align: center;
	font-size: 28px;
	margin-top:20px;
}
.bg-color{
	background: #f3f4f7;
}
.ly-wrap {
	width: 560px;
	margin: 0 auto;
	text-align: center;
}
.ly-link {
	display: block;
	width: 340px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #51c21a;
	border: 1px solid #51c21a;
	text-align: center;
	margin: 40px auto 0;
}
.ly-link1 {
	display: block;
	width: 270px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #0086f9;
	border: 1px solid #0086f9;
	text-align: center;
	margin: 0 auto;
}
.ly-link2{
	margin-top: 40px;
}
.ly-link:hover {
	/*font-weight: bolder;*/
}

.linkOther {
	margin: 0 auto;
	display: block;
	margin-top: 50px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.linkOther:hover {
	filter: brightness(0.9);
}

.banner{
	width: 100%;
	height: 500px;
	background: url(../img/banner.png) no-repeat center top;
	background-size: cover;
}
.banner .banner-cont{
	width: 1000px;
	height: 450px;
	margin: 0 auto;
	padding-left: 460px;
	padding-top: 125px;
	box-sizing: border-box; 
}
.banner .banner-cont .tit1{
	font-size: 58px;
	font-weight: bolder;
	color: #fff;
	line-height: 58px;
}
.banner .banner-cont .tit2{
	font-size: 30px;
	color: #2630a9;
	margin-top: 70px;
	line-height: 30px;
}
.banner .banner-cont .tit3{
	font-size: 30px;
	color: #2630a9;
	line-height: 30px;
	margin-top: 20px;
}
.lead{
	width: 100%;
	height: 350px;
}
.lead .lead-con{
	width: 1000px;
	height: 350px;
	margin:0 auto;
}
.lead .lead-l{
	width: 510px;
	height: 350px;
}
.lead .lead-l .tit{
	padding-top: 60px;
	width: 100%;
	height:30px;
	font-size: 30px;
	font-weight: bolder;
	line-height: 30px;
}
.lead .lead-l .detil{
	margin-top: 15px;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.lead .lead-r{
	width: 430px;
	height: 350px;
	background: #fff;
	margin-top:25px;
	border-bottom:5px solid #edebea;
}
.lead .lead-r .form-tit{
	padding-top:35px;
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.biaodan{
	margin-top: 15px;
}
.biaodan form p .Validform_checktip.Validform_wrong{
	color: #fff !important;
}
.biaodan form input{
	height:40px;
	line-height:40px;
	margin-left:40px;
	width:252px;
	border:none;
	background:none;
	color:#aab2bd;
	}
.biaodan form select{
	height:40px;
	line-height:40px;
	margin-left:40px;
	width:250px;
	border:none;
	background:none;
	color:#aab2bd;
}
.biaodan form select option{
	background:#FFFFFF;
	color:#7dbbfa;
	border:none;
	line-height:22px;
}
.biaodan form div{
	width:300px;
	height:40px;
	overflow: hidden;
	font-size:14px;
	border:1px solid #ccc;
	box-sizing: border-box;
	margin:0 auto 10px;
}
.biaodan form .mobile{
	background:url(../img/phone.png) no-repeat;
}
.biaodan form .name{
	background:url(../img/name.png) no-repeat;
}
.biaodan form .branch{
	background:url(../img/branch.png) no-repeat;
}
.from_btn {
	background: #51c21a!important;
	color: #FFFFFF!important;
	width: 300px!important;
	height: 50px!important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px!important;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	margin-left:65px!important;
}
.analyse{
	padding: 100px 0 60px;
}
.analyse .reason{
	margin-top: 40px;
}
.analyse .reason .item{
	width: 235px;
	height: 400px;
	background: url(../img/ana-bg.png) no-repeat;
	background-size: cover;
	margin-right: 15px;
	padding: 21px;
	box-sizing: border-box;
}
.analyse .reason .item .tit{
	font-size: 24px;
	font-weight: bolder;
	color: #0086f9;
	text-align: center;
	line-height: 24px;
}
.analyse .reason .item .info{
	font-size: 16px;
	height: 50px;
	line-height: 25px;
	margin-top: 10px;
	text-align: center;
	font-weight: bolder;
}
.analyse .reason .item .ana{
	margin-top: 95px;
	font-size: 18px;
	color: #fff;
	font-weight: bolder;
	text-align: center;
}
.analyse .reason .item .detail{
	color: #666;
	font-size: 12px;
	line-height: 25px;
	margin-top: 20px;
}
.five{
	padding:80px 0 60px;
}
.five .five-con{
	margin-top: 40px;
	width:1000px;
	height: 425px;
	background: url(../img/five-bg.png) no-repeat;
	background-size: cover;
	position: relative;
}
.five .five-con .item{
	position: absolute;
	width: 175px;
	height: 120px;
	color:#fff;
}
.five .five-con .item .tit{
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}
.five .five-con .item .info{
	font-size: 12px;
	margin-top: 10px;
	line-height: 20px;
}
.five .five-con .item1{
	top:245px;
	left: 45px;
}
.five .five-con .item2{
	top:75px;
	left: 225px;
}
.five .five-con .item3{
	top:245px;
	left: 410px;
}
.five .five-con .item4{
	top:75px;
	left: 595px;
}
.five .five-con .item5{
	top:245px;
	left: 780px;
}
.time{
	width: 1000px;
	height: 280px;
	margin: 60px 0;
	background: url(../img/time-bg.png) no-repeat top left;
	background-size: cover;
	padding-top: 45px;
	box-sizing: border-box;
}
.time .tit{
	font-size: 24px;
	font-weight: bolder;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.time .info{
	width: 190px;
	height: 90px;
	margin:15px auto 0; 
}
.time .info p{
	width: 60px;
	height: 90px;
	margin-right: 5px;
	font-size: 44px;
	line-height: 90px;
	text-align: center;
	color: #0086f9;
}
.time .info p:last-of-type{
	margin-right: 0;
}
.time .ly-link{
	border: none;
	color: #fff;
	width: 300px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
}
.route{
	margin-top: 100px;
}
.route .route-nav{
	width: 388px;
	height: 50px;
	margin:30px auto;
}
.route .route-nav>a{
	width: 185px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	border:1px solid #999;
	color: #999;
	box-sizing: border-box;
}
.route .route-nav .current{
	background: #333;
	color: #fff;
}
.route .route-con{
	padding-bottom: 40px;
}
.route .route-con .item{
	width: 1000px;
	height: 117px;
	margin-bottom: 20px;
	background: url(../img/route-bg.png) no-repeat;
	background-size: cover;
}
.route .route-con .item .item-l{
	width: 300px;
	height: 117px;
	padding: 30px 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}
.route .route-con .item .item-l .top{
	font-size: 24px;
	line-height: 24px;
	font-weight: bolder;
}
.route .route-con .item .item-l .bottom{
	margin-top: 10px;
	font-size: 16px;
	line-height: 16px;
}
.route .route-con .item .item-r{
	width: 700px;
	height: 117px;
	padding-top: 20px;
	padding-left: 40px;
	box-sizing: border-box;
	color: #666;
	font-size: 12px;
	line-height: 25px;
}
.route .route-con1 .item .item-r{
	padding-top: 10px;
}
.route .route-con .item .item-r span{
	font-weight: bolder;
	color: #000;
}
.route .route-con .ly-wrap{
	width: 700px;
	height: 50px;
}
.route .route-con .ly-wrap .ly-link{
	margin-top: 20px;
}
.route .route-content{
	width: 1000px;
	height: 500px;
	overflow: hidden;
}
.march{
	margin-top: 80px;
	
}
.march .section-con1{
	padding: 90px 0 60px;
}
.march .section-con1 h2{
	margin-bottom: 40px;
}
.march .item2{
	width:270px;
	height: 460px;
	background: url(../img/march-bg.png) no-repeat;
	background-size: cover;
}
.march .item1{
	width:365px;
	height: 460px;
	text-align: right;
	padding-top: 30px;
	padding-right: 5px;
	box-sizing: border-box;
}
.march .item1 .two{
	width: 100%;
	height: 100px;
	margin-bottom: 65px;
}
.march .item1 .two .tit{
	font-size: 20px;
	font-weight: bolder;
	color: #0086f9;
	line-height: 20px;
}
.march .item1 .two .info{
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.march .item3{
	width:365px;
	height: 460px;
	padding-top: 115px;
	padding-left: 5px;
	box-sizing: border-box;
}
.march .item3 .one{
	width: 100%;
	height: 100px;
	margin-bottom: 65px;
}
.march .item3 .one .tit{
	font-size: 20px;
	font-weight: bolder;
	color: #0086f9;
	line-height: 20px;
}
.march .item3 .one .info{
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.mate{
	margin:100px auto;
}
.mate-con{
	margin-top: 40px;
	width: 100%;
	height: 490px;
}
.mate-con .mate-l,.mate-con .mate-r{
	width: 480px;
	height: 490px;
}
.mate-con .mate-l .top{
	width: 100%;
	height: 50px;
	background: #0086f9;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color:#fff;
}
.mate-con .mate-l .bottom{
	width: 100%;
	height: 440px;
	padding: 20px 80px;
	box-sizing: border-box;
	background: #f3f4f7;
}
.mate-con .mate-l .bottom p{
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}
.mate-con .mate-l .bottom p:last-of-type{
	border:none;
}
.mate-con .mate-l .bottom p span{
	color: #0086f9;
	font-weight: bolder;
	margin-right: 20px;
}
.mate-con .mate-r .top{
	background: #ff8202;
}
.mate-con .mate-r .bottom p span{
	color: #ff8202;
}
.famous{
	padding: 90px 0 60px;
}
.famous .famous-con{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.famous .famous-con .item{
	width: 250px;
	height: 410px;
	padding-top: 140px;
	box-sizing: border-box;
	position: relative;
}
.famous .famous-con .item .item-ly{
	width: 250px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
}
.famous .famous-con .item1{
	background: url(../img/s1.png) no-repeat;
	background-size: cover;
}
.famous .famous-con .item2{
	background: url(../img/s2.png) no-repeat;
	background-size: cover;
}
.famous .famous-con .item3{
	background: url(../img/s3.png) no-repeat;
	background-size: cover;
}
.famous .famous-con .item4{
	background: url(../img/s4.png) no-repeat;
	background-size: cover;
}
.famous .famous-con .item5{
	background: url(../img/s5.png) no-repeat;
	background-size: cover;
}
.famous .famous-con .item6{
	background: url(../img/s6.png) no-repeat;
	background-size: cover;
}
.famous .famous-con .item7{
	background: url(../img/s7.png) no-repeat;
	background-size: cover;
}
.famous .famous-con .item8{
	background: url(../img/s8.png) no-repeat;
	background-size: cover;
}
.famous .famous-con .item .name{
	font-size: 14px;
	font-weight: bolder;
	line-height: 25px;
	text-align: center;
}
.famous .famous-con .item .name a{
	color: #000;
}
.famous .famous-con .item .school{
	width: 195px;
	height: 60px;
	margin:10px auto;
}
.famous .famous-con .item .school a{
	width: 90px;
	height: 70px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin-bottom: 15px;
	text-align: center;
}
.famous .famous-con .item .school a:hover{
	color: #0b93f3;
	text-decoration: underline;
}
.famous .famous-con .item .school img{
	width: 90px;
	height: 30px;
	margin-bottom: 10px;
}
.famous .ly-link{
	margin-top: 20px;
}
.cost{
	padding: 90px 0;
}
.cost .cost-bg1{
	margin-top: 40px;
	width: 100%;
	height: 385px;
	background: url(../img/cost-bg1.png) no-repeat;
	background-size: 690px 385px;
	padding-top: 30px;
	padding-left: 400px;
	box-sizing: border-box;
}
.cost .cost-bg1 .cost-bg2{
	width: 632px;
	height: 337px;
	background: url(../img/cost-bg2.png) no-repeat;
	background-size: cover;
	padding:60px;
	box-sizing: border-box;
}
.cost .cost-bg1 .cost-bg2 .top{
	width: 100%;
	height: 160px;
	border-bottom: 1px dashed #ccc;
}
.cost .cost-bg1 .cost-bg2 .top .item{
	width: 250px;
	height: 40px;
	border-radius: 20px;
	background: #e6f4fe;
	margin-bottom: 10px;
}
.cost .cost-bg1 .cost-bg2 .bottom{
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.cost .cost-bg1 .cost-bg2 .bottom .item{
	width: 250px;
	height: 40px;
	border-radius: 20px;
	background: #e6f4fe;
}
.cost .cost-bg1 .cost-bg2 .item{
	font-size: 12px;
	color: #666;
	line-height: 40px;
	padding-left: 35px;
	box-sizing: border-box;
}
.cost .cost-bg1 .cost-bg2 span{
	font-weight: bolder;
	color: #0086f9;
}
.succ{
	padding: 90px 0 60px;
}
.succ .tit{
	font-size: 30px;
	line-height: 30px;
	color: #666;
	margin:20px 0;
	text-align: center;
}
.slideTxtBox{ 
	width:1000px; 
	height: 420px;
	position: relative;
}
.slideTxtBox .hd .point{ 
	position:absolute; 
	left:50%;
	margin-left: -28px; 
	bottom:0px;   
}
.slideTxtBox .hd .point li{
	width: 10px;
	height: 10px;
	border-radius: 5px; 
	border:1px solid #333f48;
	float:left; 
	margin-right: 10px; 
	cursor:pointer;  
}
.slideTxtBox .hd .point li:last-of-type{
	margin-right: 0;
}
.slideTxtBox .hd .point li.on{  
	background:#333f48;  
}
.slideTxtBox .arrow a{ 
	display:block;  
	width:28px; 
	height:46px;
	position: absolute; 
}
.slideTxtBox .arrow a.next{
	background:url("../img/arr-r.png") 0 0 no-repeat; 
	background-size: cover;
	right: 0;
	top: 50%;
	margin-top: -23px;
}
.slideTxtBox .arrow a.prev{
	background:url("../img/arr-l.png") 0 0 no-repeat; 
	background-size: cover;
	left: 0;
	top: 50%;
	margin-top: -23px;
}
.slideTxtBox .arrow a.next:hover{
	background:url("../img/arr-rh.png") 0 0 no-repeat; 
	background-size: cover;
}
.slideTxtBox .arrow a.prev:hover{
	background:url("../img/arr-lh.png") 0 0 no-repeat; 
	background-size: cover;
}
.slideTxtBox .bd li{
	width: 920px;
	height: 416px;
	margin:0 auto;
}
.slideTxtBox .bd li>div{
	width: 460px;
	height: 416px;
	background: url(../img/succ-bg.png) no-repeat;
	background-size: cover;
	padding: 145px 50px 0;
	box-sizing: border-box;
}
.slideTxtBox .bd li>div .name{
	font-size: 18px;
	font-weight: bolder;
	color: #0086f9;
	text-align: center;
	line-height: 18px;
}
.slideTxtBox .bd li>div .detail{
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	margin-top: 10px;
}
.slideTxtBox .bd li>div .detail span{
	font-weight: bolder;
	color: #000;
}
.slideTxtBox .bd li>div a{
	font-size: 14px;
	font-weight: bolder;
	color: #51c21a;
	margin-top: 30px;
	text-align: center;
}
.banner50{
	width: 1000px;
	height: 180px;
	margin:60px auto;
}
.banner50 img{
	width: 1000px;
	height: 180px;
}
.recom{
	padding: 20px 0 60px;
}
.recom .recom-con{
	width: 100%;
	height: 222px;
	margin-top: 40px;
}
.recom .recom-con .item{
	width: 235px;
	height: 222px;
	margin-right: 15px;
}
.recom .recom-con .item img{
	width: 235px;
	height: 222px;
}		


/*<!--idpAdvan-->*/

.ab-advan-ul {
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
	text-align: center;
}

.ab-advan-ul li {
	display: inline-block;
	color: #666666;
	font-size: 20px;
	line-height: 25px;
	width: 120px;
}

.ab-advan-ul p {
	margin-top: 10px;
}

.ab-advan-ul .ab-advan-img {
	height: 33px;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}

.ab-advan-ul .ab-advan-img img {
	margin: 0 auto;
}

.ab-advan-ul .ab-advan-img {
	height: 34px;
}

.ab-advan-ul li.lastAdvan {
	margin-right: 0;
}


/*<!--idpAdvan-->*/