@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: 480px;
	background: url(../img/headBanner.png) no-repeat center top;
}
.banner-cont {
	width: 1000px;
	height: 480px;
	margin:0 auto;
}
.banner-cont .tit1{
	height: 50px;
	font-size: 50px;
	font-weight: bolder;
	color: white;
	padding-top: 120px;
	margin-left: 80px;
}
.banner-cont .tit2{
	font-size: 45px;
	width: 660px;
	height: 120px;
	text-align: center;
	border-radius: 60px;
	background-color: white;
	font-weight: bolder;
	line-height: 120px; 
	margin-top: 80px;
	color: #57bedd;

}

/*<!--导航-->*/

.mainNav {
	width: 100%;
	margin: 3px auto 0;
	height: 80px;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 80px;
	position: relative;
	top: 27px;
}

.mainNav .mainNav_wrap:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 100%;
	background-color: #000000;
	top: 27px;
	left: 0;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 24px;
	position: relative;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	height: 80px;
	background: -webkit-linear-gradient(left, #0086F8, #4CDFCB);
	background: -o-linear-gradient(left, #0086F8, #4CDFCB);
	background: -moz-linear-gradient(left, #0086F8, #4CDFCB);
	background: -ms-linear-gradient(left, #0086F8, #4CDFCB);
	background: linear-gradient(left, #0086F8, #4CDFCB);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E50086F8', endColorstr='#E54CDFCB', GradientType=1);
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	float: left;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	height: 80px;
	width: 142px;
	line-height: 80px;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.mainNav a {
	display: block;
	float: right;
	width: 142px;
	line-height: 80px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: ease 1s;
	-moz-transition: ease 1s;
	-ms-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
}

.mainNav li:hover,
.mainNav li.activeNav,
.mainNav a:hover {
	font-weight: bold;
	font-size: 20px;
}


/*导语*/

.lead {
	width: 100%;
}

.lead-tit {
	font-size: 30px;
	height: 80px;
	line-height: 126px;
	letter-spacing: 5px;
	font-weight: bold;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.lead-tit:before {
	content: "";
	position: absolute;
	top: 77px;
	left: 60px;
	height: 1px;
	width: 175px;
	background-color: #333333;
}

.lead p {
	width: 1000px;
	margin: 0 auto;
	line-height: 30px;
	padding: 20px 0 35px 0;
	color: #666666;
	letter-spacing: 1px;
}


/*表單*/

.myForm {
	background: -webkit-linear-gradient(left, #0099FF, #33CCCC);
	background: -o-linear-gradient(left, #0099FF, #33CCCC);
	background: -moz-linear-gradient(left, #0099FF, #33CCCC);
	background: -ms-linear-gradient(left, #0099FF, #33CCCC);
	background: linear-gradient(left, #0099FF, #33CCCC);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E50099FF', endColorstr='#E533CCCC', GradientType=1);
}

.biaodan {
	width: 620px;
	padding: 60px 190px;
	margin: 0 auto;
	position: relative;
}

.form-tit {
	font-size: 22px;
	color: #FFFFFF;
	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: 18px;
	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-color: #F27E55;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	line-height: 50px;
}

#submit:hover {
	background-color: #FF926B;
}


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 90px 0 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;
}

.ly_link {
	display: block;
	height: 50px;
	width: 320px;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	margin: 40px auto 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #F27E55;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

.ly_link:hover {
	background-color: #FF926B;
}

.connect {
	position: relative;
}

.connect:after {
	content: "";
	height: 118px;
	width: 86px;
	position: absolute;
	bottom: -130px;
	left: -188px;
	background: url(../img/connect.png) no-repeat center;
}


/*********************<!--公共模块-->**********************/


/*<!--reason-->*/

.reason {
	padding-top: 117px;
	background-color: #F5F5F5;
}

.reasonList li {
	background-color: #FFFFFF;
	width: 480px;
	-webkit-box-shadow: 2px 2px 25px #CCCCCC;
	-moz-box-shadow: 2px 2px 25px #CCCCCC;
	box-shadow: 2px 2px 25px #CCCCCC;
	padding: 25px 0;
}

.advanImg {
	display: table-cell;
	vertical-align: middle;
	width: 123px;
	border-right: 1px dashed #CCCCCC;
	height: 160px;
}

.advanImg img {
	margin: 0 auto;
}

.advanTxt {
	display: table-cell;
	line-height: 24px;
	color: #666666;
	padding: 0 23px;
	text-align: left;
	margin-bottom: 16px;
	vertical-align: middle;
}

.advanTxt b {
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.vipAdvanList li a {
	text-align: center;
	color: #487BE4;
	cursor: pointer;
}

.vipAdvanList li a:hover {
	text-decoration: underline;
}


/*<!--reason-->*/


/*<!--adviser-->*/

.adviser-tab {
	padding: 23px 0;
}

.adviser-tab li {
	width: 185px;
	background: url(../img/adviserBG.png) no-repeat center;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	padding: 62.5px 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
	font-weight: bold;
}

.adviser-tab li.currentAdviser,
.adviser-tab li:hover {
	background: url(../img/currentAdviser.png) no-repeat center;
}

.adviser-content {
	display: none;
}

.adviser-content.activeAdviser {
	display: block;
}

.adviserContents {
	width: 734px;
}


/*.adviserContents h4 {
	font-size: 18px;
	font-weight: bold;
}

.adviserContents h4 span {
	background: -webkit-linear-gradient(left, #333399, #0099FF);
	background: -o-linear-gradient(left, #333399, #0099FF);
	background: -moz-linear-gradient(left, #333399, #0099FF);
	background: -ms-linear-gradient(left, #333399, #0099FF);
	background: linear-gradient(left, #333399, #0099FF);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333399', endColorstr='#000099FF', GradientType=0);
	-webkit-background-clip: text;
	background-clip: -webkit-text;
	color: #0066CC;
	color: transparent;
}*/

.adviserContents p {
	color: #666666;
	line-height: 30px;
	margin: 20px 0;
}


/*<!--adviser-->*/


/*<!--analysisReport-->*/

.analysisReport {
	padding-bottom: 0;
	background-color: #F5F5F5;
}

.analysisReport .section_content {
	padding-bottom: 60px;
}

.analysisReport .connect:after {
	background: url(../img/connect2.png) no-repeat center;
	width: 106px;
	height: 73px;
	top: -122px;
	left: 1092px;
}

.ar-tit {
	background-color: #0086F9;
	width: 196px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 23.5px;
	-moz-border-radius: 23.5px;
	border-radius: 23.5px;
	margin: 0 auto 20px;
}

.arList li {
	width: 235px;
	float: left;
	padding: 40px 0;
	margin-right: 20px;
	-webkit-box-shadow: 2px 2px 25px #CCCCCC;
	-moz-box-shadow: 2px 2px 25px #CCCCCC;
	box-shadow: 2px 2px 25px #CCCCCC;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.arList li a {
	color: #FFFFFF;
	display: block;
}

.arList li:before {
	position: absolute;
	content: "";
	background: url(../img/linkTo.png) no-repeat center;
	height: 30px;
	width: 30px;
	bottom: 12px;
	left: 12px;
}

.arList li img {
	height: 80px;
	margin: 0 auto 20px;
}

.ar1,
.ar4 {
	background: -webkit-linear-gradient(left, #0099FF, #33CCCC);
	background: -o-linear-gradient(left, #0099FF, #33CCCC);
	background: -moz-linear-gradient(left, #0099FF, #33CCCC);
	background: -ms-linear-gradient(left, #0099FF, #33CCCC);
	background: linear-gradient(left, #0099FF, #33CCCC);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E50099FF', endColorstr='#E533CCCC', GradientType=1);
}

.ar2 {
	background: -webkit-linear-gradient(left, #FF9900, #FFCC00);
	background: -o-linear-gradient(left, #FF9900, #FFCC00);
	background: -moz-linear-gradient(left, #FF9900, #FFCC00);
	background: -ms-linear-gradient(left, #FF9900, #FFCC00);
	background: linear-gradient(left, #FF9900, #FFCC00);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5FF9900', endColorstr='#E5FFCC00', GradientType=1);
}

.ar3 {
	background: -webkit-linear-gradient(left, #66CC33, #CCFF00);
	background: -o-linear-gradient(left, #66CC33, #CCFF00);
	background: -moz-linear-gradient(left, #66CC33, #CCFF00);
	background: -ms-linear-gradient(left, #66CC33, #CCFF00);
	background: linear-gradient(left, #66CC33, #CCFF00);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E566CC33', endColorstr='#E5CCFF00', GradientType=1);
}

.arList li.ar4 {
	margin-right: 0;
}

.ar-instro {
	margin-top: 80px;
	padding-left: 328px;
	line-height: 24px;
	background: url(../img/bgbg.png) no-repeat left center;
	height: 98px;
}

.personAnalysis li {
	float: left;
	background-color: #FFFFFF;
	width: 144px;
	margin-right: 20px;
	-webkit-box-shadow: 2px 8px 15px #CCCCCC;
	-moz-box-shadow: 2px 8px 15px #CCCCCC;
	box-shadow: 2px 8px 15px #CCCCCC;
	padding: 40px 20px 65px 20px;
}

.personAnalysis li img {
	margin: 0 auto;
}

.personAnalysis li.nomr {
	margin-right: 0;
}

.personAnalysis h5 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #0086F9;
	height: 56px;
	line-height: 62px;
}

.personAnalysis p {
	line-height: 24px;
	color: #666666;
}


/*<!--analysisReport-->*/


/*<!--vipProject-->*/

.vipProject h3,
.consultants h3 {
	margin-bottom: 20px;
}

.vipProject .subtit,
.consultants .subtit {
	text-align: center;
	font-size: 22px;
	color: #666666;
	margin-bottom: 50px;
}

.vpList li {
	float: left;
	width: 315px;
	margin-right: 18px;
	background-color: #F3F3F3;
	height: 410px;
}

.vpList li.nomr {
	margin-right: 0;
}

.jbz {
	margin: 30px auto 20px;
}


/*.vpList h4 {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 20px 0;
}

.vpList h4 span {
	background: -webkit-linear-gradient(left, #333399, #0099FF);
	background: -o-linear-gradient(left, #333399, #0099FF);
	background: -moz-linear-gradient(left, #333399, #0099FF);
	background: -ms-linear-gradient(left, #333399, #0099FF);
	background: linear-gradient(left, #333399, #0099FF);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333399', endColorstr='#000099FF', GradientType=0);
	-webkit-background-clip: text;
	background-clip: -webkit-text;
	color: transparent;
	color: #0066CC;
}*/

.vpList p {
	line-height: 30px;
	color: #666666;
	padding: 0 30px;
}


/*<!--vipProject-->*/


/*<!--consultants-->*/

.consultants {
	background: url(../img/consultBg.jpg) no-repeat center top;
	/* color: #FFFFFF; */
}

.consultants .subtit {
	color: #FFFFFF;
}

.consultantsList {
	margin-bottom: 50px; text-align:center;
}

.consultantsList li {
	width: 185px;
	 display:inline-block;
	margin-right: 18px;
	position: relative;
	height: 215px;
	cursor: pointer;
}

.consultantsList li img {
	position: relative;
}

.consultantsList li:after {
	position: absolute;
	content: "";
	width: 170px;
	height: 229px;
	background: url(../img/activeTeacher.png) no-repeat center;
	left: 50%;
	margin-left: -85px;
	top: 9px;
	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;
}


/*<!--consultants-->*/


/*<!--successfulCase-->*/


/*<!--successfulCase-->*/

.successfulCase {
	padding-bottom: 0;
}

.successfulCase .sucContent {
	padding-bottom: 60px;
}

.successfulCaseContent {
	height: 715px;
	position: relative;
	background: url(../img/successfulImg.png) no-repeat 468px bottom;
}

.sucList {
	width: 440px;
	height: 300px;
	background: salmon;
	position: absolute;
	text-indent: 40px;
}

.sucList li {
	line-height: 48px;
	position: relative;
}

.sucList li:before {
	position: absolute;
	content: "•";
	top: 0;
	left: -12px;
}

.sucList h4 {
	font-size: 24px;
	font-weight: bold;
	height: 78px;
	line-height: 98px;
}

.sucList a {
	color: #333333;
}

.sucList a:hover {
	text-decoration: underline;
}

.sucList1 {
	left: 90px;
	top: 0;
	background-color: #F3F3F3;
}

.sucList1:before {
	content: "";
	position: absolute;
	background: url(../img/connect2.png) no-repeat center;
	width: 106px;
	height: 73px;
	top: -32px;
	left: 178px;
}

.sucList2 {
	top: 85px;
	right: 0;
	color: #FFFFFF;
	background-color: #5386E2;
}

.sucList2 a {
	color: #FFF0E3;
}

.sucList3 {
	top: 330px;
	left: 0;
	background-color: #FCCA73;
}


/*<!--recommend-->*/

.recommend,
.idpUSAService,
.idpTeachers,
.idpTeachers {
	padding: 90px 0 60px 0;
}

.recommend {
	background-color: #F5F5F5;
}

.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,
.idpTeachers {
	padding-bottom: 0;
}


/*<!--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-->*/


/*---------------------------------------*/