@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: 60px;
    line-height: 60px;
    overflow: hidden;
}

.mainNav .mainNav_wrap {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: static;
    background: #2c8578;
}

.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; */
    height: 60px;
    line-height: 50px;
}

.mainNav ul li {
    width: auto;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
}

.mainNav ul li:hover a,
.mainNav ul li.activeNav a {
    /* color: #4cdfcc;
    font-weight: bold; */
    width: 122px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    color: #2c8578;
}

.mainNav a {
    float: left;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.a_btn {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #43b4a3;
    background: transparent;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: solid 1px #43b4a3;
}

.a_btn:hover {
    background: #43b4a3 !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: transparent;
    border: 1px solid #43b4a3;
    margin-bottom: 0;
    height: 52px;
    line-height: 52px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    color: #43b4a3;
    cursor: pointer;
    position: relative;
}

.a_btn_hollow:hover {
    background: #43b4a3 !important;
    color: #fff;
}


.pad60 {
    padding: 60px;
}

.pad_none {
    padding: 0 !important;
}


/*<!--头部【导语和表单】-->*/

.header {
    width: 100%;
    height: 500px;
    background: url(../img/banner_head.png) no-repeat center top;
    background-size: 100% 500px;
}

.header .wrapper {
    padding-top: 110px;
}

.header h2 {
    margin-bottom: 20px;
    font-size: 61px;
    font-weight: bold;
    color: #fffefe;
}

.header h3 {
    margin-bottom: 28px;
    font-size: 42px;
    color: #fffefe;
}

.header .head_btn {
    display: inline-block;
    width: 630px;
    height: 72px;
    line-height: 72px;
    background-color: rgba(61, 77, 56, .4);
    box-shadow: inset 0px 0px 0px 0px rgba(10, 125, 79, 0.35);
    border-radius: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    font-size: 40px;
    color: #fffefe;
}

.introduction {
    width: 537px;
    padding: 55px 0 42px 0;
}

.introduction .intr_title {
    position: relative;
    padding-bottom: 16px;
    width: 68px;
    height: 28px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 27px;
    font-weight: bold;
}

.introduction .intr_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 6px;
    background: url(../img/lead_title.png) no-repeat;
}

.introduction .intr_txt {
    margin-bottom: 23px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.biaodan {
    position: relative;
    margin-top: 35px;
    padding: 42px 0 45px 0;
    width: 412px;
    height: 285px;
    background-color: #ffffff;
    border: solid 6px #43b4a3;
}

.biaodan::after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../img/bd_bg.png) no-repeat;
}

.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: 264px;
    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.png) no-repeat center;
}

.biaodan form .name {
    background: url(../img/name_bg.png) no-repeat center;
}

.biaodan form .Nstep {
    background: url(../img/step_bg.png) 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: #43b4a3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

/* .from_submit #submit:hover {
    background: #43b4a3 !important;
} */

/*--------begin section-----------*/


.bggary {
    background: #f0f0f0;
}

.bgblue {
    background-color: #effffc;
}

.section_content,
.section {
    padding: 70px 0;
}

.sec_title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.title_p {
    display: inline-block;
    color: #666;
    font-size: 30px;
    margin: 10px auto 60px auto;
    position: relative;
    z-index: 1;
}

.line_bg {
    position: absolute;
    width: 100%;
    padding: 0 10px;
    height: 14px;
    background-color: #e0fffa;
    left: -10px;
    top: 38%;
    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;
}

/*--------------悉尼大学世界排名-----------------*/

.sec_rank,.sec_MBA {
    padding: 70px;
}

.sec_rank .line_bg {
    background-color: #ffffff;
}

.rank_list {
    margin-bottom: 40px;
}

.rank_list li {
    position: relative;
    display: inline-block;
    margin: 0 40px 20px 0;
    float: left;
    width: 436px;
    height: 120px;
    padding: 10px 24px 10px 14px;
    background-color: #ffffff;
}

.rank_list li:nth-child(2n) {
    margin-right: 0;
}

.rank_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #43b4a3;
}

.rank_simlp_l {
    display: inline-block;
    vertical-align: top;
    width: 119px;
    height: 119px;
    background-color: #f2f2f2;
    background: url(../img/rank_num_bg.png) no-repeat center center;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #43b4a3;
}

.rank_simlp_l p {
    margin-top: 28px;
}

.rank_simlp_l span {
    display: inline-block;
    vertical-align: text-top;
    font-size: 24px;
}

.rank_simlp_r {
    display: inline-block;
    text-align: left;
    margin-left: 18px;
    width: 294px;
}

.rank_simlp_r .rank_title {
    margin: 20px 0;
    font-size: 19px;
    font-weight: bold;
    color: #333333;
}

.rank_simlp_r p a {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}


/*--------------澳洲商科院校怎么选？-----------------*/


/* MBA */
.MBA_ul {
    display: inline-block;
    width: 927px;
    height: 421px;
}

.MBA_ul .left {
    width: 414px;
    text-align: right;
}

.MBA_ul .right {
    width: 501px;
}

.MBA_ul .right p {
    text-align: left;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
}

.MBA_ul .right b {
    font-size: 20px;
}

.MBA_img2 {
    margin: 34px 0 36px 0;
}

.MBA_img3 {
    margin-top: 17px;
}

/* 切换样式 */
.school_list {
    margin-bottom: 60px;
}

.school_list li {
    display: inline-block;
    cursor: pointer;
    width: 300px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    border: solid 1px #333333;
    font-size: 16px;
    color: #333333;
    margin-right: 20px;
    border-radius: 4px;
}

.school_list li:last-child {
    margin-right: 0;
}

.school_list li.active {
    color: #ffffff;
    font-weight: bold;
    background-color: #333333;
}

.school_content {
    display: none;
}

.school_content.active {
    display: block;
}

/* ------切换样式 end-----*/

/* table */

.table-wrap {
    width: 1000px;
    outline: none;
    /* position: relative; */
    font-size: 14px;
    border: 1px #dcdddd solid;
    text-align: center;
    margin-bottom: 20px;
}

.table-head {
    background-color: #3b3b3b;
    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;
    background-color: #fff;
    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: #f2fdfb;
}

.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: 733px;
    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---end */


/*----------------3列一行ul样式----------------------*/

.req_ul li {
    float: left;
    padding: 25px 17px 39px 17px;
    width: 286px;
    height: 236px;
    margin: 0 20px 30px 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 1px rgba(18, 74, 66, 0.2);
    border-radius: 5px;
}

.req_ul li:nth-child(3n) {
    margin-right: 0;
}

.req_ul img {
    width: 110px;
}

.req_ul p {
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.req_ul p.title {
    font-size: 24px;
    line-height: 60px;
    color: #43b4a3;
    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: 14px;
    height: 14px;
    border: solid 1px #333333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
}

.uniRecScroll .hd ul li.on {
    background-color: #333333;
}

.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 */

/*------------------------ 热门专业 -----------------------*/

.bright_one,
.bright_two {
    width: 1000px;
    height: 138px;
    margin-bottom: 12px;
}

.bright_one {
    background: url(../img/major_l.png) no-repeat top left #dfdfdf;
    background-size: 90px 138px;
}

.bright_two {
    background: url(../img/major_r.png) no-repeat top right #dfdfdf;
    background-size: 90px 138px;
}

.bright_one .left,
.bright_two .right {
    width: 90px;
    height: 138px;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
}

.bright_one .right,
.bright_two .left {
    width: 881px;
    font-size: 14px;
    padding: 25px 17px 0 12px;
    background-color: #dfdfdf;
}

.change_bright_l{
    padding-top: 50px !important;
}

.bright_one .left p,
.bright_two .right p {
    margin-top: 27px;
    width: 42px;
    height: 88px;
    text-align: left;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 4px;
    color: #ffffff;
    font-weight: bold;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.major_ul li {
    display: inline-block;
    float: left;
    margin: 0 8px 20px 0;
    width: 140px;
    height: 33px;
    line-height: 33px;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(154, 154, 154, 0.52);
    border-radius: 10px;
}

.major_ul li:nth-child(6n) {
    margin-right: 0;
}

.major_ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333333;
}


/*------------------------ 热门专业end -----------------------*/

/* 申请条件 */
.sec_require {
    width: 100%;
    height: 970px;
    background: url(../img/req_bg.png) no-repeat center top;
    background-size: 100% 1110px;
}

.sec_require .title_p,
.sec_require .sec_title {
    color: #ffffff;
}

.sec_require .line_bg {
    background-color: #3a8b7f;
    opacity: 0.6;
}

.sec_require .school_list li {
    color: #ffffff;
    border: solid 1px #ffffff;
}

.sec_require .school_list li.active {
    background-color: #ffffff;
    color: #43b4a3;
}

.require_ul>li {
    width: 252px;
    height: auto;
    padding: 30px 24px 23px 24px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px;
    margin-bottom: 0;
}

.require_ul>li p.title {
    position: relative;
    padding-top: 31px;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #008260;
    background: -webkit-linear-gradient(left, #008260, #51c21a);
    background: -moz-linear-gradient(left, #008260, #51c21a);
    background: linear-gradient(left, #008260, #51c21a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.require_ul>li p.title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 23px;
    background: url(../img/bk_mark.png) no-repeat;
}

.require_ul li p {
    line-height: 24px;
    color: #333333;
}

.require_ul li p:last-child {
    text-align: center;
}

.require_ul>li a {
    display: inline-block;
    margin-top: 17px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    text-align: center;
    border: solid 1px #666666;
    font-size: 14px;
    color: #333333;
}

.require_about li {
    background: rgba(255, 255, 255, .9) !important;
    box-shadow: 0px 0px 18px 0px rgba(89, 89, 89, 0.73) !important;
}

.require_about li img {
    width: 70px;
}

.require_about li p.title {
    color: #333333 !important;
}

.sec_require .about_read {
    font-size: 30px;
    color: #ffffff;
}

.sec_require .a_btn {
    background: #ffffff;
    border: solid 1px #ffffff;
}

.sec_require .a_btn:hover {
    border: none;
}

/* ------------申请条件end----------- */


/* --------------费用-------- */
.sec_fee .table-content {
    height: auto;
    min-height: auto;
    overflow: hidden;
}

.sec_fee .table-head {
    background-color: #43ab9c;
}

.fee_table_p{
    display: inline-block;
    text-align: left;
    padding: 10px;
    line-height: 26px;
}

.sec_fee .req_ul li,
.require_about li {
    position: relative;
    cursor: pointer;
    top: 0;
    width: 230px;
    height: 133px;
    /* padding: 30px 44px; */
    padding: 30px 0;
    background-color: #2fa291;
    box-shadow: 0px 0px 13px 0px rgba(26, 70, 63, 0.73);
    border-radius: 10px;
    margin: 0 26px 0 0;
}

.sec_fee .req_ul li:hover,
.require_about li:hover {
    top: -10px;
    transition: all ease 0.3s;
}


.sec_fee .req_ul li:nth-child(3),
.require_about li:nth-child(3) {
    margin-right: 26px;
}

.sec_fee .req_ul li:nth-child(4),
.require_about li:nth-child(4) {
    margin-right: 0;
}

.sec_fee .req_ul li img {
    width: 60px;
}

.sec_fee .req_ul li p.title,
.require_about li p.title {
    margin-top: 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.about_read {
    position: relative;
    display: inline-block;
    margin: 30px 0 50px 0;
    z-index: 1;
    font-size: 24px;
    color: #666666;
}

/* --------------费用end-------- */

/* -----------成功案例------------------------ */
.sec_case .req_box:nth-child(4n) {
    margin-right: 0;
}

.sec_case .uniRecScroll {
    height: 380px;
}

.sec_case .req_box {
    padding: 28px 17px;
    width: 229px;
    height: 340px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 27px 0 0;
    box-shadow: none;
}

.sec_case .req_box p.title {
    line-height: 24px;
    font-size: 15px;
    color: #008260;
    background: -webkit-linear-gradient(left, #008260, #51c21a);
    background: -moz-linear-gradient(left, #008260, #51c21a);
    background: linear-gradient(left, #008260, #51c21a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec_case .scroll_ul .req_box p {
    line-height: 20px;
    margin-bottom: 25px;
}

.sec_case .scroll_ul .req_box p:last-child {
    margin-bottom: 0;
}

.sec_case .scroll_ul .req_box img {
    width: 70px;
    margin-bottom: 10px;
}

.sec_case .scroll_ul .req_box a {
    color: #43b4a3;
}

.sec_case .btn_list_long {
    margin-top: 50px;
}


/* -----------成功案例------------------------ */


/* -----------精彩推荐 -----*/
.recmd_flex {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.recmd_flex img {
    border: 1px #ccc solid;
}

/* -----------精彩推荐---------- */