@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", "宋体";
}

.Validform_checktip {
    display: none !important;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

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: #666;
    opacity: 0.9;
}

.mainNav .mainNav_wrap.fixedTop {
    position: fixed;
    z-index: 999;
    top: 0;
}

.mainNav ul {
    width: 1200px;
    margin: 0 auto;
    color: #fbfbfb;
    height: 52px;
    line-height: 50px;
}

.mainNav ul li {
    width: auto;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.mainNav ul li:hover a,
.mainNav ul li.activeNav a {
    color: #4cdfcc;
    font-weight: bold;
}

.mainNav a {
    float: left;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.sm_wrapper {
    width: 1000px;
    margin: 0 auto;
}

.a_btn {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #51c21a;
    background: #fff !important;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: solid 1px #51c21a;
}

.a_btn:hover {
    background: #51c21a !important;
    color: #fff;
}

.btn_list {
    position: relative;
    top: 30px;
    height: 100px;
    width: 300px;
    margin: 0 auto;
}

.a_btn_hollow {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #51c21a;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    color: #51c21a;
    cursor: pointer;
    position: relative;
}

.a_btn_hollow:hover {
    background: #51c21a !important;
    color: #fff;
}

.a_list {
    display: block;
    width: 415px;
    margin: 0 auto;
}

.a_list a:nth-child(1) {
    float: left;
}

.a_list a:nth-child(2) {
    float: right;
    margin-top: 30px;
}

.contents .content {
    display: none;
}

.contents .current {
    display: block !important;
}

.padtop60 {
    padding-top: 60px;
}


/*<!--头部【导语和表单】-->*/

.header {
    width: 100%;
    height: 450px;
    background: url(../img/header_bg.jpg) no-repeat center top;
}

.header_txt {
    padding-top: 134px;
}

.header_txt h1 {
    color: #00845a;
    padding-left: 20px;
}

.header_txt h1 strong {
    background: -webkit-linear-gradient(left, #008260, #4ec01c);
    background: -moz-linear-gradient(left, #008260, #4ec01c);
    background: linear-gradient(left, #008260, #4ec01c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header_txt h1 b {
    font-weight: normal;
    font-size: 37px;
    color: #666;
}

.head_t {
    padding-top: 95px;
    width: 1180px;
}

.head_t .title_btn {
    width: 745px;
    height: 104px;
    background-image: linear-gradient(90deg, #2630a9 10%, #0086f9 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    border-radius: 52px;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    font-size: 60px;
    line-height: 104px;
    color: #ffffff;
    text-align: center;
}

.head_t h2 {
    font-size: 36px;
    line-height: 47px;
    color: #666666;
    margin: 35px 0 62px 100px;
}

.header .headbtn_list {
    width: 386px;
    height: 50px;
    line-height: 50px;
    margin-left: 100px;
}

.header .headbtn_list a.button {
    display: block;
    text-align: center;
    float: left;
    width: 177px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: solid 2px #51c21a;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #51c21a;
}

.header .headbtn_list a.button:first-child {
    margin-right: 20px;
}

.header .headbtn_list a.button:hover {
    color: #fff;
    background: #51c21a;
}

.header .headbtn_list p {
    font-size: 20px;
    color: #008260;
    width: 300px;
    text-align: center;
    margin-top: 10px;
}

.leadform {
    width: 100%;
    height: 350px;
}

.leadbox {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    padding: 30px 40px 0 0px;
}

.leadbox p {
    font-size: 14px;
    margin-top: 0px;
    color: #333;
    margin-bottom: 20px;
}

.introduction {
    width: 490px;
}

.introduction .intr_title {
    width: 68px;
    height: 28px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    margin: 62px 0 20px 0;
    font-weight: bold;
}

.introduction .intr_txt {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.biaodan {
    padding: 36px 0;
    width: 420px;
    position: relative;
    top: 24px;
    background: url(../img/biandan_bg1.png) no-repeat;
    background-size: cover;
}

.biaodan h2 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.biaodan form div {
    margin-bottom: 10px;
}

.biaodan form input,
.biaodan form select {
    height: 38px;
    font-family: "微软雅黑";
    display: block;
    width: 265px;
    color: #aab2bd;
}

.biaodan form .mobile,
.biaodan form .name,
.biaodan form .Nstep,
.biaodan form .branch {
    width: 265px;
    padding: 1px 0;
    padding-left: 36px;
    margin: 0px auto 10px auto;
}

.biaodan form .mobile {
    background: url(../img/phone_bg.jpg) no-repeat center;
}

.biaodan form .name {
    background: url(../img/name_bg.jpg) no-repeat center;
}

.biaodan form .Nstep {
    background: url(../img/nstep_bg.jpg) no-repeat;
}

.biaodan form .branch {
    background: url(../img/city_bg.png) no-repeat center;
}

.biaodan form .from_submit {
    width: 300px;
    margin: 0 auto;
}

.registerform {
    width: 100%;
    margin-top: 30px;
}

.from_submit #submit {
    display: block;
    width: 300px;
    height: 50px;
    background-color: #51c21a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.from_submit #submit:hover {
    background: #419b15 !important;
}

.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;
}


/*--------begin section-----------*/


.bggary {
    background: #f3f4f7;
}

.section_content,
.section {
    padding: 60px 0;
}

.titleh2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    z-index: 2;
    position: relative;
}

.titleh2_bg {
    padding-top: 30px;
    background: url(../img/title_line.png) no-repeat center top;
}

.title_p {
    color: #666;
    font-size: 28px;
    margin: 10px auto 40px auto;
    position: relative;
    z-index: 1;
}

.left_bh {
    position: absolute;
    left: -200px;
}

.right_bh {
    position: absolute;
    right: -200px;
    bottom: -25px;
}

.posrelative {
    position: relative;
}

.btn_list_long {
    width: 625px;
    height: auto;
    top: 0;
}

.btn_list_long .a_btn,
.btn_list_long .a_btn_hollow {
    width: 300px;
}


/*--------------澳洲硕士留学优势-----------------*/

.sec_adva {
    position: relative;
    padding-top: 96px;
}

.title_icon {
    position: absolute;
    left: 0;
    width: 112px;
    top: -60px;
}


/*--------------澳洲商科院校怎么选？-----------------*/

.sec_require {
    padding-bottom: 0;
}

.school_list li {
    display: inline-block;
    cursor: pointer;
    width: 220px;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    border: solid 1px #999999;
    font-size: 16px;
    color: #666;
    margin-right: 42px;
}

.school_list li:last-child {
    margin-right: 0;
}

.school_list li.active {
    color: #ffffff;
    background-color: #333333;
}

.school_content {
    display: none;
}

.school_content.active {
    display: block;
}

.require_bg {
    margin-top: 60px;
    height: 696px;
    background: url(../img/cert_three_bg.png) no-repeat;
    background-size: 100% 696px;
}

.require_bg .require_l {
    margin: 160px 0 0 83px;
}

.require_l h3 {
    position: relative;
    font-family: MicrosoftYaHei-Bold;
    font-size: 48px;
    font-weight: bold;
    line-height: 72px;
    color: #ffffff;
}

.require_l h3::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    background: url(../img/cert_three_line.png) no-repeat top;
    width: 120px;
    height: 16px;
}

.require_r ul {
    width: 505px;
    padding: 50px 0;
}

.require_r ul li {
    margin-bottom: 25px;
}

.require_r ul li:last-child {
    margin-bottom: 0px;
}

.require_r ul li img {
    width: 46px;
    vertical-align: top;
}

.school_cert {
    display: inline-block;
    width: 420px;
    margin-left: 26px;
    vertical-align: top;
    color: #ffffff;
    line-height: 24px;
    font-size: 14px;
}

.school_cert p {
    margin-bottom: 10px;
}

.school_cert p:first-child {
    font-size: 18px;
    margin-bottom: 20px;
}

.school_cert p:last-child {
    margin-bottom: 0px;
}

.cert_title {
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    margin: 60px 0 30px 0;
}

.cert_list {
    padding-bottom: 60px;
}

.cert_list li {
    width: 480px;
    height: 185px;
    margin-right: 20px;
    float: left;
}

.change_li {
    height: 140px !important;
}

.cert_list li p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding: 0 15px;
}

.cert_title_bg1,
.cert_title_bg2,
.cert_title_bg3,
.cert_title_bg4 {
    color: #fff !important;
    font-size: 16px !important;
    height: 51px !important;
    margin-bottom: 28px !important;
    line-height: 51px !important;
    padding-left: 70px !important;
    width: 100%;
}

.cert_list .cert_title_bg1 {
    background: url(../img/cert_title_bg1.png) no-repeat;
}

.cert_list .cert_title_bg2 {
    background: url(../img/cert_title_bg2.png) no-repeat;
}

.cert_list .cert_title_bg3 {
    background: url(../img/cert_title_bg3.png) no-repeat;
}

.cert_list .cert_title_bg4 {
    background: url(../img/cert_title_bg4.png) no-repeat;
}


/*--------------澳洲商科院校怎么选？-----------------*/


/* table */

.table_title {
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.table-wrap {
    width: 1000px;
    outline: none;
    /* position: relative; */
    font-size: 14px;
    border: 1px #dcdddd solid;
    text-align: center;
    margin: 50px 0 40px 0;
}

.table-head {
    background-color: #2630a9;
    border-bottom: 1px #dcdddd solid;
    color: #fff;
    font-size: 14px;
}

.table-head-wrap {
    width: 100%;
    /* position: relative; */
    overflow: hidden;
}

.grid {
    margin: 0px;
    table-layout: fixed;
    width: 100%;
    max-width: none;
    border-spacing: 0px;
    empty-cells: show;
    border-width: 0px;
    outline: 0px none;
    border-collapse: collapse;
}

.grid tr th {
    padding: 17px 0;
    vertical-align: bottom;
    overflow: hidden;
    border-left: 1px #fff solid;
    border-bottom: 1px #fff solid;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.grid tr th:first-child {
    border-left-width: 0;
}

.grid tr td {
    color: #666;
    border-left: 1px #dcdddd solid;
    border-bottom: 1px #dcdddd solid;
    padding: 0.7em 0.5em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.grid .last_td {
    text-align: left;
    padding: .7em 20px;
}

.grid tr:last-child td {
    border-bottom: none;
}

.grid tr:nth-child(odd)>td {
    background-color: #fff;
}

.grid tr:nth-child(even)>td {
    background-color: #fbfcfe;
}

.table_spaci_bg {
    padding: 60px 46px !important;
    text-align: left;
    background-color: #b9ddfc !important;
    vertical-align: top !important;
    font-size: 16px !important;
    color: #333333 !important;
    font-weight: bold;
    border-bottom: 1px #fff solid !important;
}

.not_b_b {
    border-bottom: none !important;
}

.tab-link {
    display: block;
    text-align: center;
    min-height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-content {
    max-height: 742px;
    white-space: normal;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 500px;
}

.title_h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.title_h2 {
    font-size: 36px;
    color: #333;
    margin-top: 15px;
}

/* table */


/*----------------3列一行ul样式----------------------*/

.req_ul li {
    float: left;
    padding: 40px 30px;
    box-sizing: border-box;
    margin: 0 12px 20px 0;
    width: 320px;
    height: 308px;
    background-color: #ffffff;
    box-shadow: 0px 7px 16px 0px rgba(155, 159, 174, 0.35);
}

.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.title {
    font-size: 18px;
    line-height: 60px;
    color: #0086f9;
    text-align: center;
    font-weight: bold;
}

/* 滚动的ul */

.uniRecScroll {
	width: 1000px;
	overflow: hidden;
	position: relative;
	height: 1180px;
}

.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: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #999999;
}

.uniRecScroll .hd ul li.on {
    width: 40px;
	background-color: #0086f9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.uniRecScroll .bd ul {
	overflow: hidden;
	zoom: 1;
}

.scroll_ul li {
    width: 100%;
    float: left;
}

.scroll_ul .req_box{
    float: left; 
    width: 320px;
    height: 560px;
    padding: 40px 20px;
    background-color: #ffffff;
    box-shadow: 0px 7px 16px 0px rgba(155, 159, 174, 0.35);
    box-sizing: border-box;
    margin: 0 20px 20px 0;
}


.scroll_ul .req_box img{
   width: 100px;  
}

.scroll_ul .req_box p span{
    color: #0086f9;
}

.scroll_ul .req_box p{
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 10px;
}

.scroll_ul .req_box p:last-child{
    margin-bottom: 0px;
}

.scroll_ul .req_box p.title {
    font-size: 18px;
    line-height: 60px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

/* 滚动的ul */

/* --------------澳洲顶尖商学院推荐 ----------*/

.recommend .req_box:nth-child(3n),
.succ_case .req_box:nth-child(3n)
{
    margin-right: 0;
}

.recommend .btn_list_long,
.hot_job .btn_list_long,
.succ_case .btn_list_long{
    margin-top: 40px;
}


/*------------------------ 热门专业 -----------------------*/

.hot_job .req_box:nth-child(4n){
    margin-right: 0;
}

.hot_job .title_icon,
.abroad .title_icon {
    top: -118px;
}

.hot_job .uniRecScroll{
    height: 590px;
}

.hot_job .req_box {
    padding: 40px 20px;
    width: 235px;
    height: 550px;
}

.hot_job .req_box p.title,
.succ_case .req_box p.title {
    color: #333333;
    line-height: 24px;
}

.hot_job .req_box .title:nth-child(3),
.succ_case .req_box .title:nth-child(2)  {
    margin-bottom: 28px;
}

.hot_job .scroll_ul .req_box img {
    width: 60px;
    margin-bottom: 15px;
}


/*------------------------ 热门专业 -----------------------*/


/* -----------成功案例------------------------ */

.succ_case .uniRecScroll{
    height: 726px;
}

.succ_case .req_box {
    padding: 0;
    width: 320px;
    height: 682px;
}

.succ_case .req_box img {
    width: 320px;
    height: 125px;
}

.succ_case .box {
    padding: 30px 20px;
}

.detail_btn{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #51c21a;
    font-size: 16px;
}

.detail_btn:hover{
    text-decoration: underline;
}

/* -----------成功案例------------------------ */

/* ----------留学中心和留学优势 ----------------*/

.abroad{
    background: #709fcb;
}

.abroad .title_line{
  width: 120px;
  margin: 0 auto;
  display: block;
}

/* 修改留学中心公共模块的调用 */

.ausService{
    padding: 0 !important;
}

.ausService h2{
    font-size: 36px !important;
    color: #fff !important;
    font-weight: bold !important;
}

.ausService h3{
    font-size: 28px !important;
    color: #fff !important;
}

.ausService .ewmBtn a{
    background: #fff !important;
    border: solid 1px #51c21a !important;
    color: #51c21a !important;
}

.ausService .ewmBtn a:hover{
    background: #51c21a !important;
    color: #fff !important;
}
