/** CSS Reset **/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
}

textarea,
input,
select {
    resize: none;
    outline: none;
    background: none;
    border: none;
}

button {
    overflow: visible;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: none;
}

input {
    border: 0
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

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

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

html {
    width: 100%;
    height: 100%;
}

body {
    color: #333;
    font-size: 18px;
    font-family: "微软雅黑";
    width: 100%;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile {
    display: none;
}

/*在线预约*/
.form-wrap {
    width: 500px;
    margin: 50px auto 40px;
}

.form-wrap form label {
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 0;
    background: rgba(255, 255, 255, 0);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid #f6d88e;
    border-radius: 50px;
}

.form-wrap form label.name {
    background-position: 18px 14px;
}

.form-wrap form label.phone {
    background-position: 18px -45px;
}

.form-wrap form label.city {
    background-position: 18px -165px;
}

.form-wrap form label.country {
    background-image: url("../images/icon/icon-country.png");
}

.form-wrap form label.degree {
    background-image: url("../images/icon/icon-degree.png");
}

.form-wrap form label.school {
    background-image: url("../images/icon/icon-school.png");
}

.form-wrap form label span {
    text-align: center;
    display: inline-block;
    width: 30%;
    font-size: 18px;
    color: #000955;
    font-weight: 700;
    background-color: #f6d88e;
    border-radius: 50px 0 0 50px;
}

.form-wrap form label input,
.form-wrap form label select {
    width: 70%;
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    font-size: 18px;
    background-color: transparent;
    color: #666;
}

.form-wrap form label select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/icon/arrow.png") 95% center no-repeat;
}

.form-wrap form label select option {
    text-align: center;
}

.form-wrap form label select::-ms-expand {
    display: none;
}

.form-wrap .btn-wrap {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 51px;
    border: none;
    border-radius: 50px;
    background-color: #f6d88e;
    background-size: 100% 100%;
    font-size: 22px;
    color: #000955;
    font-weight: 700;
    margin-top: 20px;
}

.form-wrap form label input,
.form-wrap form label select {
    width: 70%;
    height: 100%;
    padding: 0;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 18px;
    background-color: transparent;
    color: white;
}

.form-wrap form label select {
    color: #666;
}

.img-wrap {
    width: 380px;
}

.img-wrap .qr {
    padding-top: 20px;
}

/*移动端表单*/
.reg_mobile {
    display: none;
}

.reg_mobile .btn input {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*左侧表单*/
#reg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
    top: 120px;
    left: 5px;
    width: 200px;
    *width: 162px;
    height: 400px;
    padding: 142px 18px 0 20px;
    background: url("../images/icon/1reg_bg.png") no-repeat 0 0;
}

#reg .btn-close {
    position: absolute;
    top: 90px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url("../images/icon/close_btn.png") 0 0 no-repeat;
    cursor: pointer;
}

#reg form {
    width: 100%;
    height: 235px;
    /* padding-top: 12px; */
}

#reg form label {
    display: block;
    margin: 14px 0;
}

#reg form label span {
    font-size: 14px;
}

#reg form label span mark {
    background-color: transparent;
    color: #c00;
}

#reg form label input {
    width: 115px;
    font-size: 12px;
    border: 1px solid #ccc;
}

#reg form label select {
    width: 90px;
    font-size: 12px;
    border: 1px solid #ccc;
}

#reg form button {
    /* position: absolute; left: 50%; bottom: 20px; margin-left: -85px;*/
    width: 170px;
    height: 34px;
    border: none;
    background: yellow;
    color: #004196;
    font-size: 18px;
    margin-top: 34px;
    margin-left: -6px;
    margin-top: 20px;
}

/*表单协议*/
.tiaokuan {
    font-size: 12px;
    color: #999999;
    display: block;
    width: 100%;
    margin: 0px auto;
    cursor: pointer;
    line-height: 20px;
    text-align: left;
}

.tiaokuan img {
    float: left;
    margin-right: 4px;
    margin-top: 4px;
}

.tiaokuan.gray a {
    color: #1aa78d;
}

.tiaokuan.white a {
    color: #f39801;
}

.tiaokuan.white {
    color: #fff;
}


.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.title {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
}

.title h3 {
    font-weight: bold;
}

.title h3 span {
    font-size: 18px;
    font-weight: 100;
}

/*.title p{width:114px;height:4px;margin:21px auto 0;}*/
/*.btn{width:280px;height:70px;background:url(../images/btn.png) no-repeat center center;margin:0 auto;color:#fff;font-size:18px;font-weight:bold;line-height:60px;text-align:center;cursor:pointer;}*/
/* 头图开始 */
.banner {
    width: 100%;
    height: 703px;
    background: url(../images/bgc/1_01.jpg) no-repeat center top;
    position: relative;
    overflow: hidden;
}

.banner .w1000 {
    position: relative;
}

.banner .logo {
    position: absolute;
    left: 0;
    top: 30px;
    width: 138px;
    height: 43px;
}

.banner .text {
    width: 831px;
    height: 458px;
    margin-top: 162px;
    margin-left: 80px;
}

.banner .buchong {
    width: 499px;
    height: 68px;
    position: absolute;
    bottom: 126px;
    left: 238px;
}
.banner .buchong a{
    width: 499px;
    height: 68px;
    display: block;

}
.banner .jump {
    padding: 0 119px;
}

.banner .jump a {
    display: inline-block;
    width: 235px;
    height: 58px;
    margin-top: 20px;
    margin-left: 22px;
}

.banner .jump span {
    display: inline-block;
    box-sizing: border-box;
    width: 235px;
    height: 58px;
    border: 1px solid #f6d88e;
    border-radius: 50px;
    background-color: #0b035a;
    color: #f6d88e;
    font-size: 30px;
    text-align: center;
    line-height: 58px;
}

.banner .jump .selection {
    background-color: #f6d88e;
    color: #0b035a;
}

.mbanner {
    display: none
}

/* 头图结束 */
/* 导航开始 */
.navbar {
    background: url(../images/bgc/1_02.jpg) no-repeat center top;
    height: 83px;
    overflow: hidden;
}

.navbar_button {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    margin-top: 11px;
    height: 72px;
    line-height: 80px;
    background: url(../images/layer/1-3.png) no-repeat center top;
    box-sizing: border-box;
    /* 兼容IE */
    /* margin-top: -161px; */
}

.nav_small {
    flex: 1;
    -ms-flex: 1;
    /* 兼容IE */
    font-size: 20px;
    color: #f6d88e;
    text-align: center;
    text-decoration: none;
    cursor: pointer;

}

.nav_small:hover {
    color: #f6d88e;
}

.active_navbar {
    color: #f6d88e;
    font-weight: bolder;
}

.isStuck {
    width: 100%;
    z-index: 99999;
}

.isStuck .nav_small {
    margin-top: 0px;
}

/* 导航结束 */

/* 申请条件开始 */
.margin_m {
    background: url(../images/bgc/1_03.jpg) no-repeat center top;
    width: 100%;
    height:764px;
    overflow: hidden;
}

.title_1 img {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

.content_1 {
    width: 1000px;
    height: 390px;
    margin-top: 42px;
    overflow: hidden;
    color: white;
}

.content_1 .table_oneline {
    width: 100%;
    height: 92px;
}

.content_1 .table_oneline span {
    float: left;
    width: 210px;
    height: 92px;
    margin-left: 14px;
    background-image: linear-gradient(#e6ac4f, #261cb3);
    border-radius: 10px;
    text-align: center;
    padding-top: 22px;
    box-sizing: border-box;
}

.content_1 .table_oneline span:first-child {
    margin-left: 116px;
}

.content_1 .table_twoline {
    width: 100%;
    height: 76px;
    margin-top: 23px;
}

.content_1 .table_twoline span {
    float: left;
    width: 210px;
    height: 76px;
    margin-left: 14px;
    background-color: #f6d88e;
    color: #1b169a;
    border-radius: 10px;
    text-align: center;
    padding-top: 16px;
    box-sizing: border-box;
}

.content_1 .table_twoline span:first-child {
    margin-left: 0px;
    background: url(../images/layer/1-5.png) no-repeat center top;
    width: 103px;
    height: 76px;
    padding-top: 0px;
    line-height: 76px;
}

.content_1 .table_twoline span:nth-child(4),
.content_1 .table_twoline span:nth-child(5) {
    padding-top: 0px;
    line-height: 76px;
}

.content_1 .table_threeline {
    width: 100%;
    height: 76px;
    margin-top: 23px;
}

.content_1 .table_threeline span {
    float: left;
    width: 210px;
    height: 76px;
    margin-left: 14px;
    background-color: white;
    color: #1b169a;
    border-radius: 10px;
    text-align: center;
    padding-top: 22px;
    box-sizing: border-box;
}

.content_1 .table_threeline span:first-child {
    margin-left: 0px;
    background: url(../images/layer/1-6.png) no-repeat center top;
    width: 103px;
    height: 76px;
}

.content_1 .table_threeline {
    width: 100%;
    height: 76px;
    margin-top: 23px;
}

.content_1 .table_threeline span {
    float: left;
    width: 210px;
    height: 76px;
    margin-left: 14px;
    background-color: #fff4da;
    color: #1b169a;
    border-radius: 10px;
    text-align: center;
    padding-top: 16px;
    box-sizing: border-box;
}

.content_1 .table_threeline span:first-child {
    margin-left: 0px;
    background: url(../images/layer/1-6.png) no-repeat center top;
    width: 103px;
    height: 76px;
    padding-top: 0px;
    line-height: 76px;
}

.table_threeline span:nth-child(5) {
    padding-top: 0px;
    line-height: 76px;
}

.content_1 .table_fourline {
    width: 100%;
    height: 76px;
    margin-top: 23px;
}

.content_1 .table_fourline span {
    float: left;
    width: 880px;
    height: 76px;
    margin-left: 14px;
    background-color: #f6d88e;
    color: #1b169a;
    border-radius: 10px;
    text-align: left;
    padding-top: 16px;
    padding-left: 20px;
    box-sizing: border-box;
}

.content_1 .table_fourline span:first-child {
    margin-left: 0px;
    background: url(../images/layer/1-5.png) no-repeat center top;
    width: 103px;
    height: 76px;
    padding-top: 0px;
    line-height: 76px;
}

/* 按钮开始 */
.btn_button {
    margin: 0 auto;
    width: 390px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-image: linear-gradient(to right, #cb0521, #201ebe);
    border-radius: 50px;
    margin-top: 46px;
    animation: switch 1.5s ease-out infinite;
}

.btn_button a {
    color: #fff222;
    font-size: 28px;
    width: 390px;
    height: 60px;
    display: inline-block;
}

/* .btn_button:hover {
    transform: scale(1.3);
} */
@keyframes switch {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}


/* 申请条件结束 */



/* 时间规划开始 */
.second_bgc {
    background: url(../images/bgc/1_04.jpg) no-repeat center top;
    height: 790px;
}

.title_2 img {
    display: block;
    margin: 0 auto;
    padding-top: 83px;
    margin-top: -83px;
}

.content_2 {
    width: 1000px;
    height: 428px;
    margin: 0 auto;
    margin-top: 46px;
    color: white;
    font-size: 18px;
    overflow: hidden;
    position: relative;
}

.content_2>div,
.content_2>p {
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.content_2>div .month {
    /* background-color: #f6d88e; */
    border: 1px solid #f6d88e;
    width: 194px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    margin-top: 12px;
    box-sizing: border-box;
    color: #f6d88e;
    font-size: 24px;
}

.content_2>div .round {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #f6d88e;
    margin: 0 auto;
    margin-top: 86px;
    background-color: #0a0351;
    z-index: 2;
}

.content_2>div .words {
    font-size: 20px;
    margin-top: 16px;
}

.content_2 .line_toup {
    background: url(../images/layer/1-9.png) no-repeat center top;
    width: 218px;
    height: 189px;
    z-index: 2;
}

.content_2 .one {
    top: 0;
    left: 12px;
}

.content_2 .two {
    top: 0;
    left: 271px;
}

.content_2 .three {
    top: 0;
    right: 261px;
}

.content_2 .four {
    top: 0;
    right: 0;
}

.content_2>span {
    height: 2px;
    width: 100%;
    background-color: #f6d88e;
    position: absolute;
    top: 216px;
    z-index: 1;
}

.content_2 .line_todown {
    background: url(../images/layer/1-10.png) no-repeat center top;
    width: 218px;
    height: 189px;
    z-index: 2;
    padding-top: 16px;
    box-sizing: border-box;
}

.content_2 .line_todown .round {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #f6d88e;
    margin: 0 auto;
    margin-top: -44px;
    background-color: #0a0351;
    z-index: 2;
}

.content_2 .line_todown .words {
    margin-top: 58px;
}

.content_2 .five {
    bottom: 0;
    left: 132px;
}

.content_2 .six {
    bottom: 0;
    left: 392px;
}

.content_2 .seven {
    bottom: 0;
    right: 140px;
}

.content_2 .toshow {
    background: url(../images/layer/1-8.png) no-repeat center top;
}

.content_2 .toshowdown {
    background: url(../images/layer/1-11.png) no-repeat center top;
}

.content_2 .toshow .month {
    background-color: #f6d88e;
    color: #0a0351;
}

.content_2 .toshow_round {
    background-color: #f6d88e !important;
}

.second_bgc .tips {
    width: 1000px;
    color: white;
    float: right;
    margin-top: 30px;
    font-size: 18px;
}

.second_bgc .btn_button {
    margin-top: 106px;
}

.second_bgc .teshu {
    margin-top: 112px !important;
}


/* 前途优势开始 */
.title_5 img {
    display: block;
    margin: 0 auto;
    padding-top: 83px;
}

.fifth_bgc {
    background: url(../images/bgc/1_05.jpg) no-repeat center top;
    height: 816px;
}

.content_box {
    width: 1010px;
    margin: 0 auto;
    overflow: hidden;
}

.fifth_bgc .flip {
    border: 1px solid #f6d88e;
    width: 320px;
    height: 240px;
    float: left;
    margin-left: 14px;
    margin-top: 26px;
    box-sizing: border-box;
    cursor: pointer;
}

.fifth_bgc .flip .picture {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#dba24b, #1a04be);
    text-align: center;
}

.fifth_bgc .flip .picture img {
    margin-top: 49px;
}

.fifth_bgc .flip .picture .title_tips {
    color: #f6d88e;
    margin-top: 39px;
}

.fifth_bgc .flip .picture .tips_line {
    background-color: #f6d88e;
    height: 2px;
    width: 60px;
    margin: 0 auto;
    margin-top: 16px;
}

.fifth_bgc .flip .font {
    width: 100%;
    height: 100%;
    background-color: #f6d88e;
    text-align: center;
    color: #0d0993;
    overflow: hidden;
    padding: 0 24px;
    box-sizing: border-box;
    display: none;
}

.fifth_bgc .flip .font h1 {
    font-size: 26px;
    margin-top: 26px;

}

.fifth_bgc .flip .font img {
    float: right;
    margin-right: -24px;
}

.fifth_bgc .flip .font .title_tips {
    color: #0d0993;
    margin-top: 17px;
    text-align: left;
    font-size: 16px;
}

.fifth_bgc .flip .font .tips_line {
    background-color: #0d0993;
    height: 2px;
    width: 60px;
    margin: 0 auto;
    margin-top: 14px;
}


/* 前途优势结束 */
/* 成功案例开始 */
.six_bgc {
    background: url(../images/bgc/1_06.jpg) no-repeat center top;
    height: 725px;
    overflow: hidden;
}

.content_6 {
    overflow: hidden;
}

.title_6 img {
    display: block;
    margin: 0 auto;
    margin-top: -43px;
    padding-top: 83px;
}

.gys_box {
    margin-top: 48px;
    background: url(../images/layer/1-25.png) no-repeat center top;
    width: 1000px;
    /* height: 338px; */
    height: 410px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.content_6 .gys_lineone {
    /* background: url(../images/layer/1-26.png) no-repeat center top; */
    width: 444px;
    height: 47px;
    margin-top: 42px;
    margin-left: 42px;
    line-height: 47px;
    box-sizing: border-box;
}

.content_6 .gys_lineone span {
    float: left;
    font-size: 28px;
    font-weight: bolder;
    height: 47px;
    line-height: 47px;
    padding-left: 30px;
    color: #0d0993;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f6d88e;
    padding-right: 20px;
}

.content_6 .gys_lineone p {
    height: 2px;
    background-color: #f6d88e;
    width: 912px;
    float: left;
    margin-top: -1px;
}

.content_6 .gys_linetwo {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin-top: 24px;
}

.content_6 .gys_linetwo p {
    float: left;
    margin: 0;
    margin-left: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #f6d88e;
}

.content_6 .gys_linetwo #linetwop {
    margin-left: 62px;
}

.content_6 .gys_linetwo span {
    float: left;
    margin: 0;
    font-size: 20px;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.content_6 .gys_linetwo #linetwospan {
    float: left;
    margin: 0;
    font-size: 20px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.content_6 .gys_linethree {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.content_6 .gys_linethree p:first-child {
    float: left;
    margin: 0;
    margin-left: 40px;
    font-weight: bold;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #f6d88e;
    font-size: 18px;
}

.content_6 .gys_linethree span {
    color: white;
    font-weight: normal;
}

.content_6 .gys_linefour {
    height: 60px;
    box-sizing: border-box;
    padding-right: 40px;
    overflow: hidden;
    padding-left: 20px;
    margin-top: 10px;
}

.content_6 .gys_linefour p:first-child {
    float: left;
    margin: 0;
    margin-left: 40px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
    /* width: 86px; */
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #f6d88e;
    font-size: 18px;
}

.content_6 .gys_linefour span {

    color: white;
    font-size: 18px;
}

.content_6 .gys_linefour .lastchild {
    font-weight: lighter;
}


.content_6 .gys_linefour a {
    text-decoration: none;
    color: #f8b472;
    /* float: right; */
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #999999;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 100px;
    height: 14px;
    background: #fff;
    border-radius: 14px;
}

.swiper-container-3 {
    height: 410px;
}

/* 成功案例结束 */
/* 录取总榜开始 */
.fourth_bgc {
    background: url(../images/bgc/1_07.jpg) no-repeat center top;
    height: 586px;
}


.title_4 img {
    display: block;
    margin: 0 auto;
    margin-top: -63px;
    padding-top: 83px;
}

.content_4 {
    margin-top: 20px;
}

.con {
    text-align: center;
}

.content_4 .swiper-container {
    padding-bottom: 50px;
}

.content_4 ul {
    overflow: hidden;
}

.content_4 ul li {
    width: 174px;
    height: 174px;
    background: url(../images/layer/1-28.png) no-repeat center center;
    float: left;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 30px;
}

.content_4 ul li .first {
    font-size: 24px;
    color: #e3ad85;
    font-weight: normal;
    width: 96px;
    height: 32px;
    line-height: 32px;
    margin-top: 28px;
    margin-left: 39px;
}

.content_4 ul li:nth-child(5) {
    margin-right: 0px;
}

.content_4 ul li:nth-child(10) {
    margin-right: 0px;
}

.content_4 ul li p {
    color: #fff;
    margin-top: 0px;
}

.content_4 ul li .second {
    margin-top: 17px;
    font-size: 20px;
    /* padding: 0 20px; */
}

.content_4 ul li p span {
    color: #f6d88e;
    font-size: 36px;
    margin-left: -2px;
}

/* .swiper-pagination-bullet{width:14px;height:14px;background:#999999;opacity:1;}
.swiper-pagination-bullet-active{width:100px;height:14px;background:#00f4ff;border-radius:14px;} */
.content_4 .ps {
    color: white;
    font-size: 16px;
    float: right;
}

/* 录取总榜结束 */
/* 第十三块 */
.item-4 {
    height: 620px;
    background: url(../images/bgc/1_08.jpg) no-repeat center top;
    overflow: hidden;
}

.item-4 .title {
    width: 100%;
    height: 92px;
    background: url(../images/layer/1-29.png) no-repeat center top;
    margin: 0 auto;
    margin-top: 88px;
}


/* .item-4 .TOP_bgc4 {
    background: url(../images/bgc/1_24.jpg) no-repeat center bottom;
    width: 100%;
    height: 432px;
    margin-top: -50px;
} */

.btnGroup {
    display: none;
}

.footer_m_gao {
    display: none;
}

.m {
    display: none;
}

.content_2_m {
    display: none;
}

.content_3_m {
    display: none;
}

.content_5 .computer_m {
    display: none;
}

.content_5 .small_module_m {
    display: none;
}

.content_6 .content_box_m {
    display: none;
}

.content_7_m {
    display: none;
}

.content_box_m {
    display: none;
}
.gobanner {
    display: none;
}
@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-6px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(6px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-6px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(6px);
    }
}

.animate-bounce-down {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}

.text_m,
.table_app {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .w1000 {
        width: 100%;
    }

    .ydnone {
        display: none;
    }

    .head_nav {
        display: none;
    }

    #reg {
        display: none;
    }

    .foot {
        display: none;
    }

    #doyoo_panel {
        display: none !important;
    }

    #doyoo_monitor {
        display: none !important;
    }

    .title h3 span {
        display: block;
    }



    .btnGroup {
        display: none;
    }

    .footer_m_gao {
        display: none;
    }

    .m {
        display: none;
    }



    /*菜单浮层-meauMask start*/
    .nav-icon img {
        display: block;
        width: 56px;
        z-index: 10;
        position: absolute;
        top: 60px;
        right: 40px;
    }

    .meauMask {
        position: fixed;
        bottom: 0px;
        top: 0px;
        left: -100%;
        z-index: 9999;
        width: 100%;
        height: 100%;
        display: block;
    }

    .meauMask div {
        width: 40%;
        height: 100%;
        overflow-y: auto;
        background: rgba(0, 0, 0, .7);
    }

    .meauMask dl {
        line-height: 96px;
        color: #fff;
        border-bottom: 2px solid #fff;
        margin: 0.2rem 0;
        padding: 0.1rem 0;
    }

    .meauMask dl a {
        color: #fff;
        display: block;
        text-decoration: none;
    }

    .meauMask dl dt {
        font-size: 1.54rem;
        padding-left: 3.6rem;
        font-weight: bold;
    }

    .meauMask dl dd {
        line-height: 3.6rem;
        font-size: 1.4rem;
        padding-left: 3.6rem;
    }

    .meauMask dl dt.meauIcon_1 {
        background: url(https://qiantum.xdf.cn/images/xm_meau_home_20161118.png) no-repeat 0.7rem center;
        background-size: 2.3rem auto;
    }

    .meauMask dl dt.meauIcon_2 {
        background: url(https://qiantum.xdf.cn/images/xm_meau_lxgj_20161118.png) no-repeat 0.7rem center;
        background-size: 2.3rem auto;
    }

    .meauMask dl dt.meauIcon_3 {
        background: url(https://qiantum.xdf.cn/images/xm_zyx_wt_20161118.png) no-repeat 0.21rem center;
        background-size: 2.4rem auto;
    }

    .meauMask dl dt.meauIcon_4 {
        background: url(https://qiantum.xdf.cn/images/xm_zgw_wt_20161118.png) no-repeat 0.21rem center;
        background-size: 2.4rem auto;
    }

    .meauMask dl dt.meauIcon_5 {
        background: url(https://qiantum.xdf.cn/images/xm_zcp_wt_20161118.png) no-repeat 0.21rem center;
        background-size: 2.4rem auto;
    }

    .meauMask dl dt.meauIcon_6 {
        background: url(https://qiantum.xdf.cn/images/xm_zal_wt_20161118.png) no-repeat 0.21rem center;
        background-size: 2.4rem auto;
    }

    .meauMask dl dt.meauIcon_7 {
        background: url(https://qiantum.xdf.cn/images/xm_zhd_wt_20161118.png) no-repeat 0.21rem center;
        background-size: 2.4rem auto;
    }

    .meauMask dl dt.meauIcon_8 {
        background: url(https://qiantum.xdf.cn/images/xm_grzx2017041201.png) no-repeat 0.9rem center;
        background-size: 2.3rem auto;
    }

    .btnGroup {
        display: block;
    }

    .btnGroup a {
        text-decoration: none;
    }

    .btnGroup {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99999999;
        height: 4.7rem;
        margin: 0 auto;
        font-size: 20px;
    }

    .btnGroup .zxBtn {
        display: block;
        float: left;
        height: 4.7rem;
        width: 100%;
        line-height: 4.7rem;
        font-size: 1.7rem;
        background: #000a46;
    }

    .btnGroup .zxBtn div {
        float: left;
        width: 24.9%;
        text-align: center;
    }

    .btnGroup .zxBtn div.zxzx {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .btnGroup .zxBtn div.grzx {
        border-left: 1px solid #fff;
    }

    .btnGroup .zxBtn div.dxzx a {
        padding-left: 0.3rem;
    }

    .btnGroup .zxBtn div.fire2 {
        position: relative;
    }

    .btnGroup .zxBtn div.fire2 img {
        width: 14%;
        position: absolute;
        right: 0.1rem;
        top: -0.1rem;
    }

    .btnGroup .zxBtn div.zxzx a {
        padding-left: 0.3rem;
        background: url(https://qiantum.xdf.cn/images/xm_duanxin_2017041203.png) no-repeat left center;
        background-size: 0.18rem auto;
    }

    .btnGroup .zxBtn div.mfpg a {
        padding-left: 0.3rem;
        background: url(https://qiantum.xdf.cn/images/xm_mianfei_20161118.png) no-repeat left center;
        background-size: 0.18rem auto;
    }

    .btnGroup .zxBtn div.grzx a {
        padding-left: 0.3rem;
        background: url(https://qiantum.xdf.cn/images/xm_grzx2017041201.png) no-repeat left center;
        background-size: 0.18rem auto;
    }

    .btnGroup .zxBtn a {
        color: #fff;
    }

    .btnGroup .functionBtn {
        position: absolute;
        bottom: 0.65rem;
        right: 0.13rem;
        width: 0.83rem;
        display: none;
    }

    .btnGroup .functionBtn div {
        font-size: 0;
        width: 0.7rem;
        height: 0.7rem;
        margin-bottom: 0.1rem;
    }

    .banner {
        width: 100%;
        height: 596px;
        background: url(../images/m/images/1_01.png) no-repeat center top;
        position: relative;
        overflow: hidden;
    }

    .banner .w1000 {
        overflow: hidden;
    }

    .banner .logo {
        /* position: absolute; */
        margin-left: 34px;
        margin-top: 28px;
        width: 138px;
        height: 43px;
    }

    .banner .text {
        display: none;
    }

    .banner .text_m {
        display: block;
        width: 595px;
        height: 365px;
        margin-top: 162px;
        margin-left: 77px;
    }

    .banner .jump {
        padding: 0 55px;
    }

    .banner .jump a {
        display: inline-block;
        width: 194px;
        height: 48px;
        margin-top: 20px;
        margin-left: 22px;
    }

    .banner .jump span {
        display: inline-block;
        box-sizing: border-box;
        width: 194px;
        height: 48px;
        border: 1px solid #f6d88e;
        border-radius: 50px;
        background-color: #0b035a;
        color: #f6d88e;
        font-size: 30px;
        text-align: center;
        line-height: 48px;
    }

    .banner .jump .selection {
        background-color: #f6d88e;
        color: #0b035a;
    }

    .mbanner {
        display: block
    }

    /* 头图结束 */
    /* 导航开始 */
    .navbar {
        background: url(../images/m/images/1_02.png) no-repeat center top;
        height: 67px;
        overflow: hidden;
    }

    .navbar_button {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -ms-flex;
        margin-top: 9px;
        height: 58px;
        width: 695px;
        line-height: 68px;
        background: url(../images/m/1-2.png) no-repeat center top;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .nav_small {
        flex: 1;
        -ms-flex: 1;
        /* 兼容IE */
        font-size: 22px;
        color: #f6d88e;
        text-align: center;
        text-decoration: none;
        cursor: pointer;

    }

    .nav_small:hover {
        color: #f6d88e;
    }

    .active_navbar {
        color: #f6d88e;
        font-weight: bolder;
    }

    .isStuck {
        width: 100%;
        z-index: 99999;
    }

    .isStuck .nav_small {
        margin-top: 0px;
    }

    /* 导航结束 */

    /* 申请条件开始 */
    /* .condition */
    .margin_m {
        background: url(../images/m/images/1_03.png) no-repeat center top;
        width: 100%;
        height: 734px;
        overflow: hidden;
        margin-top: -1px;
    }

    .title_1 img {
        display: block;
        margin: 0 auto;
        margin-top: 59px;
    }

    .content_1 {
        width: 694px;
        /* height: 394px; */
        height: 420px;
        margin-top: 18px;
        overflow: hidden;
        color: white;
    }

    .table_pc {
        display: none;
    }

    .table_app {
        display: block;
    }

    .table_app .tab_2 {
        font-size: 22px;
        border-left: 1px solid #f5b747;
        margin-top: 34px;
        height: 78px;
        line-height: 78px;
        box-sizing: border-box;
    }

    .table_app .tab_2 span {
        font-size: 22px;
        float: left;
        border: 1px solid #f5b747;
        border-bottom: none;
        border-left: none;
        height: 78px;
        line-height: 36px;
        width: 25%;
        box-sizing: border-box;
        text-align: center;
        background-color: #0a0351;
        color: #bba37f;
    }

    .table_app .small_box_2 {
        height: 326px;
    }

    .table_app .small_box_2>div {
        height: 326px;
        width: 100%;
        padding-top: 25px;
        background-image: linear-gradient(#f5b747, #1504c0);
        border-radius: 0px 0px 10px 10px;
        box-sizing: border-box;
        display: none;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: -1px;
        font-size: 20px;
    }
    .table_app .programme .font span:first-child {
        background-color: #f6d88e;
        padding: 12px 18px;
        border-radius: 10px;
        color: #1b169a;
        font-weight: 700;
    }
    .table_app .programme .font span:last-child {
        margin-left: 24px;
        font-size: 22px;
    }
    .table_app .programme .line {
        height: 2px;
        background-color: #f6d88e;
        margin-top: 28px;
    }
    .table_app .achievement {
        padding-top: 30px;
    }
    .table_app .achievement .font span:first-child {
        background-color: #f6d88e;
        padding: 12px 18px;
        border-radius: 10px;
        color: #1b169a;
        font-weight: 700;
    }
    .table_app .achievement .font span:last-child {
        margin-left: 24px;
        font-size: 22px;
    }
    .table_app .achievement .line {
        height: 2px;
        background-color: #f6d88e;
        margin-top: 28px;
    }
    .table_app .cost {
        padding-top: 30px;
    }
    .table_app .cost .font span:first-child {
        background-color: #f6d88e;
        padding: 12px 18px;
        border-radius: 10px;
        color: #1b169a;
        font-weight: 700;
    }
    .table_app .cost .font span:nth-child(2) {
        margin-left: 24px;
        font-size: 22px;
    }
    .table_app .cost .font .ceshi {
        margin-left: 100px;
        font-size: 22px;
    }
    .table_app .cost .font span:last-child {
        margin-left: 188px;
        font-size: 22px;
    }


    .table_app .tab_2 .tabactive_2 {
        background-color: #f5b747;
        color: #1b04bc;
        font-weight: bold;
    }

    .table_app .small_box_2 .showjiehshao_2 {
        display: block;
    }

    /* 按钮开始 */
    .btn_button {
        margin: 0 auto;
        width: 390px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-image: linear-gradient(to right, #cb0521, #201ebe);
        border-radius: 50px;
        /* margin-top: 62px; */
        margin-top: 34px;
    }

    .btn_button a {
        color: #fff222;
        font-size: 28px;
        width: 390px;
        height: 60px;
        display: inline-block;
    }

    .btn_button:hover {
        transform: scale(1.3);
    }

    /* 申请条件结束 */



    /* 时间规划开始 */
    .second_bgc {
        background: url(../images/bgc/1_04.jpg) no-repeat center top;
        height: 790px;
        margin-top: -3px;
    }

    .title_2 img {
        display: block;
        margin: 0 auto;
        padding-top: 0px;
    }

    .content_2 {
        width: 100%;
        height: 428px;
        margin: 0 auto;
        margin-top: 46px;
        color: white;
        font-size: 18px;
        overflow: hidden;
        position: relative;
    }

    .content_2>div,
    .content_2>p {
        position: absolute;
        text-align: center;
        cursor: pointer;
    }

    .content_2>div .month {
        /* background-color: #f6d88e; */
        border: 1px solid #f6d88e;
        width: 146px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        margin: 0 auto;
        margin-top: 12px;
        box-sizing: border-box;
        color: #f6d88e;
        font-size: 24px;
    }

    .content_2>div .round {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: 1px solid #f6d88e;
        margin: 0 auto;
        margin-top: 60px;
        background-color: #0a0351;
        z-index: 2;
    }

    .content_2>div .words {
        font-size: 20px;
        margin-top: 16px;
    }

    .content_2 .line_toup {
        background: url(../images/m/1-4.png) no-repeat center top;
        width: 160px;
        height: 166px;
        z-index: 2;
    }

    .content_2 .one {
        top: 0;
        left: 29px;
    }

    .content_2 .two {
        top: 0;
        left: 206px;
    }

    .content_2 .three {
        top: 0;
        right: 206px;
    }

    .content_2 .four {
        top: 0;
        right: 30px;
    }

    .content_2>span {
        height: 2px;
        width: 100%;
        background-color: #f6d88e;
        position: absolute;
        top: 196px;
        z-index: 1;
    }

   .content_2 .line_todown {
        background: url(../images/m/1-6.png) no-repeat center top;
        width: 160px;
        height: 179px;
        z-index: 2;
        padding-top: 16px;
        box-sizing: border-box;
    }

    .content_2 .line_todown .round {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: 1px solid #f6d88e;
        margin: 0 auto;
        margin-top: -74px;
        background-color: #0a0351;
        z-index: 2;
    }

    .content_2 .line_todown .words {
        margin-top: 66px;
    }

    .content_2 .five {
        bottom: 0;
        left: 88px;
        background: url(../images/m/1-6.png) no-repeat center top;
    }

    .content_2 .six {
        bottom: 0;
        left: 296px;
        background: url(../images/m/1-6.png) no-repeat center top;
    }

    .content_2 .seven {
        bottom: 0;
        right: 88px;
        background: url(../images/m/1-6.png) no-repeat center top;
    }

    .content_2 .toshow {
        background: url(../images/m/1-4.png) no-repeat center top;
    }

    .content_2 .toshowdown {
        background: url(../images/m/1-6.png) no-repeat center top;
    }

    .content_2 .toshow .month {
        background-color: #f6d88e;
        color: #0a0351;
    }

    .content_2 .toshow_round {
        background-color: #f6d88e !important;
    }

    .second_bgc .tips {
        width: 95%;
        color: white;
        float: right;
        margin-top: 30px;
        font-size: 18px;
    }

    .second_bgc .btn_button {
        margin-top: 106px;
    }

    .second_bgc .teshu {
        margin-top: 92px !important;
    }

    /* 前途优势开始 */
    .title_5 img {
        display: block;
        margin: 0 auto;
        padding-top: 0px;
    }

    .fifth_bgc {
        background: url(../images/m/images/1_06.png) no-repeat center top;
        height: 659px;
        margin-top: -3px;
    }

    .content_box {
        display: none;
    }

    .content_box_m {
        display: block;
        overflow: hidden;
        margin-top: 27px;
    }

    .content_box_m .left_part {
        width: 286px;
        height: 378px;
        float: left;
        margin-left: 28px;
    }

    .content_box_m .right_part {
        width: 405px;
        height: 378px;
        float: left;
        position: relative;
        margin-left: 8px;
        background-color: #f6d88e;
        padding: 0 40px;
        padding-top: 42px;
        box-sizing: border-box;
    }

    .content_box_m .left_part p {
        border: 1px solid #f6d88e;
        color: #f6d88e;
        font-size: 26px;
        margin-bottom: 7px;
        height: 57px;
        box-sizing: border-box;
        text-align: center;
        line-height: 57px;
    }

    .content_box_m .right_part p {
        color: #0d0993;
        font-size: 25px;
        line-height: 38px;
    }

    .content_box_m .right_part img {
        position: absolute;
        bottom: 6px;
        right: 6px;
    }

    .content_box_m .right_part div {
        display: none;
    }

    .content_box_m .right_part .showRightpart {
        display: block;
    }

    .content_box_m .left_part .showLeftpart {
        background-color: #f6d88e;
        color: #0d0993;
    }

    /* 前途优势结束 */
    /* 成功案例开始 */
    .six_bgc {
        background: url(../images/m/images/1_07.png) no-repeat center top;
        height: 823px;
        overflow: hidden;
        margin-top: -3px;
    }

    .content_6 {
        overflow: hidden;
    }

    .title_6 img {
        display: block;
        margin: 0 auto;
        padding-top: 0px;
    }

    .gys_box {
        margin-top: 48px;
        background: url(../images/m/1-8.png) no-repeat center top;
        width: 696px;
        height: 511px;
        float: left;
        box-sizing: border-box;
        overflow: hidden;
        margin-left: 29px;
    }

    .content_6 .gys_lineone {
        /* background: url(../images/layer/1-26.png) no-repeat center top; */
        width: 480px;
        height: 47px;
        margin-top: 42px;
        margin-left: 20px;
        line-height: 47px;
        box-sizing: border-box;

    }

    .content_6 .gys_lineone span {
        float: left;
        font-size: 28px;
        font-weight: bolder;
        height: 47px;
        line-height: 47px;
        padding-left: 20px;
        color: #0d0993;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 480px;
    }

    .content_6 .gys_lineone p {
        height: 2px;
        background-color: #f6d88e;
        width: 658px;
        float: left;
        margin-top: -1px;
    }

    .content_6 .gys_linetwo {
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        margin-top: 24px;
    }

    .content_6 .gys_linetwo p {
        float: left;
        margin: 0;
        margin-left: 30px;
        font-weight: bold;
        font-size: 22px;
        color: #f6d88e;
    }

    .content_6 .gys_linetwo #linetwop {
        margin-left: 30px;
    }

    .content_6 .gys_linetwo span {
        float: left;
        margin: 0;
        font-size: 22px;
        width: 178px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: white;
    }

    .content_6 .gys_linetwo #linetwospan {
        float: left;
        margin: 0;
        font-size: 22px;
        width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .content_6 .gys_linethree {
        box-sizing: border-box;
        padding-left: 0px;
        padding-right: 40px;
        overflow: hidden;
        margin-top: 10px;
        height: 106px;
    }

    .content_6 .gys_linethree p:first-child {
        float: left;
        margin: 0;
        margin-left: 30px;
        font-weight: bold;
        font-size: 22px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        color: #f6d88e;
        height: 92px;
    }

    .content_6 .gys_linethree span {
        color: white;
        font-weight: normal;
    }

    .content_6 .gys_linefour {
        height: 134px;
        box-sizing: border-box;
        padding-right: 40px;
        overflow: hidden;
        padding-left: 0px;
        margin-top: 10px;
    }

    .content_6 .gys_linefour p:first-child {
        float: left;
        margin: 0;
        margin-left: 30px;
        padding-top: 10px;
        font-weight: bold;
        font-size: 22px;
        /* width: 86px; */
        height: 60px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        color: #f6d88e;
        font-size: 20px;
        height: 134px;
    }

    .content_6 .gys_linefour span {
        color: white;
        font-size: 22px;
    }

    .content_6 .gys_linefour .lastchild {
        font-weight: lighter;
    }


    .content_6 .gys_linefour a {
        text-decoration: none;
        color: #f8b472;
        /* float: right; */
    }

    .swiper-container-3 {
        height: 490px;
    }

    /* 成功案例结束 */
    /* 录取总榜开始 */
    .fourth_bgc {
        background: url(../images/m/images/1_08.png) no-repeat center top;
        height: 641px;
        margin-top: -3px;
    }


    .title_4 img {
        display: block;
        margin: 0 auto;
        padding-top: 0px;
    }

    .content_4 {
        margin-top: 20px;
    }

    .con {
        text-align: center;
    }

    .content_4 .swiper-container {
        padding-bottom: 50px;
    }

    .content_4 ul {
        overflow: hidden;
        padding-left: 72px;
        box-sizing: border-box;

    }

    .content_4 ul li {
        width: 174px;
        height: 174px;
        background: url(../images/layer/1-28.png) no-repeat center center;
        float: left;
        margin-bottom: 20px;
        text-align: center;
        margin-right: 30px !important;
    }

    .content_4 ul li .first {
        font-size: 24px;
        color: #e3ad85;
        font-weight: normal;
        width: 96px;
        height: 32px;
        line-height: 32px;
        margin-top: 28px;
        margin-left: 39px;
    }

    .content_4 ul li:nth-child(3) {
        margin-right: 0px;
    }

    .content_4 ul li:nth-child(6) {
        margin-right: 0px;
    }

    .content_4 ul li p {
        color: #fff;
        margin-top: 0px;
    }

    .content_4 ul li .second {
        margin-top: 17px;
        font-size: 20px;
        /* padding: 0 20px; */
    }

    .content_4 ul li p span {
        color: #f6d88e;
        font-size: 36px;
        margin-left: -2px;
    }

    /* .swiper-pagination-bullet{width:14px;height:14px;background:#999999;opacity:1;}
    .swiper-pagination-bullet-active{width:100px;height:14px;background:#00f4ff;border-radius:14px;} */
    .content_4 .ps {
        color: white;
        font-size: 16px;
        float: right;
        margin-right: 48px;
    }

    /* 录取总榜结束 */
    /* 第十三块 */
    .item-4 {
        height: 552px;
        background: url(../images/m/images/1_09.jpg) no-repeat center top;
        margin-top: -3px;
    }

    .item-4 .title {
        width: 100%;
        height: 92px;
        background: url(../images/layer/1-29.png) no-repeat center top;
        margin: 0 auto;
    }
    .gobanner {
        display: block;
        position: fixed;
        bottom: 100px;
        right: 0px;
        z-index: 999;
    }


}