﻿@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.Validform_checktip {
	display: none !important;
}

a {
	cursor: pointer;
}


/* header */

.header {
    width: 100%;
    height: 524px;
    background: url(../img/headBanner.jpg?v=1.0) no-repeat center top;
    position: relative;
    padding-bottom: 50px;
}

.headCon {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 390px;
}

.headCon h1 * {
	position: absolute;
	    right:95px !important;
}

.headCon b {
	font-size: 56px;
	top: 88px;
	color: #fafafa;
	
}

.headCon span {
    font-size: 34px;
    top: 154px;
    color: #fafafa;
    right: 116px !important;
    font-weight: bold;
	
}

.headCon i {
    color: #fafafa;
    font-size: 26px;
    top: 310px;
    font-style: normal;
    right: 80px !important;
}


.headCon i b {
    font-size: 24px !important;
    display: inline-block !important;
    position: initial !important;
    margin: 0 5px;
}

.headCon a {
    display: inline-block;
    width: 177px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #51C21A;
    margin-right: 30px;
    right: 296px;
    bottom: -80px;
    position: absolute;
}

.headCon a:hover {
	background-color: #419B15;
}

.headCon p {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    position: absolute;
    right: 86px;
    bottom: -65px;
}


/* header */


/* nav */

.mainNav {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	background-color: #666666;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 24px;
	position: relative;
	height: 50px;
	text-align: center;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li,
.mainNav a {
	cursor: pointer;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	/*margin: 0 28px;*/
	margin: 0 27px;
	float: left;
}

.mainNav a {
	/*margin: 0 28px;*/
	margin: 0 38px;
}

.mainNav li.activeNav,
.mainNav li:hover,
.mainNav a:hover {
	color: #4cdfcc;
}


/* nav */


/* form */

.leadFrom {
	background-color: #F3F4F8;
}

.lbCon {
	padding: 60px 20px 110px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.biaodan {
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #FFFFFF;
	padding: 30px 50px 40px;
	border-bottom: 5px solid #EEEDEB;
}

.biaodan .registerform {
	margin: 0 auto;
}

.lead {
	width: 510px;
	color: #666666;
}

.lead p {
	line-height: 32px;
}

.lead b {
	color: #333333;
	text-align: center;
	display: block;
	font-size: 30px;
	margin-bottom: 30px;
}

.biaodan h2 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form div.noMR {
	margin-right: 0;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	width: 264px;
	color: #aab2bd;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
	position: relative;
	top: 1px;
}

.mobile,
.name,
.guojia,
.Mschool,
.Nstep {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
	height: 40px;
}

.biaodan form div.mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.biaodan form div.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.biaodan form div.guojia {
	background: url(../img/countryBox.jpg) no-repeat center;
}

.biaodan form div.Mschool,
.biaodan form div.Nstep {
	background: url(../img/targetBox.jpg) no-repeat center;
}

#submit {
	display: block;
	width: 300px;
	height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	background-color: #51C21A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
}

#submit:hover {
	background-color: #419B15;
}


/*-------------------表单--------------------*/

.botm-form {
	background: url(../img/form-bg.jpg) no-repeat center;
	padding: 54px 0;
	position: static;
	border-bottom: 0;
}

.fm-botm {
	width: 640px;
	margin: 0 auto;
	padding: 0 180px;
}

.fm-botm h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #FFFFFF;
}


/* form */


/** common style **/

.section {
	width: 100%;
	padding: 70px 0;
	background-color: #FFFFFF;
}

.section.pbnone {
	padding-bottom: 0;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content.pbt70 {
	padding-bottom: 70px;
}

.section.grayBg {
	background-color: #F3F4F8;
}

.section-content.connect {
	position: relative;
}

.section-content.connect:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -125px;
	left: 20px;
	background: url(../img/connect.png) no-repeat center;
}

.section-content h2 {
	margin-bottom: 40px;
	text-align: center;
	padding-top: 25px;
	background: url(../img/titTop.png) no-repeat center top;
}

.section-content h2 b {
	font-size: 36px;
	display: block;
}

.section-content h2 span {
	font-size: 24px;
	color: #666666;
	display: block;
	margin-top: 10px;
}

p.abs {
	text-align: center;
	line-height: 26px;
	color: #666666;
	margin-bottom: 40px;
}

.ly-link {
	display: block;
	width: 370px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 40px auto 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FFFFFF;
	background-color: #51C21A;
	text-align: center;
}

.ly-link:hover {
	background-color: #419B15;
}

.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);
}

.content {
	display: none;
}

.content.active {
	display: block;
}


/** common style **/


/*<!--quick-->*/
.quick
{
	margin-top: 48px;
}
.quick .connect:after
{
	    top: -180px;
}

.quickCon {
	position: relative;
}

.quickCenter {
	position: absolute;
	width: 230px;
	height: 230px;
	background-color: #F3F4F8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #0099FF;
	top: 50%;
	margin-top: -140px;
	left: 50%;
	margin-left: -118px;
	text-align: center;
	color: #0099FF;
	font-weight: bold;
	line-height: 28px;
}

.quickCenter b {
	font-size: 38px;
	display: block;
	margin: 35px 0 20px;
}

.quickCon p {
	width: 245px;
	line-height: 24px;
	margin-bottom: 50px;
	line-height: 26px;
	background-color: #E0F2FF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}

.alist p:nth-child(1),
.alist p:nth-child(5) {
	margin-left: 20px;
}

.alist p:nth-child(2),
.alist p:nth-child(6) {
	margin-right: 20px;
}

.quickCon p:before {
	position: absolute;
	content: "?";
	color: #FFFFFF;
	width: 60px;
	height: 60px;
	font-size: 36px;
	line-height: 60px;
	top: 0;
	text-align: center;
	background-color: #0099FF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-weight: bold;
}

.quickCon .left {
	padding: 4px 70px 4px 30px;
	text-align: right;
}

.quickCon .right {
	padding: 4px 30px 4px 70px;
}

.quickCon .left:before {
	right: 0;
}

.quickCon .right:before {
	left: 0;
}

.quickList {
	background-color: #F3F4F8;
	padding: 40px 0;
	text-align: center;
}

.quickList h3 {
	font-size: 16px;
	color: #0099FF;
	margin-bottom: 30px;
	font-weight: bold;
}

.quickList p {
	display: inline-block;
	background-color: #FFFFFF;
	width: 260px;
	padding: 20px 0;
	margin: 0 10px;
	font-weight: bold;
}

.quickList img {
	margin: 0 auto 20px;
}


/*<!--quick-->*/


/*<!--advan-->*/

.advan {
	height: 250px;
	margin-bottom: 530px;
}

.advan .ly-link {
	margin-top: 20px;
}

.advanList li {
	float: left;
	width: 250px;
	height: 249px;
	padding-top: 30px;
	background: url(../img/advanBg.png) no-repeat center;
}

.advanList img {
	margin-left: 25px;
}

.advanList h3 {
	text-align: center;
	width: 218px;
	height: 43px;
	color: #FFFFFF;
	line-height: 43px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	background: url(../img/titBg.png) no-repeat center;
	margin: 2px 0 0 22px;
}

.advanList p {
	color: #666666;
	line-height: 26px;
	padding: 15px 30px 0;
}

.advanList li:nth-child(5) {
	margin-left: 125px;
}


/*<!--advan-->*/


/*<!--brightPoints-->*/

.brightPoints h2 {
	margin-bottom: 15px;
}

.bpList li {
	width: 260px;
	background-color: #FFFFFF;
	float: left;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	padding: 60px 30px 30px;
	position: relative;
	height: 129px;
	margin-top: 65px;
	margin-right: 20px;
}

.bpList .nomr {
	margin-right: 0;
}

.bpList h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
}

.bpList p {
	line-height: 24px;
	color: #666666;
}

.bpList img {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
}


/*<!--brightPoints-->*/


/*<!--fitFor-->*/

.fitList li {
	width: 144px;
	margin: 0 25px;
	display: inline-block;
	background: url(../img/personIcon.png) no-repeat center top;
	padding-top: 165px;
	line-height: 26px;
	color: #666666;
}

.fitList h3 {
	font-size: 16px;
	color: #0099FF;
	font-weight: bold;
	margin-bottom: 10px;
}

.fitList p {
	text-align: left;
}


/*<!--fitFor-->*/


/*<!--school-->*/

.schTab,
.eventTab {
	text-align: center;
	margin-bottom: 30px;
}

.schTab li,
.eventTab li {
	width: 182px;
	height: 48px;
	display: inline-block;
	margin: 0 10px;
	border: 1px solid #666666;
	line-height: 48px;
	font-size: 16px;
	cursor: pointer;
	color: #666666;
}

.schTab .active,
.eventTab .active {
	background-color: #4CDFCC;
	color: #FFFFFF;
	font-weight: bold;
	border-color: #4CDFCC;
}

.slide,
.js_carousel_1 {
	padding: 0 75px 40px;
	width: 850px;
	position: relative;
}

.slide .hd .prev,
.slide .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	filter: grayscale(100%);
	opacity: .5;
}

.slide .hd .next {
	right: 0;
	background: url(../img/hoverNext.png) no-repeat center;
}

.slide .hd .prev {
	left: 0;
	background: url(../img/hoverPrev.png) no-repeat center;
}

.slide .hd .next:hover,
.slide .hd .prev:hover {
	filter: grayscale(0);
	opacity: 1;
}

.schSlide .hd ul,
.js_carousel_1 ul {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}

.schSlide .hd ul li,
.js_carousel_1 .hd ul li {
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	display: inline-block;
	background-color: #CACACA;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 4px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.slide .hd li.on,
.js_carousel_1 .hd li.on {
	background-color: #0099FF;
	width: 24px;
}

.slide .bd ul {
	overflow: hidden;
	zoom: 1;
}

.slide .bd li {
	float: left;
	_display: inline;
	overflow: hidden;
	width: 850px;
}
.schSlide .bd img {
	width: 200px;
	height: 210px;
	float: left;
	margin-top:55px;
}

.schSlide .bd div {
	width: 600px;
	float: right;
}

.schSlide .bd b {
	font-weight: bold;
	color: #0099FF;
	display: block;
	margin: 16px 0 6px;
}

.sch-name {
	font-size: 18px;
	font-weight: bold;
}

.sch-abs {
	color: #666666;
	line-height: 24px;
}

.sch-ly a {
	display: inline-block;
	width: 156px;
	height: 36px;
	color: #51C21A;
	border: 2px solid #51C21A;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	margin: 20px 20px 0 0;
}

.sch-ly a:hover {
	background-color: #51C21A;
	color: #FFFFFF;
}


/*<!--school-->*/


/*<!--schedule-->*/

.citySlide {
	padding-bottom: 0;
	height: 350px;
	overflow: hidden;
}

.cityTab,
.tab-country {
	margin-bottom: 30px;
	text-align: center;
	top: 0;
}

.cityTab li,
.tab-country li {
	display: inline-block;
	border-right: 1px solid #666666;
	padding: 0 20px;
	color: #666666;
	cursor: pointer;
	font-size: 16px;
}

.cityTab li:last-of-type,
.tab-country li:last-of-type {
	border-right: 0;
}

.citySlide .bd li {
	background-color: #F3F4F8;
}

.citySlide .hd .cityTab li.on,
.tab-country li.active {
	width: auto;
	color: #0099FF;
	font-weight: bold;
	background-color: transparent;
}

.citySlide .hd .prev,
.citySlide .hd .next {
	margin-top: 3px;
}

.cityPic {
	float: left;
	position: relative;
}

.cityPic span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 50px;
	background-color: rgba(0, 0, 0, .5);
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	font-size: 16px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.cityPic:hover span {
	bottom: 125px;
}

.cityPic img {
	float: none;
}

.city-info {
	float: right;
	width: 475px;
	padding-top: 40px;
	height: 260px;
}

.infoList {
	border-left: 1px solid #0099FF;
}

.city-info p {
	line-height: 30px;
	color: #666666;
	padding-left: 16px;
	margin-bottom: 30px;
	font-size: 13px;
}

.city-info b {
	display: inline-block;
	width: 85px;
	height: 30px;
	color: #FFFFFF;
	text-indent: 20px;
	line-height: 30px;
	margin-right: 10px;
	background: url(../img/titBg.png) no-repeat center;
	position: relative;
}

.city-info b:before {
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	top: 9.5px;
	left: -22px;
	background: url(../img/circle.png) no-repeat center;
}

.city-info span{
	background: darkcyan;
	display: table-cell;
	height: 40px;
	
}

.city-ly {
	color: #51C21A;
	text-align: center;
	width: 236px;
	height: 36px;
	line-height: 36px;
	display: block;
	border: 2px solid #51C21A;
	font-size: 16px;
}

.city-ly:hover {
	color: #FFFFFF;
	background-color: #51C21A;
}


/*<!--schedule-->*/


/*<!--adva-->*/

.small-tit {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 60px 0 30px;
}

.adva .left,
.adva .right {
	width: 230px;
}

.adva .center {
	float: left;
	width: 480px;
	margin: 0 30px;
}

.adva-ul li {
	color: #fff;
	width: 230px;
	height: 86px;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.adva-ul li b {
	font-size: 22px;
}

.adva-ul li:nth-child(1) {
	background: #2630a9;
}

.adva-ul li:nth-child(2) {
	background: #0086f9;
}

.adva-ul li:nth-child(3) {
	margin-bottom: 0;
	background: #4cdfcc;
}

.adva-ser-ul li {
	position: relative;
	float: left;
	width: 320px;
	height: 450px;
	background: #fff;
	padding: 20px;
	margin-top: 30px;
	margin-right: 20px;
	box-sizing: border-box;
}

.adva-ser-ul li:last-child {
	margin-right: 0;
}

.adva-ser-ul h5 {
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	padding: 7px 20px;
	top: -23px;
	left: 60px;
	width: 200px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	background: #2630a9;
	background: -webkit-linear-gradient(left, #2630a9, #0086f9);
	background: -o-linear-gradient(right, #2630a9, #0086f9);
	background: -moz-linear-gradient(right, #2630a9, #0086f9);
	background: -ms-linear-gradient(right, #2630a9, #0086f9);
	background: linear-gradient(to right, #2630a9, #0086f9);
}

.adva-ser-ul p {
	color: #666;
	padding: 10px;
	line-height: 25px;
	border-bottom: 1px solid #0387f4;
}

.adva-ser-ul li p:last-child {
	border: 0;
}


/*<!--adva-->*/


/*<!--pomp-->*/

.pomp h3.small-tit {
	font-size: 22px;
	text-align: left;
	margin-top: 0;
}

.pomp .section-content .left {
	width: 580px;
}

.pomp .section-content .left em {
	color: #0b85ea;
	font-weight: bold;
}

.pomp .section-content .left p {
	color: #666;
	line-height: 26px;
	margin-bottom: 6px;
}

.pomp p.link-tit {
	color: #333;
	font-weight: bold;
	margin-top: 20px;
}

.pomp a {
	color: #666;
	display: block;
	line-height: 30px;
	text-decoration: underline;
}

.pomp a:hover {
	color: #0b85ea;
}

.pomp .carousel {
	position: relative;
	width: 390px;
	padding: 0 0 40px 0;
	height: 299px;
	overflow: hidden;
}

.pomp .carousel .bd ul li {
	float: left;
	text-align: center;
	width: 390px;
	height: 299px;
	overflow: hidden;
}


/*<!--pomp-->*/


/*<!--offer-->*/

.ul-offer li {
	float: left;
	width: 192px;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 30px;
	border-radius: 50px;
	background: #0086f9;
}

.ul-offer li:nth-child(5n) {
	margin-right: 0;
}

.ul-offer li img {
	display: inline-block;
}

.ul-offer li a {
	color: #fff;
	font-weight: bold;
	display: block;
	line-height: 70px;
}

.ul-offer li a:hover span {
	border-bottom: 1px solid #fff;
}

.qus-sec-botm {
	padding: 50px;
	margin-top: 40px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F3F4F8;
}

.qus-sec-botm .small-tit {
	margin-top: 0;
}

.qus-sec-botm p {
	color: #333;
	width: 710px;
	line-height: 25px;
	text-align: center;
	margin: 0 auto 30px;
}

.div-link h5 {
	color: #333;
	font-size: 16px;
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
}

.div-link {
	float: left;
	width: 286px;
	height: 280px;
	background: #fff;
	margin-right: 20px;
}

.div-link img {
	width: 100%;
	height: 150px;
}

.div-link .btn-link {
	font-weight: bold;
	color: #67c13a;
	font-size: 16px;
	padding: 8px 15px;
	margin: 0 auto;
	display: block;
	width: 120px;
	text-align: center;
	border: 2px solid #67c13a;
}

.div-link .btn-link:hover {
	color: #fff;
	background: #67c13a;
}

.qus-content .div-link:last-child {
	margin-right: 0;
}


/*<!--offer-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.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-->*/


/*template style*/


/*.serviceLis .service_txt h6 {
	color: #ff8202 !important;
}*/

.advantage dt {
	border-color: #CCCCCC !important;
}

.foot {
	line-height: 28px;
}


/*template style*/