@charset "utf-8";
body {
	font-size: 16px;
	color: #333333;
	background-color: #FFFFFF;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	/*background: url(../img/banner.jpg) no-repeat center top;*/
	background: url(../img/newBanner.jpg) no-repeat center top;
	margin-bottom: 50px;
}

.bannerBtn {
	padding-top: 428px;
	margin: 0 auto;
	width: 450px;
}

.bannerBtn a {
	display: inline-block;
	height: 56px;
	width: 206px;
	font-size: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 56px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	cursor: pointer;
}

.bannerBtn a:hover {
	background-color: #FF9966;
	border-color: #FF9966;
}

.bannerBtn a:first-of-type {
	margin-right: 20px;
}

.headContent {
	width: 1000px;
	margin: 0 auto;
	margin-top: 55px;
}

.lead,
.form {
	float: left;
}

.lead {
	width: 423px;
	line-height: 36px;
	color: #FFFFFF;
	padding: 26px 40px 14px 40px;
	background: url(../img/maskingBg2.png) repeat left top;
	/*background: rgba(0, 0, 0, 0.6);*/
}

.lead h4 {
	margin-bottom: 6px;
	font-size: 30px;
	color: #FFCC66;
}

.lead a {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	width: 260px;
	background-color: #FF9966;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
	margin-top: 20px;
}

.lead a:hover {
	background-color: #e56446;
}

.form {
	float: right;
	width: 404px;
	height: 390px;
	padding-top: 32px;
	border: 10px solid #FF9966;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: url(../img/filterWhite.png) repeat left top;
	background: rgba(255, 255, 255, 0.5);
}

.form h4 {
	font-size: 24px;
	margin-bottom: 6px;
}

.form p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 6px;
}

.form input,
.form select {
	width: 250px;
	height: 40px;
	margin: 0 auto;
	font-family: "微软雅黑";
	margin-bottom: 20px;
	padding-left: 36px;
	padding-right: 20px;
	display: block;
}

.form select {
	width: 300px;
	padding-left: 30px;
}

#mobile {
	background: url(../img/tel.jpg) no-repeat center;
}

#name {
	background: url(../img/name.jpg) no-repeat center;
}

#step {
	background: url(../img/edu.jpg) no-repeat center;
}

#branch {
	background: url(../img/city.jpg) no-repeat center;
	margin-bottom: 4px;
}

#submit {
	background-color: #FF9966;
	width: 300px;
	height: 50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

#submit:hover {
	background-color: #e56446;
}


/*<!--头部【导语和表单】-->*/


/*<!--导航-->*/

.mainNav {
	width: 1000px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	margin-bottom: 60px;
}

.mainNav ul {
	width: 998px;
	border: 1px solid #333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: static;
}

.mainNav ul.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	border-right: 1px solid #333333;
	width: 123px;
	float: left;
	font-size: 14px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.mainNav li.longLi {
	width: 130px;
}

.mainNav li a {
	display: block;
	color: #333333;
}

.mainNav li:hover {
	background-color: #333333;
}

.mainNav li:hover {
	color: #FFFFFF;
}

.mainNav li.activeNav {
	background-color: #333333;
	color: #FFFFFF;
}

.mainNav .lastli {
	border-right: 0;
}


/*<!--导航-->*/


/*<!--最新捷报-->*/

.newInfos {
	width: 830px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.newInfos h5,
.scrollDiv,
.link {
	display: block;
	float: left;
}

.newInfos h5 {
	height: 56px;
	width: 116px;
	border: 1px solid #9999FF;
	background-color: #336699;
	color: #FFFFFF;
	line-height: 56px;
	font-weight: bold;
}

.scrollDiv {
	background-color: #4B84D0;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	padding: 0 16px;
	width: 538px;
	font-size: 14px;
}

.newsLis li {
	height: 58px;
}

.newsLis a {
	color: #FFFFFF;
}

.newsLis a:hover {
	text-decoration: underline;
}

.newInfos .link {
	float: right;
	background-color: #FF9966;
	color: #FFFFFF;
	height: 58px;
	width: 142px;
	line-height: 58px;
	cursor: pointer;
}


/*<!--最新捷报-->*/


/*<!--录取列表-->*/

.offerCount {
	width: 100%;
	background: url(../img/offerCountBg.gif) no-repeat center bottom;
	padding-bottom: 72px;
}

.offerCount ul {
	width: 1000px;
	margin: 0 auto;
}

.offerCount li {
	font-size: 18px;
	float: left;
	width: 33.33%;
}

.offerCount li img {
	display: inline-block;
}

.offerCount li p {
	margin-top: 20px;
}

.offerCount li span {
	display: block;
	font-weight: bold;
}


/*<!--录取列表-->*/


/*********************<!--公共模块-->**********************/

#highAdmission,
#mbAdmission,
#myAdmission,
#teacher,
#idpAdvantage {
	background-color: #fce2d8;
}

#highAdmission,
#mbAdmission,
#myAdmission,
#offer,
#recommend,
#idpUSACenter {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 6px;
}

.ha_content {
	width: 1000px;
	margin: 0 auto;
}

.ha_content h4 {
	width: 414px;
	height: 33px;
	border: 1px solid #000000;
	margin: 0 auto;
}

.ha_content h4 span {
	font-size: 35px;
	background-color: #fce2d8;
	display: block;
	font-weight: bold;
	width: 245px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	top: -26px;
	text-align: center;
}

.ha_content .msg {
	margin-top: 12px;
	margin-bottom: 25px;
}


/*offer轮播*/

.slideBox {
	width: 265px;
	height: 420px;
	position: relative;
	margin-left: 100px;
	float: left;
}

.slideBox .bd {
	overflow: hidden;
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	width: 100%;
	zoom: 1;
	vertical-align: middle;
	cursor: pointer;
}

.slideBox .bd img {
	display: block;
	width: 100%;
}

.slideBox .bd p {
	font-size: 14px;
	line-height: 30px;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: block;
	width: 20px;
	height: 42px;
	background: url(../img/prev.png) no-repeat center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .prev {
	left: -42px;
}

.slideBox .next {
	background: url(../img/next.png) no-repeat center;
	right: -42px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


/*offer轮播*/


/*<!--相关链接-->*/

.infoLis {
	width: 500px;
	float: left;
	margin-left: 120px;
	font-size: 18px;
	line-height: 38px;
	padding-top: 56px;
}

.infoLis li {
	position: relative;
}

.infoLis li:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background: url(../img/circle.png) no-repeat center;
	top: 16px;
	left: -16px;
}

.infoLis a {
	color: #666666;
}

.infoLis a:hover {
	text-decoration: underline;
}

.offerLink {
	display: block;
}


/*<!--相关链接-->*/


/*********************<!--公共模块-->**********************/


/*<!--高端录取-->*/


/*<!--高端录取-->*/


/*<!--美本录取-->*/

#mbAdmission .offerLink {
	margin-top: 20px;
}


/*<!--美本录取-->*/


/*<!--美研录取-->*/

#myAdmission .offerLink {
	margin-top: 40px;
}

#myAdmission {
	padding-bottom: 78px;
}


/*<!--美研录取-->*/


/*<!--offer榜-->*/

#offer {
	background: #F2EFEE url(../img/offerBg.gif) no-repeat center top;
}

#offer .ha_content h4 {
	width: 624px;
}

#offer .ha_content h4 span {
	background-color: #F2EFEE;
	width: 500px;
}

.tableWrap {
	height: 600px;
	margin: 0 auto;
	width: 1000px;
	overflow-y: scroll;
	background-color: #FFFFFF;
}

.offerTable {
	border-collapse: collapse;
	width: 982px;
	font-size: 13px;
	font-family: "微软雅黑";
	border: 1px solid #CCCCCC;
	border-right: 0;
	border-color: #CCCCCC;
	/*指定火狐 /IE8中的颜色*/
	*border-color: #CCCCCC;
	/* 指定IE7中的颜色*/
	_border-color: #CCCCCC;
	/* 指定IE6中的颜色*/
}

.offerTable tr {
	border-bottom: 1px solid #CCCCCC;
}

.offerTable tr td,
.offerTable tr th {
	border-right: 1px solid #CCCCCC;
	border-color: #CCCCCC;
	/*指定火狐 /IE8中的颜色*/
	*border-color: #CCCCCC;
	/* 指定IE7中的颜色*/
	_border-color: #CCCCCC;
	/* 指定IE6中的颜色*/
}

.offerTable tr:nth-child(odd) {
	background-color: #f3f3f3;
}

.offerTable th {
	height: 62px;
	background-color: #4B84D0;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.offerTable td {
	padding: 24px 0;
}

.joinUs {
	border: 1px solid #CCCCCC;
	border-top: 0;
	width: 980px;
	padding: 26px 0;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
}

.joinUs p {
	color: #4B84D0;
	font-weight: bold;
	margin-bottom: 20px;
}

.joinUs a {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	background-color: #FF9966;
	color: #FFFFFF;
	font-size: 18px;
	width: 192px;
	height: 42px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 42px;
	text-align: center;
}

.joinUs a:hover {
	background-color: #E56446;
}


/*<!--offer榜-->*/


/*<!--攻略推荐-->*/

#recommend {
	background: #F2EFEE;
	padding-bottom: 0;
}

#recommend .ha_content h4 span {
	background-color: #F2EFEE;
	width: 290px;
}

.recommendLis li {
	float: left;
	margin-bottom: 40px;
	width: 33.33%;
}

.recommendLis li.noMB {
	margin-bottom: 0;
}

.recommendLis img {
	display: inline-block;
	width: 310px;
	height: 209px;
}

.recommendLis p {
	margin-top: 16px;
	font-size: 14px;
	color: #666666;
}


/*<!--攻略推荐-->*/


/*<!--IDP美国留学中心-->*/

#idpUSACenter {
	background: url(../img/idpusaBg.jpg) no-repeat center top;
	padding-top: 170px;
	/*padding-bottom: 40px;*/
	height: 608px;
}

#idpUSACenter .ha_content h3,
#teacher .ha_content h3,
#idpAdvantage .ha_content h3 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}

p.p_intro {
	line-height: 28px;
	font-size: 14px;
	text-indent: 28px;
}

p.p_intro {
	margin-bottom: 20px;
}

.serviceLis {
	padding: 0 140px;
}

.serviceLis li {
	float: left;
	width: 150px;
	padding: 0 45px;
	font-size: 14px;
	padding-bottom: 30px;
}

.serviceLis li img {
	display: inline-block;
}

.serviceLis li span {
	display: block;
	height: 90px;
	margin-bottom: 20px;
}


/*<!--IDP美国留学中心-->*/


/*<!--老师-->*/

#teacher {
	padding-top: 65px;
}

/*.p_ours {
	font-size: 14px;
	line-height: 24px;
}*/


/* 下面是前/后按钮代码，如果不需要删除即可 */

/*.slideTxtBox {
	width: 868px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 48px;
	position: relative;
}

.slideTxtBox .hd {
	margin-top: 48px;
	margin-bottom: 50px;
}

.slideTxtBox .hd ul {
	width: 396px;
	margin: 0 auto;
}

.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	width: 132px;
}

.slideTxtBox .hd ul li.on {
	font-weight: bold;
}

.slideTxtBox .bd ul {
	zoom: 1;
}

.slideTxtBox .bd ul li {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	position: relative;
}

.slideTxtBox .bd ul li img {
	height: 170px;
	width: 286px;
}

.slideTxtBox .bd ul li a {
	color: #FFFFFF;
	display: block;
	height: 100%;
	width: 100%;
	background: url(../img/maskingBg2.png) repeat left top;
	background: rgba(0, 0, 0, 0.6);
}*/


/* 下面是前/后按钮代码，如果不需要删除即可 */

/*.slideTxtBox .arrow a {
	height: 48px;
	width: 29px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.slideTxtBox .arrow .next {
	background: url(../img/redNext.png) no-repeat center;
	right: -70px;
}

.slideTxtBox .arrow .prev {
	left: -70px;
	background: url(../img/redPrev.png) no-repeat center;
}

.slideTxtBox .arrow .prev:hover,
.slideTxtBox .arrow .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.cursorPlay li {
	float: left;
}

.cursorPlay li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.cursorPlay li a div {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
}

.cursorPlay span {
	display: block;
	font-size: 14px;
}

span.span_name {
	padding-top: 10px;
	font-weight: bold;
}

span.span_intro {
	line-height: 24px;
	padding: 6px 20px;
}

span.span_click {
	height: 25px;
	width: 96px;
	background-color: #CC0033;
	margin: 0 auto;
	line-height: 25px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.moreTeachers {
	display: block;
	width: 258px;
	padding: 10px;
	margin: 0 auto;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}

.moreTeachers:hover {
	color: #0159A3;
}*/


/*<!--老师-->*/


/*<!--IDP优势-->*/

#idpAdvantage {
	padding-top: 65px;
}


/*<!--IDP优势-->*/