@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow-x: auto;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 588px;
	background: url(../img/banner.jpg) no-repeat center top;
	position: relative;
}

.banner-cont {
	width: 1000px;
	margin: 0 auto;
	height: 497px;
	padding-top: 130px;
}
.banner-cont .tit1{
	width: 600px;
	height: 140px;
	border-radius: 70px;
	font-size: 40px;
	line-height: 70px;
	text-align: center;
	color:white;
	background: -webkit-linear-gradient(left, #2630a9, #0086f9);
	background: linear-gradient(left, #2630a9 0%,#0086f9 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2630a9', endColorstr='#0086f9',GradientType=0);
}
:root .tit1{filter:none;} 
.banner-cont .tit1 span{
	font-size: 30px;
	line-height: 40px;
}
.banner-cont .tit2 img{
	display: block;
	width: 80px;
	height: 10px;
	margin-top: 50px;
	margin-left: 80px;
}
.banner-cont .tit3{
	font-size: 40px;
	line-height: 40px;
	margin-top: 50px;
	margin-left: 80px;
	background: -webkit-linear-gradient(left, #0086f9, #0086f9);
	-webkit-background-clip: text;
	color: transparent;
}
.mainNav {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	position: static;
	background-color: #98ABBC;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);*/
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	padding: 0 30px;
	float: left;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	height: 47px;
}

.mainNav li:before {
	position: absolute;
	content: "";
	border: 10px solid transparent;
	border-bottom-color: #F2F2F2;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	display: none;
}

.mainNav li:hover,
.mainNav li.activeNav {
	border-bottom: 3px solid #F2F2F2;
}

.mainNav li:hover:before,
.mainNav li.activeNav:before {
	display: block;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	padding: 20px 0 80px 0;
	background-color: #F3F4F8;
	margin-bottom: 20px;
}

.lf-wrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

.lead {
	width: 540px;
}

.lead-tit {
	font-size: 30px;
	height: 80px;
	line-height: 126px;
	letter-spacing: 5px;
	font-weight: bold;
}

.lead p {
	line-height: 30px;
	padding: 20px 0 35px 0;
	color: #666666;
	letter-spacing: 1px;
}

.lead-btn a {
	display: block;
	width: 240px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #333333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333333;
	font-size: 16px;
}

.lead-btn a:hover {
	background-color: #333333;
	color: #FFFFFF;
	cursor: pointer;
}


/*表單*/

.myForm {
	background-color: #EFF8FF;
}

.biaodan {
	width: 620px;
	padding: 60px 190px;
	margin: 0 auto;
	position: relative;
}

.biaodan:before {
	position: absolute;
	content: "";
	width: 106px;
	height: 69px;
	left: -53px;
	top: 140px;
	background: url(../img/connect3.png) no-repeat center;
}

.biaodan:after {
	position: absolute;
	content: "";
	width: 86px;
	height: 50px;
	right: -25px;
	bottom: -18px;
	background: url(../img/connect2.png) no-repeat center;
}

.form-tit {
	font-size: 22px;
	margin-bottom: 20px;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form div.noMR {
	margin-right: 0;
}

.biaodan h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	width: 264px;
	color: #aab2bd;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
}

.mobile,
.name,
.branch,
.Mschool {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
}

.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.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
	margin-bottom: 20px;
}

.biaodan form div.Mschool {
	background: url(../img/targetUniBox.jpg) no-repeat center;
	margin-bottom: 20px;
}

#submit {
	display: block;
	width: 320px;
	height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	background: url(../img/btnBg.png) no-repeat center;
}

#submit:hover {
	background: url(../img/hoverBtnBg.png) no-repeat center;
	border-color: #0086F9;
}

.ly_link:hover {
	background: url(../img/hoverBtnBg.png) no-repeat center;
}


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 60px 0;
	background-color: #FFFFFF;
}

.section_content {
	width: 1000px;
	margin: 0 auto;
}

.section_content h3 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing: 2px;
}

.section_content h3 span {
	background: salmon;
	background: url(../img/titTop.png) no-repeat left top;
	display: inline-block;
	padding-top: 16px;
}

.ly_link {
	display: block;
	height: 50px;
	width: 320px;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	color: #FFFFFF;
	background: url(../img/btnBg.png) no-repeat center;
	color: #FFFFFF;
	text-align: center;
	margin: 40px auto 0;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	position: relative;
}

.ly_link:hover {
	background: url(../img/hoverBtnBg.png) no-repeat center;
}

.connect {
	position: relative;
}

.connect:after {
	content: "";
	height: 118px;
	width: 86px;
	position: absolute;
	bottom: -130px;
	right: -75px;
	background: url(../img/connect.png) no-repeat center;
}


/*********************<!--公共模块-->**********************/


/*<!--vipAdvan-->*/

.vipAdvan {
	background-color: #F2F2F2;
}

.vipAdvanList li {
	background-color: #FFFFFF;
	width: 230px;
	float: left;
	margin-right: 26px;
	-webkit-box-shadow: 2px 2px 25px #CCCCCC;
	-moz-box-shadow: 2px 2px 25px #CCCCCC;
	box-shadow: 2px 2px 25px #CCCCCC;
	padding: 16px 0 30px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.advanImg {
	height: 54px;
	display: table-cell;
	vertical-align: middle;
	width: 230px;
}

.advanImg img {
	margin: 0 auto;
}

.advanTxt {
	line-height: 30px;
	margin-top: 15px;
	color: #666666;
	letter-spacing: 1px;
	padding: 0 22px;
	text-align: left;
	margin-bottom: 16px;
}

.vipAdvanList li a {
	text-align: center;
	color: #487BE4;
	cursor: pointer;
}

.vipAdvanList li a:hover {
	text-decoration: underline;
}


/*<!--vipAdvan-->*/


/*<!--fitFor-->*/

.fitFor h3,
.conundrum h3 {
	margin-bottom: 20px;
}

.fitFor .subtit,
.conundrum .subtit {
	font-size: 23px;
	color: #666666;
	text-align: center;
	margin-bottom: 50px;
}

.fitForList li {
	background-color: #E9F0F6;
	width: 485px;
	height: 110px;
}

.fitForList li p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.fitForImg {
	width: 160px;
}

.fitForContxt {
	line-height: 30px;
	color: #666666;
	width: 325px;
}


/*<!--fitFor-->*/


/*<!--vipAdvantage-->*/

.vipAdvantage {
	background-color: #F2F2F2;
}

.vipAdvantage h3 {
	margin-bottom: 30px;
}

.vipAdvantage .subtit {
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	margin-bottom: 50px;
}

.vipAdvantage .subtit b {
	font-size: 24px;
}

.vipAdvanContent {
	height: 420px;
	background: url(../img/advanImg.jpg) no-repeat left center;
}

.vacLis {
	background-color: #FFFFFF;
	width: 500px;
	padding: 36px 40px;
	color: #666666;
	font-size: 18px;
	margin: 34px 0;
}

.vacLis li {
	height: 24px;
	line-height: 25px;
	margin-bottom: 40px;
}

.vacLis img {
	display: inline-block;
	margin-right: 10px;
}


/*<!--vipAdvantage-->*/


/*<!--conundrum-->*/

.conundrum {
	padding-bottom: 0;
}

.conundrumList h4 {
	margin: 0 auto;
	width: 350px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background: url(../img/subTitBg.png) no-repeat center;
	margin-bottom: 20px;
}

.conundrumList p {
	color: #666666;
	margin-bottom: 40px;
}

.serviceContentTit {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 40px;
	padding-top: 25px;
}

.serviceList li {
	margin-right: 12px;
	width: 190px;
	float: left;
	background-color: #F2F2F2;
	height: 340px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	top: 0;
}

.serviceList li a {
	cursor: pointer;
}

.serviceList li:hover {
	top: -10px;
	-webkit-box-shadow: 0 0 20px #999999;
	-moz-box-shadow: 0 0 20px #999999;
	box-shadow: 0 0 20px #999999;
	cursor: pointer;
}

.ser-tit {
	color: #66CCFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 26px 0 10px 0;
}

.ser-contxt {
	line-height: 30px;
	color: #666666;
	padding: 0 25px;
}


/*<!--conundrum-->*/


/*<!--allGrade-->*/

.allGrade {
	padding: 60px 0;
	background: url(../img/njBg.jpg) no-repeat center top;
	position: relative;
}

.allGrade-tit {
	height: 160px;
	color: #FFFFFF;
}

.allGrade-tit h3 {
	display: table-cell;
	vertical-align: middle;
	width: 320px;
	font-size: 30px;
	line-height: 48px;
}

.allGrade-tit p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 70px;
	line-height: 30px;
}

.gradeList {
	margin: 30px 0;
}

.gradeList li {
	float: left;
	width: 142px;
	height: 62px;
	text-align: center;
	font-size: 16px;
	line-height: 62px;
	position: relative;
	cursor: pointer;
}

.gradeList li span {
	text-indent: 10px;
	display: block;
	height: 62px;
	width: 148px;
	background: url(../img/gradeBtn.png) no-repeat center bottom;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.gradeList li.firstGrade span {
	background: url(../img/firstGradeBtn.png) no-repeat center bottom;
	text-indent: -5px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.gradeList li.currentGrade span {
	background: url(../img/gradeActiveBtn.png) no-repeat center bottom;
}

.gradeList li.firstGrade.currentGrade span {
	background: url(../img/firstGradeActiveBtn.png) no-repeat center bottom;
}

.gradeItem {
	display: none;
}

.gradeItem.activeGradeItem {
	display: block;
}

.gradeContents {
	background-color: #FFFFFF;
}

.gradeItem {
	padding: 30px 38px 40px 38px;
}

.gradeItem p {
	color: #666666;
	line-height: 30px;
}

.gradeItem p.fitForWhat {
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}


/*<!--allGrade-->*/


/*<!--consultants-->*/

.consultants {
	padding-bottom: 0;
}

.consultantsList {
	margin-bottom: 50px; text-align:center;
}

.consultantsList li {
	border: 2px solid transparent; display:inline-block;
	margin-right: 20px;
	position: relative;
	height: 180px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.consultantsList li img {
	position: relative;
	z-index: 1;
}

.consultantsList li:after {
	position: absolute;
	content: "";
	width: 107px;
	height: 72px;
	background: url(../img/currentTeacher.png) no-repeat center;
	left: 50%;
	margin-left: -54px;
	bottom: -42px;
	display: none;
}

.consultantsList li.currentConsult {
	border-color: #FFFFFF;
}

.consultantsList li.currentConsult:after {
	display: block;
}

.consultItem {
	display: none;
}

.consultItem.activeConsult {
	display: block;
}

.consultName {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}

.consultAbs {
	line-height: 30px;
	color: #666666;
}


/*<!--consultants-->*/


/*<!--activities-->*/

.activities {
	padding: 0;
	height: 725px;
	background-color: #F2F2F2;
}

.activitiesContent {
	width: 553px;
	margin: 0 auto;
	padding: 60px 0;
	padding-left: 447px;
	position: relative;
}

.activitiesContent:before {
	position: absolute;
	content: "";
	background: url(../img/activityBg.jpg) no-repeat center;
	width: 906px;
	height: 725px;
	top: 0;
	left: -460px;
}

.activivitiesList li {
	padding-left: 60px;
	color: #666666;
	line-height: 35px;
	height: 70px;
}

.activivitiesList li b {
	display: inline-block;
	height: 35px;
	padding: 0 16px;
	font-weight: normal;
	background-color: #FFCC33;
	color: #333333;
	margin-right: 10px;
}


/*<!--activities-->*/


/*<!--successFulCase-->*/

.successFulCase.connect:after {
	bottom: -60px;
	left: 50%;
	margin-left: -785px;
}

.sucList li {
	width: 480px;
	height: 325px;
	background: url(../img/caseBorder.png) no-repeat center;
	position: relative;
}

.sucList li img {
	margin: 15px auto 12px;
}

.stuName {
	text-align: center;
	font-size: 15px;
}

.stu-result {
	padding: 0 32px;
	color: #666666;
	line-height: 30px;
}

.stu-result span {
	color: #333333;
}

.sucList li a {
	color: #FFFFFF;
	position: absolute;
	/*left: 34px;*/
	bottom: 15px;
	left: 50%;
	margin-left: -100px;
	height: 34px;
	line-height: 34px;
	background-color: #487BE4;
	width: 200px;
	text-align: center;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

.sucList li a:hover {
	/*text-decoration: underline;*/
	background-color: #2A34A8;
}


/*<!--successFulCase-->*/


/*<!--recommend-->*/

.recommend {
	background-color: #F2F2F2;
}

.recommendList li {
	float: left;
	margin-right: 20px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	top: 0;
}

.recommendList li:hover {
	top: -10px;
	-webkit-box-shadow: 0 0 20px #999999;
	-moz-box-shadow: 0 0 20px #999999;
	box-shadow: 0 0 20px #999999;
}


/*<!--recommend-->*/


/*<!--idpUSAService-->*/

.serviceLis .service_txt h6 {
	color: #8ecbff !important;
}


/*<!--idpUSAService-->*/


/*<!--idpTeachers-->*/

.idpTeachers .picMarquee-left {
	margin: 0 auto;
	padding: 0 30px;
}


/*<!--idpTeachers-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.advantage dt {
	border-color: #CCCCCC !important;
}

.foot {
	line-height: 28px;
}


/*<!--idpAdvan-->*/


/*---------------------------------------*/