@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: #333333;
    opacity: 0.9;
}

.mainNav .mainNav_wrap.fixedTop {
    position: fixed;
    z-index: 999;
    top: 0;
}

.mainNav ul {
    width: 1200px;
    margin: 0 auto;
    color: #fbfbfb;
    height: 55px;
    line-height: 55px;
}

.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-size: 18px;
    font-weight: bold;
}

.mainNav a {
    float: left;
    text-align: center;
    font-size: 16px;
    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;
}

.a_btn {
    display: block;
    text-align: center;
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #3a3e45;
    background: transparent;
    cursor: pointer;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border: solid 1px #3a3e45;
}

.a_btn:hover {
    background: #3a3e45;
    color: #fff;
}

.btn_list {
    width: 300px;
    margin: 50px auto 0 auto;
}

.btn_list_long {
    width: 625px;
    height: auto;
}

.contents .content {
    display: none;
}

.contents .current {
    display: block !important;
}

.padtop60 {
    padding-top: 60px;
}

.pad60 {
    padding: 60px 0;
}

/* 公共样式-- end*/

/*<!--头部【导语和表单】-->*/

.header {
    width: 100%;
    height: 555px;
    background: url(../img/head_banner.png) no-repeat center top;
}

.head_t {
    padding-top: 85px;
    margin-right: 30px;
}

.head_t h2 {
    font-size: 90px;
    font-weight: bold;
    line-height: 100px;
}

.head_t h3 {
    font-size: 76px;
    font-weight: bold;
    line-height: 100px;
    margin-bottom: 26px;
}

.head_t h4 {
    font-size: 31px;
    font-weight: bold;
    color: #1a4ac1;
    margin-bottom: 43px;
}

.header .headbtn_list {
    width: 360px;
    height: 54px;
    margin: 0 auto 56px auto;
}

.header .headbtn_list a.button {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 52px;
    width: 168px;
    height: 52px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    text-align: center;
    background: transparent;
    border: solid 1px #666666;
    color: #666666;
}

.header .headbtn_list a.button:first-child {
    margin-right: 20px;
}

.header .headbtn_list a.button:hover {
    color: #fff;
    background-color: #4cdfcb;
    border: none;
}

.header .headbtn_list p {
    font-size: 20px;
    color: #008260;
    width: 300px;
    text-align: center;
    margin-top: 10px;
}

.leadform {
    width: 100%;
    margin: 50px 0;

}

.leadform .wrapper {
    width: 928px;
    padding: 43px 36px 25px 36px;
}

.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: 476px;
}

.introduction .intr_title {
    position: relative;
    width: 68px;
    height: 28px;
    font-size: 30px;
    line-height: 30px;
    margin: 4px 0 15px 0;
    padding-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #2b74f7;
}

.introduction .intr_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 29px;
    border: solid 1px #8cadf1;
}

.introduction .intr_txt {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}

.introduction img {
    width: 477px;
    height: 129px;
    background-color: #ffffff;
}

.biaodan {
    padding: 38px 55px 30px 55px;
    position: relative;
    width: 300px;
    height: 249px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: solid 2px #739bee;
}

.biaodan h2 {
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #141111;
}

.biaodan h2 span {
    padding: 0 20px;
    background: #f2f7ff;
}

.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.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;
}

.from_submit #submit {
    display: block;
    width: 300px;
    height: 50px;
    background-color: #4cdfcb;
    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;
} */

/*<!--头部【导语和表单】--end>*/

/*----------------3列一行ul样式----------------------*/

.req_ul>li {
    float: left;
    padding: 30px 12px;
    box-sizing: border-box;
    margin-right: 20px;
    width: 150px;
    height: 344px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(65, 65, 65, 0.35);
}

.not_mr {
    margin-right: 0 !important;
}

.req_ul img {
    display: block;
    margin: 0 auto 18px auto;
    width: 81px;
    height: 58px;
}

.req_ul p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.p_line {
    margin: 13px auto;
    width: 43px;
    line-height: none;
    border: solid 1px #333333;
}

.req_ul p.title {
    font-size: 18px;
    line-height: 24px;
    color: #0282f4;
    text-align: center;
    font-weight: bold;
}

/* 滚动的ul */

.uniRecScroll {
    width: 1000px;
    overflow: hidden;
    position: relative;
    /* height: 441px; */
}

.uniRecScroll .hd {
    overflow: hidden;
    /* position: absolute;
    bottom: 0; */
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.uniRecScroll .bd {
    padding: 0 55px;
    margin: 0 auto;
}

.uniRecScroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.uniRecScroll .hd ul {
    display: none;
}

.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 .hd .prev,
.uniRecScroll .hd .next {
    display: block;
    width: 28px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -23px;
}

.uniRecScroll .hd .next {
    right: 0;
    background: url(../img/case_r_btn.png) no-repeat center;
    background-size: 28px 46px;
}

.uniRecScroll .hd .prev {
    left: 0;
    background: url(../img/case_l_btn.png) no-repeat center #bcc2cd;
    background-size: 28px 46px;
}

.scroll_ul li {
    width: 100%;
    float: left;
    padding-left: 6px;
    height: 440px;
}

.scroll_ul .req_box {
    float: left;
    padding: 20px;
    margin: 0 13px 20px 0;
    width: 200px;
    height: 490px;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.38);
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.scroll_ul .req_box img {
    display: block;
    margin: 0 auto;
}

.scroll_ul .req_box p span {
    color: #333333;
    font-weight: bold;
}

.scroll_ul .req_box p {
    margin-bottom: 20px;
}

.scroll_ul .req_box p:last-child {
    margin-bottom: 0px;
}

.scroll_ul .req_box p.title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.scroll_ul .req_box .line {
    margin: 10px auto;
    width: 40px;
    height: 4px;
    background-color: #739bee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.scroll_ul .req_box .detail_btn a {
    display: block;
    margin-top: 20px;
    margin: auto;
    width: 190px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    background-color: #4cdfcb;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
}

/* 滚动的ul */

/* 常用的模块样式 ；table/ul/uniRecScroll---end  */


/*--------begin section-----------*/


.commonbg {
    background: #f2f2f2;
}

.bgblue {
    background-color: #f2f7ff;
}

.common_f_blue {
    color: #2630a8;
    background: -webkit-linear-gradient(left, #2630a8, #0086f8);
    background: -moz-linear-gradient(left, #2630a8, #0086f8);
    background: linear-gradient(left, #2630a8, #0086f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section_content,
.section {
    padding: 60px 0;
}

.sec_title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.sec_small_title {
    color: #ffffff;
    font-size: 24px;
    margin: 15px 0 50px 0;
}

.sec_small_title span {
    padding: 6px 10px;
    background-color: #8cadf1;
}

.posrelative {
    position: relative;
}

/* 切换 */

.tab_list {
    margin-bottom: 50px;
}

.tab_list li {
    display: inline-block;
    cursor: pointer;
    width: 200px;
    height: 55px;
    background-color: transparent;
    line-height: 55px;
    border: solid 1px #989898;
    font-size: 24px;
    color: #989898;
    margin-right: 35px;
}

.tab_list li:last-child {
    margin-right: 0;
}

.tab_list li.active {
    color: #4cdfcb;
    border: solid 2px #4cdfcb;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
    margin: auto;
    width: 100%;
    height: 562px;
    background: url(../img/apply_case_bg.png) no-repeat right top;
    background-size: 988px 562px;
}

/* 切换 */


/*------------------------ 热门专业 -----------------------*/

.job_content li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.job_content li:last-child {
    margin-bottom: 0;
}

.job_content li p:nth-child(odd) {
    font-weight: bold;
}

.job_content_l {
    position: absolute;
    top: 0;
    left: 0;
    width: 236px;
    height: 100%;
}

.job_content_l img {
    margin-top: 13%;
}

.job_content_l .job_name {
    position: absolute;
    top: 44%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.job_content_r {
    margin-left: 204px;
    width: 689px;
    padding: 27px 54px;
    background-color: #e3eeff;
}

/*------------------------ 热门专业 -----------------------*/


/* ----------留学中心和留学优势 ----------------*/

.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;
}

/* 申请条件 */
.sec_require .req_ul>li {
    width: 220px;
    height: 242px;
    padding: 30px 23px;
    border-radius: 10px;
    border: solid 1px #4cdfcb;
    margin-right: 40px;
    box-shadow: none;
}

.sec_require .req_ul p.title {
    color: #333333;
    margin-bottom: 17px;
}

.sec_require .req_ul img {
    width: 81px;
    height: 58px;
    margin-bottom: 25px;
}

/* 申请方案 */
.apply_content {
    width: 839px;
    height: 467px;
    padding: 30px 42px;
    background-color: #ffffff;
}

.apply_title {
    width: 252px;
    height: 42px;
    line-height: 42px;
    background-color: #8cadf1;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    font-size: 18px;
    color: #ffffff;
}

.apply_content .apply_dec {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 10px 0 20px 0;
}

.apply_content .apply_dec span {
    color: #333333;
}

/* 热门院校 */
.hot_school {
    width: 100%;
    height: 1330px;
    background: url(../img/school_bg.png) no-repeat center top;
    background-size: 100% 1450px;
}

.hot_school .sec_title {
    color: #ffffff;
}

.hot_school .sec_small_title {
    color: #8cadf1;
}

.hot_school .sec_small_title span {
    background: #ffffff;
}

.hot_school .btn_list {
    margin-top: 30px;
}

.hot_school .a_btn {
    color: #3b7ae2;
    background-color: #ffffff;
    border-radius: 12px;
    border: solid 1px #ffffff;
    opacity: 0.9;
}

.hot_school .scroll_ul li {
    height: auto;
}

.hot_school .scroll_ul .req_box {
    position: relative;
}

.hot_school .detail_btn a {
    position: absolute;
    bottom: 20px;
    left: 25px;
}

/* 时间规划 */
.plan_tab {
    width: 500px;
    margin: 0 auto 60px auto;
}

.plan_tab li {
    display: inline-block;
    cursor: pointer;
    float: left;
    text-align: center;
    width: 250px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    letter-spacing: 1px;
    color: #303030;
    background: url(../img/plan_tab.png) no-repeat center top;
    background-size: contain;
}

.plan_tab li.active {
    width: 250px;
    height: 70px;
    background: url(../img/plan_tab_h.png) no-repeat center top;
    background-size: contain;
    color: #ffffff;
}

.plan_content {
    display: none;
}

.plan_content.active {
    display: block;
}

.february,
.july {
    position: relative;
    width: 1000px;
    height: 247px;
}

.february {
    background: url(../img/plan_bg_2.png) no-repeat center center;
    background-size: contain;
}

.july {
    background: url(../img/plan_bg_1.png) no-repeat center center;
    background-size: contain;
}

.plan_box {
    width: 154px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.february .plan_box {
    width: 204px;
}

.plan_box .plan_time {
    color: #8cadf1;
    margin-bottom: 10px;
}

.box_down .plan_time {
    margin: 10px 0 0 0;
}

.plan_box img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.july .plan_box:nth-child(1) {
    position: absolute;
    top: 0;
    left: 52px;
}

.july .plan_box:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 209px;
}

.july .plan_box:nth-child(3) {
    position: absolute;
    top: 0;
    left: 366px;
}

.july .plan_box:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: 322px;
}

.july .plan_box:nth-child(5) {
    position: absolute;
    top: 0;
    right: 166px;
}

.july .plan_box:nth-child(6) {
    position: absolute;
    bottom: 0;
    right: 9px;
}

.february .plan_box:nth-child(1) {
    position: absolute;
    top: 0;
    left: 107px;
}

.february .plan_box:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 394px;
}

.february .plan_box:nth-child(3) {
    position: absolute;
    top: 0;
    right: 65px;
}

/* 时间规划--end */

/* 成功案例 */

.sec_case .req_box {
    position: relative;
    margin: 48px 22px 0 0;
    width: 260px;
    height: 296px;
    padding: 54px 10px 30px 10px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.sec_case .req_box:last-child {
    margin-right: 0;
}

.sec_case .req_box p.title {
    margin: 3px 0 14px 0;
    font-size: 20px;
    color: #098af8;
}

.title_box {
    margin: auto auto 15px auto;
    width: 261px;
    height: 74px;
    background-color: #f2f6ff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.sec_case .scroll_ul .req_box img {
    position: absolute;
    top: -45px;
    left: 30%;
}

.sec_case .detail_btn a {
    position: absolute;
    bottom: 30px;
    left: 10px;
    background: #ffffff !important;
    color: #333333 !important;
    width: auto !important;
    height: auto !important;
    line-height: 14px !important;
    font-size: 14px;
}

.sec_case .detail_btn a:hover {
    text-decoration: underline;
}



/* 成功案例 --end*/