/*----the author is doreen 借鉴注明出处--*/

@charset "utf-8";
body {
	color: #000000;
	font-size: 14px;
	background-color: #fff;
	overflow-x: auto;
	font-family: "Microsoft YaHei", "Tahoma", "宋体";
	*font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

img {
	display: inline-block;
	border: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

li {
	list-style: none;
}

input {
	border: none;
}

.mainNav {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: static;
	background-color: #666;
	opacity: 1;
}

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

.mainNav ul {
	width:1070px;
	margin: 0 auto;
	color: #fbfbfb;
	height: 50px;
	line-height: 50px;
}

.mainNav ul li {
	width: auto;
	padding: 0 10px;
	text-align: center;
	float: left;
	font-size: 14px;
	cursor: pointer;
}

.mainNav ul li:hover {
	color: #4cdfcb;
}

.mainNav ul a:hover {
	color: #4cdfcb;
}

.mainNav ul .activeNav a {
	color: #4cdfcb;
}

.mainNav a {
	float: left;
	text-align: center;
	font-size: 14px;
	width: 115px;
	cursor: pointer;
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.wrapper {
	width: 1000px !important;
	margin: 0 auto;
}

.btn_list {
	width: 660px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.a_btn {
	display: block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	background: #51c21a;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

.a_btn:hover {
	background: #419b15 !important;
	color: #fff;
}

.a_btn_hollow {
	display: block;
	background: transparent !important;
	width: 290px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	text-align: center;
	color: #51c21a;
	cursor: pointer;
	border: 1px solid #51c21a;
	margin-top: 30px;
	margin-left: 30px;
	box-sizing: border-box;
}

.a_btn_hollow:hover {
	background: #51c21a !important;
	color: #fff;
}

.a_list {
	display: block;
	width: 680px;
	margin: 0 auto;
}

.a_list a:nth-child(1) {
	float: left;
}

.a_list a:nth-child(2) {
	float: right;
	margin-top: 30px;
}

.Validform_checktip,
.Validform_right {
	visibility: hidden !important;
}

.content {
	display: none;
}

.current {
	display: block;
}

.sec_content
{
	padding-top: 60px;
	padding-bottom: 30px;
}

/*<!--头部【导语和表单】-->*/

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

.header .headbtn_list {
	position: relative;
	width: 414px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	top: 450px;
	left: 305px;
}

.header .headbtn_list a.button {
	width: 175px;
	height: 43px;
	font-size: 16px;
	line-height: 43px;
	color: #333;
	background: transparent;
	text-align: center;
	border: 1px solid #333;
	border-radius: 3px;
	margin-right: 30px;
}

.header .headbtn_list a.button:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}

.dyform {
	width: 100%;
	height: 360px;
	background: #f3f4f8;
}

.dyform h3 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}

.dybox {
	width: 510px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	padding: 80px 0 0 20px;
}

.biaodan {
	width: 425px;
	padding-top: 30px;
	border-bottom: 6px solid #edebea;
	background: #fff;
	position: relative;
	top: 20px;
}

.biaodan h2 {
	line-height: 30px;
	text-align: center;
	font-size: 21px;
	/*font-weight: bold;*/
	margin-bottom: 10px;
	color: #000;
}

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

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	display: block;
	width: 265px;
	color: #666666;
}

.biaodan form .mobile,
.biaodan form .name,
.biaodan form .Nstep,
.biaodan form .branch {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 36px;
	margin-bottom: 10px;
}

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

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

.biaodan form .Nstep {
	background: url(../img/edu_box.jpg) no-repeat center;
}

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

.biaodan form .from_submit {
	width: 301px;
	margin: 0 auto;
}

.from_submit #submit {
	display: block;
	background: #51c21a !important;
	margin-bottom: 0;
	width: 300px;
	height: 48px;
	line-height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #51c21a;
}

.from_submit #submit:hover {
	background: #5cd222 !important;
	color: #fff;
}

.from_submit a.submit {
	background: #fff !important;
	margin-bottom: 0;
	margin-top: -49px;
	width: 141px;
	height: 46px;
	line-height: 46px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	color: #51c21a;
	cursor: pointer;
	border: 1px solid #51c21a;
}

.from_submit a.submit:hover {
	background: #51c21a !important;
	color: #fff;
}

.img_semicircle {
	position: relative;
	top: 60px;
}


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

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

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

.success_carousel .hd .prev {
	left: 0;
	background: url(../img/prev.png) no-repeat center;
}

.success_carousel .hd .next {
	right: 0;
	background: url(../img/next.png) no-repeat center;
}

.success_carousel .hd .prev:hover {
	left: 0;
	background: url(../img/prev_hover.png) no-repeat center;
}

.success_carousel .hd .next:hover {
	right: 0;
	background: url(../img/next_hover.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 ul {
	padding-bottom: 35px !important;
}

.success_carousel .bd ul li {
	float: left;
	text-align: center;
	width: 880px;
}

.success_carousel .bd li div {
	float: left;
	margin-right: 20px;
	width: 430px;
	height: 450px;
	padding: 35px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 1px 1px 30px 1px #eaeaea;
	-moz-box-shadow: 1px 1px 30px 1px #eaeaea;
	box-shadow: 1px 1px 30px 1px #eaeaea;
}

.success_carousel .bd li div:nth-child(2n) {
	margin-right: 0;
}

.success_carousel img {
	margin: 0 auto;
}

.success_carousel .name {
	font-weight: bold;
	color: #0099FF;
	font-size: 18px;
	line-height: 60px;
}

.success_carousel h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.success_carousel span {
	font-weight: bold;
	color: #333;
}

.success_carousel p {
	color: #666;
	line-height: 30px;
}

.success_carousel a {
	display: block;
	margin-top: 20px;
	margin: 20px auto 0;
	font-weight: bold;
	color: #66CC33;
	width: 90px;
}


/*--------begin section-----------*/

.sections {
	margin-top: 60px;
}

.sections .title_p {
	font-size: 26px;
	color: #666;
	padding-bottom: 20px;
}

.sections .section {
	width: 100%;
	/*padding-top: 56px;*/
	font-family: "微软雅黑";
}

.sections .titleh2 {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 36px;
	color: #2e2e2e;
	font-weight: bold;
	padding: 30px 0;
	background: url(../img/line_title.png) no-repeat center top;
	background-size: 120px 10px;
}

.sections .box-title {
	font-size: 16px;
	top: 27px;
	font-weight: bold;
	position: relative;
}

.section {
	padding: 60px 0 10px;
}


/*--模块开始--*/

.bg_gary {
	background: #f3f4f8;
}

.martop30 {
	margin-top: 30px;
}

.div_l {
	float: left;
}

.div_r {
	float: right;
}


/*-----------标签-----------*/

ul.label {
	padding: 30px 0;
}

ul.label span,
ul.label li {
	float: left;
	margin-right: 10px;
}

ul.label span {
	font-weight: bold;
	margin-top: 5px;
}

ul.label li {
	color: #2630a9;
	background: #eff3ff;
	border: 1px solid #cbdaff;
	padding: 5px 15px;
}


/*----------------澳洲留学优势----------------------*/

.sec_adva li {
	float: left;
	width: 320px;
	height: 250px;
	padding: 40px 30px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 3px 30px 3px #eaeaea;
}

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

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

.sec_adva p.title {
	color: #333;
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}


/*--------------录取大数据--------------*/

.sec_bigdata ul {
	width: 600px;
	margin: 0 auto;
}

.sec_bigdata li {
	cursor: pointer;
	margin-right: 20px;
	float: left;
	text-align: center;
	color: #2630a9;
	font-size: 16px;
	font-weight: bold;
	width: 186px;
	padding: 15px 0;
	box-sizing: border-box;
	border: 1px solid #2630a9;
}

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

.sec_bigdata li.active,
.sec_bigdata li:hover {
	color: #fff;
	background: #2630a9;
}

.sec_bigdata .contents {
	margin: 30px 0;
}

.sec_bigdata p.title {
	font-weight: bold;
	color: #333;
	font-size: 24px;
}

.sec_bigdata div.left,
.sec_bigdata div.right {
	float: left;
	width: 500px;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 10px 30px;
	color: #333;
	line-height: 25px;
}

.sec_bigdata div p {
	margin-bottom: 10px;
}

.sec_bigdata .p_inducn {
	line-height: 25px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 0px !important;
}

.sec_bigdata div p:nth-child(1) {
	margin-top: 60px;
}

.sec_bigdata h3 {
	font-weight: bold;
	width: 290px;
	margin: 20px auto;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	border-radius: 30px;
	background: -webkit-linear-gradient(left, #0083f8, #4cdfcc);
	background: -o-linear-gradient(left, #0083f8, #4cdfcc);
	background: -moz-linear-gradient(left, #0083f8, #4cdfcc);
	background: -ms-linear-gradient(left, #0083f8, #4cdfcc);
	background: linear-gradient(left, #0083f8, #4cdfcc);
}

.sec_bigdata .box {
	margin-bottom: 30px;
}


/*--------------成功案例-----------*/

.success_top .left {
	float: left;
	width: 310px;
	margin-right: 30px;
}

.success_top div.right {
	float: left;
	width: 660px;
}

.success_top p {
	line-height: 25px;
	color: #666;
}


/*----------各学历成功案例--------------*/

.sec_each_success .edubg_tab {
	width: 600px;
	margin: 0 auto;
}

.sec_each_success .edubg_tab li {
	cursor: pointer;
	margin-right: 20px;
	float: left;
	text-align: center;
	color: #2630a9;
	font-size: 16px;
	font-weight: bold;
	width: 186px;
	padding: 15px 0;
	box-sizing: border-box;
	border: 1px solid #2630a9;
}

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

.sec_each_success .edubg_tab li.active,
.sec_each_success .edubg_tab li:hover {
	color: #fff;
	background: #2630a9;
}

.sec_each_success p {
	line-height: 25px;
	color: #666;
	margin-bottom: 15px;
}

.sec_each_success .success_carousel .bd li div {
	height: 580px;
	position: relative;
}

.sec_each_success a.info,
.js_success_5 a.info,
.js_success_1 a.info {
	position: absolute;
	bottom: 30px;
	left: 180px;
}

.js_success_5 .bd li div,
.js_success_1 .bd li div {
	position: relative;
}

.sec_each_success {
	padding-bottom: 50px;
}


/*-------------签证申请成功-------------*/

.sec_visa_success .left p {
	text-align: left;
	line-height: 25px;
	color: #666;
	width: 640px;
}


/*---------------offer表格-------*/

.sec_table table {
	width: 100%;
	font-size: 16px;
}

.sec_table .thead {
	color: #fff;
	background: #2630a9;
}

.sec_table .thead td {
	padding: 20px 0;
	text-align: center;
}

.sec_table .div_tb {
	height: 550px;
	overflow-y: scroll;
	margin-bottom: 50px;
}

.div_tb table td {
	padding: 20px 0;
	font-size: 15px;
	color: #333;
	line-height: 25px;
}

.div_tb table tr td:nth-child(1) {
	font-weight: bold;
}

.div_tb table tr:nth-child(odd) {
	background: #fff;
}

.div_tb table tr:nth-child(even) {
	background: #e5f3fe;
}


/*---------------offer墙-------------*/

.js_offer_1 .bd li div {
	width: 280px;
	height: 370px;
	padding: 0px;
}

.js_offer_1 .bd li div:nth-child(2n) {
	margin-right: 20px;
}

.js_offer_1 .bd li div:nth-child(3n) {
	margin-right: 0px;
}

.js_offer_1 span {
	background: rgba(0, 134, 249, 0.6);
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	margin-top: -40px;
	z-index: 1;
	position: relative;
}


/*---------------感谢信-------------*/

.js_letter_1 .bd li div {
	width: 265px;
	height: 390px;
	padding: 0px;
}

.js_letter_1 .bd li div:nth-child(2n) {
	margin-right: 20px;
}

.js_letter_1 .bd li div:nth-child(3n) {
	margin-right: 0px;
}

.js_letter_1 .tempWrap,
.js_letter_1 .bd {
	width: 838px !important;
}

.js_letter_1 {
	position: relative;
	width: 970px;
	margin-top: 30px;
	margin: 0 auto;
}

.sec_letter .a_btn_hollow {
	margin-left: 185px !important;
}

.ausService .ewmBtn a {
	border: 1px solid #51c21a !important;
	color: #51c21a !important;
	background: none !important;
}


.ausService ul li img {
    position: relative;
    left: -222px;
    border-right: 32px solid transparent;
    -webkit-filter: drop-shadow(32px 0 #0086f9);
    filter: drop-shadow(235px 0 #0086f9);
}

.tempWrap
{
	width: 880px !important;
}
.ausService h2 {
   
    color: #333 !important;
    font-weight: bold !important;
}
.ausService h3 {   
    color: #666 !important;
  
}

.ausService ul li p {   
    color: #666 !important;
}

.ausService .ewmBtn p {
  
    color: #666 !important;
   }
   
.ausService .ewmBtn a:hover{
    background: #51c21a !important;
    color: #fff !important;
    
}

.sp_red
{
	font-weight: bold;
	color: red;
}
