@charset "utf-8";
body {
	color: #000000;
	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;
}
a{
	text-decoration: none;
	cursor: pointer;
}

/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 500px;
	background: url(../img/banner.png) no-repeat center top;
}

.headContent {
	width: 1000px;
	margin: 0 auto;
	height: 500px;
	padding-top: 80px;
	box-sizing: border-box;
}
.headContent .tit1{
	font-size: 46px;
	margin-left: 150px;
}
.headContent .tit2{
	font-size: 60px;
	margin-top: 20px;
	width: 750px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: white;
}
.headContent .tit3{
	font-size: 30px;
	margin-left: 120px;
	margin-top: 20px;
}
.bannerBtn {
	width: 510px;
	height: 45px;
	margin-top: 60px;
	margin-left: 60px;
}

.bannerBtn a {
	display: block;
	height: 43px;
	width: 250px;
	font-size: 18px;
	border: 1px solid #fe7600;
	background: #fe7600;
	cursor: pointer;
	line-height: 43px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	color: white;
}
.bannerBtn a:nth-child(2){
	background: none;
	color: #fe7600;
}

/*<!--导航-->*/

.mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #333333;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	position: static;
	background: #0a0a0a;
}

.mainNav ul {
	width: 970px;
	margin: 0 auto;
	color: #FFFFFF;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	padding: 0 12px;
	float: left;
	font-size: 14px;
	cursor: pointer;
}

.mainNav .lastLi {
	border-right: 0;
}

.mainNav li:hover {
	color: #CCFF33;
}

.mainNav li.activeNav {
	color: #CCFF33;
}

.mainNav a {
	display: block;
	font-size: 14px;
	width: 88px;
}

.mainNav a:hover {
	color: #CCFF33;
	cursor: pointer;
}

.ly_link {
	display: block;
	height: 50px;
	width: 400px;
	background-color: #CCFF33;
	margin: 0 auto;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 50px;
	cursor: pointer;
}

.ly_link:hover {
	background-color: #56a459;
	color: #FFFFFF;
}

.ly_wrap {
	margin: 0 auto;
	margin-top: 50px;
	line-height: 50px;
	width: 440px;
}

.ly_left,
.ly_right {
	font-size: 18px;
	display: block;
	height: 50px;
	color: #FFFFFF;
	width: 220px;
	cursor: pointer;
}

.ly_left {
	background-color: #CCFF33;
	color: #333333;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.ly_right {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #669966;
}

.ly_left:hover {
	background-color: #56a459;
	color: #FFFFFF;
}

.ly_right:hover {
	background-color: #000;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	margin: 0 auto;
	padding: 50px 0 60px 0;
	width: 100%;
	background-color: #ECF1F7;
}

.lead {
	width: 1000px;
	height: 157px;
	background: url(../img/leadBG.png) no-repeat center;
	margin: 0 auto;
	/*margin-bottom: 30px;*/
}

.lead h4 {
	margin-bottom: 36px;
	font-size: 24px;
	letter-spacing: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	padding-top: 10px;
}

.lead p {
	font-size: 14px;
	line-height: 30px;
	padding: 0 80px;
}


/*表單*/

.biaodan {
	width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
}

.biaodan form {
	padding: 0 189px;
}

.biaodan form div {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.biaodan form div.noMR {
	margin-right: 0;
}

.biaodan h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	display: block;
	width: 265px;
	color: #666666;
}

.biaodan form input {
	padding-left: 4px;
	width: 259px;
}

.mobile,
.Mschool,
.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: #FF6600;
	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: #e56a00;
}


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding-top: 56px;
}

.section_content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.section_content h4 {
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
	height: 58px;
	line-height: 58px;
}

.section_content h4 span {
	position: relative;
}

.section_content h4 span:before,
.section_content h4 span:after {
	position: absolute;
	top: -11px;
	color: #2356A9;
	font-size: 60px;
}

.section_content h4 span:before {
	content: "[";
	left: -40px;
}

.section_content h4 span:after {
	content: "]";
	right: -40px;
}

p.msg {
	color: #2356A9;
	margin-bottom: 40px;
	font-size: 23px;
	font-weight: bold;
}


/*********************<!--公共模块-->**********************/


/*<!--澳洲中学留学优势-->*/

.auAdlis {
	width: 100%;
	color: #2356A9;
}

.au_white {
	color: #FFFFFF;
}

.auAdlis li {
	width: 20%;
	float: left;
	height: 391px;
}

.auad1 {
	background: url(../img/ys1.png) no-repeat center;
}

.auad2 {
	background: url(../img/ys2.png) no-repeat center;
}

.auad3 {
	background: url(../img/ys3.png) no-repeat center;
}

.auad4 {
	background: url(../img/ys4.png) no-repeat center;
}

.auad5 {
	background: url(../img/ys5.png) no-repeat center;
}

.auAdlis b {
	display: block;
	font-size: 18px;
	padding: 0 20px;
	padding-top: 152px;
	line-height: 30px;
	margin-bottom: 12px;
}

.auAdlis p {
	padding: 0 16px;
	font-size: 14px;
	line-height: 24px;
}


/*<!--澳洲中学留学优势-->*/


/*<!--澳洲中学类型-->*/

.typeTable {
	width: 1000px;
	font-size: 15px;
}

.typeTable td,
.typeTable th {
	padding: 20px 0;
}

.typeTable tr:nth-child(even) {
	background-color: #F3F3F3;
}

.typeTable tr:nth-child(odd) {
	background-color: #E6E9EE;
}

.typeTable tr th {
	color: #FFFFFF;
	background-color: #669966;
}

.typeTable a {
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	height: 30px;
	width: 170px;
	line-height: 30px;
	cursor: pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.consult1 {
	background-color: #FF6633;
}

.consult2 {
	background-color: #FF9900;
}

.consult1:hover {
	background-color: #da6c30;
}

.consult2:hover {
	background-color: #e58f00;
}


/*<!--澳洲中学类型-->*/


/*<!--澳洲中学申请指南-->*/

.guide {
	padding-bottom: 60px;
}

.guideLis li {
	float: left;
	width: 244px;
	margin-right: 8px;
	height: 600px;
	background-color: #F3F3F3;
}

.guideLis li.noMR {
	margin-right: 0;
}

.guideLis h5 {
	background: url(../img/zn_titBg.png) no-repeat left center #FFFFFF;
	height: 80px;
	line-height: 80px;
}

.guideLis h5 i {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	width: 44px;
	font-style: normal;
	margin-right: 10px;
}

.guideLis h5 span {
	display: inline-block;
	color: #669966;
	font-weight: bold;
	font-size: 18px;
}

.guide_content {
	padding: 10px 20px 0 20px;
}

.guide_content h6 {
	font-size: 15px;
	padding-top: 16px;
	color: #2356A9;
	line-height: 30px;
}

.guide_content p {
	color: #666666;
	font-size: 14px;
	padding-top: 6px;
	line-height: 24px;
}

.guide_content a {
	display: block;
	padding-top: 10px;
	padding-left: 12px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
	position: relative;
}

.guide_content a:before {
	position: absolute;
	content: "◆";
	top: 16;
	left: 0;
}

.guide_content a:hover {
	color: #2356A9;
}

.guide_content1 {
	padding: 10px 20px 0 20px;
}

.guide_content1 h6 {
	font-size: 14px;
	padding-top: 10px;
	color: #2356A9;
	line-height: 20px;
}
.guide_content1 p {
	color: #666666;
	font-size: 14px;
	padding-top: 6px;
	line-height: 20px;
}
.guide_content1 .bannerBtn1{
	width: 200px;
	height: 20px;
	margin-top: 20px;
}
.guide_content1 .bannerBtn1 a {
	display: block;
	width: 90px;
	height: 20px;
	font-size: 14px;
	border: 1px solid #fe7600;
	background: #fe7600;
	cursor: pointer;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: white;
}
.guide_content1 .bannerBtn1 a:nth-child(2){
	background: none;
	color: #fe7600;
}
/*<!--澳洲中学申请指南-->*/


/*<!--澳洲中学申请方案-->*/

.application {
	padding-bottom: 60px;
	background-color: #ECF1F7;
}

.appWrap {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.app_tit {
	width: 248px;
	height: 127px;
}

.app_left {
	background: url(../img/caseLeftBg.jpg) no-repeat center;
}

.app_right {
	background: url(../img/caseRightBg.jpg) no-repeat center;
}

.appR {
	height: 100px;
	padding: 12px 36px 0 42px;
	height: 115px;
	width: 674px;
}

.app_no {
	color: #CCFF33;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 8px;
}

.app_12 {
	padding-top: 12px;
}

.app_24 {
	padding-top: 24px;
}
.app_48 {
	padding-top: 12px;
}


.app_edu {
	font-size: 22px;
	color: #FFFFFF;
	padding: 0 34px;
	font-weight: bold;
}

.appLi {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #666666;
}

.appLi span {
	font-size: 18px;
	font-weight: bold;
}

.appBB {
	border-bottom: 1px solid #CCCCCC;
}


/*<!--澳洲中学申请方案-->*/


/*<!--澳洲中学申请时间规划-->*/

.temporalPlanning {
	background-color: #336699;
}

.temporalPlanning .section_content {
	padding-bottom: 60px;
}

.temporalPlanning .section_content h4 {
	color: #FFFFFF;
}

.temporalPlanning .section_content h4 span:before,
.temporalPlanning .section_content h4 span:after {
	color: #CCFF33;
}

.temporalPlanning p.msg {
	color: #CCFF33;
}

.tp_content {
	position: relative;
	width: 100%;
	height: 297px;
	background: url(../img/line.png) no-repeat center;
}

.tp {
	position: absolute;
	width: 200px;
	height: 130px;
	color: #FFFFFF;
}

.tp1 {
	left: 28px;
	top: 4px;
}

.tp2 {
	left: 341px;
	top: 4px;
}

.tp3 {
	left: 648px;
	top: 4px;
}

.tp4 {
	left: 188px;
	bottom: 4px;
}

.tp5 {
	left: 495px;
	bottom: 4px;
}

.tp6 {
	left: 806px;
	bottom: 4px;
}

.tp_tit {
	line-height: 40px;
	padding-left: 48px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/clock.png) no-repeat left 16px center #669966;
}

.tp p {
	height: 84px;
	font-size: 14px;
	padding: 10px 16px 0 16px;
	line-height: 24px;
}

.summerCamp {
	width: 100%;
	height: 530px;
	background-color: #FFFFFF;
	padding-top: 62px;
}
.summerCamp .sc_img{
	width: 100%;
	height: 180px;
}
.summerCamp .sc_img .left{
	width: 485px;
	height: 180px;
	background: url(../img/temp-left.png) no-repeat center top;
}
.summerCamp .sc_img .right{
	width: 485px;
	height: 180px;
	background: url(../img/temp-right.png) no-repeat center top;
}
.summerCamp .sc_img .tit1{
	height: 24px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	padding-top: 60px;
	color: white;
}
.summerCamp .sc_img .tit1 span{
	font-size: 20px;
}

.summerCamp .biaodan{
	margin-top: 10px;
	width: 100%;
	height: 275px;
	background: #dff2fc;
	box-sizing: border-box;
	padding-top:30px; 
}

.summerCamp .biaodan h3{
	color: #2d5dac;
}
.summerCamp .biaodan form {
    padding: 0 175px;
}
.summerCamp .biaodan .mobile {
    background: url(../img/telBox1.jpg) no-repeat center;
}
.summerCamp .biaodan .Mschool {
    background: url(../img/scoreBox1.png) no-repeat center;
}
.summerCamp .biaodan .name {
    background: url(../img/nameBox1.jpg) no-repeat center;
}
.summerCamp .biaodan .branch {
    background: url(../img/cityBox1.jpg) no-repeat center;
}
.summerCamp .biaodan #submit {
    background: #c4ee1e;
    color: #333;
}
.sC_content {
	margin: 0 auto;
	width: 1000px;
	height: 505px;
	position: relative;
}

.orange {
	display: block;
	height: 420px;
	width: 361px;
	background-color: #FF6600;
	position: absolute;
	top: 0;
	right: 0;
}

.sc_txt {
	height: 464px;
	width: 980px;
	position: absolute;
	left: 0;
	
	margin-top: 21px;
}


.sc_left,
.sc_right {
	padding-top: 26px;
	height: 170px;
	width: 485px;
	background-color: #ECF1F7;
}

.sc_tit {
	font-size: 22px;
	font-weight: bold;
	color: #669966;
	margin-bottom: 8px;
}

.sc_time {
	color: #FFFFFF;
	width: 250px;
	background-color: #669966;
	margin: 0 auto;
	height: 33px;
	line-height: 33px;
	font-size: 15px;
	margin-bottom: 16px;
}

.sc_li {
	line-height: 28px;
	color: #666;
	font-size: 14px;
}

.quick {
	margin-top: 32px;
	color: #666666;
	font-size: 18px;
}

.quick a {
	color: #2356A9;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #2356a9;
}


/*<!--澳洲中学申请时间规划-->*/


/*<!--澳洲中学名校推荐-->*/






.location {
	width: 100%;
	border: 1px solid #2356A9;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
}

.location  li{ 
	text-align: center; 
	float: left;
	width: 141px;
	height: 40px;
	line-height: 40px;
	color: #2356A9;
	cursor: pointer;
	font-size: 16px;
	border-left: 1px solid #2356A9;
	cursor:pointer;  
}
.activeRec{ 
	background-color: #2356A9;
	color: #FFFFFF!important;
	width: 147px!important;
}
.currentRec{
	display: block!important;
}
.recUniWrap .recUni{
	display: none;
}




.slideTxtBox1{ 
	width:100%;
	height: 450px;

}
.slideTxtBox1 .hd{
	width: 100%;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slideTxtBox1 .hd ul{
	display: inline-block;
}
.slideTxtBox1 .hd  li{
display: inline-block;  
	cursor:pointer;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ccc;  
	border:none;
	margin-right: 10px;
}
.slideTxtBox1 .hd  li.on{ 
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #56a459; 
}




.slideTxtBox1 .bd ul .uni {
	height: 300px;
	width: 406px;
	border: 2px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 20px 35px 20px 35px;
	position: relative;
}

.uni img {
	height: 74px;
	margin: 0 auto;
}

.uni_name {
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #2356A9;
	font-weight: bold;
}

.uni_intro {
	line-height: 26px;
	color: #666666;
	font-size: 14px;
}

.linkWrap {
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
}
  
.linkWrap a {
	display: block;
	height: 45px;
	width: 203px;
	line-height: 45px;
	font-size: 16px;
	cursor: pointer;
}

.linkWrap .left {
	background-color: #CCFF33;
	color: #333333;
	margin-left: 100px;
}

.linkWrap .right {
	background-color: #669966;
	color: #FFFFFF;
}

.currentRec {
	display: block;
}
.currentRec1 {
	display: none;
}

.auCenter {
	display: block;
	width: 100%;
	height: 380px;
	background: url(../img/idpauCenter.png) no-repeat center;
	margin-top: 40px;
}
.auCenter .section_content .tit1{
	font-size: 40px;
	font-weight: bolder;
	height: 40px;
	width: 800px;
	line-height: 40px;
	padding-top: 40px;
	background: linear-gradient(left, #2631a9, #4bdecc);
	background: -webkit-linear-gradient(left, #2631a9, #4bdecc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.auCenter .section_content .tit2{
	font-size: 30px;
	height: 30px;
	width: 500px;
	margin-top: 20px;
}
.auCenter ul{
	width: 600px;
	height: 130px;
	margin-top: 30px;
}
.auCenter ul li{
	width: 300px;
	height: 22px;
	margin-bottom: 16px;
}
.auCenter ul li img{
	vertical-align:bottom;
}
.auCenter ul li span{
	display: inline-block;
	height: 22px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin-left: 10px;
}
.auCenter .auCenter-link{
	display: block;
	width: 400px;
	height: 50px;
	border-radius: 25px;
	background: #c4ee1e;
	font-size: 18px;
	color: #333;
	line-height: 50px;
	margin-top: 20px;
	text-align: center;
}
/*<!--澳洲中学名校推荐-->*/


/*<!--IDP留学服务-->*/

.idpService {
	padding-bottom: 60px;
}

.idpService h4 {
	margin-bottom: 40px;
}

.joinUs {
	display: block;
	height: 50px;
	width: 400px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #333;
	margin: 0 auto;
	line-height: 50px;
	font-size: 18px;
	background-color: #c4ee1e;
	cursor: pointer;
	margin-top: 50px;
}


/*<!--IDP留学服务-->*/


/*<!--澳洲中学申请成功案例-->*/

.successfulCase {
	padding-bottom: 60px;
}

.suc_caseLis li {
	background-color: #FFFFFF;
	float: left;
	width: 250px;
	height: 270px;
	border: 1px solid #2356A9;
	margin-right: 65px;
	margin-bottom: 20px;
	padding: 28px 20px 0px 18px;
}

.suc_caseLis li.noMR {
	margin-right: 0;
}

.suc_tit {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}

.suc_caseLis i {
	display: block;
	margin: 0 auto;
	height: 1px;
	width: 42px;
	margin-top: 20px;
	margin-bottom: 24px;
	background-color: #FF6600;
}

.suc_caseLis li p{
	font-size: 14px;
	line-height: 20px;
}

.suc_det {
	margin: 0 auto;
	display: block;
	width: 154px;
	height: 32px;
	line-height: 32px;
	background-color: #FF6600;
	color: #FFFFFF;
	margin-top: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
}

.suc_det:hover {
	background-color: #000000;
}

.successfulCase .ly_wrap {
	margin-top: 30px;
}


/*<!--澳洲中学申请成功案例-->*/


/*<!--澳洲留学申请精英团队-->*/

.teachers h4 {
	margin-bottom: 30px;
}


/*<!--澳洲留学申请精英团队-->*/


/*<!--IDP留学优势-->*/

.idpAdvan h4 {
	margin-bottom: 40px;
}


/*<!--IDP留学优势-->*/


/*--新增css-----*/

.application-tab,
.application-tab-1 {
	width: 500px;
	margin: 0 auto;
}

.application-tab li,
.application-tab-1 li {
	width: 248px;
	height: 40px;
	line-height: 40px;
	color: #f27835;
	font-size: 18px;
	background: #fff;
	text-align: center;
	border: 1px solid #f27835;
	float: left;
	cursor: pointer;
}

.application-tab li:nth-child(2n),
.application-tab-1 li:nth-child(2n) {
	border-left: 0;
}

.application-tab li.currentContent,
.application-tab-1 li.currentContent {
	background: #fe7600;
	color: #fff;
	font-weight: bold;
}

.contents {
	margin-top: 30px;
}

.contents .content {
	display: none;
}

.contents .active-content {
	display: block !important;
}
.app_dr
{
	    line-height: 34px;
}
#Validform_msg .Validform_title,#Validform_msg .Validform_info{
	font-size:14px;
}