@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;
}

a {
	color: #333333;
}


/*<!--头部【导语】-->*/

.header {
	width: 100%;
	height: 597px;
	background: url(../img/headBanner.jpg) no-repeat center top;
	position: relative;
}

.header-content {
	width: 960px;
	height: 597px;
	margin: 0 auto;
}

.lead {
	padding-top: 400px;
	width: 340px;
	margin-left: 620px;
}

.lead p {
	line-height: 28px;
}

.mainNav {
	width: 100%;
	margin: 30px auto 0;
	height: 80px;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 80px;
	position: relative;
	/*background-color: #9B9FAE;*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);*/
}

.mainNav .mainNav_wrap:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 100%;
	background-color: #000000;
	top: 27px;
	left: 0;
}

.mainNav ul {
	width: 960px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 24px;
	position: relative;
	background: -webkit-linear-gradient(left, #009966, #009933);
	background: -o-linear-gradient(left, #009966, #009933);
	background: -moz-linear-gradient(left, #009966, #009933);
	background: linear-gradient(left, #009966, #009933);
	font-size: 16px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	height: 80px;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	float: left;
	cursor: pointer;
	position: relative;
	height: 80px;
	width: 106px;
	line-height: 80px;
}

.mainNav a {
	display: block;
	float: right;
	width: 106px;
	line-height: 80px;
	cursor: pointer;
	color: #FFFFFF;
}

.mainNav li:hover,
.mainNav li.activeNav,
.mainNav a:hover {
	font-weight: bold;
}


/*<!--导航-->*/


/*表單*/

.biaodan {
	width: 100%;
	background-color: #E6E7E2;
	padding: 40px 0;
}

.registerform {
	width: 620px;
	padding: 0 170px;
	margin: 0 auto;
}

.form-tit {
	font-size: 30px;
	width: 960px;
	margin: 0 auto 20px;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	width: 264px;
	color: #aab2bd;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
}

.mobile,
.name,
.guojia,
.branch {
	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;
	margin-bottom: 30px;
}

.biaodan form div.guojia {
	background: url(../img/countryBox.jpg) no-repeat center;
}

.biaodan form div.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
	margin-bottom: 30px;
}

#submit {
	display: block;
	background: #027E3F !important;
	width: 300px;
	height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
}


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 90px 0 0 0;
	background-color: #FFFFFF;
}

.section_content {
	width: 960px;
	margin: 0 auto;
}

.section_content h3 {
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 40px;
}

.section_content h3 span:before {
	position: absolute;
	content: "";
	width: 210px;
	height: 20px;
	top: 0;
	background: -webkit-linear-gradient(left, #009966, #CCFF00);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left, #009966, #CCFF00);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left, #009966, #CCFF00);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(left, #009966, #CCFF00);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.subTit {
	color: #666666;
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}

.ly-wrap {
	width: 610px;
	margin: 0 auto;
}

.ly_link {
	display: block;
	height: 50px;
	width: 300px;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	margin: 40px auto 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #027E3F;
}

.ly_link.right {
	background-color: #00AA38;
}


/*.connect {
	position: relative;
}

.connect:after {
	content: "";
	width: 86px;
	height: 118px;
	position: absolute;
	top: -148px;
	right: -170px;
	background: url(../img/connect.png) no-repeat center;
}*/


/*********************<!--公共模块-->**********************/

.highLights h3,
.calendar h3,
.idpAdvan h3 {
	margin-bottom: 40px;
}


/*<!--highLights-->*/

.highLights {
	padding-bottom: 60px;
}

.hl-list li {
	width: 462px;
	height: 80px;
	line-height: 24px;
}

.hl-list h4 {
	font-weight: bold;
	color: #009966;
}

.highLights .ly_link {
	margin-top: 8px;
}


/*<!--highLights-->*/


/*<!--calendar-->*/

.city-tab,
.secrets-tab,
.offer-tab {
	text-align: center;
	margin-bottom: 40px;
}

.city-tab li,
.secrets-tab li,
.offer-tab li {
	display: inline-block;
	border-right: 2px solid #333333;
	font-size: 18px;
	padding: 0 30px;
	cursor: pointer;
}

.city-tab li.currentCity,
.city-tab li:hover,
.secrets-tab li.currentSecret,
.secrets-tab li:hover,
.offer-tab li.currentOffer,
.offer-tab li:hover {
	font-weight: bold;
}

.city-tab li:last-of-type,
.secrets-tab li:last-of-type,
.offer-tab li:last-of-type {
	border-right: none;
}

.calendar-content,
.secret-content {
	display: none;
}

.calendar-content.currentContent,
.secret-content.activeSecret {
	display: block;
}

.calendar h3 {
	background: url(../img/timeTitBg.png) no-repeat 406px 48px;
}

.cityInfo {
	border: 1px solid #E7E7E7;
	height: 263px;
	background-color: #FFFFFF;
}

.calendar-content .date {
	width: 203px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #E7E7E7;
	padding-bottom: 20px;
	float: left;
	background-color: #FFFFFF;
	height: 243px;
}

.calendar-content .year {
	line-height: 50px;
	background-color: #FF3334;
	color: #FFFFFF;
	font-size: 28px;
}

.calendar-content .month {
	font-size: 26px;
	margin-top: 12px;
}

.calendar-content .day {
	font-size: 70px;
	color: #FF3334;
	height: 80px;
	line-height: 80px;
}

.calendar-content .city {
	font-size: 28px;
}

.calendar-content .city em {
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-top: 6px;
}

.calendar-content .contxt {
	padding: 20px 40px 0 25px;
	float: left;
	width: 448px;
	overflow-y: auto;
	height: 243px;
	line-height: 24px;
	border-right: 1px solid #E7E7E7;
}

.calendar-content .contxt b.info-time {
	font-size: 18px;
	line-height: 30px;
}

.calendar-content .contxt .border-bottom {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.calendar-content .location {
	width: 240px;
	height: 272px;
	float: left;
}

.calendar-content .location p {
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	color: #FF3334;
}

.map-container,
.map {
	height: 210px;
	width: 210px;
	margin: 0 auto;
}

.calendar-content .contxt span,
.calendar-content .contxt i {
	display: block;
	padding-left: 20px;
	font-style: normal;
	position: relative;
}

.calendar-content .contxt span:before {
	position: absolute;
	top: 0;
	content: "●";
	line-height: 24px;
	left: 8px;
	font-size: 8px;
}

.calendar-content .contxt span b,
.calendar-content .contxt i b {
	font-size: 14px;
	font-weight: normal;
}

.calendar-content .contxt strong {
	padding-left: 20px;
	font-weight: normal;
	display: block;
}


/*<!--calendar-->*/


/*<!--adviser-->*/

.adviser {
	padding-bottom: 60px;
}

.masterScroll {
	width: 700px;
	position: relative;
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}

.masterScroll .hd .prev,
.masterScroll .hd .next {
	display: block;
	width: 60px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	opacity: .8;
	font-size: 90px;
	color: #66CC66;
}

.masterScroll .hd .prev {
	left: -130px;
}

.masterScroll .hd .next {
	right: -130px;
}

.masterScroll .hd .prev:hover,
.masterScroll .hd .next:hover {
	opacity: 1;
}

.masterScroll .bd ul {
	overflow: hidden;
	zoom: 1;
}

.masterScroll .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	width: 700px;
}

.master-icon {
	height: 180px;
	width: 180px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.master-contxt {
	width: 600px;
	margin: 0 auto;
	line-height: 28px;
}

.master-contxt .master-tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.master-name {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin: 10px 0 20px 0;
}

.master-place {
	font-size: 24px;
	text-align: center;
}


/*.master-position {
	text-align: center;
	margin-bottom: 20px;
}*/

.master-place {
	margin-top: 24px;
}


/*<!--adviser-->*/


/*<!--schools-->*/

.schools,
.calendar {
	background-color: #E6E7E2;
	padding-bottom: 60px;
}

.schools .section_content {
	position: relative;
	z-index: 1;
}

.countryWrap li {
	float: left;
	position: relative;
	width: 220px;
	height: 128px;
	padding: 20px 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 5px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.35s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	top: 0;
}

.countryWrap li:hover {
	top: -5px;
	-webkit-box-shadow: 2px 2px 10px #6A6A6A;
	-moz-box-shadow: 2px 2px 10px #6A6A6A;
	box-shadow: 2px 2px 10px #6A6A6A;
}

.countryWrap li img {
	display: inline-block;
	height: 61px;
}

.countryWrap li p {
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.countryWrap li span {
	display: block;
	margin: 0 auto;
}

.countryWrap li a {
	cursor: pointer;
}

.countryWrap li a.order,
.countryWrap li a.refer {
	display: inline-block;
	width: 48px;
	border: 1px solid #3399CC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 22px;
}

.countryWrap li a.order {
	color: #FFFFFF;
	background-color: #3399CC;
}

.countryWrap li a.refer {
	color: #3399CC;
}

.slideGroup {
	width: 100%;
	margin: 0 auto;
}

.slideGroup .parHd {
	position: relative;
}

.slideGroup .parHd ul {
	width: 880px;
	margin: 0 auto;
	line-height: 26px;
}

.slideGroup .parHd ul li {
	float: left;
	padding: 0 32px 0 24px;
	font-size: 18px;
	cursor: pointer;
	border-left: 2px solid #333333;
}

.slideGroup .parHd ul li.hot {
	border: none;
}

.slideGroup .parHd ul li.on,
.slideGroup .parHd ul li:hover {
	font-weight: bold;
}

.slideGroup .parHd ul li img {
	display: inline-block;
	margin-right: 8px;
}


/*主体部分*/

.slideGroup .countryBox {
	zoom: 1;
	position: relative;
	padding-left: 2px;
	padding-top: 30px;
	width: 928px;
	margin: 0 auto;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	top: 50%;
	margin-top: -44px;
	display: block;
	width: 47px;
	height: 88px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	line-height: 88px;
	font-size: 60px;
	color: #66CC66;
	font-weight: bold;
}

.slideGroup .sPrev {
	left: -60px;
}

.slideGroup .sNext {
	right: -60px;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}


/*主体部分*/


/*<!--schools-->*/


/*<!--applyForSecrets-->*/

.secretContents h4 {
	background: -webkit-linear-gradient(left, #009966, #009933);
	background: -o-linear-gradient(left, #009966, #009933);
	background: -moz-linear-gradient(left, #009966, #009933);
	background: linear-gradient(left, #009966, #009933);
	width: 294px;
	height: 40px;
	margin: 0 auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 20px;
}

.secretContents table {
	width: 960px;
	margin: 0 auto;
}

.secretContents table td,
.secretContents table th {
	padding: 15px 0;
}

.secretContents table th {
	background-color: #99CDC0;
	font-weight: normal;
	position: relative;
}

.secretContents table td {
	background-color: #F4F4F4;
}

.secretContents table td {
	padding: 15px 85px;
}

.secretContents table .table-time {
	background-color: #72BAA6;
	font-weight: bold;
	position: static;
}

.secretContents table .table-do {
	background-color: #E4E4E4;
	font-weight: bold;
}

.secretContents table th:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	border: 8px solid transparent;
	border-left-color: #99CDC0;
	right: -16px;
	margin-top: -8px;
}


/*<!--applyForSecrets-->*/


/*<!--rank-->*/

.rankContents {
	padding: 0 30px;
}

.rank-content {
	float: left;
	width: 426px;
	margin: 0 12px 20px;
	height: 355px;
	/*background: sandybrown;*/
}

.rank-content2 {
	height: 330px;
}

.rank .ly_link {
	margin-top: 20px;
}

.rank-content ul {
	line-height: 26px;
	margin-top: 10px;
}

.rank-content ul a,
.otherCase a {
	color: #666666;
}

.rank-content a:hover,
.otherCase a:hover {
	color: #009933;
	text-decoration: underline;
}


/*<!--rank-->*/


/*<!--offer-->*/

.offer {
	padding-bottom: 60px;
}

.offerSlide {
	width: 960px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}

.offerSlide .bd ul {
	overflow: hidden;
	zoom: 1;
}

.offerSlide .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin: 0 5px;
}

.offerSlide .hd .prev,
.offerSlide .hd .next {
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	width: 34px;
	height: 62px;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	opacity: 0.7;
	text-align: center;
	line-height: 62px;
	font-size: 40px;
	color: #66CC66;
}

.offerSlide .hd .prev:hover,
.offerSlide .hd .next:hover {
	opacity: 1;
}

.offerSlide .hd .prev {
	left: -50px;
}

.offerSlide .hd .next {
	right: -50px;
}

.offerSlide .bd img {
	border: 2px solid #CCCCCC;
	width: 178px;
	height: 250px;
}

.otherCase {
	float: right;
	width: 415px;
	height: 100px;
	position: relative;
	line-height: 30px;
	padding-top: 42px;
}

.offer-case img {
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.offer-case img:hover {
	-webkit-filter: saturate(2);
	-ms-filter: saturate(2);
	filter: saturate(2);
}

.otherCase:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 85px;
	background: -webkit-linear-gradient(left, #009966, #CCFF00);
	background: -o-linear-gradient(left, #009966, #CCFF00);
	background: -moz-linear-gradient(left, #009966, #CCFF00);
	background: linear-gradient(left, #009966, #CCFF00);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	top: 10px;
	left: 0;
}


/*<!--offer-->*/


/*<!--ourService-->*/

.ourService {
	background-color: #E6E7E2;
	padding-bottom: 60px;
}

.service-list li {
	float: left;
	margin-right: 33px;
	width: 298px;
	/*background: #99CDC0;*/
	height: 184px;
	line-height: 32px;
	text-align: center;
}

.service-list li a:hover {
	text-decoration: underline;
}

.service-list li a img {
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.service-list li a:hover img {
	-webkit-filter: saturate(2);
	-ms-filter: saturate(2);
	filter: saturate(2);
}


/*<!--ourService-->*/


/*<!--review-->*/

.reviewMarquee {
	width: 960px;
	position: relative;
	margin: 30px auto 0;
}

.reviewMarquee .bd .tempWrap {
	width: 960px !important;
}

.reviewMarquee .bd ul {
	overflow: hidden;
	zoom: 1;
}

.reviewMarquee .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	width: auto !important;
}

.reviewMarquee .bd ul li img {
	width: 220px;
	height: 105px;
}

.review-link {
	display: block;
	text-align: center;
	color: #009933;
	text-decoration: underline;
	width: 300px;
	margin: 30px auto 0;
	cursor: pointer;
}


/*<!--review-->*/

.teachers .picMarquee-left {
	padding: 0 30px;
	margin: 0 auto;
}


/*<!--idpAdvan-->*/

.idpAdvan .connect:after {
	left: -256px;
}

.idpAdvan {
	padding-bottom: 0;
}

.advantage dt {
	border-color: #CCCCCC !important;
}

.foot {
	line-height: 28px;
}


/*<!--idpAdvan-->*/

.Validform_checktip {
	display: none !important;
}


/*---------------------------------------*/