@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: 617px;*/
	background: url(../img/headBanner.jpg) no-repeat center top;
	position: relative;
}

.headContent {
	margin: 0 auto;
	width: 1000px;
	padding-top: 366px;
}

.bannerBtn {
	width: 430px;
	margin: 0 auto;
}

.bannerBtn a {
	display: block;
	width: 208px;
	height: 48px;
	border: 1px solid #CC6633;
	line-height: 48px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 18px;
	cursor: pointer;
	color: #CC6633;
}

.bannerBtn a:hover {
	color: #FFFFFF;
	background-color: #CC6633;
}


/*<!--导航-->*/

.mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: 105px;
	overflow: hidden;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 105px;
	position: relative;
}

.mainNav .mainNav_wrap b.line {
	position: absolute;
	top: 50px;
	height: 3px;
	width: 1000px;
	background-color: #336699;
	left: 50%;
	margin-left: -500px;
}

.mainNav ul {
	width: 970px;
	margin: 0 auto;
	height: 105px;
	padding: 0 15px;
}

.mainNav li {
	position: relative;
	float: left;
	height: 36px;
	font-size: 22px;
	cursor: pointer;
	padding-left: 32px;
	background: url(../img/navBg1.png) no-repeat left bottom;
	z-index: 1;
	width: 248px;
}

.mainNav li:before {
	content: "";
	position: absolute;
	background: url(../img/right.png) no-repeat center;
	width: 32px;
	height: 32px;
	bottom: -32px;
	left: -16px;
}

.mainNav li a {
	color: #333333;
	white-space: nowrap;
}

.mainNav li.bt {
	position: relative;
	top: 32px;
	line-height: 50px;
	padding-left: 22px;
	background: url(../img/navBg1.png) no-repeat left top;
	width: 258px;
}

.mainNav li.bt:before {
	top: -32px;
	left: 10px;
}

.mainNav li a:hover {
	color: #336699;
	font-weight: bold;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	margin: 0 auto;
	padding-top: 30px;
}

.lead {
	margin: 0 auto;
	padding: 0 0 34px 78px;
	width: 922px;
}

.lead p {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}


/*表單*/

.biaodan {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: 4px solid #336699;
	background: url(../img/formBg.png) no-repeat center;
}

.biaodan form {
	padding: 0 190px;
}

.biaodan form div {
	margin-bottom: 20px;
}

.biaodan h3 {
	font-size: 30px;
	margin-bottom: 22px;
	font-weight: bold;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	display: block;
	width: 265px;
	color: #aab2bd;
}

.biaodan form input {
	padding-left: 4px;
	width: 259px;
	line-height: 38px;
}

.mobile,
.name,
.step,
.branch {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 36px;
	margin-bottom: 10px;
}

.mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.step {
	background: url(../img/countryBox.jpg) no-repeat center;
}

.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
}

#submit {
	background: #336699 !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;
	margin: 0 auto;
}


/*#submit:hover {
	background-color: #FF8901 !important;
}*/


/*表單*/

.formShadow {
	margin: 0 auto;
}


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 30px 0;
	background-color: #FFFFFF;
}

.section_content {
	width: 1000px;
	margin: 0 auto;
}

.section_content h4,
h4.apply-flow-tit,
.section_content h5 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333333;
}

h4.apply-flow-tit {
	width: 1000px;
	margin: 0 auto;
}

.section_content p.subTit {
	margin-bottom: 26px;
	font-size: 18px;
}

.section_content h5 {
	font-size: 30px;
	color: #336699;
}


/*.section_content h4 span {
	position: relative;
}

.section_content h4 span:before,
.section_content h4 span:after {
	position: absolute;
	content: "◆";
	top: 0;
	-webkit-transform: scaleY(1.5);
	-moz-transform: scaleY(1.5);
	-ms-transform: scaleY(1.5);
	-o-transform: scaleY(1.5);
	transform: scaleY(1.5);
}

.section_content h4 span:before {
	left: -30px;
}

.section_content h4 span:after {
	right: -30px;
}*/

.ly_wrap {
	width: 620px;
	margin: 0 auto;
	margin-top: 30px;
}

.ly_link {
	display: block;
	height: 48px;
	width: 298px;
	background-color: #FFFFFF;
	margin: 0 auto;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	color: #CC6633;
	border: 1px solid #CC6633;
}

.ly_link2 {
	background-color: #CC6633;
	color: #FFFFFF;
}


/*********************<!--公共模块-->**********************/


/*<!--au-ys-->*/

.au-ys {
	padding: 50px 0;
}

.auAdvanLis li {
	width: 20%;
	float: left;
}

.auAdvanLis img {
	display: inline-block;
}

.auAdvanLis b,
.auAdvanLis em {
	display: block;
}

.auAdvanLis b {
	padding: 20px 0;
	font-size: 18px;
}

.auAdvanLis em {
	font-style: normal;
	color: #999999;
	line-height: 20px;
}


/*<!--au-ys-->*/


/*<!--apply-flow-->*/

.apply-flow {
	padding-top: 0;
	padding-bottom: 40px;
}


/*<!--apply-flow-->*/


/*<!--cityChoice-->*/

#cityChoice {
	background: url(../img/sectionBg.jpg) no-repeat center top;
}

.cityChoiceLis {
	padding: 0 20px;
}

.cityChoiceLis li {
	width: 293px;
	border: 1px solid #CCCCCC;
	border-top-width: 5px;
	height: 310px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 37px;
	position: relative;
}

.cityChoiceLis img {
	margin: 0 auto;
	margin-top: 26px;
}

.city-name {
	height: 50px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
}

.city-instro {
	padding: 0 18px;
	font-size: 13px;
	color: #666666;
	line-height: 26px;
}

.cityChoiceLis a {
	text-decoration: underline;
	color: #2b7fd2;
	position: absolute;
	bottom: 20px;
	right: 18px;
	cursor: pointer;
}


/*<!--cityChoice-->*/


/*<!--majorChoice-->*/

.major-tab {
	font-size: 24px;
	color: #999999;
	margin-bottom: 20px;
}

.major-tab li {
	display: inline-block;
	padding: 0 44px;
	cursor: pointer;
}

.major-tab li.currentmaj,
.school-tab li.currentschool {
	color: #CC6633;
	font-weight: bold;
}

.majCons {
	width: 1000px;
}

.majCons table {
	width: 100%;
	display: none;
	font-size: 14px;
	color: #666666;
	border-top: 10px solid #FF9A66;
	border-left: 1px solid #CCCCCC;
}

.majCons tr {
	height: 72px;
}

.majCons tr.even {
	background-color: #FFE0D1;
}

.majCons td,
.majCons th {
	vertical-align: middle;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.majCons th {
	text-align: center;
	font-weight: normal;
}

.majCons td {
	padding: 0 22px;
	line-height: 24px;
}

.majCons table.activeMajTable {
	display: block;
}

.majCons td a {
	display: block;
	height: 30px;
	width: 130px;
	line-height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #99CCFF;
	color: #FFFFFF;
	margin: 0 auto;
	cursor: pointer;
	font-size: 13px;
}

.majCons td a:hover {
	background-color: #CC6633;
}


/*<!--majorChoice-->*/


/*<!--schoolChoice-->*/

.school-tab {
	margin-bottom: 20px;
	font-size: 24px;
	color: #666666;
}

.school-tab li {
	display: inline-block;
	padding: 0 36px;
	cursor: pointer;
}

.school-content {
	display: none;
}

.school-content li {
	width: 244px;
	height: 344px;
	border: 1px solid #CCCCCC;
	border-top-width: 5px;
	float: left;
	margin-right: 5px;
	background-color: #FFFFFF;
	font-size: 14px;
	position: relative;
}

.school-content.activeSchools {
	display: block;
}

.school-content li.noMr {
	margin-right: 0;
}

.school-content img {
	height: 60px;
	margin: 30px auto;
}

.uni-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}

.uni-rank,
.uni-instro {
	line-height: 24px;
	color: #666666;
	padding: 0 16px;
	font-size: 13px;
}

.uni-rank {
	margin-bottom: 5px;
}

.uni-link {
	padding: 20px 16px;
	/*background: salmon;*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 212px;
}

.uni-link a {
	cursor: pointer;
	color: #2b7fd2;
	text-decoration: underline;
}


/*<!--schoolChoice-->*/


/*<!--schoolApply-->*/

#schoolApply .section_content p.subTit {
	margin-bottom: 46px;
}

#schoolApply {
	background-color: #E9EDF0;
}

.schoolApplyLis li {
	float: left;
	margin: 0 19px;
	height: 234px;
	width: 293px;
	border: 1px solid #CDCED2;
	border-top-width: 5px;
	padding-top: 92px;
	position: relative;
}

.schoolApplyLis li img {
	position: absolute;
	left: 50%;
	margin-left: -38px;
	top: -24px;
}

.sa-tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}

.sa-instro {
	padding: 0 54px;
	line-height: 22px;
	color: #666666;
	font-size: 13px;
}

.schoolApplyLis a {
	position: absolute;
	right: 20px;
	bottom: 30px;
	text-decoration: underline;
	cursor: pointer;
	color: #2B7FD2;
}

.sa-notice {
	position: relative;
	padding: 20px 20px 0 68px;
	line-height: 26px;
}

.sa-notice:before {
	content: "备注：";
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 14px;
}


/*<!--schoolApply-->*/


/*<!--visaApply-->*/

.visaApply-content {
	width: 823px;
	margin: 0 auto;
}

.visaApply-content ul {
	width: 376px;
	padding-left: 34px;
}

.visaApply-content ul.left {
	border-right: 3px solid #336699;
	padding-right: 34px;
	padding-left: 0;
}

.visaApply-content ul.right {
	padding-top: 105px;
}

.visaApply-content li {
	position: relative;
}

.visaApply-content li:before {
	position: absolute;
	content: "";
	background: url(../img/down.png) no-repeat center;
	width: 32px;
	height: 32px;
	top: -4px;
	right: -52px;
}

.visaApply-content ul.right li:before {
	left: -51px;
}

.visaApply-content h6 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.visaApply-content p {
	height: 160px;
	line-height: 24px;
}

.prepareLis li {
	float: left;
	width: 130px;
	margin-right: 44px;
	height: 236px;
}


/*<!--visaApply-->*/


/*<!--prepare-->*/

.prepareLis img {
	margin: 0 auto;
}

.prepareLis h6 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 36px;
	margin-bottom: 22px;
}

.prepareLis p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding: 0 16px;
}


/*<!--prepare-->*/


/*<!--ausCenter-->*/

.ausCenter {
	background-color: #4A5060;
	padding: 0;
}


/*<!--ausCenter-->*/


/*<!--teachers-->*/

.picMarquee-left {
	padding: 0 30px !important;
	margin: 0 auto;
}


/*<!--teachers-->*/


/*<!--recommend-->*/

.recLis li {
	float: left;
	width: 210px;
	height: 173px;
	margin-right: 53px;
}

.recLis li img {
	width: 100%;
	height: 100%;
}

.recLis p {
	margin-top: 10px;
	color: #666666;
}

.recLis p:hover {
	text-decoration: underline;
	color: #336699;
}


/*<!--recommend-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.advantage dt {
	border-bottom-color: #CCCCCC !important;
}


/*<!--idpAdvan-->*/

.foot {
	line-height: 28px;
}