﻿@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: 810px;
	background: url(../img/banner.png) no-repeat center top;
	position: relative;
}

/*<!--导航-->*/

.mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	/*background-color: #FF6633;*/
	background-color: rgba(153, 126, 96, .7);
	position: absolute;
	bottom: 0;
	left: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	position: static;
	/*background-color: #FF6633;*/
	background-color: rgba(153, 126, 96, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2997E60, endColorstr=#B2997E60);
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	padding: 0 30px;
	float: left;
	font-size: 16px;
	cursor: pointer;
}

.mainNav .lastLi {
	border-right: 0;
}

.mainNav li:hover,
.mainNav li.activeNav,
.mainNav a:hover {
	/*background-color: #333333;*/
	color: #333333;
	background-color: rgba(255, 255, 255, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
}

.mainNav a {
	display: block;
	font-size: 16px;
	width: 124px;
	cursor: pointer;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	margin: 0 auto;
	/*width: 1000px;*/
	background-color: #FFF7EA;
	/*padding: 40px 0 60px 0;*/
	padding-top: 40px;
}

.lead {
	margin: 0 auto;
	padding: 0 0 34px 78px;
	width: 922px;
}

.lead p {
	position: relative;
	font-size: 14px;
	line-height: 30px;
}

.lead p:before {
	content: "导语";
	position: absolute;
	top: 28px;
	left: -78px;
	font-weight: bold;
	font-size: 30px;
}


/*表單*/

.biaodan {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 30px 0;
	background-color: #FFF1E4;
	border: 3px solid #D0AE81;
}

.biaodan form {
	padding: 0 190px;
}

.biaodan form div {
	margin-bottom: 20px;
}

.biaodan h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.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,
.Nstep,
.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;
}

.Nstep {
	background: url(../img/eduBox.jpg) no-repeat center;
}

.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
}

#submit {
	background: #FF8901 !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: 60px 0;
	background-color: #FFFFFF;
}

.section_content {
	width: 1000px;
	margin: 0 auto;
}

.section_content h4 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #60481d;
}

.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: 50px;
}

.ly_link {
	display: block;
	height: 50px;
	width: 300px;
	background-color: #FF8901;
	margin: 0 auto;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	color: #FFFFFF;
}

.ly_link2 {
	background-color: #fc5f00;
}

.ly_link:hover {
	background-color: #d47300;
}

.ly_link2:hover {
	background-color: #ce4e00;
}

.yourChoice,
.elite-school,
.recommend {
	background-color: #FFF7EA;
}


/*********************<!--公共模块-->**********************/


/*<!worry>*/

.worry-lis {
	background: url(../img/person.png) no-repeat center;
}

.worry-lis li {
	width: 255px;
	height: 108px;
	background-color: #A69B7B;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 10px;
	padding: 20px;
	position: relative;
}

.worry-lis li.left {
	margin-right: 100px;
}

.worry-lis li.left:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: #A69B7B;
	right: -39px;
	top: 50%;
	margin-top: -20px;
}

.worry-lis li.right {
	margin-left: 100px;
}

.worry-lis li.right:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #A69B7B;
	left: -39px;
	top: 50%;
	margin-top: -20px;
}

.worry-lis li.noMB {
	margin-bottom: 0;
}

.worry-lis h5 {
	color: #ffdd41;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 12px;
}

.worry-lis p {
	color: #FFFFFF;
	line-height: 24px;
}


/*<!worry>*/


/*<!--yourChoice---->*/

.youtChoice-tab {
	margin-bottom: 34px;
}

.youtChoice-tab li {
	width: 180px;
	position: relative;
	float: left;
	padding: 15px 0;
	background-color: #73A1D2;
	margin-right: 20px;
	cursor: pointer;
}

.youtChoice-tab li img {
	display: inline-block;
	height: 45px;
	margin-bottom: 12px;
}

.youtChoice-tab li p {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}

.youtChoice-tab li.currentChoice,
.youtChoice-tab li:hover {
	background-color: #316499;
}

.youtChoice-tab li.currentChoice:before,
.youtChoice-tab li:hover:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #316499;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
}

.choice-content {
	display: none;
}

.choice-content-active {
	display: block;
}

.choice-content li {
	border: 1px solid #5F7FEC;
	margin-bottom: 10px;
}

.choice-content h5 {
	width: 200px;
	background-color: #5F7FEC;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.choice-content div {
	padding: 30px 20px;
	line-height: 24px;
	color: #666666;
	background-color: #FFFFFF;
	display: table-cell;
	width: 758px;
}

.choice-content li.rightContent div {
	margin: 0;
	margin-right: 200px;
}

.yourChoice .ly_wrap {
	margin-top: 40px;
}


/*<!--yourChoice---->*/


/*<!--ausService-->*/

.ausService-lis {
	width: 1020px;
}

.ausService-lis li {
	width: 233px;
	margin-right: 20px;
	float: left;
	-webkit-box-shadow: 5px 5px 15px #CCCCCC;
	-moz-box-shadow: 5px 5px 15px #CCCCCC;
	box-shadow: 5px 5px 15px #CCCCCC;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
}

.ausService-lis .img-wrap {
	position: relative;
	margin-bottom: 30px;
	width: 235px;
	height: 170px;
}

.ausService-lis .img-wrap span {
	position: absolute;
	font-size: 18px;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 170px;
	text-align: center;
	top: 0;
	left: 0;
}

.ausSerContxt {
	height: 170px;
}

.ausService-lis p {
	padding: 0 12px;
	line-height: 24px;
	color: #666666;
}


/*<!--ausService-->*/


/*<!--elite-school-->*/

.elite-school {
	padding-bottom: 0;
}

.elite-school .thead {
	height: 54px;
	width: 980px;
	border: 1px solid #E0DDD6;
}

.elite-school .thead th {
	background-color: #FFA205;
	color: #FFFFFF;
	padding: 0 5px;
}

.elite-school .tbody-wrap {
	width: 100%;
	height: 500px;
	overflow: auto;
}

.elite-school .tbody {
	width: 980px;
	border-right: 1px solid #E0DDD6;
	font-size: 13px;
}

.elite-school .tbody tr {
	vertical-align: middle;
	color: #666666;
	background-color: #FFFFFF;
}

.elite-school .tbody tr td {
	padding: 14px 5px;
	border-left: 1px solid #E0DDD6;
	border-bottom: 1px solid #E0DDD6;
	line-height: 22px;
}

.elite-school .tbody tr.even {
	background-color: #F9F0E9;
}

.letters {
	background-color: #FFFFFF;
	padding: 60px 0;
}

.thankpic {
	position: relative;
	width: 885px;
	margin: 0 auto;
}

.thankpic .hd .prev,
.thankpic .hd .next {
	position: absolute;
	width: 16px;
	height: 31px;
	overflow: hidden;
	cursor: pointer;
	top: 50%;
	margin-top: -15px;
}

.thankpic .hd .prev {
	left: -40px;
	background: url(../img/prev.png) no-repeat center;
}

.thankpic .hd .next {
	right: -40px;
	background: url(../img/next.png) no-repeat center;
}

.thankpic .bd ul {
	overflow: hidden;
	zoom: 1;
}

.thankpic .bd ul li {
	width: 265px;
	height: auto;
	margin: 0 15px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.thankpic .bd ul li p {
	color: #666666;
	margin-top: 5px;
}

.thankpic img {
	width: 265px;
	height: 390px;
}


/*<!--elite-school-->*/


/*<!--ausCenter-->*/

.ausCenter {
	background-color: #54575E;
}

.increment h2 {
	padding: 0 !important;
}


/*<!--ausCenter-->*/


/*<!--teachers-->*/

.teachers .picMarquee-left {
	margin: 0 auto;
}


/*<!--teachers-->*/


/*<!--recommend-->*/

.recommend {
	padding-bottom: 30px;
}

.recommendLis {
	width: 655px;
	margin: 0 auto;
}

.recommendLis li {
	margin-bottom: 30px;
}

.recommendLis a {
	display: block;
}

.recommendLis p {
	color: #666666;
	line-height: 28px;
}

.recommendLis p:hover {
	text-decoration: underline;
}


/*<!--recommend-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.advantage dt {
	border-bottom-color: #CCCCCC !important;
}


/*<!--idpAdvan-->*/

.foot {
	line-height: 28px;
}