@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #fafafa;
	overflow-x: hidden;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.Validform_checktip {
	display: none !important;
}

a {
	cursor: pointer;
}


/* header */

.header {
	width: 100%;
	height: 554px;
	background: url(../img/banner.jpg) no-repeat center top; position: relative;
}

.headCon {
	width: 1000px;
	margin: 0 auto;
	height: 514px;
	padding-top: 40px;
}

.headCon h1 {
	text-align: center;
	font-size: 72px;
	color: #fff;
	font-weight: bold;
	margin: 80px 0 133px;
}

.headCon .headCon_zi {
	color: #fff;
	font-size: 28px;
}

.headCon .headCon_zi b {
	font-size: 80px;
	font-weight: bold;
	line-height: 100px;
	margin: 15px 0 0;
	display: block;
}

.headCon .headCon_zi span {
	/*background: linear-gradient(135deg, rgba(225, 19, 88, 0) 10.009765625%, rgba(235, 136, 92, 0) 89.990234375%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
	height: 72px;
	line-height: 72px;
	width: 600px;
	background: #fff;
	margin: 14px auto 0;
	font-size: 30px;
	color: #dc2544;
	border-radius: 50px;
	display: inline-block;
}

.headCon .headCon_ziA {
	font-size: 30px;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	display: block;
}

.headCon span {
	color: #fff;
	border: 1px solid #fff;
	width: 155px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.headCon span:hover {
	background: #2630a8;
	border: 1px solid #2630a8;
}


/* header */


/* nav */

.mainNav {
	width: 100%;
	height: 54px;
	position: absolute;
	bottom: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 54px;
	background-color: #393e45;
}

.mainNav ul {
	width: 980px;
	margin: 0 auto;
	color: #fff;
	line-height: 24px;
	position: relative;
	height: 54px;
	text-align: center;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li,
.mainNav a {
	cursor: pointer;
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	margin: 0 22px;
	float: left;
}

.mainNav a {
	margin: 0 28px;
}

.mainNav li.activeNav,
.mainNav li:hover,
.mainNav a:hover {
	color: #fff;
	font-weight: bold;
}


/* nav */


/* form */

.leadFrom {
	background: #f2f7ff;
}

.lbCon {
	padding: 50px 0;
	background: url(../img/biaodan_bot.png) no-repeat center 349px;
}

.biaodan {
	background: #cee2ff url(../img/biaodan_left.jpg) no-repeat;
	width: 1000px;
	margin: 0 auto 0;
}

.biaodan form {
	background: url(../img/biaodan_right.jpg) no-repeat right bottom;
	padding: 0 0 34px 170px;
}

.biaodan h2 {
	font-size: 22px;
	text-align: center;
	margin: 40px 0 28px;
}

.biaodan form div {
	margin-bottom: 20px;
	margin-left: 20px;
}

.biaodan form p .Validform_checktip.Validform_wrong {
	color: #fff !important;
}

.biaodan form input {
	height: 38px;
	line-height: 38px;
	margin-left: 40px;
	width: 259px;
	border: none;
	background: none;
	color: #aab2bd;
	margin-top: 1px;
	/* border:1px solid #ccc;*/
}

.biaodan form select {
	height: 38px;
	line-height: 38px;
	margin-left: 40px;
	width: 259px;
	border: none;
	background: none;
	color: #aab2bd;
	/*border:1px solid #ccc;*/
}

.biaodan form select option {
	background: #FFFFFF;
	color: #aab2bd;
	border: none;
	line-height: 22px;
}

.biaodan form div {
	width: 300px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 20px;
	float: left;
}

.biaodan form .mobile {
	background: url(../img/mobile.gif) no-repeat;
}

.biaodan form .name {
	background: url(../img/name.gif) no-repeat;
}

.biaodan form .step {
	background: url(../img/step.gif) no-repeat;
}

.biaodan form .branch {
	background: url(../img/branch.gif) no-repeat;
}


/*.from_btn {	background: #3a3e45 !important;	color: #FFFFFF !important; width: 298px; height: 48px;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;font-size: 18px; cursor: pointer;border: 1px solid #FFFFFF;}*/

.from_btn:hover {
	background: #3a3e45 !important;
	color: #FFFFFF !important;
}

#submit {
	display: block;
	width: 300px;
	height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	background-color: #3a3e45;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 0;
	margin-left: 180px;
}


/* form */


/** common style **/

.section {
	width: 100%;
	padding:60px 0;
	background-color: #fff;
}

.section_content {
	width: 1000px;
	margin: 0 auto;
}
.section.pbnone {
	padding-bottom: 0;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content.pbt70 {
	padding-bottom: 70px;
}

.section.grayBg {
	background-color: #F3F4F8;
}

.section-content.connect,
.section-content.connect_r {
	position: relative;
}

.section-content.connect:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -125px;
	left: 20px;
	background: url(../img/ic_connect_1.png) no-repeat center;
}

.section-content.connect_r:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -125px;
	right: 20px;
	background: url(../img/ic_connect_r.png) no-repeat center;
}

.sections h2 {
	font-size: 36px;
	text-align: center;
	color: #333;
	line-height: 50px;
	font-weight: bold;
}

.sections h3 {
	font-size: 30px;
	color: #333;
	display: block;
	line-height: 48px;
	text-align: center;
	padding-bottom: 28px;
}

p.abs {
	text-align: center;
	line-height: 26px;
	color: #666666;
	margin-bottom: 40px;
}

.ly-link { text-align: center; display: block;  width: 1000px; margin: 40px auto 0;}
.ly-link a{
	display: inline-block;
	width: 298px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #3a3e45;
	border: 1px solid #3a3e45;
	text-align: center;
	margin:0 15px;
}

.ly-link a:hover {
	color: #fff;
	background-color: #3a3e45;
}

.content {
	display: none;
}

.content.current {
	display: block;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.bgblue {
	background-color: #f2f7ff !important;
}
/** common style **/
.bgfff{ background: #FFFFFF; padding: 60px 0 0;}
.bggrey{ background: #f2f7ff;}
.foot {
	line-height: 28px;
}

.ul_otherlink li {
	float: left;
	margin-right: 20px;
	position: relative;
	top: 0;
}

.ul_otherlink li:last-child {
	margin-right: 0;
}

.ul_otherlink li:hover {
	transition: all 0.3s ease;
	top: -10px;
	box-shadow: 10px 10px 10px #ccc;
}


/*template style*/

.bg_logo {
	width: 100%;
	background: #fafafa;
}

.logoHead {
	height: 110px;
	width: 1000px;
	margin: 0 auto;
	background: #fafafa;
}

.logoPic {
	width: 317px;
	padding-top: 27px;
}

.logoPic a {
	display: block;
	height: 100%;
	width: 317px;
}

.headTle {
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	padding-top: 35px;
}

.headTle span {
	font-size: 18px;
	color: #333333;
}


/** 澳洲大学排名  class **/

.rank_tab {
	width: 950px;
	margin: 10px auto 0; text-align: center; display: block; 
}

.rank_tab li {
	position: relative;
	text-align: center;
	cursor: pointer; 
	color: #666;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	background: url(../img/rankli.png) no-repeat center 0;
	 padding: 75px 0 0px;
	  width: 100px;
	   height: 134px;
	  margin: 0 150px;
	 display: inline-block; 
}


.rank_tab li.active,
.rank_tab li:hover {	
	background: url(../img/ranklicur.png) no-repeat center 0;
	 color:#2630a8;
	/*color: rgba(255, 255, 255, 1);
	background: linear-gradient(0deg, rgba(38, 48, 169, 1) 10.009765625%, rgba(0, 134, 249, 1) 89.990234375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}

.rank_tb {
	width: 100%;
	border: 1px solid #ddd;
}

.rank_tb td a {
	color: #666 !important;
}

.rank_tb thead,
.rank_tb tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.rank_tb tbody {
	display: block;
	height: 540px ; 
	overflow-y: scroll;
	overflow-x: hidden;border: 1px solid red\0/;
}

.rank_tb thead th {
	background: #333;
	font-size: 16px;
}

.rank_tb thead th:nth-child(1),
.rank_tb tbody td:nth-child(1) {
	width: 130px;
}

.rank_tb thead th:nth-child(2),
.rank_tb tbody td:nth-child(2) {
	width: 260px;
}

.rank_tb thead th:nth-child(3),
.rank_tb tbody td:nth-child(3) {
	width: 390px;
}

.rank_tb th {
	color: #fafafa;
	background: #d2203a;
}

.rank_tb td {
	color: #666;
}

.rank_tb td,
.rank_tb th {
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.rank_tb .ly_a a {
	font-size: 14px;
	color: #18ae83 !important;
	font-weight: bold;
}

.specialtyUl{}
.specialtyUl li{ width: 158px; height: 60px; line-height:60px;border: 1px solid #333; display: inline-block; float: left;margin-right: 8px; text-align: center; margin-bottom: 12px;}
.specialtyUl li.active,
.specialtyUl li:hover{
 background: #333333; color: #fff; 
}
.specialtyUl li.none{ margin-right: 0;}
.specialtyUl li.num3{  line-height: 24px; padding: 6px 0 0; height: 54px;}
.rank_contents{ padding: 50px 0 0; width: 1000px; margin: 0 auto;}
.rank_content ,.specialty_content {
	display: none;
}

.current {
	display: block !important;
}


/** 澳洲大学排名  class **/

.guide_tab ul {
	width: 1000px;
	margin: 50px auto 0 auto; text-align: center;
}

.guide_tab li {
	cursor: pointer; width: 160px;
	height: 135px;
	text-align: center;
	font-size: 20px;
	font-weight: 400; margin: 0 60px;
	color: rgba(102, 102, 102, 1); display: inline-block;background: url(../img/guideli.png) no-repeat; 
}

.guide_tab ul li.active, .guide_tab ul li:hover {
	font-size: 20px; width: 160px
	font-weight: 400;
	color: #3a3e45;
	background: url(../img/guidecur.png) no-repeat;  color: #2630a8;}
.guide_tab ul li p{ padding-top: 80px;}	


/* /*
.guide_tab ul li:nth-child(1) .guitype_bg {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	background: url(../img/ic_gtype1.png) no-repeat center;
	background-size: inherit;
}

.guide_tab ul li:nth-child(2) .guitype_bg {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	background: url(../img/ic_gtype2.png) no-repeat center;
	background-size: inherit;
}

.guide_tab ul li:nth-child(3) .guitype_bg {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	background: url(../img/ic_gtype3.png) no-repeat center;
	background-size: inherit;
}

.guide_tab ul li:nth-child(1).active .guitype_bg, .guide_tab ul li:nth-child(1):hover .guitype_bg {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	background: url(../img/ic_gtype1_act.png) no-repeat center;
	background-size: inherit;
}

.guide_tab ul li:nth-child(2).active .guitype_bg, .guide_tab ul li:nth-child(2):hover .guitype_bg {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	background: url(../img/ic_gtype2_act.png) no-repeat center;
	background-size: inherit;
}

.guide_tab ul li:nth-child(3).active .guitype_bg, .guide_tab ul li:nth-child(3):hover .guitype_bg {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	background: url(../img/ic_gtype3_act.png) no-repeat center;
	background-size: inherit;
}


.guide_tab ul li p {
	margin-top: 10px;
}*/

.guide_contents {
	padding: 50px 0 0;
}

.guide_content {
	display: none;
}

.guide_content h2 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #3a3e45;
	line-height: 46px;
	background: linear-gradient(0deg, rgba(38, 48, 168, 1) 10.009765625%, rgba(0, 134, 248, 1) 89.990234375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	color: #2630a8 !important;
}

.guide_content .tit_p {
	font-size: 24px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #3a3e45;
	line-height: 46px;
	text-align: center;
	display: block;
	position: relative;
}

.guide_content .tit_p span {
	position: relative;
	z-index: 1;
}

.guide_content .tit_p span em {
	content: '';
	width: 39px;
	height: 6px;
	background: url(../img/g_tit_line.png) no-repeat;
	position: absolute;
	right: -15px;
	top: 22px;
	z-index: -1;
}

.gadva_ul {
	margin: 50px auto 0 auto;
}

.gadva_ul li {
	float: left;
	width: 190px;
	height: 260px;
	text-align: center;
	margin-right: 12px;
	padding: 30px 10px 10px 10px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
}

.gadva_ul li.none {
	margin-right: 0;
}

.gadva_ul li span {
	display: block;
	font-size: 18px;
	margin: 10px 0;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: #3a3e45;
}

.div_icon {
	text-align: center;
	display: block;
}

.div_icon img {
	display: inline-block;
}

.gadva_ul li p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	text-align: left;
	color: #3a3e45; line-height: 24px;
}

.div_btn {
	margin: 40px auto;
	text-align: center;display: block;
}

.div_btn a {
	width: 298px;
	height: 48px;
	border: 1px solid #3a3e45;
	border-radius: 25px;
	line-height: 48px;
	font-size: 18px;
	font-weight: 400;
	color: #3a3e45;
	display: inline-block;
	text-align: center; margin: 0 20px;
}

.div_btn a:hover {
	color: #fff;
	background: rgba(58, 62, 69, 1);
}


.plan_content .none{ margin-right: 0;}
.plan_tab {
	width: 1000px;
	margin: 30px auto 50px; text-align: center;
}

.plan_tab li {
	cursor: pointer;
	width: 260px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	border: 1px solid #333333;
	font-size: 24px; margin: 0 15px;
	font-family: MicrosoftYaHei;
	font-weight: 400; display: inline-block;
	color: #3a3e45;
}

.plan_tab li:last-child {
	margin-right: 0
}

.plan_tab li:hover, .plan_tab li.active {
	color: #fff;
	background: #333333;
}

.plan_contents {
	margin: 30px 0;
}

.plan_content {
	display: none;
}

.p_content {
	width: 480px;
	height: 270px;
	padding: 30px;
	float: left;
	margin-right: 40px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 6px;
	font-size: 14px;
	color: #3a3e45;
	line-height: 24px;
}

.plan_content .p_content:last-child {
	margin-right: 0;
}

.p_content h4 {
	margin: 20px 0;
	text-align: center;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	color: #0086f8;
	position: relative;
}

.p_content h4 em {
	content: '';
	width: 52px;
	height: 8px;
	background: url(../img/g_ptit_line.png) no-repeat;
	background-size: inherit;
	left: 185px;
	top: -18px;
	position: absolute;
}

.tml_tab {
	width: 1000px;
	margin: 30px auto; text-align: center;
}

.tml_tab li {
	cursor: pointer;
	width: 260px;
	height: 62px; display: inline-block;
	margin-right: 32px;
	line-height: 62px;
	text-align: center;
	border: 1px solid #3a3e45;
	font-size: 24px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #3a3e45;
}



.tml_tab li:hover, .tml_tab li.active {
	color: #fff;
	background: #3a3e45;
}
.tml_tab .none{ margin-right: 0;}


.tml_ul {
	position: relative; background: url(../img/tml_ul_bg.png) no-repeat center 98px;
	padding: 0 0 0 25px;
}

.tml_ul li {
	float: left;
	position: relative;
}

.tml_ul li.odd{
	width: 100px;
	margin-right: 25px;
	margin-top: 60px;
}

.tml_ul li.even{
	width: 120px;
	margin-right: 25px;
}

.tml_ul li.odd h6 {
	font-size: 17px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #ff8300;
	margin-bottom: 40px;
}

.tml_ul li p {
	height: 80px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #7e7f80;
}

.tml_ul li.even h6 {
	font-size: 17px;
	font-weight: 400;
	color: #0086f8;
}

.tml_ul li.even p {
	margin-bottom: 40px;
}

.tml_ul li.odd em {
	content: '';
	position: absolute;
	background: url(../img/ic_tl_o.png) no-repeat left;
	background-size: contain;
	width: 14px;
	height: 14px;
	left: 0;
	top: 32px;
}

.tml_ul li.even em {
	content: '';
	position: absolute;
	background: url(../img/ic_tl_b.png) no-repeat left;
	background-size: contain;
	width: 14px;
	height: 14px;
	left: 0;
	bottom: 35px;
}

/*.tml_ul::before {
	content: '';
	position: absolute;
	width: 920px;
	height: 1px;
	top: 100px;
	border-top: 1px solid #E5EBF0;
}*/

.tml_content {
	display: none;
}

.plan2_tab, .plan3_tab {
	margin-top: 50px;
}

.plan2_tab li, .plan3_tab li {
	cursor: pointer;
	float: left;
	width: 190px;
	height: 66px;
	text-align: center;
	font-size: 18px;
	margin-right: 10px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	padding-top: 10px;
	box-sizing: border-box;
	color: rgba(102, 102, 102, 0.8);
	background: rgba(255, 255, 255, 0.8);
}

.plan2_tab li:last-child, .plan3_tab li:last-child {
	margin-right: 0;
}

.plan2_tab li.active, .plan2_tab li:hover, .plan3_tab li.active, .plan3_tab li:hover {
	color: #3a3e45;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(179, 193, 217, 1);
}

.plan2_content, .plan3_content {
	display: none;
	width: 1000px;
	height: 140px;
	line-height: 26px;
	margin-top: 20px;
	padding: 20px 16px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(179, 193, 217, 1);
}

.plan2_content a {
	color: #2630A8;
}

.tml2_ul li {
	width: 130px !important;
}

.plan3_content {
	height: 95px;
}

.plan3_tab {
	display: table;
	/*重点*/
}

.plan3_tab {
	margin-top: 20px;
}

.plan3_tab li {
	width: 240px;
	padding-top: 20px;
}

.plan3_tab li.li_dr {
	padding-top: 10px;
}

.current {
	display: block;
}

/*<!--澳洲中学名校推荐-->*/

.location {
	width: 100%;
	border: 1px solid #2630a8;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 30px 0;
}

.location li {
	text-align: center;
	float: left;
	width: 141px;
	height: 40px;
	line-height: 40px;
	color: #2630a8;
	cursor: pointer;
	font-size: 16px;
	border-left: 1px solid #2630a8;
	cursor: pointer;
}

.activeRec {
	background-color: #2630a8;
	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: #333;
}

.slideTxtBox1 .bd ul .uni {
	height: 285px;
	width: 406px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 20px 35px 20px 35px;
	position: relative;
	background: #fff;
}

.uni img {
	height: 74px;
	margin: 0 auto;
}

.uni_name {
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #2630a8;
	font-weight: bold;
}

.uni_intro {
	line-height: 23px;
	color: #666666;
	font-size: 14px;
}

.linkWrap {
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
}

.linkWrap a {
	display: block;
	height: 45px;
	width: 240px;
	line-height: 45px;
	font-size: 16px;
	cursor: pointer;
}

.linkWrap .left {
	background-color: #3a3e45;
	color: #fff;
	margin-left: 100px;
	border-radius: 20px;
}

.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;
}

/*<!--澳洲中学名校推荐-->*/


/*--------------澳洲八大名校及其优势专业-----------------*/
.title_white {
    color: #ffffff !important;
}
.sec_adva {
    position: relative;
    background: url(../img/au_school_bg.png) no-repeat top;
    width: 100%;
    height: 806px;
    padding: 0;
}

.sec_adva .wrapper {
    padding: 60px;
}

.sec_adva .btn_list_long{
    top: 20px;
}

.sec_adva .ly-link a{
    color: #ffffff;
    background: transparent !important;
    border:  1px #ffffff solid;
}

.sec_adva .ly-link a:hover{
   color: #333333;
   background: #ffffff !important;
}



/* 滚动的ul */

.uniRecScroll {
    width: 1000px;
    overflow: hidden;
    position: relative;
    height: 510px;
}

.uniRecScroll .hd {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.uniRecScroll .hd ul li {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #999999;
}

.uniRecScroll .hd ul li.on {
    background-color: #ffffff;
}

.uniRecScroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.scroll_ul li {
    width: 100%;
    float: left;
}

.scroll_ul .req_box {
    float: left;
    width: 440px;
    /* height: 474px; */
    /* padding: 30px 20px; */
    background-color: #ffffff;
    /* box-shadow: 0px 7px 16px 0px rgba(155, 159, 174, 0.35); */
    box-sizing: border-box;
}

.req_box .box_border {
    margin: 6px;
    height: 400px;
    padding: 32px 14px 24px 14px;
    border: solid 2px #237991;
}

.scroll_ul .req_box:first-child {
    margin-right: 40px; margin-left: 34px;
}


.scroll_ul .req_box img {
     display: block; margin: 0 auto;  height: 66px;
}

.scroll_ul .req_box p {
    text-align: left;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.adv_professional {
    position: relative;
    margin-top: 48px;
    padding-top: 6px;
}

.adv_professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #79777c;
}

.scroll_ul .req_box p.title {
    font-size: 24px;
    line-height: 60px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.check_btn{
    display: inline-block;
    margin-top: 40px;
    width: 150px;
	height: 40px;
    border: solid 1px #333333;
    font-size: 18px;
	line-height: 40px;
    color: #333333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}
/* 滚动的ul */

/*--------------澳洲八大名校及其优势专业-----------------*/

.req_ul li {
    float: left;
    box-sizing: border-box;
    margin-right:14px;
    width: 310px;
    height: 296px;
    padding: 35px 25px;
    background-color: #f2f7ff;
    background: url(../img/au_cost_bg.png) no-repeat top;
}

.req_ul li:nth-child(3n) {
    margin-right: 0;
}

.req_ul img {
    width: 78px;
}

.req_ul p {
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.req_ul p span{
	color: #333333;
}

.req_ul p.title {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec_case{ background: #f2f2f2;}
.sec_case .btn_list_long{
  margin-top: 36px;
} 

.caseoff_tab_ul {
	/*width: 959px;*/
	padding-left: 100px; margin: 13px 0 0;
}

.caseoff_tab_ul li {
	float: left;
	cursor: pointer;
	border: solid 1px #666666;
	height: 44px;
	line-height: 44px;
	width: 250px;
	color: #666666;
	text-align: center;
	font-size: 24px;
	box-sizing: border-box;
	border-radius: 50px;
	margin-right: 40px;
}

.caseoff_tab_ul li:last-child {
	margin-right: none;
}

.caseoff_tab_ul li:hover,
.caseoff_tab_ul li.active {
	color: #fff;
	background: #2630a9;
	background: -webkit-linear-gradient(left, #2630a9, #0086f9);
	background: -o-linear-gradient(right, #2630a9, #0086f9);
	background: -moz-linear-gradient(right, #2630a9, #0086f9);
	background: -ms-linear-gradient(right, #2630a9, #0086f9);
	background: linear-gradient(to right, #2630a9, #0086f9);
	border: 1px solid #2630a9;  font-weight: bold;
}

.effect {
	width: 915px;
	margin: 22px auto 0;
}

.effect li {
	width: 424px;
	margin: 0;
	border: 0;
	float: left;
}

.case_cont {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	height: 442px;
	overflow: hidden;
	background: #fff;
}

.case_cont img {
	width: 89px;
	height: 88px;
	margin: 25px auto 20px;
}

.case_cont h4 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 25px;
	line-height: 32px;
}

.case_cont h4 strong {
	display: block;
	margin-bottom: 7px;
}

.case_cont .txt {
	height: 148px;
	background: #e3ecf6;
	padding: 15px 28px 0;
}

.case_cont .txt p {
	text-align: left;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

.caseoff_content,
.plan_content {
	display: none;
}

.caseoff_content.current,
.plan_content.current {
	display: block;
}

.link {
	color: #2630a8;
	font-weight: bold;
}

/** case offer style **/

/*------------------轮播----------------*/

.success_carousel {
	/*overflow: hidden;*/
	position: relative;
	width: 1060px;
	margin-top: 30px;
	margin-left: -33px;
}

.success_carousel .hd .prev,
.success_carousel .hd .next {
	display: block;
	width: 46px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -23px;
}

.success_carousel .hd .prev {
	left: 70px;
	background: url(../img/case_left.png) no-repeat center;
	z-index: 10;
}

.success_carousel .hd .next {
	right: 60px;
	background: url(../img/case_right.png) no-repeat center;
	z-index: 10;
}


/*.success_carousel .hd .prev:hover {
	left: 30px;
	background: url(../img/prev_h.png) no-repeat center;
}

.success_carousel .hd .next:hover {
	right:22px;
	background: url(../img/next_h.png) no-repeat center;
}*/

.success_carousel .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.success_carousel .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 9px;
	height: 9px;
	border: 1px solid #666666;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.success_carousel .hd ul li.on {
	background-color: #666666;
}

.success_carousel .bd {
	padding: 0 60px;
}

.success_carousel .bd .picList {
	padding-bottom: 0px !important;
}

.success_carousel .bd .picList>li {
	float: left;
	text-align: center;
	width: 1000px;
}


/*success_carousel end*/
/*css----------------- end*/
