@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: 493px;
	background: url(../img/headImg.jpg) no-repeat center top;
	position: relative;
}

.headCon {
	width: 1000px;
	margin: 0 auto;
	padding-top: 88px;
	text-align: right;
}

.headCon * {
	display: block;
}

.headCon span {
	font-size: 30px;
}

.headCon b {
	font-size: 48px;
	margin: 62px 0 90px;
	color: #FFFFFF;
}

.headCon em {
	float: right;
	font-size: 36px;
	color: #333399;
	background: -webkit-linear-gradient(left, #333399, #0099FF);
	background: -moz-linear-gradient(left, #333399, #0099FF);
	background: linear-gradient(left, #333399, #0099FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*导语*/

.leadAndForm {
	background-color: #FAFAFC;
	padding: 70px 0 110px;
	position: relative;
}

.lf-wrap {
	margin: 0 auto;
	width: 1000px;
}

.lead {
	width: 460px;
	padding-left: 20px;
}

.lead h3 {
	font-size: 28px;
	font-weight: bold;
}

.lead p {
	color: #666666;
	line-height: 28px;
	padding: 15px 0 18px 0;
}


/*表單*/

.biaodan {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 424px;
	padding: 30px 0;
	background-color: #FFFFFF;
	border-bottom: 6px solid #EFEBEA;
	margin-left: 76px;
}

.form-tit {
	font-size: 24px;
	margin-bottom: 20px;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	width: 264px;
	color: #666666;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
}

.mobile,
.name,
.branch,
.guojia {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
}

.mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
}

.guojia {
	background: url(../img/countryBox.jpg) no-repeat center;
}

#submit {
	display: block;
	background: #51c21a !important;
	width: 298px;
	height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	border: 1px solid #51c21a;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

#submit:hover {
	background-color: #419b15 !important;
}


/*表單*/

.adviserWrap {
	height: 213px;
	width: 100%;
	margin-top: 86px;
}

.adviserTab {
	width: 100%;
	overflow: hidden;
	z-index: 9;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.adviserTab.fixedTop {
	position: fixed;
	left: 0;
	top: 0;
}

.adviserTab ul {
	width: 1000px;
	margin: 0 auto;
}

.adviserTab li {
	width: 135px;
	float: left;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin-right: 38px;
	position: relative;
	color: #999999;
	position: relative;
}

.adviserTab li em {
	display: block;
	position: absolute;
	background: url(../img/activeAdviser.png) no-repeat center;
	width: 135px;
	height: 135px;
	top: 0;
	left: 0;
	color: #FFFFFF;
	display: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	line-height: 135px;
	font-size: 16px;
}

.adviserTab .last {
	margin-right: 0;
}

.adviserTab b {
	display: block;
	line-height: 38px;
	font-size: 18px;
}

.adviserTab li span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.adviserTab li.active,
.adviserTab li:hover {
	color: #333399;
}

.adviserTab li.active em,
.adviserTab li:hover em {
	display: block;
}


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.sections.acitveTea {
	display: block !important;
}

.section {
	width: 100%;
	padding: 70px 0 80px;
	background-color: #FFFFFF;
}

.pbnone {
	padding-bottom: 0;
}

.section.grayBg {
	background-color: #F3F4F8;
}

.sectionCon {
	width: 1000px;
	margin: 0 auto;
}

.sectionCon h3 {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
	background: url(../img/titTop.png) no-repeat center top;
	padding-top: 30px;
	overflow: hidden;
}

.sectionCon h3.tit2 {
	padding-top: 0;
	line-height: 54px;
	background: transparent;
}

.sectionCon h3.tit2 b {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	text-align: center;
}

.sectionCon h3.tit2 b:before,
.sectionCon h3.tit2 b:after {
	position: absolute;
	content: "";
	width: 500px;
	height: 2px;
	top: 50%;
	background-color: #0099FF;
}

.sectionCon h3.tit2 b:before {
	left: -500px;
}

.sectionCon h3.tit2 b:after {
	right: -500px;
}

.sectionCon h3 b {
	font-size: 34px;
}

.sectionCon h3 span {
	display: block;
	font-size: 24px;
	margin-top: 10px;
	color: #666666;
}

.ly-wrap {
	width: 610px;
	margin: 0 auto;
	clear: both;
}

.ly-link {
	display: block;
	height: 48px;
	width: 298px;
	font-size: 16px;
	line-height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #51c21a;
	color: #51c21a;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	-ms-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	margin: 40px auto 0;
}

.ly-link:hover {
	background-color: #51c21a;
	color: #FFFFFF;
}

.connect,
.connect2 {
	position: relative;
}

.connect:after,
.connect2:after {
	content: "";
	height: 112px;
	width: 112px;
	position: absolute;
	top: -130px;
}

.connect:after {
	left: 20px;
	background: url(../img/connect.png) no-repeat center;
}

.connect2:after {
	right: 20px;
	background: url(../img/connect2.png) no-repeat center;
}

.tab {
	text-align: center;
	margin-bottom: 40px;
}

.tab li {
	display: inline-block;
	width: 182px;
	height: 48px;
	border: 1px solid #333399;
	color: #333399;
	text-align: center;
	font-size: 16px;
	line-height: 48px;
	cursor: pointer;
	margin: 0 2px;
}

.tab li.active {
	background-color: #333399;
	color: #FFFFFF;
	font-weight: bold;
}

.contents .content {
	display: none;
}

.contents .active {
	display: block;
}


/*********************<!--公共模块-->**********************/


/*<!--data-->*/

.dataList li {
	float: left;
	text-align: center;
	position: relative;
}

.dataList-3 li {
	width: 33.33%;
}

.dataList-4 li {
	width: 25%;
}

.dataList li:after {
	position: absolute;
	content: "";
	height: 40px;
	top: 50%;
	margin-top: -20px;
	width: 1px;
	background-color: #CCCCCC;
	right: 0;
}

.dataList li.last:after {
	background-color: transparent;
}

.dataList b {
	display: inline-block;
	font-size: 40px;
	color: #0099FF;
	font-weight: normal;
	position: relative;
	left: -5px;
}

.dataList b:after {
	content: "+";
	position: absolute;
	top: 5px;
	right: -20px;
	font-size: 24px;
}

.dataList span {
	display: block;
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
}


/*<!--data-->*/


/*<!--abs-->*/

.abs .sectionCon {
	width: 100%;
}

.adviserTxt {
	width: 100%;
	padding-top: 40px;
	background: -webkit-linear-gradient(left, #0099FF, #33CCCC);
	background: -moz-linear-gradient(left, #0099FF, #33CCCC);
	background: -ms-linear-gradient(left, #0099FF, #33CCCC);
	background: -o-linear-gradient(left, #0099FF, #33CCCC);
	background: linear-gradient(left, #0099FF, #33CCCC);
	background: #0099FF\9;
	margin-bottom: 40px;
}

.adviserTxtCon {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.adviserImg {
	position: absolute;
	bottom: 0;
	left: -10px;
}

.adviserImg.vena-img {
	left: -65px;
}

.adviser-info {
	padding: 40px;
	float: right;
	width: 545px;
	background-color: #FFFFFF;
	position: relative;
}

.adviser-info:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 62px;
	background-color: #0099FF;
	top: 42px;
	left: 0;
}

.adviser-info span,
.adviser-info b {
	display: block;
}

.adviser-info span {
	font-size: 18px;
	margin-bottom: 10px;
}

.adviser-info b {
	font-size: 28px;
	color: #0099FF;
}

.adviser-info p {
	line-height: 26px;
	color: #666666;
	padding: 20px 0 10px;
}

.tagLis li {
	display: inline-block;
	line-height: 25px;
	width: 128px;
	border: 1px solid #D7D5FF;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #F0F4FF;
	color: #333399;
	font-size: 13px;
}

.zan {
	margin-top: 40px;
	width: 380px;
	height: 40px;
	background-color: #F3F4F8;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 5px;
}

.zan .imgWrap {
	width: 80px;
	height: 26px;
	padding: 5px 0 9px;
	background-color: #ff8202;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	float: left;
}

.zan img {
	margin: 0 auto;
}

.zan-count {
	float: left;
	line-height: 40px;
	font-weight: bold;
	color: #ff8202;
	margin-left: 15px;
}

.videoUni {
	width: 1000px;
	margin: 0 auto;
}

.video {
	float: left;
	width: 500px;
}

.video embed {
	width: 500px;
	height: 380px;
}

.uni {
	width: 430px;
	float: right;
}

.uni h4 {
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	background-color: #F3F4F8;
	text-indent: 38px;
	margin-bottom: 40px;
}

.uniLis li {
	width: 143px;
	float: left;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

.uniLis img {
	margin: 0 auto 8px;
}


/*.uniLis li.mb {
	margin-right: 0;
}*/

.uniLis a {
	color: #666666;
}


/*<!--abs-->*/


/*<!--numOfCases-->*/

.number {
	width: 650px;
	float: left;
}

.number h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 16px;
}

.number h4 b {
	display: block;
	float: left;
	color: #999999;
	font-size: 50px;
}

.number h4 span {
	display: block;
	float: left;
	line-height: 64px;
	margin-left: 20px;
}

.numLis {
	margin-bottom: 16px;
}

.numLis li {
	background-color: #FFFFFF;
	width: 160px;
	float: left;
	margin-right: 3px;
	padding: 20px 0;
}

.numLis li.last {
	margin-right: 0;
}

.numLis b,
.numLis span {
	display: block;
	text-align: center;
}

.numLis b {
	font-size: 40px;
	color: #0099FF;
	font-weight: normal;
}

.numLis span {
	color: #666666;
}

.adviserPic {
	float: right;
	width: 318px;
	position: relative;
	padding-bottom: 35px;
}

.picList li {
	float: left;
	height: 388px;
	width: 318px;
}

.adviserPic .dots {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 318px;
	text-align: center;
}

.adviserPic .dots li {
	display: inline-block;
	text-indent: -999px;
	width: 35px;
	height: 5px;
	background-color: #CCCCCC;
	margin: 0 5px;
	cursor: pointer;
}

.adviserPic .dots li.active {
	background-color: #0099FF;
}

.say {
	background-color: #FFFFFF;
	padding: 30px 80px;
	margin-top: 40px;
	position: relative;
}

.say .imgwrap {
	display: table-cell;
}

.say p {
	display: table-cell;
	vertical-align: middle;
	width: 655px;
	padding-left: 45px;
	line-height: 24px;
	color: #666666;
}

.say span {
	color: #333333;
	display: block;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}


/*<!--numOfCases-->*/


/*<!--sucCases-->*/

.sucOfferSlide {
	width: 1000px;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}

.offerSlide {
	padding-bottom: 0;
}

.sucOfferSlide .hd .prev,
.sucOfferSlide .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 2;
}

.offerSlide .hd .prev {
	margin-top: -23px;
}

.sucOfferSlide .hd .prev {
	background: url(../img/prevBtn.png) no-repeat center;
	left: 0;
}

.sucOfferSlide .hd .prev:hover {
	background: url(../img/activePrevBtn.png) no-repeat center;
}

.sucOfferSlide .hd .next {
	right: 0;
	background: url(../img/nextBtn.png) no-repeat center;
}

.sucOfferSlide .hd .next:hover {
	background: url(../img/activeNextBtn.png) no-repeat center;
}

.sucOfferSlide .hd ul {
	width: 1000px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sucOfferSlide .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #333333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sucOfferSlide .hd ul li.on {
	background-color: #333333;
}

.sucOfferSlide .bd {
	text-align: center;
	width: 900px;
	margin: 0 auto;
}

.sucOfferSlide .bd ul {
	overflow: hidden;
	zoom: 1;
}

.sucOfferSlide .bd ul li {
	width: 370px;
	height: 380px;
	background-color: #FFFFFF;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin: 10px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	padding: 35px 30px;
	position: relative;
}

.sucOfferSlide img {
	margin: 0 auto;
	margin-bottom: 5px;
}

.sucOfferSlide p {
	text-align: left;
	line-height: 24px;
	color: #666666;
}

.sucOfferSlide p img {
	display: inline-block;
	border: 1px solid #CCCCCC;
}

.sucOfferSlide p span {
	display: block;
	float: left;
	width: 110px;
	text-align: center;
	margin: 10px 10px 0 0;
}

.sucOfferSlide p em {
	display: block;
	font-size: 12px;
	line-height: 15px;
}

.sucOfferSlide p b {
	color: #333333;
}

.sucOfferSlide .stu-name {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #0099FF;
	line-height: 48px;
}

.sucOfferSlide .caseDet {
	color: #51c21a;
	position: absolute;
	bottom: 30px;
	width: 90px;
	left: 50%;
	margin-left: -45px;
	cursor: pointer;
}

.sucOfferSlide .caseDet:hover {
	font-weight: bold;
}

.say2 {
	background-color: #FF8202;
	font-size: 22px;
	margin-top: 50px;
	border-top-left-radius: 55px;
	border-bottom-right-radius: 55px;
}

.say2 a {
	padding: 10px 60px 10px 170px;
	display: block;
}

.say2-Angie {
	background-color: #63b932;
}

.say2-Vena {
	background-color: #9999CC;
}

.say2-Charis {
	background-color: #F56A57;
}

.say2-Candy {
	background-color: #24A084;
}

.say2-Rachel {
	background-color: #F4C201;
}

.say2 a {
	color: #FFFFFF;
}

.say2 .imgWrap {
	display: table-cell;
	vertical-align: middle;
}

.say2 b {
	display: table-cell;
	vertical-align: middle;
}

.say2 img {
	width: 100px;
	height: 100px;
}

.say2 p {
	display: table-cell;
	line-height: 36px;
	vertical-align: middle;
	padding-left: 40px;
}


/*<!--sucCases-->*/


/*<!--offer-->*/

.div_offer {
	position: relative;
	height: 450px;
	width: 900px !important;
	margin: 0 auto;
}

.div_offer img:nth-child(1) {
	width: 143px;
	height: 143px;
	left: 30px;
	top: 90px;
}

.div_offer img:nth-child(2) {
	width: 172px;
	height: 172px;
	left: 178px;
	top: 62px;
}

.div_offer img:nth-child(3) {
	width: 200px;
	height: 240px;
	left: 355px;
}

.div_offer img:nth-child(4) {
	width: 172px;
	height: 172px;
	left: 560px;
	top: 62px;
}

.div_offer img:nth-child(5) {
	width: 143px;
	height: 143px;
	left: 738px;
	top: 90px;
}

.div_offer img:nth-child(6) {
	width: 143px;
	height: 143px;
	left: 0px;
	top: 238px;
}

.div_offer img:nth-child(7) {
	width: 202px;
	height: 210px;
	left: 148px;
	top: 239px;
}


/*.div_offer img:nth-child(8) {
	width: 143px;
	height: 239px;
	left: 178px;
	top: 90px;
}*/

.div_offer img:nth-child(9) {
	width: 202px;
	height: 210px;
	left: 561px;
	top: 239px;
}

.div_offer img:nth-child(10) {
	width: 143px;
	height: 143px;
	left: 767px;
	top: 238px;
}

.div_offer img {
	display: inline-block;
	position: absolute;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	box-shadow: 1px 1px 30px #CCCCCC;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.div_offer img:hover {
	text-align: center;
	width: 330px;
	height: 440px;
	z-index: 1;
	-webkit-transform: rotate(0deg) scale(1.5);
	-moz-transform: rotate(0deg) scale(1.5);
	-ms-transform: rotate(0deg) scale(1.5);
	-o-transform: rotate(0deg) scale(1.5);
	transform: rotate(0deg) scale(1.5);
}

.offer_center {
	background-color: #0087f3;
	background-image: url(../img/ic_offer.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 28px 30px;
	width: 200px;
	height: 200px;
	padding: 50px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	left: 356px;
	top: 245px;
	position: absolute;
}


/*<!--offer-->*/


/*<!--promote-->*/

.promote .proAbs,
.selectly .selAbs {
	line-height: 24px;
	color: #666666;
	text-align: center;
}

.promote .titleh2 {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 24px;
	color: #2e2e2e;
	font-weight: bold;
	padding: 30px 0 2px 0;
}

.promote .titlep {
	font-size: 24px;
	color: #737373;
}


/*----ul 主题类型--------*/

.slide_outer .right {
	width: 600px;
	line-height: 30px;
	color: #666;
}

.slide_outer .right h5 {
	background: url(../img/h1_bg.png) no-repeat;
	background-size: contain;
	font-size: 16px;
	color: #fff;
	width: 320px;
	padding: 8px 0px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.slide_outer .right strong {
	color: #000;
}

.slide_outer .right a {
	color: #51c21a;
	cursor: pointer;
}


/*----------轮播图----------------*/

.sp-thumbnails {
	width: 1000px !important;
	height: auto !important;
}

.sp-thumbnail {
	width: 182px;
	box-sizing: border-box;
	border: 1px solid #2630a9;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #2630a9;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	cursor: pointer;
}

.sp-thumbnail.nomr {
	margin-right: 0;
}

.sp-thumbnail:hover,
.sp-selected-thumbnail .sp-thumbnail {
	background: #2630a9;
	color: #fff;
}

.sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

.sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

.sp-slides-container {
	position: relative;
	top: 0px;
	margin-top: 200px;
}


/*<!--promote-->*/


/*<!--chart-->*/

.notice {
	line-height: 24px;
	padding-top: 30px;
}

.chartCon p {
	width: 450px;
	padding: 60px 20px 0 0;
	line-height: 28px;
}


/*<!--chart-->*/


/*<!--document-->*/

.document h4 {
	height: 50px;
	line-height: 50px;
	width: 450px;
	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);
	margin: 30px auto 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	background: #0099FF\0;
}

.docAbs {
	line-height: 28px;
	text-align: center;
}

.t-tab li {
	display: block;
	float: left;
	border: 0;
	height: 160px;
	width: 160px;
	margin-right: 47px;
	position: relative;
}

.t-tab li.last {
	margin-right: 0;
}

.t-tab li.active {
	background-color: transparent;
}

.t-tab li span {
	display: block;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 160px;
	color: #FFFFFF;
	opacity: 0;
	background: url(../img/activeTeacher.png) no-repeat center;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.t-tab li.active span,
.t-tab li:hover span {
	opacity: 1;
	font-weight: normal;
}

.docCon h5 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 20px;
}

.docCon p {
	color: #666666;
	line-height: 28px;
	padding: 0 20px;
	text-indent: 28px;
}


/*<!--document-->*/


/*<!--enroll-->*/

.en-table {
	width: 1000px;
	line-height: 24px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	color: #666666;
}

.en-table tr:nth-child(odd) {
	background-color: #F3F4F8;
}

.en-table tr:nth-child(even) {
	background-color: #FFFFFF;
}

.en-table th,
.en-table td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	border-left: 2px solid #FFFFFF;
}

.en-table th {
	color: #FFFFFF;
	background-color: #66CC33;
	font-size: 16px;
}

.en-table th:first-of-type {
	width: 230px;
	background-color: #009966;
	border-left: 0;
}

.en-table td:first-of-type {
	font-weight: bold;
	border-left: 0;
	color: #333333;
}


/*<!--enroll-->*/


/*<!--earlyApply-->*/

.eaAbs {
	text-align: center;
	line-height: 24px;
	color: #666666;
	margin-bottom: 30px;
}

.eaList li {
	width: 162px;
	float: left;
	margin-right: 47px;
}

.eaList .last {
	margin-right: 0;
}

.eaList p {
	padding-top: 10px;
	color: #666666;
	line-height: 24px;
}


/*<!--earlyApply-->*/


/*<!--rec-->*/

.rec-aus {
	padding-bottom: 80px;
}

.recList li {
	float: left;
	margin-right: 35px;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.recList li.mb {
	margin-bottom: 35px;
}

.recList li.last {
	margin-right: 0;
}

.recList li:hover {
	filter: contrast(1.5);
}


/*<!--rec-->*/


/*<!--usService-->*/

.usService .ly-link {
	background-color: #51c21a;
	color: #FFFFFF;
}


/*<!--usService-->*/


/*<!--idpService-->*/

.serviceLis .service_txt h6 {
	color: #0085FA !important;
}


/*<!--idpService-->*/


/*<!--ausService-->*/

.ausService h2,
.ausService h3 {
	display: none;
}

.ausService h3.tit2 {
	display: block;
}

.ausAbs {
	text-align: center;
	line-height: 24px;
	color: #666666;
}

.ausService {
	padding: 0 !important;
}

/*.ausService ul li img {
	-webkit-filter: drop-shadow(#0085FA 20px 0);
	filter: drop-shadow(#0085FA 206px 0);
	position: relative;
	left: -206px;
}*/

.ausService .ewmBtn a {
	cursor: pointer;
	color: #51c21a !important;
	border: 1px solid #51c21a !important;
	background-color: transparent !important;
}

.ausService .ewmBtn p {
	color: #666666 !important;
}

.ausService ul li p {
	color: #666666 !important;
}


/*<!--ausService-->*/


/*<!--selectly-->*/

.selectly ul {
	padding-top: 40px;
}

.selectly li {
	float: left;
	width: 160px;
	margin-right: 50px;
	line-height: 24px;
}

.selectly li.last {
	margin-right: 0;
}

.selectly li img {
	margin: 20px auto;
}

.selectly h4 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.selectly li p {
	color: #666666;
}


/*<!--selectly-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.idpAdvan h4 {
	margin-bottom: 40px;
}

.advantage dt {
	border-color: #CCCCCC !important;
}


/*<!--idpAdvan-->*/


/*底部*/

.foot {
	line-height: 28px;
}


/*底部*/

#doyoo_monitor {
	display: none !important;
}