@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;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 549px;
	background: url(../img/headBanner.jpg) no-repeat center top;
	position: relative;
}

.header-content {
	width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	padding-top: 438px;
}

.header-content a {
	display: inline-block;
	width: 188px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #FFFFFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
}

.header-content span {
	display: inline-block;
	color: #FFFFFF;
	margin-left: 45px;
}


/*nav*/

.mainNav {
	width: 100%;
	margin: 0 auto;
	height: 96px;
	bottom: 0;
	position: relative;
	top: 46px;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 80px;
	position: relative;
}

.mainNav .mainNav_wrap:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 100%;
	background-color: #000000;
	top: 30px;
	left: 0;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	position: relative;
	height: 80px;
	line-height: 80px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	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='#000086F8', endColorstr='#004CDFCB', GradientType=1);
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	float: left;
	cursor: pointer;
	position: relative;
	width: 125px;
	font-size: 16px;
	width: 142px;
	-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;
	cursor: pointer;
	font-size: 16px;
	-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 li:hover,
.mainNav li.activeNav,
.mainNav a:hover {
	font-weight: bold;
	font-size: 20px;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	padding-bottom: 30px;
}

.lf-wrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

.lead {
	width: 510px;
	padding-top: 40px;
}

.lead p {
	width: 446px;
	line-height: 30px;
	line-height: 24px;
	line-height: 38px;
	color: #666666;
}

.lead h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}

.lead h4 span {
	position: relative;
}

.lead h4:before {
	content: "";
	position: absolute;
	width: 74px;
	height: 46px;
	top: 10px;
	left: -22px;
	background: url(../img//leadTitBg.png) no-repeat center;
}


/*表單*/

.biaodan {
	width: 412px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #FFFFFF;
	position: absolute;
	top: -43px;
	right: 0;
	border: 6px solid #BED3FF;
}

.biaodan:before {
	content: "";
	position: absolute;
	background: url(../img/formShadow.png) no-repeat center;
	width: 426px;
	height: 106px;
	bottom: -74px;
	left: 50%;
	margin-left: -213px;
}

.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,
.professional,
.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;
}

.professional {
	background: url(../img/targetMaj.jpg) no-repeat center;
}

.guojia {
	background: url(../img/countryBox.jpg) no-repeat center;
}

#submit {
	display: block;
	background: #5D83FE !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;
	border: 1px solid #5D83FE;
}


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 90px 0 70px 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;
}

.section_content h3 b {
	position: relative;
}

.section_content h3 b span {
	font-weight: normal;
	position: relative;
	z-index: 1;
}

.section_content h3 b:after {
	position: absolute;
	content: "";
	background: url(../img/titBg.png) no-repeat center;
	width: 56px;
	height: 30px;
	right: -32px;
	top: 5px;
}

.ly-wrap {
	width: 530px;
	margin: 0 auto;
}

.ly_link {
	display: block;
	height: 50px;
	width: 258px;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	color: #5D83FE;
	text-align: center;
	margin: 50px auto 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #5D83FE;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.ly_link:hover {
	background-color: #5D83FE;
	color: #FFFFFF;
}

.connect {
	position: relative;
}

.connect:after {
	content: "";
	width: 86px;
	height: 118px;
	position: absolute;
	bottom: -140px;
	left: -232px;
	background: url(../img/connect.png) no-repeat center;
}

.countryTab li {
	float: left;
	margin-right: 18px;
}

.countryTab li.lastCoun {
	margin-right: 0;
}

.countryTab li {
	width: 185px;
	height: 75px;
	position: relative;
	line-height: 75px;
	text-align: center;
	cursor: pointer;
}

.countryTab li b {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 24px;
	background-color: rgba(123, 123, 123, .9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E57B7B7B', endColorstr='#E57B7B7B', GradientType=1);
}

.countryTab li.activeTab b,
.countryTab li:hover b {
	background: -webkit-linear-gradient(left, rgba(51, 51, 153, .7), rgba(0, 153, 255, .7));
	background: -o-linear-gradient(left, rgba(51, 51, 153, .7), rgba(0, 153, 255, .7));
	background: -moz-linear-gradient(left, rgba(51, 51, 153, .7), rgba(0, 153, 255, .7));
	background: -ms-linear-gradient(left, rgba(51, 51, 153, .7), rgba(0, 153, 255, .7));
	background: linear-gradient(left, rgba(51, 51, 153, .7), rgba(0, 153, 255, .7));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2333399', endColorstr='#B20099FF', GradientType=0);
}

.contents .content {
	display: none;
	padding-top: 50px;
}

.contents .content.currentContent {
	display: block;
}

.content h4,
.content2 h4 {
	font-size: 24px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
}

.content h4 span,
.content2 h4 span {
	position: relative;
}

.content h4 b,
.content2 h4 b {
	position: relative;
	display: inline-block;
	padding: 0 15px;
}

.content h4 span:before,
.content h4 span:after,
.content2 h4 span:before,
.content2 h4 span:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 500px;
	top: 15px;
	background-color: #333333;
}

.content h4 span:before,
.content2 h4 span:before {
	left: -500px;
}

.content h4 span:after,
.content2 h4 span:after {
	right: -500px;
}

.content h4 b:before,
.content h4 b:after,
.content2 h4 b:before,
.content2 h4 b:after {
	position: absolute;
	content: "";
	height: 5px;
	width: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #333333;
	top: 12.5px;
}

.content h4 b:before,
.content2 h4 b:before {
	left: 0;
}

.content h4 b:after,
.content2 h4 b:after {
	right: 0;
}

.advan,
.requirements,
.recommend {
	background-color: #F5F5F5;
}


/*********************<!--公共模块-->**********************/


/*<!--advan-->*/

.advanList li {
	background-color: #FFFFFF;
	width: 235px;
	float: left;
	margin-right: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 40px;
	height: 280px;
}

.advanList li.nomr {
	margin-right: 0;
}

.img_wrap {
	width: 235px;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
}

.img_wrap img {
	margin: 0 auto;
}

.advan-tit {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 25px 0 15px;
}

.advan-contxt {
	line-height: 30px;
	color: #666666;
	padding: 0 28px;
}


/*<!--advan-->*/


/*<!--applicationProgram-->*/

.applicationProgram .connect:after {
	background: url(../img/connect2.png) no-repeat center;
	width: 106px;
	height: 73px;
	bottom: -111px;
	left: 1200px;
}

.ap-item {
	float: left;
	width: 320px;
	margin-right: 20px;
	background-color: #F4F4F4;
	-webkit-border-radius: 95px;
	-moz-border-radius: 95px;
	border-radius: 95px;
	padding-top: 40px;
}

.ap-item.nomr {
	margin-right: 0;
}

.ap-item p.eduBg {
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	margin-bottom: 30px;
}

.ap-plan {
	height: 210px;
}

.can-apList .ap-plan {
	height: 240px;
}

.eduBg img {
	display: inline-block;
	margin-right: 10px;
}

.ap-item h5 {
	width: 258px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #54ADFF;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}

.ap-item p {
	line-height: 30px;
	color: #666666;
	padding: 0 30px;
}

.ap-item p b {
	color: #333333;
}

.ap-item a {
	display: block;
	margin: 10px auto 40px;
	width: 113px;
	height: 33px;
	border: 1px solid #333333;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	text-align: center;
	line-height: 33px;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.ap-item a:hover {
	background-color: #333333;
	color: #FFFFFF;
	cursor: pointer;
}


/*<!--applicationProgram-->*/


/*<!--requirements-->*/

.req-link {
	display: block;
	margin-bottom: 50px;
}

.reqTable {
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #666666;
}

.reqTable th {
	background-color: #645F65;
	color: #FFFFFF;
	height: 54px;
	font-size: 18px;
}

.reqTable th img {
	display: inline-block;
	margin-right: 10px;
}

.reqTable th,
.reqTable td {
	padding: 20px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.reqTable b {
	font-size: 18px;
	text-align: center;
	display: block;
}

.reqTable td {
	line-height: 24px;
}

.reqTable tr:nth-child(even) {
	background-color: #EFF8FF;
}


/*<!--requirements-->*/


/*<!--idpService-->*/

.idpService {
	background: url(../img/6partBg.jpg) no-repeat center top;
}

.idpService h3 {
	color: #FFFFFF;
}

.serviceList li {
	width: 485px;
	margin-bottom: 30px;
}

.serviceList li.nomb {
	margin-bottom: 0;
}

.serviceList .imgWrap {
	width: 170px;
	height: 192px;
	float: left;
}

.service-txt {
	margin-left: 170px;
	background-color: #F6F6F6;
	height: 192px;
}

.service-txt b,
.service-txt span {
	display: block;
}

.service-txt b {
	text-align: center;
	font-size: 18px;
	padding: 30px 0 12px;
}

.service-txt span {
	padding: 0 24px;
	color: #666666;
	line-height: 24px;
}

.idpService .ly_link {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.idpService .ly_link:hover {
	border-color: #5D83FE;
}


/*<!--idpService-->*/


/*<!--successfulCase-->*/

.successfulCase .connect:after {
	background: url(../img/connect2.png) no-repeat center;
	width: 106px;
	height: 73px;
	left: -190px;
	bottom: -111px;
}

.caseContent {
	height: 388px;
}

.caseContent div {
	width: 480px;
	background-color: #FFFFFF;
}

.caseContent .left h5,
.caseContent .left .info-tit {
	background-color: #54ADFF;
}

.caseContent .right h5,
.caseContent .right .info-tit {
	background-color: #38CAD7;
}

.caseContent h5 {
	line-height: 70px;
	font-size: 19px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.caseContent h5 img,
.caseContent h5 span {
	display: inline-block;
}

.caseContent h5 img {
	padding: 18px 10px 0 0;
}

.caseContent table {
	width: 480px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.caseContent table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	height: 260px;
	vertical-align: middle;
}

.caseContent .info-tit {
	height: 25px;
	line-height: 25px;
	width: 78px;
	margin: 15px auto 5px;
	color: #FFFFFF;
	text-align: center;
}

.caseContent .info-txt {
	text-align: center;
	line-height: 24px;
	color: #666666;
	padding: 0 20px;
}

.caseContent .info-txt-1 {
	text-align: left;
	padding: 0 40px;
	margin-top: 10px;
}

.caseContent .det {
	background-color: #FFFFFF;
	width: 478px;
	height: 34px;
	padding: 15px 0;
	border: 1px solid #CCCCCC;
	border-top: 0;
}

.det a {
	display: block;
	height: 32px;
	width: 113px;
	color: #333333;
	border: 1px solid #333333;
	text-align: center;
	margin: 0 auto;
	line-height: 32px;
	-webkit-border-radius: 17.5px;
	-moz-border-radius: 17.5px;
	border-radius: 17.5px;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.det a:hover {
	color: #FFFFFF;
	background-color: #333333;
}


/*<!--successfulCase-->*/


/*<!--recommend-->*/

.recList li {
	float: left;
	width: 310px;
	height: 180px;
	margin: 0 35px 35px 0;
	position: relative;
	top: 0;
	-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:hover {
	top: -10px;
	-webkit-box-shadow: 2px 8px 30px #DDDDDD;
	-moz-box-shadow: 2px 8px 30px #DDDDDD;
	box-shadow: 2px 8px 30px #DDDDDD;
}

.recList li.nomr {
	margin-right: 0;
}

.recList li.nomb {
	margin-bottom: 0;
}

.recList img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.recList p {
	position: absolute;
	font-weight: bold;
    line-height: 35px;
    top: 55px;
    left: 180px;
	color: #12198b;
	font-size: 20px;
	background-image: -webkit-linear-gradient(left,#12198b,#0087fc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*<!--recommend-->*/


/*<!--teachers-->*/

.teachers .connect:after {
	left: 1106px;
}

.teachers .picMarquee-left {
	padding: 0 30px;
	margin: 0 auto;
}

.teachers .contents2 {
	padding-top: 50px;
}


/*<!--teachers-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
	background-color: #F5F5F5;
}

.ab-advan-ul {
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
	text-align: center;
}

.ab-advan-ul li {
	display: inline-block;
	color: #666666;
	font-size: 20px;
	line-height: 25px;
	width: 120px;
}

.ab-advan-ul p {
	margin-top: 10px;
}

.ab-advan-ul .ab-advan-img {
	height: 33px;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}

.ab-advan-ul .ab-advan-img img {
	margin: 0 auto;
}

.ab-advan-ul .ab-advan-img {
	height: 34px;
}

.ab-advan-ul li.lastAdvan {
	margin-right: 0;
}

.advantage dt {
	border-color: #CCCCCC !important;
}

.foot {
	line-height: 28px;
}


/*<!--idpAdvan-->*/

.Validform_checktip {
	display: none !important;
}


/*---------------------------------------*/