@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: 520px;
	background: url(../img/headBanner.png) no-repeat center top;
	background-size: 100% 100%;
	position: relative;
}

.header .tit1 {
	font-size: 22px;
	color: #ffffff;
	position: absolute;
	left: 30%;
    bottom: 214px;
}

.header .tit2 {
	position: absolute;
    left: 30%;
    bottom: 85px;
	line-height: 40px;
	color: #e11936;
    background: -webkit-linear-gradient(left, #e11936, #ff8202);
    background: -moz-linear-gradient(left, #e11936, #ff8202);
    background: linear-gradient(left, #e11936, #ff8202);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.headContent {
	width: 1000px;
	margin: 0 auto;
	height: 497px;
}

.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: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}

.mainNav ul {
	width: 846px;
	margin: 0 auto;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	padding: 0 15px;
	float: left;
	cursor: pointer;
}

.mainNav .lastLi {
	border-right: 0;
}

.mainNav li:hover,
.mainNav li.activeNav,
.mainNav a:hover {
	color: #ff8300;
	font-weight: bold;
}

.mainNav a {
	display: block;
	width: 88px;
	float: left;
	cursor: pointer;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	padding: 20px 0 40px 0;
	background-color: #f3f4f8;
	margin-bottom: 20px;
}

.lf-wrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

.lead {
	width: 508px;
}

.lead-tit {
	font-size: 30px;
	height: 60px;
	position: relative;
	line-height: 76px;
	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;
}


/*表單*/

.biaodan {
	width: 422px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #FFFFFF;
	position: absolute;
	border-bottom: 6px solid #EDEDED;
	right: 0;
	top: 0;
}

.biaodan:before {
	content: "";
	position: absolute;
	background: url(../img/formShadow.png) no-repeat center;
	width: 426px;
	height: 106px;
	bottom: -78px;
	left: 50%;
	margin-left: -213px;
}

.form-tit {
	font-size: 24px;
	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,
.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;
	margin-bottom: 10px;
}

/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 60px 0;
	background-color: #FFFFFF;
}

.section_content {
	width: 1000px;
	margin: 0 auto;
}

.section_content h3 {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}

.section_content h3 span {
	width: 690px;
	display: inline-block;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-image: linear-gradient(90deg,
			#e11936 10%,
			#ff8202 100%),
		linear-gradient(#f87f07,
			#f87f07);
	background-blend-mode: normal,
		normal;
}

/* .section_content h3 em {
	position: absolute;
	top: 34px;
	height: 2px;
	width: 100%;
	background-color: #CCCCCC;
	left: 0;
} */

.subtit {
	text-align: center;
	font-size: 20px;
	color: #666666;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

.ly-wrap {
	width: 620px;
	margin: 0 auto;
}

.ly_link {
	display: block;
	height: 50px;
	width: 300px;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 40px;
	cursor: pointer;
	color: #FFFFFF;
	border: 1px solid #51c21a;
	color: #51c21a;
	text-align: center;
}

.ly_link:hover {
	color: #FFFFFF;
	background-color: #51c21a;
}

.preferential,
.successfulCase,
.teachers {
	/* background-color: #D1EAFF; */
	background-color: #f3f4f8;
}


/*********************<!--公共模块-->**********************/


/*<!--fitFor-->*/

.fitFor .notice img{
	width: 1000px;
	height: 125px;
	cursor: auto;
	margin: 0 0 40px 0;
}

.fitFor-tit {
	padding: 16px 0;
	width: 380px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.fitFor-tit h4 {
	font-size: 30px;
	position: relative;
	z-index: 1;
}

.fitFor-tit h4 span {
	color: #f87f07;
	font-weight: bold;
}

.fitFor-tit p {
	font-size: 18px;
	color: #666666;
	margin-top: 15px;
	position: relative;
	z-index: 1;
}

.fitFor-tit em {
	position: absolute;
	width: 390px;
	height: 30px;
	background: url(../img/title_line.png) no-repeat center;
	top: 0;
	margin-top: -15px;
	left: -5px;
}

.fitForPersonContent {
	background: url(../img/img.png) no-repeat center top;
	padding-bottom: 70px;
}

.fitForPersonContent li {
	float: left;
	width: 170px;
	text-align: center;
	margin: 0 95px;
	padding-top: 170px;
}

.fitForPersonContent p {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 15px;
}

.fitForPersonContent p span{
	color: #f87f07;
}

.fitForPersonContent a {
	display: block;
	margin: 0 auto;
	height: 40px;
	width: 126px;
	border: 1px solid #51c21a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 40px;
	color: #51c21a;
	cursor: pointer;
}

.fitForPersonContent a:hover {
	background-color: #51c21a;
	color: #FFFFFF;
}

.fitWrap .fitFor-tit {
	margin-bottom: 30px;
}

.fitFor-area,
.fitFor-time {
	width: 490px;
}


.fitForAreaContent,
.fitForTimeContent {
	padding: 30px 20px 20px 20px;
	width: 490px;
	height: 320px;
	box-sizing: border-box;
	background-color: #F7F7F7;
}

.fitForAreaContent img {
	margin: 5px auto 0;
}

.fitForTimeContent p {
	width: 100%;
	text-align: center;
	color: #f88008;
	font-size: 20px;
}

.fitForTimeContent img{
	margin-top: 20px;
}


/*<!--fitFor-->*/


/*<!--preferential-->*/

.preferential .preferentialInstro {
	line-height: 24px;
	text-align: center;
	margin-bottom: 40px;
	color: #333333;
	letter-spacing: 2px;
}

.preferentialLeft,
.preferentialRight {
	width: 430px;
	padding: 150px 30px 20px 30px;
	height: 500px;
}

.preferentialLeft {
	background: url(../img/yh1.jpg) no-repeat center top #FFFFFF;
}

.preferentialRight {
	background: url(../img/yh2.jpg) no-repeat center top #FFFFFF;
}

.preferential h4 {
	width: 235px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	background-color: #FDCF00;
	margin: 0 auto;
	letter-spacing: 2px;
}

.preferential h5 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	padding-left: 28px;
	background-color: #F3F3F3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 330px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.preferential h5 span{
	font-size: 12px;
	color: #333333;
}

.preferential p {
	line-height: 26px;
	color: #666666;
	letter-spacing: 1px;
}

.preferentialCenter {
	margin: 0 auto;
	margin-top: 20px;
	width: 998px;
	padding: 28px 0;
	background: url(../img/yh3.jpg) no-repeat center;
}

.preferentialCenterContent {
	width: 430px;
	background-color: #FFFFFF;
	padding: 30px 30px 12px;
}

.notice {
	width: 100%;
}

.notice img {
	width: 1000px;
	height: 200px;
	margin: 60px auto 0 auto;
	cursor: pointer;
}

.small_tip{
	font-size: 11px;
	margin: 44px 0 18px 0;
}

/*<!--preferential-->*/


/*<!--applyPlan-->*/

.applyPlan h3,
.otherLinks h3,
.idpAdvan h3,
.teachers h3 {
	margin-bottom: 40px;
}

.countryTab {
	margin-bottom: 45px;
}
.countryTab,.sucTab,.teacherTab{
	display: inline-block;
}

.countryTab li,
.sucTab li,
.teacherTab li {
	height: 58px;
	width: 231px;
	float: left;
	border: 1px solid #666666;
	color: #666666;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	cursor: pointer;
	letter-spacing: 2px;
	margin-right: 30px;
}

/* .countryTab li {
	margin-right: 30px;
} */

.countryTab li:last-child,
.sucTab li:last-child,
.teacherTab li:last-child {
	margin-right: 0;
}

/* .countryTab li:nth-child(3) {
	margin-right: 0px;
} */

/* .sucTab li {
	margin-right: 70px;
} */

/* .sucTab li:nth-child(4) {
	margin-right: 0px;
} */

/* .teacherTab li {
	margin-right: 150px;
}

.teacherTab li:nth-child(3) {
	margin-right: 0px;
} */

.countryTab .currentCountry,
.countryTab li:hover,
.sucTab .currentSuc,
.sucTab li:hover,
.teacherTab .currentTea,
.teacherTab li:hover {
	background-color: #FDCF00;
	font-weight: bold;
	border-color: #FDCF00;
	color: #333333;
}

.timePlan {
	display: none;
	position: relative;
}

.timePlan em {
	position: absolute;
	display: block;
	width: 1px;
	background-color: #8e8f91;
	top: 0;
	left: 50%;
}

.timePlan.activeTP {
	display: block;
}

.timePlan .left,
.timePlan .right {
	width: 430px;
}

.timePlan .right {
	padding-top: 89px;
}

.timePlan .left li,
.timePlan .right li {
	width: 430px;
	/*height: 78px;
	padding: 18px 0;*/
	height: 114px;
	background-color: #F2F2F2;
	margin-bottom: 62px;
	position: relative;
}

.timePlan .left li:before,
.timePlan .right li:before,
.timePlan .left li:after,
.timePlan .right li:after {
	position: absolute;
	content: "";
}

.timePlan .left li:before,
.timePlan .right li:before {
	width: 430px;
	height: 20px;
	background: url(../img/shadow2.jpg) no-repeat center;
	top: 114px;
	left: 0;
}

.timePlan .left li:after,
.timePlan .right li:after {
	width: 0;
	height: 0;
	border: 14px solid transparent;
	top: 50%;
	margin-top: -13px;
}

.timePlan .left li:after {
	border-left-color: #F2F2F2;
	left: 100%;
}

.timePlan .right li:after {
	border-right-color: #F2F2F2;
	right: 100%;
}

.timePlan .left li span,
.timePlan .right li span {
	position: absolute;
	width: 48px;
	height: 48px;
	background: url(../img/circle.png) no-repeat center;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	top: 50%;
	margin-top: -24px;
}

.timePlan .left li span {
	right: -94px;
}

.timePlan .right li span {
	left: -94px;
}

.timePlan .left li .time,
.timePlan .right li .time {
	width: 165px;
	height: 40px;
	position: absolute;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	font-size: 21px;
	top: -16px;
	left: 17px;
	letter-spacing: 2px;
	background-color: #ff8202;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/* .timePlan .time1 {
	background-color: #2B80D3;
}

.timePlan .time2 {
	background-color: #8CC052;
}

.timePlan .time3 {
	background-color: #DB4453;
}

.timePlan .time4 {
	background-color: #3BAEDA;
}

.timePlan .time5 {
	background-color: #B17D4E;
}

.timePlan .time6 {
	background-color: #777A99;
}

.timePlan .time7 {
	background-color: #E84E0E;
}

.timePlan .time8 {
	background-color: #957BDC;
}

.timePlan .time9 {
	background-color: #36BD9C;
}

.timePlan .time10 {
	background-color: #F6BB43;
}

.timePlan .time11 {
	background-color: #E5005B;
} */

.timePlan .time:before {
	position: absolute;
	content: "";
	bottom: -10px;
	border: 10px solid transparent;
}

.timePlan .left .time:before {
	right: 15px;
	border-right-color: #ff8202;
}

.timePlan .right .time:before {
	right: 26px;
	border-right-color: #ff8202;
}

/* .timePlan .time1:before {
	border-left-color: #2B80D3;
}

.timePlan .time2:before {
	border-left-color: #8CC052;
}

.timePlan .time3:before {
	border-left-color: #DB4453;
}

.timePlan .time4:before {
	border-left-color: #3BAEDA;
}

.timePlan .time5:before {
	border-left-color: #B17D4E;
}

.timePlan .time6:before {
	border-left-color: #777A99;
}

.timePlan .time7:before {
	border-right-color: #E84E0E;
}

.timePlan .time8:before {
	border-right-color: #957BDC;
}

.timePlan .time9:before {
	border-right-color: #36BD9C;
}

.timePlan .time10:before {
	border-right-color: #F6BB43;
}

.timePlan .time11:before {
	border-right-color: #E5005B;
} */

.specificTime {
	width: 204px;
	height: 114px;
	text-align: right;
	padding-right: 15px;
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	color: #333333;
	background: url(../img/border2.jpg) no-repeat right center;
}

.planContent {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
	padding: 0 20px;
	letter-spacing: 1px;
	text-align: left;
}


/*<!--applyPlan-->*/


/*<!--successfulCase-->*/

.sucTab li {
	width: 182px;
}

.successfulCaseWrap {
	margin-top: 30px;
}

.hide {
	display: none;
}

.successfulCaseContent.activeSuc {
	display: block;
}

.suc-picScroll-left {
	width: 1000px;
	overflow: hidden;
	position: relative;
	padding-bottom: 42px;
}

.suc-picScroll-left .hd {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.suc-picScroll-left .hd .prev,
.suc-picScroll-left .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	top: -242px;
	z-index: 2;
}

.suc-picScroll-left .hd .prev {
	background: url(../img/prevBtn.png) no-repeat center;
	left: 0;
}

.suc-picScroll-left .hd .prev:hover {
	background: url(../img/currentPrev.png) no-repeat center;
}

.suc-picScroll-left .hd .next {
	background: url(../img/nextBtn.png) no-repeat center;
	right: 0;
}

.suc-picScroll-left .hd .next:hover {
	background: url(../img/currentNext.png) no-repeat center;
}

.suc-picScroll-left .hd ul {
	text-align: center;
	overflow: hidden;
	zoom: 1;
	zoom: 1;
}

.suc-picScroll-left .hd ul li {
	display: inline-block;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #f87f07;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	margin: 0 5px;
}

.suc-picScroll-left .hd ul li.on {
	background-color: #f87f07;
}

.suc-picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.suc-picScroll-left .bd ul li {
	/*_display: inline;*/
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.suc-picScroll-left .bd ul li .suc-content {
	height: 390px;
	width: 882px;
	margin: 0 auto;
}

.suc-content .left {
	padding: 0 26px;
	width: 544px;
	height: 100%;
	background-color: #FFFFFF;
}

.suc-content .right {
	width: 265px;
	height: 100%;
	background-color: #F7F7F7;
}

.suc-content .right img {
	height: 388px;
	width: 263px;
	border: 1px solid #CCCCCC;
}

.person {
	width: 150px;
	padding: 0 20px 0 6px;
	display: table-cell;
	vertical-align: middle;
	/*border-right: 1px solid #999999;*/
	height: 390px;
	background: url(../img/border.jpg) no-repeat right center;
}

.person .personName {
	margin-top: 12px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

a .person .personName {
	color: #333333;
}

.instro {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	color: #666666;
	line-height: 26px;
	padding-left: 20px;
}

.instro p {
	position: relative;
	letter-spacing: 1px;
}

.instro em {
	position: absolute;
	display: block;
	background: url(../img/yh.png) no-repeat center;
	width: 43px;
	height: 35px;
	top: -54px;
}


/*<!--successfulCase-->*/


/*<!--otherLinks-->*/

.picScroll-left-otherlink {
	width: 1000px;
	overflow: hidden;
	position: relative;
	padding-bottom: 32px;
}

.picScroll-left-otherlink .hd {
	overflow: hidden;
	width: 100%;
	background: salmon;
}

.picScroll-left-otherlink .hd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.picScroll-left-otherlink .hd ul li {
	display: inline-block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #003366;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
}

.picScroll-left-otherlink .hd ul li.on {
	background-color: #003366;
}

.picScroll-left-otherlink .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left-otherlink .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left-otherlink .bd ul li a {
	display: block;
	float: left;
	width: 300px;
	height: 220px;
	margin-right: 33px;
}

.picScroll-left-otherlink .bd ul li a:nth-child(3) {
	margin-right: 0;
}

.picScroll-left-otherlink .bd ul li img {
	display: block;
	width: 300px;
	height: 220px;
}


/*<!--otherLinks-->*/


/*<!--teachers-->*/

.teachersWrap {
	margin-top: 30px;
}

.teacherContent.activeTeacher {
	display: block;
}

.teachersWrap .picMarquee-left {
	padding: 0 30px;
	margin: 0 auto;
}


/*<!--teachers-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.advantage dt {
	border-color: #CCCCCC !important;
}

.foot {
	line-height: 28px;
}


/*<!--idpAdvan-->*/


/*---------------------------------------*/