@charset "utf-8";
body {
	color: #000000;
	font-size: 14px;
	background-color: #FFFFFF;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	background: url(../img/headBanner.jpg) no-repeat center top;
}

.headContent {
	width: 1000px;
	margin: 0 auto;
	height: 557px;
}

.bannerBtn {
	width: 404px;
	padding-top: 348px;
	padding-left: 113px;
}

.bannerBtn a {
	display: block;
	float: left;
	height: 48px;
	width: 198px;
	font-size: 18px;
	border: 1px solid #333333;
	cursor: pointer;
	line-height: 48px;
}


/*<!--导航-->*/

.mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	overflow: hidden;
	background-color: #333333;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	position: static;
	background: #333333;
}

.mainNav ul {
	width: 842px;
	padding: 13px 0;
	margin: 0 auto;
	color: #FFFFFF;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	border-right: 1px solid #FFFFFF;
	padding: 0 12px;
	float: left;
	font-size: 18px;
	cursor: pointer;
}

.mainNav .lastLi {
	border-right: 0;
}

.mainNav li:hover {
	color: #FFCC66;
}

.mainNav li.activeNav {
	color: #FFCC66;
}

.ly_link {
	display: block;
	height: 50px;
	width: 400px;
	color: #FFFFFF;
	background-color: #FF6633;
	margin: 0 auto;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top: 50px;
	cursor: pointer;
}

.ly_link:hover {
	background-color: #993333;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}

.lead {
	width: 537px;
	float: left;
}

.lead h4 {
	margin-bottom: 10px;
	font-size: 28px;
	letter-spacing: 10px;
	color: #3366CC;
}

.lead p {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 32px;
}


/*表單*/

.biaodan {
	float: right;
	width: 405px;
	border: 5px solid #99CCFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 40px;
}

.biaodan form {
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
	background-color: #FFFFFF;
}

.biaodan:after {
	position: absolute;
	content: "";
	width: 415px;
	height: 35px;
	bottom: -40px;
	left: -4px;
	background: url(../img/shadow.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.biaodan h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.biaodan p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 6px;
}

.biaodan form input,
.biaodan form select {
	height: 40px;
	width: 264px;
	font-family: "微软雅黑";
	margin-bottom: 10px;
	padding-left: 36px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.biaodan form input {
	padding-left: 36px;
}

.biaodan form select {
	width: 300px;
	padding-left: 30px;
}

#mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

#name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

#Nstep {
	background: url(../img/eduBox.jpg) no-repeat center;
}

#branch {
	background: url(../img/cityBox.jpg) no-repeat center;
}

#submit {
	background: #FF6633 !important;
	margin-bottom: 0;
	width: 300px;
	height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

#submit:hover {
	background-color: #993333 !important;
}


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding-top: 80px;
}

.section_content {
	width: 1000px;
	margin: 0 auto;
}

.section_content h4 {
	width: 414px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 44px;
}


/*********************<!--公共模块-->**********************/


/*<!--美国读研优势-->*/

.usaAdvan {
	width: 500px;
}

.usaAdvan .advan_tit {
	color: #FFFFFF;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	background-color: #3366CC;
	margin-bottom: 28px;
}

.usaAdvan.left .advan_tit {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
}

.usaAdvan.left .advan_tit:before {
	content: "";
	position: absolute;
	height: 117px;
	width: 105px;
	top: -18px;
	left: 100%;
	margin-left: -52.5px;
	background: url(../img/vs.png) no-repeat center;
}

.usaAdvan.right .advan_tit {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.usaAdvan.right {
	color: #666666;
}

.advanUL li {
	font-size: 14px;
	margin-top: 20px;
	padding: 20px 0;
}

.advanLeft li {
	padding-right: 72px;
	background-color: #FFCC33;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.advanRight li {
	padding-left: 72px;
	background-color: #F3F3F3;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.com_tit {
	text-decoration: underline;
	margin-bottom: 10px;
	font-size: 20px;
}

.ad_time,
.ad_condition,
.ad_goldContent,
.ad_rank,
.ad_job {
	position: relative;
}

.ad_time:after,
.ad_condition:after,
.ad_goldContent:after,
.ad_rank:after,
.ad_job:after {
	position: absolute;
	content: "";
	height: 65px;
	width: 65px;
	top: 15px;
	right: -32.5px;
}

.ad_time:after {
	background: url(../img/time.png) no-repeat center;
}

.ad_condition:after {
	background: url(../img/condition.png) no-repeat center;
}

.ad_goldContent:after {
	background: url(../img/goldContent.png) no-repeat center;
}

.ad_rank:after {
	background: url(../img/rank.png) no-repeat center;
}

.ad_job:after {
	background: url(../img/employment.png) no-repeat center;
}


/*<!--美国读研优势-->*/


/*<!--美国研究生申请方案-->*/

.programTable {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
}
.programTable a{
	color: #666666;
	text-decoration: underline;
}
.programTable .x_th {
	height: 58px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}

.programTable .y_th {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #366BCC;
}

.programTable .empty {
	background-color: #4B5161;
}

.programTable tr:nth-child(even) {
	background-color: #F3F3F3;
}

.programTable tr:nth-child(odd) {
	background-color: #E6E9EE;
}

.programTable td {
	padding: 16px 36px 46px 36px;
}


/*<!--美国研究生申请方案-->*/


/*<!--IDP留学服务-->*/
.service{
	padding-top: 80px;
	padding-bottom: 60px;
}
/*<!--IDP留学服务-->*/


/*<!--美国研究生申请条件-->*/

.condition {
	padding-bottom: 60px;
	padding-top: 80px;
	background-color: #F1F1F1;
}

.apply_condition,
.apply_material {
	margin: 0 auto;
	width: 212px;
	height: 54px;
	border: 3px solid #3366CC;
	font-size: 24px;
	line-height: 54px;
	font-weight: bold;
	position: relative;
}

.apply_condition i,
.apply_material i {
	position: absolute;
	background: #F1F1F1;
	display: block;
	height: 13px;
	width: 218px;
	top: 22px;
	left: -3px;
}

.apply_condition span,
.apply_material span {
	position: relative;
}

.apply_condition:after {
	position: absolute;
	height: 40px;
	width: 2px;
	content: "";
	background-color: #3366CC;
	top: 57px;
	left: 50%;
	margin-left: -1px;
}

.apply_line {
	display: block;
	height: 2px;
	width: 832px;
	margin: 0 auto;
	margin-top: 40px;
	background-color: #3366CC;
}

.applyLis {
	padding-left: 2px;
	margin-top: 43px;
	margin-bottom: 46px;
}

.applyLis li {
	float: left;
	width: 166px;
	position: relative;
}

.applyLis li:before {
	position: absolute;
	height: 43px;
	width: 2px;
	content: "";
	background-color: #3366CC;
	top: -43px;
	left: 50%;
	margin-left: -1px;
}

.applyLis li h6 {
	margin: 0 auto;
	height: 40px;
	width: 120px;
	background-color: #3366CC;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
}

.applyLis li p {
	line-height: 25px;
	font-size: 14px;
	padding: 0 8px;
}

.app_materialLis {
	padding: 30px 20px;
	background-color: #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 4px;
	border-radius: 8px;
	margin-top: 30px;
}

.app_materialLis li {
	line-height: 66px;
	height: 66px;
	width: 469px;
	background: url(../img/apply_bg.png) no-repeat center;
	margin-bottom: 18px;
}

.app_materialLis li.noMB {
	margin-bottom: 0;
}

.app_materialLis li span {
	display: block;
	width: 66px;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}

.app_materialLis li p {
	float: left;
	padding-left: 28px;
}


/*<!--美国研究生申请条件-->*/


/*<!--美国研究生申请时间条件-->*/

.time_con {
	width: 100%;
	height: 732px;
	position: relative;
	background: url(../img/timeLine.png) no-repeat center top;
}

.con {
	position: absolute;
	padding: 32px 64px 32px 80px;
	background-color: #F2F2F2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.con .timQeuantum {
	position: absolute;
	width: 187px;
	height: 113px;
	top: -58px;
	left: -139px;
	color: #FFFFFF;
	font-size: 21px;
	background: url(../img/msgPic.png) no-repeat center;
}

.con b {
	padding-top: 10px;
	display: block;
	font-size: 28px;
	font-weight: bold;
}

.con1 {
	top: 91px;
	left: 139px;
}

.con2 {
	top: 173px;
	right: 0;
}

.con3 {
	top: 334px;
	left: 139px;
}

.con4 {
	background-color: #FFFFFF;
	right: 0;
	bottom: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.con4 table {
	width: 862px;
}

.con4 table tr {
	height: 40px;
}

.con4 table tr th {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFCC33;
}

.con4 table tr td {
	font-size: 14px;
	background-color: #F2F2F2;
}

.con4 .timQeuantum {
	left: 410px;
	top: -124px;
}

.con_notice {
	width: 1000px;
	height: 70px;
	background: url(../img/tag.jpg) no-repeat left 45px center #E6E9EE;
	margin-top: 42px;
	text-indent: 175px;
	line-height: 70px;
	font-size: 18px;
}


/*<!--美国研究生申请时间条件-->*/


/*<!--美国研究生申请费用及奖学金-->*/

.feesAndScholarships {
	padding-bottom: 56px;
}

.feesAndScholarships .ly_link {
	margin: 0;
	margin-top: 50px;
}

.fees,
.scholarships {
	width: 470px;
}

.fees_content,
.schShip_content {
	padding-left: 16px;
}

.fees_content h5,
.schShip_content h5 {
	height: 63px;
	line-height: 63px;
	font-size: 24px;
	font-weight: bold;
	color: #3366CC;
}

.fees_content p,
.schShip_content p {
	font-size: 14px;
	line-height: 26px;
}

.fees_content span,
.schShip_content span {
	font-weight: bold;
}


/*<!--美国研究生申请费用及奖学金-->*/


/*<!--美国研究生申请成功案例-->*/

.successfulCase {
	background-color: #F1F1F1;
}

.sucLis li {
	float: left;
	height: 290px;
	width: 220px;
	border: 3px solid #CCCCFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFFFFF;
	position: relative;
	margin-right: 32px;
	margin-bottom: 32px;
}

.sucLis li.noMR {
	margin-right: 0;
}

.sucLis li.noMB {
	margin-bottom: 0;
}

.sucLis h5 {
	height: 98px;
	color: #3366CC;
	font-size: 18px;
	font-weight: bold;
	padding: 0 45px;
	line-height: 28px;
	padding-top: 12px;
}

.sucLis i {
	display: block;
	height: 1px;
	width: 42px;
	background-color: #666699;
	margin: 0 auto;
	margin-bottom: 18px;
}

.sucLis p {
	padding: 0 26px;
	line-height: 24px;
	font-size: 13px;
}

.sucLis a {
	height: 34px;
	width: 126px;
	display: block;
	background-color: #FFCC33;
	color: #333333;
	line-height: 34px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	bottom: 32px;
	left: 50%;
	margin-left: -63px;
}


/*<!--美国研究生申请成功案例-->*/


/*<!--美国留学申请解决方案-->*/

.solution{
	padding-top: 56px;
	padding-bottom: 76px;
}

.solutionLis {
	padding-left: 20px;
}

.solutionLis li {
	height: 172px;
	width: 223px;
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
}

.solutionLis li img {
	height: 100%;
	width: 100%;
}

.solutionLis li.noMB {
	margin-bottom: 0;
}


/*<!--美国留学申请解决方案-->*/

/*<!--IDP美国留学优势-->*/
.idpUsaAdvan{
	background-color: #666666;
}
.idpUsaAdvan .section_content h4{
	color: #FFFFFF;
}
/*<!--IDP美国留学优势-->*/


/*<!--老师-->*/

.teachers {
	background-color: #F1F1F1;
}

.zybj{
	background: url(../img/zybj.jpg) no-repeat top center;
	height: 670px;
	padding-top: 63px;
	margin-top: 50px;
}
.zybj h4{ width: 550px !important; text-align: center;}
.zybj_zy li,.zybj_zya li,.zybj_zyb li{
	font-size: 24px;
	line-height: 28px;
	color: #000;	
	float: left;
}
.zybj_zy li a,.zybj_zya li a,.zybj_zyb li a{color: #000;	}
.zybj_zy{padding: 128px 0px 97px 197px;height: 28px;}
.zybj_zya{padding: 0px 0px 0px 82px;height: 28px;}
.zybj_zyb{padding:92px 0px 0px 190px;height: 28px;}
/*<!--老师-->*/


/*<!--IDP优势-->*/
.idpAdvan{
	background-color: #F1F1F1;
}

/*<!--IDP优势-->*/