@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; */
    height: 60px;
    background-image: linear-gradient(90deg, #008260 10%, #51c21a 100%), linear-gradient(#1a73c2, #1a73c2);
    background-blend-mode: normal, normal;
}

.mainNav .mainNav_wrap.fixedTop {
    position: fixed;
    z-index: 999;
    top: 0;
}

.mainNav ul {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.mainNav ul li {
    width: auto;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.mainNav ul li:hover a,
.mainNav ul li.activeNav a {
    font-weight: bold;
    color: #3cd67d;
}

.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: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    background: #fff;
    cursor: pointer;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border: solid 1px #333;
}

.a_btn:hover,
.a_btn_hollow:hover {
    background-color: #333333;
    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;
    margin-bottom: 0;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    position: relative;
    border: solid 1px #333333;
}

.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;
}

.padtop60 {
    padding-top: 60px;
}

.padbottom60 {
    padding-bottom: 50px;
}

.linear_f {
    color: #008260 !important;
    font-weight: bold;
    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;
}


/*<!--头部【导语和表单】-->*/

.header {
    width: 100%;
    height: 500px;
    background: url(../img/head_bg.png) 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: 88px;
}

.head_t .title_btn {
    width: 745px;
    height: 70px;
    line-height: 70px;
    font-size: 64px;
    font-weight: bold;
    text-align: left;
    position: relative;
    color: #008260;
    background: linear-gradient(to right, #008260 10.009765625%, #51c21a 89.990234375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.head_t .title_btn::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 30px;
    height: 4px;
    background: url(../img/head_line.png) no-repeat center;
}

.head_t h2 {
    font-size: 36px;
    line-height: 52px;
    color: #666666;
    margin-top: 50px;
}

.header .headbtn_list {
    width: 386px;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
}

.header .headbtn_list a.button {
    display: block;
    text-align: center;
    float: left;
    width: 168px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border: solid 1px #333333;
    font-size: 20px;
    color: #333333;
}

.header .headbtn_list a.button:first-child {
    margin-right: 20px;
}

.header .headbtn_list a.button:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #008260 10%, #51c21a 100%), linear-gradient(#333333, #333333);
    background-blend-mode: normal, normal;
    border: none;
}

.header .headbtn_list p {
    font-size: 20px;
    color: #fff;
    width: 300px;
    text-align: center;
    margin-top: 10px;
}

.leadform {
    width: 100%;
    height: 270px;
}

.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 .intr_title {
    width: 72px;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
    font-family: MicrosoftYaHei-Bold;
    color: #333333;
    margin: 32px 0 28px 0;
    font-weight: bold;
}

.introduction .intr_txt {
    width: 512px;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.biaodan {
    padding: 42px 0 35px 0;
    width: 425px;
    position: relative;
    top: -112px;
    right: -25px;
    background: url(../img/biandan_bg.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 .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 .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: #333333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.from_submit #submit:hover {
    text-decoration: underline;
}

.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: #f5f5f5;
}

.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: 560px;
    height: auto;
    top: 0;
}

.btn_list_long .a_btn,
.btn_list_long .a_btn_hollow {
    width: 240px;
}


/*--------------澳洲硕士留学优势-----------------*/

.sec_adva {
    position: relative;
    padding-top: 96px;
}


/*--------------澳洲商科院校怎么选？-----------------*/

.sec_fix .titleh2 {
    margin-bottom: 50px;
}

.fix_you {
    width: 1000px;
    height: 330px;
}

.you_box_l {
    z-index: 2;
    position: absolute;
    display: inline-block;
    width: 494px;
    height: 279px;
    background: url(../img/fit_man.png) no-repeat center;
}

.you_box_r {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: inline-block;
    width: 532px;
    height: 278px;
    background: url(../img/fit_woman.png) no-repeat center;
}

.you_box_l p,
.you_box_r p {
    width: 280px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.you_box_ml {
    margin-left: 190px;
}

.you_box_mr {
    margin-left: 45px;
}

.you_box_r p {
    color: #fff;
}

.linear_other {
    color: #51c21a !important;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #51c21a, #b4eb00);
    background: -moz-linear-gradient(left, #51c21a, #b4eb00);
    background: linear-gradient(left, #51c21a, #b4eb00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.you_box_l p:first-child,
.you_box_r p:first-child {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.fix_btn {
    width: 136px;
    height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: solid 1px #333333;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
}

.black_btn {
    background: #333;
    color: #fff;
    border: solid 1px #fff;
}

.fix_btn:hover {
    text-decoration: underline;
}


/*--------------澳洲商科院校怎么选？-----------------*/


/* table */

.table-wrap {
    width: 1000px;
    outline: none;
    /* position: relative; */
    font-size: 14px;
    border: solid 1px #219c43;
    text-align: center;
    margin-top: 50px;
}

.table-head {
    background-color: #219c43;
    /* border-bottom: 1px #dcdddd solid; */
    color: #fff;
    font-size: 16px;
}

.table_tip {
    margin-top: 20px;
    color: #219c43;
}

.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: middle;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.grid tr td {
    color: #666;
    padding: 0.7em 0.5em;
    overflow: hidden;
    line-height: 30px;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.grid tr td:last-child a {
    color: #219c43;
}

.grid tr td:last-child a:hover {
    text-decoration: underline;
}

.grid tr:nth-child(odd)>td {
    background-color: #fff;
}

.grid tr:nth-child(even)>td {
    background-color: #f5f5f5;
}

.tab-link {
    display: block;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-content {
    max-height: 742px;
    white-space: normal;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 500px;
}


/* table */


/*----------------3列一行ul样式----------------------*/

.req_ul li {
    float: left;
    padding: 0px 18px 50px 18px;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 200px;
    background: url(../img/border_line.png) no-repeat right top;
}

.req_ul li:last-child {
    background: #ffffff;
}

.req_ul li:nth-child(3n) {
    margin-right: 0;
}

.req_ul img {
    width: 64px;
}

.req_ul p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.req_ul p.title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}


/* 滚动的ul */

.uniRecScroll {
    width: 1000px;
    /* overflow: hidden; */
    position: relative;
    height: 565px;
    margin-top: 50px;
}

.uniRecScroll .hd .prev,
.uniRecScroll .hd .next {
    display: block;
    width: 25px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
	top: 50%;
	margin-top: -23px;
}

.uniRecScroll .hd .next {
    right: 16px;
    background: url(../img/right_black.png) no-repeat center;
    z-index: 10;
}

.uniRecScroll .hd .prev {
    left: 16px;
    background: url(../img/left_gray.png) no-repeat center;
    z-index: 10;
}

.uniRecScroll .bd {
    padding: 0 60px;
}
.uniRecScroll .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.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: transparent;
    border: solid 1px #333333;
}

.uniRecScroll .hd ul li.on {
    background-color: #333;
}

.scroll_ul li {
    width: 100%;
    float: left;
}

.scroll_ul .req_box {
    float: left;
    width: 280px;
    height: 528px;
    background-color: #ffffff;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.17);
    padding: 36px 20px;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
}

.scroll_ul .req_box:nth-child(3n) {
    margin-right: 0;
}

.scroll_ul .req_box img {
    width: 82px;
}

.scroll_ul .req_box p span {
    color: #0086f9;
}

.scroll_ul .req_box p {
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.scroll_ul .req_box p:last-child {
    margin-bottom: 0px;
}

.scroll_ul .req_box p.title {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}


/* --------------你的高考成绩可以申请哪些大学？ ----------*/

.these_school {
    width: 485px;
    height: 290px;
    background: url(../img/these_school_bg.png) no-repeat center;
    margin: 50px 0;
}

.these_school p,
.more {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0 0 5px 30px;
}

.these_school .grade_name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin: 48px 0px 30px 30px;
}

.these_school .abroad_insset {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: bold;
}

.these_school .more {
    color: #07875a;
    margin-bottom: 0;
}

.these_school .more:hover {
    text-decoration: underline;
}

.sec_these_school .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 236px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 2;
}

.sec_these_school .layer p {
    font-size: 12px !important;
    line-height: 22px !important;
    color: #fffefe !important;
    text-align: left !important;
    padding: 15px;
}

.sec_these_school .layer p:last-child {
    text-align: center !important;
    padding: 0px;
}

.link_btn {
    display: inline-block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    -webkit-radius: 18px;
    -moz-radius: 18px;
    border: 1px #fff solid;
    padding: 0;
    margin: 0 auto;
    color: #fff;
}

.sec_these_school .req_ul {
    margin-top: 50px;
}

.sec_these_school .req_ul li {
    width: 230px;
    height: 236px;
    background: #ffffff;
    padding: 0;
    margin: 0 26px 25px 0;
    position: relative;
}

.sec_these_school .req_ul li:nth-child(4n) {
    margin-right: 0;
}

.sec_these_school .req_ul p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.sec_these_school .req_ul p.title_one {
    font-size: 24px;
    color: #fefefe;
    margin-bottom: 10px;
}

.sec_these_school .req_ul img {
    width: 230px;
    height: 130px;
    display: block !important;
}

.sec_these_school .req_ul_bg {
    background-image: linear-gradient(90deg, #008260 10%, #51c21a 100%), linear-gradient( #333333, #333333);
    background-blend-mode: normal, normal;
    opacity: 0.88;
    padding: 12px 20px;
}

.li_last {
    padding: 35px 26px !important;
}

.li_last p {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.li_last b:hover,
.link_btn:hover {
    text-decoration: underline;
}

.top_500 .btn_list_long {
    width: 610px;
}


/*------------------------ 时间规划 -----------------------*/

.plan_bg {
    background: url(../img/go_school_bg.png) no-repeat center;
    width: 100%;
    height: 702px;
}

.font_white {
    color: #fff;
}

.tab_li {
    margin: 50px auto;
    width: 560px;
}

.tab_li li {
    float: left;
    display: inline-block;
    width: 276px;
    height: 60px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border: solid 2px #ffffff;
}

.tab_li li:last-child {
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
}

.tab_li li.current {
    background-color: #ffffff;
    color: #219c43;
}

.content_detail {
    width: 100%;
    height: 320px;
    position: relative;
}

.content_detail .dialogbox {
    position: absolute;
    width: 214px;
    height: 113px;
    background: url(../img/dialogue7_1.png) no-repeat center;
}

.dialogbox p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 0 15px;
}

.detail_line,
.detail_line2 {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 130px;
}

.detail_line {
    background: url(../img/go_school_line7.png) no-repeat center;
}

.detail_line2 {
    background: url(../img/go_school_line2.png) no-repeat center;
}

.dialogbox p:first-child {
    font-size: 24px;
    line-height: 36px;
    padding-top: 5px;
}

.dialogue1 {
    top: 0;
    left: 328px;
}

.dialogue2 {
    top: 0;
    right: 90px;
}

.dialogue3 {
    left: 185px;
    top: 150px;
    height: 121px !important;
    background: url(../img/dialogue7_2.png) no-repeat center !important;
}

.dialogue4 {
    right: 200px;
    top: 153px;
    width: 282px !important;
    height: 121px !important;
    background: url(../img/dialogue7_3.png) no-repeat center !important;
}

.dialogue3 p:first-child,
.dialogue4 p:first-child,
.dialogue4_2 p:first-child,
.dialogue5_2 p:first-child {
    padding-top: 28px;
}

.dialogue2_2 {
    top: 0;
    right: 167px;
}

.dialogue4_2 {
    top: 153px;
    right: 302px;
    width: 242px !important;
    height: 121px !important;
    background: url(../img/dialogue2_1.png) no-repeat center !important;
}

.dialogue5_2 {
    top: 153px;
    right: 10px;
    width: 242px !important;
    height: 121px !important;
    background: url(../img/dialogue2_1.png) no-repeat center !important;
}

.tab_btn {
    width: 250px !important;
    background: transparent;
    color: #fff;
    border: solid 1px #ffffff;
}

.tab_btn:hover {
    color: #219c43;
    background: #fff;
}

.sec_plan .req_ul li {
    width: 320px;
    height: 310px;
    background: #f2f7f0;
    border-radius: 10px;
    padding: 36px 32px;
    margin: 50px 20px 0 0;
}

.sec_plan .req_ul li:nth-child(3n) {
    margin-right: 0;
}

.sec_plan .req_ul img {
    width: 80px;
}

.sec_plan .req_ul p.title {
    color: #333333;
    font-size: 24px;
}

.sec_plan .req_ul p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}


/*------------------------ 时间规划 -----------------------*/


/* -----------成功案例------------------------ */

.detail_btn {
    width: 100%;
    display: inline-block;
    text-align: right;
    color: #333;
    font-size: 14px;
    margin-top: 20px;
}

.detail_btn:hover {
    text-decoration: underline;
}


/* -----------成功案例------------------------ */


/* 修改留学中心公共模块的调用 */

.ausService {
    padding: 0 !important;
}

.ausService h2 {
    font-size: 36px !important;
    color: #333333 !important;
    font-weight: bold !important;
}

.ausService h3 {
    font-size: 28px !important;
    color: #333333 !important;
}

.ausService .ewmBtn a {
    background: #fff !important;
    border: solid 1px #333333 !important;
    color: #333333 !important;
    border-radius: 25px!important;
}

.ausService .ewmBtn a:hover {
    background: #333333 !important;
    color: #fff !important;
}
.ausService ul li p{
    color: #333;
}

/* 精彩推荐 */

.recommend .req_ul li {
    width: 240px;
    margin: 50px 12px 0 0;
    background: #fff;
    padding: 0;
}

.recommend .req_ul li:nth-child(4n) {
    margin-right: 0;
}

.recommend .req_ul li img {
    width: 240px;
}

.recommend .req_ul p {
    font-size: 18px;
    line-height: 46px;
    color: #333333;
    text-align: center;
}