@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;
}

.suspension-right .bankToTop img {
	vertical-align: top;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 592px;
	background: url(../img/headBanner.jpg) no-repeat center top;
	position: relative;
}

.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: #9B9FAE;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);*/
}

.mainNav ul {
	width: 966px;
	padding: 0 16px;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: bold;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	padding: 0 34px;
	float: left;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	height: 50px;
}

.mainNav li:hover,
.mainNav li.activeNav {
	color: #333333;
}


/*<!--导航-->*/


/*<!--lead-->*/

.lead {
	width: 100%;
	padding: 50px 0 60px 0;
	background-color: #F3F4F8;
}

.lead-txt {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #9B9FAE;
	padding-bottom: 14px;
	color: #666666;
}

.lead-txt b {
	display: block;
	font-size: 20px;
	color: #333333;
}

.fourQuestion {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

.fq-tit {
	font-size: 20px;
	font-weight: bold;
}

.fqList li {
	width: 200px;
	float: left;
	text-align: left;
	padding: 30px 0;
	padding-left: 50px;
	line-height: 24px;
	background: url(../img/question.png) no-repeat left center;
}

.fq-notice {
	font-weight: bold;
	font-size: 16px;
	color: #0086f9;
}

.free-tit {
	height: 47px;
	width: 196px;
	color: #FFFFFF;
	background-color: #0086f9;
	line-height: 47px;
	text-align: center;
	margin: 40px auto 20px;
	-webkit-border-radius: 23.5px;
	-moz-border-radius: 23.5px;
	border-radius: 23.5px;
	font-size: 18px;
	font-weight: bold;
}

.freeList li {
	float: left;
	width: 235px;
	margin-right: 20px;
	-webkit-box-shadow: 0 8px 30px #9B9FAE;
	-moz-box-shadow: 0 8px 30px #9B9FAE;
	box-shadow: 0 8px 30px #9B9FAE;
}


/*<!--lead-->*/


/*导语*/

.leadAndForm {
	padding: 20px 0 80px 0;
	background-color: #F3F4F8;
	margin-bottom: 20px;
}

.lf-wrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}


/*表單*/

.biaodan {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}

.biaodan input,
.biaodan select {
	font-family: "微软雅黑";
	color: #333333;
}

.biaodan label {
	font-family: "宋体";
	width: 90px;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
	line-height: 40px;
}

.biaodan b {
	font-family: "宋体";
	font-weight: normal;
	display: inline-block;
	margin: 0 10px 0 30px;
}

.biaodan em {
	font-style: normal;
	font-family: "宋体";
	display: inline-block;
	margin: 0 5px;
}

.formContent {
	/*display: none;*/
}

.formContent div {
	float: left;
	padding-left: 15px;
	margin-top: 20px;
}

.formContent div.edu {
	padding: 0;
	margin: 0;
	clear: both;
}

.formContent div.select {
	position: relative;
}

.formContent div.select:after {
	content: "";
	position: absolute;
	background: url(../img/selectBg.png) no-repeat left center #FFFFFF;
	width: 36px;
	height: 36px;
	right: 1px;
	top: 2px;
}

.biaodan input {
	padding: 0 8px;
	line-height: 38px;
	height: 38px;
	border: 1px solid #CCCCCC;
}

.biaodan select {
	border: 1px solid #CCCCCC;
	height: 40px;
	width: 120px;
	padding: 8px 0 8px 8px;
}

.biaodan input.radio {
	height: 13px;
	border: none;
	position: relative;
	top: 2px;
}

.biaodan .graduatetimeBox {
	width: 100px;
}

.biaodan .largeBox {
	width: 350px;
}

.formContent .overallCon {
	margin-top: 0;
	padding-left: 0;
}

.formContent .overallCon1 {
	padding-left: 15px;
}

.formContent .overallCon2 {
	padding-top: 20px;
}

.overallCon input.gpa {
	width: 90px;
}

.overallCon select.gpa {
	width: 88px;
}

.tp label {
	width: 50px;
}

.overallCon input.tpBox {
	width: 60px;
}

.Overall2 input {
	width: 44px;
}

.applyInfo input {
	width: 350px;
}

.applyInfo select {
	width: 366px;
}

.form-subtit {
	height: 45px;
	line-height: 45px;
	background-color: #F3F4F8;
	font-size: 16px;
	text-indent: 20px;
	font-weight: bold;
	margin-top: 30px;
}

#submit,
.form-link {
	display: inline-block;
	width: 320px;
	height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	background: #51C21A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	line-height: 50px;
	margin: 40px 10px 0;
}

#submit {
	margin-left: 170px;
	border-color: #51C21A;
}


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 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: 30px;
}

.section_content h3 span {
	background: salmon;
	background: url(../img/titTop.png) no-repeat center top;
	display: inline-block;
	padding: 34px 20px 0 20px;
}

.subTit {
	color: #666666;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}

.ly_link {
	display: block;
	height: 50px;
	width: 320px;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #51C21A;
	color: #FFFFFF;
	text-align: center;
	margin: 40px auto 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.connect {
	position: relative;
}

.connect:after {
	content: "";
	height: 112px;
	width: 112px;
	position: absolute;
	bottom: -118px;
	left: 20px;
	background: url(../img/connect.png) no-repeat center;
}


/*********************<!--公共模块-->**********************/
.banner-cont{
	width: 1000px;
	margin:0 auto;
}

.banner-cont .tit1{
	height: 45px;
	font-size: 45px;
	font-weight: bolder;
	background: -webkit-linear-gradient(left, #2630a9, #0086f9);
	-webkit-background-clip: text;
	color: transparent;
	margin-left: 20px;
	padding-top: 120px;
}
.banner-cont .tit2{
	font-size: 45px;
	height: 45px;
	font-weight: bolder;
	line-height: 80px; 
	margin-left: 20px;
	margin-top: 30px;
	color: white;
}
.banner-cont .tit3{
	font-size: 24px;
	line-height: 50px;
	margin-top: 100px;
	margin-left: 20px;
}
/*<!--what-->*/

.what-content {
	height: 399px;
	background: url(../img/connectionBg.png) no-repeat center;
}

.what-abs {
	width: 610px;
	padding-left: 325px;
	line-height: 25px;
}

.whatList {
	padding: 89px 0 0 26px;
}

.whatList li {
	float: left;
	margin: 0 23px;
	text-align: center;
	width: 142px;
}

.whatList li h4 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	margin: 0 auto;
}

.whatList li p {
	line-height: 24px;
	margin-top: 10px;
}

.whatList li span {
	font-weight: bold;
	color: #333399;
}

.what .ly_link {
	margin: 20px auto 0;
}


/*<!--what-->*/


/*<!--who-->*/

.who {
	background-color: #F3F4F8;
	padding-bottom: 0;
}

.who-content {
	background: url(../img/whoBg.png) no-repeat center;
	height: 384px;
	position: relative;
}

.who-content p {
	color: #FFFFFF;
	line-height: 24px;
	position: absolute;
}


/*********表单************/

.form {
	background: #FFFFFF;
	padding: 60px 0;
}

.form span {
	color: #CC3333;
}

.formTit {
	height: 70px;
	width: 448px;
	margin: 0 auto;
	text-align: center;
	line-height: 70px;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/formTitBg.png) no-repeat center;
	margin-bottom: 15px;
}

.formTxt {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.formRemind {
	text-align: center;
	color: #999999;
	margin: 10px 0 20px 0;
}

.formNotice {
	text-align: center;
}


/**********表单**********/


/*<!--who-->*/


/*<!--youGain-->*/

.youGain {
	padding-top: 50px;
	background: url(../img/successSendBg.jpg) no-repeat center top #FFFFFF;
}

.youGain h3 {
	line-height: 42px;
	font-size: 24px;
	color: #FFFFFF;
}

.youGain h3 span {
	padding-top: 0;
	background: transparent;
}

.gainList li {
	width: 235px;
	height: 196px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 20px;
	-webkit-box-shadow: 0 4px 20px #DDDDDD;
	-moz-box-shadow: 0 4px 20px #DDDDDD;
	box-shadow: 0 4px 20px #DDDDDD;
}

.gainImg {
	height: 81px;
	width: 235px;
	display: table-cell;
	vertical-align: middle;
	padding: 37px 0 17px 0;
}

.gainImg img {
	margin: 0 auto;
}

.gainTxt {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #0086f9;
}


/*<!--youGain-->*/


/*<!--when-->*/

.when {
	padding-bottom: 20px;
}

.when p.subTit {
	margin-bottom: 0;
}

.whenImg,
.when-contxt {
	display: table-cell;
	vertical-align: middle;
}

.whenImg {
	width: 500px;
}

.when-contxt {
	padding-left: 45px;
	line-height: 24px;
}

.when-contxt p {
	padding: 10px 0;
	color: #000000;
}

.when-contxt span {
	color: #FF0033;
}


/*<!--when-->*/


/*<!--why-->*/

.whyList li {
	width: 460px;
	height: 89px;
}

.numImg,
.whyTxt {
	display: table-cell;
	vertical-align: middle;
}

.numImg {
	width: 68px;
	height: 89px;
}

.numImg img {
	margin: 0 auto;
}

.whyTxt {
	color: #666666;
	line-height: 24px;
	padding-left: 10px;
}

.whyTxt b {
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
}


/*<!--why-->*/


/*<!--how-->*/

.how {
	background-color: #F3F4F8;
}

.howList li {
	float: left;
	width: 184px;
	background-color: #FFFFFF;
	margin-right: 20px;
	padding-top: 60px;
	height: 280px;
	position: relative;
	-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-box-shadow: 0 4px 20px #DDDDDD;
	-moz-box-shadow: 0 4px 20px #DDDDDD;
	box-shadow: 0 4px 20px #DDDDDD;
	top: 0;
}

.howList li:hover {
	top: -5px;
}

.howImg {
	display: table-cell;
	vertical-align: middle;
	height: 69px;
	width: 184px;
}

.howImg img {
	margin: 0 auto;
}

.howTxt {
	margin-top: 20px;
	line-height: 24px;
	padding: 0 20px;
	color: #666666;
}

.howTxt b {
	display: block;
	text-align: center;
	color: #0086f9;
	font-size: 18px;
	margin-bottom: 10px;
}

.how .connect:after {
	top: -114px;
	left: 868px;
	-webkit-transform: rotateZ(100deg);
	-moz-transform: rotateZ(100deg);
	-ms-transform: rotateZ(100deg);
	-o-transform: rotateZ(100deg);
	transform: rotateZ(100deg);
}


/*<!--how-->*/


/*<!--consultant-->*/

.consultant {
	padding-bottom: 0;
}

.consultant h3 {
	margin-bottom: 40px;
}

.consultant-picScroll-left {
	width: 900px;
	padding: 0 50px;
	position: relative;
	overflow: hidden;
}

.consultant-picScroll-left .hd {
	/*overflow: hidden;*/
}

.consultant-picScroll-left .hd .prev,
.consultant-picScroll-left .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.consultant-picScroll-left .hd .prev {
	background: url(../img/prevBtn.png) no-repeat center;
	left: 0;
}

.consultant-picScroll-left .hd .next {
	background: url(../img/nextBtn.png) no-repeat center;
	right: 0;
}

.consultant-picScroll-left .hd .prev:hover {
	background: url(../img/hoverPrevBtn.png) no-repeat center;
}

.consultant-picScroll-left .hd .next:hover {
	background: url(../img/hoverNextBtn.png) no-repeat center;
}

.consultant-picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
	height: 20px;
	text-align: center;
	width: 900px;
	position: absolute;
	bottom: 10px;
	z-index: 1;
}

.consultant-picScroll-left .hd ul li {
	width: 9px;
	height: 9px;
	display: inline-block;
	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%;
}

.consultant-picScroll-left .hd ul li.on {
	background-color: #333333;
}

.consultant-picScroll-left .bd ul {
	zoom: 1;
	height: 620px !important;
	overflow: hidden;
}

.consultant-picScroll-left .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 430px;
	height: 580px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 4px 20px #DDDDDD;
	-moz-box-shadow: 0 4px 20px #DDDDDD;
	box-shadow: 0 4px 20px #DDDDDD;
}

.consultName {
	font-size: 16px;
	margin: 40px 0 10px 0;
}

.consultName b {
	display: inline-block;
	margin-right: 10px;
}

.consult-instro {
	line-height: 30px;
	color: #666666;
	text-align: left;
	padding: 0 30px;
}

.consultant .ly_link {
	margin-top: 30px;
}


/*<!--consultant-->*/

.idpUSAService,
.idpTeachers {
	padding-bottom: 20px;
}

.recommend h3,
.idpUSAService h3,
.idpTeachers h3,
.idpAdvan h3 {
	margin-bottom: 40px;
}


/*<!--recommend-->*/

.recommend {
	padding: 60px 0;
	background-color: #F3F4F8;
}

.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;
	width: 235px;
}

.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-->*/

.serviceLis .service_txt h6 {
	color: #0086f9 !important;
}

.serviceLis .service_txt p {
	padding: 8px 0px 0px 48px !important;
}

.serviceLis .service_txt h6 {
	margin-bottom: 10px !important;
}

.picMarquee-left .bd ul li .title p {
	padding-bottom: 0 !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-->*/

.Validform_checktip {
	display: none !important;
}


/*---------------------------------------*/