body {
    background: #f6f6f6;
}

#pc_nav {
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    box-shadow: 20px 0 20px 0 rgb(0 0 0 / 12%);
}

#pc_nav .cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#pc_nav .logo {
    width: 256px;
    height: 45px;
    line-height: 80px;
}

#pc_nav .navbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#pc_nav .navbox li {
    line-height: 80px;
    padding: 0 10px;
    cursor: pointer;
}

#pc_nav .navbox li a {
    font-size: 17px;
    color: #333;
}

#pc_nav .navbox li a:hover {
    color: #014588;
    font-weight: bold;
}

#pc_nav .navbox li a:hover {
    border-bottom: #014588 solid 4px;
    padding-bottom: 11px;
    height: 77px;
}

#pc_nav .navbox li a.active {
    color: #014588;
    font-weight: bold;
}

#pc_nav .navbox li a.active {
    border-bottom: #014588 solid 3px;
    padding-bottom: 11px;
    height: 77px;
}


/* banner */
header {
    /* background: url(../images/pc_banner.png); */
    margin-top: 80px;
    position: relative;
}

header .banner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    animation: _scale ease-in-out infinite 7s;
}

header .cont {
    height: 740px;
    /* 居中对齐 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

header .bannertitle1 {
    width: 1030px;
    height: 300px;
}

header .bannertitle2 {
    background: url(../images/pc_banner_title3.png) no-repeat center;
    width: 859px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    position: relative;
    top: -40px;
}

@keyframes _scale {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.05);
    }
}

/* section */
section {
    padding: 80px 0;
}


/* title */
.title {
    text-align: center;
}


.title3 {
    font-size: 50px;
    text-align: center;
    color: #004296;
    font-weight: bold;
}


.title div {
    margin: auto;
}

.title p {
    text-align: center;
}

.title .en_tit {
    height: 34px;
}

.title .cn_tit {
    font-size: 32px;
    color: #004296;
    margin: 20px 0;
}

.title .line {
    width: 72px;
    height: 5px;
    background: #f8be12;
}

/* 学院简介 start */

#modular1 .cont {
    position: relative;
}

#modular1 .modular1_bg_square {
    width: 163px;
    height: 520px;
    background: #eee;
    position: absolute;
    top: -80px;
    left: -90px;
    z-index: -1;
}

#modular1 .cont .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular1 .cont .content .img {
    position: relative;
    width: 570px;
    height: 360px;
}

#modular1 .cont .content .desc {
    writing-mode: vertical-lr;
    font-size: 16px;
    color: #014588;
    position: absolute;
    left: -28px;
    letter-spacing: 5px;
}

#modular1 .cont .content .text .intro {
    width: 562px;
    font-size: 18px;
    line-height: 38px;
    margin-top: 43px;
}

#modular1 .cont .title {
    text-align: left;
}

#modular1 .cont .title div {
    margin: 0;
}

#modular1 .cont .title p {
    text-align: left;
}

/* 学院简介 end */

/* 项目简介 start */

#modular2 {
    width: 100%;
    height: 500px;
    padding: 0;
    background: url(../images/pc_xmjj_bg2.png)no-repeat;
    background-size: cover;
    padding-top: 80px;
}

#modular2 .modular2_content {
    height: 415px;
    background: url(../images/pc_xmjj_bg1.png)no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 80px 0;
}

#modular2 .modular2_content .cont {
    box-sizing: border-box;
    padding-right: 140px;
}

#modular2 .modular2_content p {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

#modular2 .modular2_content .title {
    text-align: left;
    position: relative;
}

#modular2 .modular2_content .title .square {
    position: absolute;
    right: -140px;
    top: 0;
}

#modular2 .modular2_content .title .cn_tit {
    text-align: left;
    color: #f8be12;
    margin: 20px 0;
    font-size: 32px;
    lighting-color: 32px;
}

#modular2 .modular2_content .title .line {
    margin: 0;
}

#modular2 .modular2_content .intro {
    margin-top: 40px;
}

/* 项目简介 end */

/* 课程设置 start */

#modular3 {
    position: relative;
}

#modular3 .kcsz_imba {
    position: absolute;
    top: -150px;
    left: 0;
}

#modular3 .title {
    margin-bottom: 80px;
}

#modular3 .content {
    width: 1130px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    box-sizing: border-box;
    padding-top: 80px;
    padding-left: 60px;
    padding-right: 100px;
    padding-bottom: 40px;
}

#modular3 .content.content1 {
    margin-bottom: 60px;
}

#modular3 .content.content1 .content_title {
    box-sizing: border-box;
    padding-left: 82px;
    font-size: 24px;
    line-height: 70px;
    font-weight: bold;
    color: #f8be12;
    width: 370px;
    height: 70px;
    position: absolute;
    top: -30px;
    left: -36px;
    background: url(../images/pc_kcsz_tit1.png) no-repeat center;
}

#modular3 .content.content2 .content_title {
    box-sizing: border-box;
    padding-right: 70px;
    text-align: right;
    font-size: 24px;
    line-height: 70px;
    font-weight: bold;
    color: #014588;
    width: 370px;
    height: 70px;
    position: absolute;
    top: -30px;
    right: -36px;
    background: url(../images/pc_kcsz_tit2.png) no-repeat center;
}

#modular3 .content.content1 .intro {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular3 .content.content1 .intro ul li {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

#modular3 .content.content2 .intro {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

#modular3 .content.content2 .intro ul {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    margin-right: 150px;
}

/* 课程设置 end */

/* 师资队伍 start */
#modular4 {
    background: #fff;
    position: relative;
}

#modular4 .qiushi {
    position: absolute;
    width: 290px;
    height: 880px;
    top: 0;
    left: 0;
}

#modular4 .chaungxin {
    position: absolute;
    width: 318px;
    height: 940px;
    right: 0;
    top: 180px;
}

#modular4 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

#modular4 .content .teacher_show {
    position: relative;
    width: 200px;
    height: 200px;
}

#modular4 .content div .desc_show {
    width: 100%;
    height: 100%;
    background: rgba(248, 190, 18, 0.7);
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

#modular4 .content div .desc_show .name {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

#modular4 .content div .desc_show .desc {
    font-size: 18px;
    color: #fff;
}

#modular4 .content div .desc_show .info {
    font-size: 14px;
    color: #fff;
}

#modular4 .content .teacher_show:hover .desc_show {
    opacity: 1;
    transition: all 0.5s;
}
#modular4 .tab_nav {
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
    margin-top: 40px;
    
}

#modular4 .lscontent {
    display: none;
}
#modular4 .flex{
    margin-top: 50px;
}
#modular4 .tab_nav li {
    width: 25%;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #094c8d;
    color: #094c8d ;
    cursor: pointer;
    position: relative;
    left: 10%;
    transition: all 0.2s;
    box-sizing: border-box;
}



#modular4 .tab_nav li.active {
    background-color: #094c8d;
    transition: all 0.2s;
    color: #fff;
}

#modular4 .tab_nav li{
    margin-top: 5px;
    text-align: center;
 
}


#modular4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#modular4 ul .el {
    display: flex;
    width: 25%;
    margin-bottom: 40px
}

#modular4 ul .el .left img {
    width: 128px;
    margin-right: 15px;
}

#modular4 ul .el .right {
    font-size: 16px;
    margin: 15px 0 0 0;
}

#modular4 ul .el .right strong {
    font-size: 18px;
    letter-spacing: 0;
    color: #094c8d;
    line-height: 25px;
}
#modular4 ul .el .right .mc {
    font-size: 16px;
    letter-spacing: 0;
    color: #004296;
    line-height: 25px;

}
#modular4 ul .el .right .kc {
    font-size: 15px;
    letter-spacing: 0;
    color: #333;
    margin-top: 15px;
}
/* 师资队伍 end */

/* LEAP start */
#modular5 {
    background: #094c8d url(../images/pc_leap_bg.png) no-repeat center;
    background-size: 100% 100%;
}

#modular5 .title .cn_tit {
    color: #f8be12;
}

#modular5 .content {
    margin-top: 50px;
}

#modular5 .content .tabs ul {
    display: flex;
    flex-wrap: nowrap;
    background: rgba(255, 255, 255, 0.2);
}

#modular5 .content .tabs ul li {
    text-align: center;
    color: #fff;
    font-size: 24px;
    height: 66px;
    line-height: 66px;
    width: 200px;
}

#modular5 .content .tabs ul li.active {
    color: #014588;
    background: url(../images/pc_leap_tab2_active.png) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0px 0px 39px 1px rgba(110, 100, 100, 0.05);
    width: 230px;
}

#modular5 .content .tabs ul li:nth-child(1).active {
    color: #014588;
    background: url(../images/pc_leap_tab1_active.png) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.05);
    width: 230px;
}

#modular5 .content .tabs ul li:nth-child(6).active {
    color: #014588;
    background: url(../images/pc_leap_tab3_active.png) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.05);
    width: 230px;
}

#modular5 .content .tab-content .tab-content-info {
    box-sizing: border-box;
    padding: 70px 60px 50px;
    background: #fff;
    display: none;
}

#modular5 .content .tab-content .tab-content-info.active {
    display: block;
}

#modular5 .content .tab-content .tab-content-info .tab-content-title {
    font-size: 32px;
    line-height: 50px;
    border-bottom: 1px solid #f8be12;
    margin-bottom: 20px;
}

#modular5 .content .tab-content .tab-content-info .tab-content-title span {
    display: inline-block;
    padding: 0 25px;
    background: #f8be12;
    height: 50px;
    margin-right: 30px;
    position: relative;
    top: 1px;
}

#modular5 .content .tab-content .tab-content-info .tab-content-text-box {
    border-bottom: 1px solid #f8be12;
    padding: 30px 0;
    display: flex;
}

#modular5 .content .tab-content .tab-content-info .tab-content-text-box .img {
    width: 328px;
    height: 160px;
    border-radius: 0 80px 80px 0;
    margin-right: 60px;
    position: relative;
}

#modular5 .content .tab-content .tab-content-info .tab-content-text-box .img img {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}

#modular5 .content .tab-content .tab-content-info .tab-content-text-box .img .img_shadow {
    width: 329px;
    height: 160px;
    position: absolute;
    background: #f8be12;
    top: 0;
    left: 10px;
    z-index: 10;
    border-radius: 0 80px 80px 0;
}

#modular5 .content .tab-content .tab-content-info .tab-content-text-box:first-child {
    margin-top: 20px;
}

#modular5 .content .tab-content .tab-content-info .tab-content-text-box:last-child {
    border: none;
}

#modular5 .content .tab-content .tab-content-info .tab-content-text-box .text {
    width: 690px;
    height: 160px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 32px;
}

#modular5 .content .tab-content .tab-content-info.info2 .tab-content-title {
    margin-bottom: 30px;
}

#modular5 .content .tab-content .tab-content-info.info2 .info2_con_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#modular5 .content .tab-content .tab-content-info.info2 .info2_con_box .info2_con {
    width: 430px;
    height: 120px;
    margin-bottom: 20px;
    position: relative;
}

#modular5 .content .tab-content .tab-content-info.info2 .info2_con_box .info2_con .thumb {
    height: 120px;
    width: 110px;
    position: relative;
}

#modular5 .content .tab-content .tab-content-info.info2 .info2_con_box .info2_con .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    z-index: 20;
}

#modular5 .content .tab-content .tab-content-info.info2 .info2_con_box .info2_con .thumb .thumb_shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 110px;
    background: #f8be12;
    border-radius: 50%;
    z-index: 10;
}

#modular5 .content .tab-content .tab-content-info.info2 .info2_con_box .info2_con .text_box {
    width: 420px;
    height: 90px;
    border-radius: 45px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding-left: 130px;
    box-shadow: 5px 0px 30px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#modular5 .content .tab-content .tab-content-info.info2 .info2_con_box .info2_con .text_box .name {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

#modular5 .content .tab-content .tab-content-info.info2 .info2_con_box .info2_con .text_box .desc {
    font-size: 14px;
    line-height: 18px;
}

#modular5 .content .tab-content .tab-content-info.info3 .info3_box1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

#modular5 .content .tab-content .tab-content-info.info3 img {
    width: 260px;
    height: 158px;
}

#modular5 .content .tab-content .tab-content-info.info3 p {
    font-size: 18px;
    line-height: 26px;
}

#modular5 .content .tab-content .tab-content-info.info3 .info3_box2 {
    margin-top: 20px;
    border-top: 1px solid #f8be12;
    padding-top: 30px;
    margin-bottom: 10px;
}


#modular5 .content .tab-content .tab-content-info.info3 .info3_box2 img {
    margin: 5px;
}

/* 奖学金 */
#modular9 {
    background-color: #f6f6f6;
}

.modular9_content {
    margin-top: 70px;
    background-color: #fff;
    box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.05);
    padding: 30px 75px;

}

.modular9_content p {
    font-size: 18px;
    line-height: 1.875;
}


/* LEAP end */

/* 面试安排 start */
#modular6 {
    background: url(../images/pc_mspc_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.modular6_content {
    margin-top: 70px;
}

.modular6_content ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 58px;
    border-radius: 29px;
}

.modular6_content ul li {
    text-align: center;
    width: 20%;
    font-size: 16px;
    line-height: 58px;
}

.modular6_content ul:nth-child(odd) {
    background: rgba(248, 190, 18, 0.3);
}

.modular6_content ul:nth-child(even) {
    background: rgba(255, 255, 255, 0.5);
}

.modular6_content ul.time_title {
    background: rgba(248, 190, 18, 1);
}

.modular6_content ul.time_title li {
    font-size: 20px;
    font-weight: bold;
}

.modular6_content ul.time_title li::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 28px;
    background: #000;
    position: relative;
    left: 53px;
    top: 6px;
}

.modular6_content ul.time_title li:last-child::after {
    content: '';
    width: 0;
    height: 0;

}

/* 面试安排 end */


/* 面试流程 start */
#modular7_1 {
    padding: 50px 0;
}

#modular7_1 .content {
    margin-top: 70px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular7_1 .content img {
    width: 310px;
    height: 860px;
}

#modular7_1 .content .text_box {
    background: #fff;
    padding: 30px 60px;
    width: 830px;
    box-sizing: border-box;
    border-radius: 20px;
    border: #0b4e90 1px solid;
}

#modular7_1 .content .text_box p {
    font-size: 16px;
    line-height: 30px;
}

#modular7_1 .content .text_box ._title {
    font-size: 20px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #333;
    height: 48px;
    border-radius: 0 24px 24px 0;
    background: #f8be12;
    width: 230px;
    box-sizing: border-box;
    padding-left: 50px;
    position: relative;
    left: -80px;
}

#modular7_1 .content .text_box .subtitle {
    font-weight: bold;
}

#modular7_1 .ms_table {
    margin-top: 70px;
    position: relative;
}

#modular7_1 .ms_table .cont {
    text-align: center;
    position: relative;
    z-index: 20;
}

#modular7_1 .ms_table .cont img {
    width: 1082px;
    height: 640px;
}

#modular7_1 .ms_table .ms_table_img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 367px;
    height: 548px;
}

/* 面试流程 end */

/* 常规批申请 start */
#modular7 {
    background: #fff;
}

#modular7 .line {
    margin-top: 20px;
    margin-bottom: 50px;
}

#modular7 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular7 .content span,
#modular7 .content p {
    font-size: 16px;
    line-height: 30px;
}

#modular7 .content div:nth-child(1) {
    width: 394px;
    height: 468px;
    border-radius: 20px;
    background: #0b4e90;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 12px;
}

#modular7 .content div:nth-child(1) p {
    color: #fff;
    line-height: 44px;
}

#modular7 .content div:nth-child(2) {
    width: 754px;
    height: 468px;
    border-radius: 20px;
    border: 1px solid #0b4e90;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 50px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    padding-top: 12px;
}


#modular7 .content span {
    display: block;
    font-size: 20px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #333;
    height: 48px;
    border-radius: 0 24px 24px 0;
    background: #f8be12;
    width: 230px;
    box-sizing: border-box;
    padding-left: 50px;
    position: relative;
    left: -80px;
    color: #333;
}

#modular7 .content .subtitle {
    font-weight: bold;
}

/* 常规批申请 end */

/* 联系我们 start */
#modular8 {
    background: url(../images/pc_footer_bg.png) no-repeat center;
    background-size: cover;
}

#modular8 .footer_title {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
}

#modular8 .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 40px;
}

#modular8 .content .info p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

#modular8 .content .info a {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

#modular8 .content .code {
    display: flex;
    flex-wrap: nowrap;
}

#modular8 .content .code div {
    text-align: center;
}

#modular8 .content .code div img {
    width: 130px;
    height: 130px;
}

#modular8 .content .code div:nth-child(1) p {
    letter-spacing: 2px;
}

#modular8 .content .code div:nth-child(2) img {
    width: 135px;
    height: 135px;
    margin-top: -6px;
}

#modular8 .content .code div:nth-child(2) {
    margin-left: 30px;
}

#modular8 .content .code div p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

#modular8 {
    padding-bottom: 40px;
}

#MBAChina {
    text-align: center;
    margin-top: 30px;
}

#MBAChina a {
    color: #fff;
}

/* 联系我们 end */

#mobile_content {
    display: none;
}



/* 回顶部 */

@media(max-width: 750px) {
    #pc_content {
        display: none;
    }

    #mobile_content {
        display: block;
    }

    #mobile_nav {
        display: block;
        background: #014588;
        height: 1.06rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
    }

    #mobile_nav {
        padding: 0;
    }

    #mobile_nav .mobile_nav_box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #mobile_nav .logo {
        width: 3.36rem;
        height: .58rem;
        line-height: 1.06rem;
    }

    #mobile_nav .mobile_nav_box .nav_btn {
        width: .45rem;
        height: .4rem;
        margin-top: .4rem;
        position: relative;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar {
        display: block;
        width: .45rem;
        height: .06rem;
        background: #fff;
        border-radius: .03rem;
        transition: all .5s;
        position: absolute;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar1 {
        top: 0;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar2 {
        top: .13rem;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar3 {
        bottom: .08rem;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar1 {
        transform: rotate(45deg);
        transition: all .5s;
        top: .19rem;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar2 {
        opacity: 0;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar3 {
        transform: rotate(-45deg);
        transition: all .5s;
        top: .19rem;
    }


    #m_nav_item {
        display: none;
        width: 1.8rem;
        position: fixed;
        top: 1.06rem;
        right: 0;
        z-index: 200;
        background: #014588;
    }

    #m_nav_item li {
        padding: .2rem 0;
        text-align: center;
    }

    #m_nav_item li.active {
        background: #fff;
        color: #014588;
    }

    #m_nav_item li.active a {
        color: #014588;
    }

    #m_nav_item li a {
        color: #fff;
    }

    /* theme */
    .wrap {
        padding: 1rem 0;
    }

    /* title */
    .title {
        text-align: center;
    }

    .title div {
        margin: auto;
    }

    .title3 {
        font-size: .5rem;
    }

    .title p {
        text-align: center;
    }

    .title .en_tit {
        height: .34rem;
    }

    .title .cn_tit {
        font-size: .40rem;
        color: #004296;
        margin: .2rem 0;
    }

    .title .line {
        width: .72rem;
        height: .05rem;
        background: #f8be12;
    }

    /* header start */

    header {
        /* background: url(../images/pc_banner.png); */
        margin-top: .9rem;
        position: relative;
        height: 6.2rem;
    }

    header .banner_bg_m {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        animation: _scale ease-in-out infinite 7s;
    }

    header .cont {
        width: 100%;
        height: 100%;
        /* 居中对齐 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        padding-top: 0;
        box-sizing: border-box;
        position: relative;
        z-index: 10;
    }

    header .cont img {
        width: 6rem;
        height: 4rem;
    }

    /* header end */

    /* 学院简介 start */

    #m_modular1 .title {
        text-align: right;
    }

    #m_modular1 .title p {
        text-align: right;
    }

    #m_modular1 .title .line {
        margin-right: 0;
    }

    #m_modular1 .content {
        margin-top: .5rem;
    }

    #m_modular1 {
        position: relative;
    }

    #m_modular1 .cont .m_xyjj_bg {
        width: 1.6rem;
        height: 6.8rem;
        position: absolute;
        background: #eee;
        z-index: 0;
        top: .1rem;
        left: .3rem;
    }

    #m_modular1 .content {
        position: relative;
        z-index: 20;
    }

    #m_modular1 .content .content1 {
        display: flex;
        justify-content: flex-end;
    }

    #m_modular1 .content .content1 img {
        width: 6rem;
        height: 3.6rem;
    }

    #m_modular1 .content .content1 p {
        writing-mode: vertical-rl;
        letter-spacing: .04rem;
        font-size: .2rem;
        color: #014588;
        margin-right: .2rem;
    }

    #m_modular1 .content .content2 {
        margin-top: .3rem;
    }

    #m_modular1 .content .content2 p {
        font-size: .24rem;
        line-height: .5rem;
    }

    /* 学院简介 end */

    /* 项目简介 start */

    #m_modular2 {
        height: 7.4rem;
        position: relative;
        padding: 0;
    }

    #m_modular2 .m_modular2_bg {
        height: 7.4rem;
        width: 4.37rem;
        background: #f8be12;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }

    #m_modular2 .content {
        width: 7rem;
        height: 6.2rem;
        background: #014588;
        position: absolute;
        z-index: 20;
        top: 0;
        bottom: 0;
        margin: auto;
        box-sizing: border-box;
        padding: .8rem .5rem .5rem .4rem;
    }

    #m_modular2 .content .title {
        text-align: left;
    }

    #m_modular2 .content .title p {
        text-align: left;
        color: #f8be12;
    }

    #m_modular2 .content .title .line {
        margin-left: 0;
    }

    #m_modular2 .content .desc {
        font-size: .24rem;
        line-height: .42rem;
        color: #fff;
        margin-top: .4rem;
    }

    #m_modular2 .content .m_xmjj_square {
        position: absolute;
        right: .2rem;
        top: .2rem;
        width: 1.8rem;
        height: 1.2rem;
    }

    /* 项目简介 end */

    /* 课程设置 start */
    #m_modular3 {
        position: relative;
        overflow: visible;
    }

    #m_modular3 .m_imba {
        position: absolute;
        top: -.5rem;
        left: 0;
        z-index: 10;
        widows: 7.44rem;
        height: 4rem;
    }

    #m_modular3 .content {
        background: #fff;
        position: relative;
        z-index: 20;
        box-sizing: border-box;
        padding-top: .8rem;
        padding-left: .3rem;
        padding-bottom: .5rem;
        padding-right: .3rem;
        /* display: flex;
        flex-wrap: nowrap;
        justify-content: space-around; */
        margin-top: .7rem;
        box-shadow: 0rem 0rem .39rem .01rem rgba(0, 0, 0, 0.05);
    }

    #m_modular3 .content .cent {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    #m_modular3 .content .tag {
        position: absolute;
        width: 3.4rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .26rem;
        font-weight: bold;
        top: -.35rem;
        box-sizing: border-box;
    }

    #m_modular3 .content .tag.tag1 {
        background: url(../images/pc_kcsz_tit1.png) no-repeat center;
        background-size: 100% 100%;
        left: 0;
        color: #f8be12;
        padding-left: .8rem;
    }

    #m_modular3 .content .tag.tag2 {
        background: url(../images/pc_kcsz_tit2.png) no-repeat center;
        background-size: 100% 100%;
        right: 0;
        color: #014588;
        padding-left: 1.4rem;
    }

    #m_modular3 .content ul li {
        font-size: .2rem;
        line-height: .4rem;
    }

    #m_modular3 .content ul li.point {
        margin-bottom: .2rem;
    }

    /* 课程设置 end */

    /* 师资队伍 start */
    #m_modular4 {
        background: #fff;
        position: relative;
    }

    #m_modular4 .qiushi {
        position: absolute;
        width: 1.25rem;
        height: 3.3rem;
        top: 0;
        left: 0;
    }

    #m_modular4 .chaungxin {
        position: absolute;
        width: 1.25rem;
        height: 3.3rem;
        top: 0;
        right: 0;
    }

    #m_modular4 .content {
        margin-top: .5rem;
        display: flex;
        flex-wrap: wrap;
    }

    #m_modular4 .content div {
        width: 1.7rem;
        height: 1.7rem;
        position: relative;
    }

    #m_modular4 .content div img {
        width: 100%;
        height: 100%;
    }
  
    #m_modular4 .lscontent {
        display: none;
    }
    #m_modular4 .flex{
        margin-top: 35px;
    }
    #m_modular4 .tab_nav li {
        width: 35%;
        padding: 10px 0;
        font-size: 17px;
        font-weight: bold;
        border: 1px solid #094c8d;
        color: #094c8d ;
        cursor: pointer;
        position: relative;
        left: 10%;
        transition: all 0.2s;
        box-sizing: border-box;
    }
    
    #m_modular4 .tab_nav li.active {
        background-color: #094c8d;
        transition: all 0.2s;
        color: #fff;
    }
    
    #m_modular4 .tab_nav li{
        margin-top: 5px;
        text-align: center;
     
    }
    
    
    #m_modular4 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
        margin-left: -14px;
    }
    
    #m_modular4 ul .el {
        /* display: flex; */
        width: 45%;
        margin-bottom: 40px;
        margin-left: 17px;
    }

    #m_modular4 ul .el .left img {
        width: 128px;
        margin-left: 5px;  
    }


    #m_modular4 ul .el .right {
        margin-left: 5px;
        /* margin: 15px 0 0 20px; */
    }
    
    #m_modular4 ul .el .right strong {
        font-size: .28rem;
        letter-spacing: 0;
        color: #094c8d;
        line-height: 25px;
    }
    #m_modular4 ul .el .right .mc {
        font-size: .24rem;

        letter-spacing: 0;
        color: #004296;
        line-height: 28px;
    
    }
    #m_modular4 ul .el .right .kc {
        font-size: .22rem;
        letter-spacing: 0;
        color: #333;
        /* margin-top: 15px; */
    }


    /* 师资队伍 end */

    /* LEAP start */
    #m_modular5 {
        background: #0f4f8e url(../images/m_LEAP_bg.png)no-repeat bottom;
        background-size: 100%;
    }

    #m_modular5 .title .cn_tit {
        font-size: .26rem;
        color: #f8be12;
    }

    #m_modular5 .m_tab_box {
        margin-top: .5rem;
    }

    #m_modular5 .m_tab_box ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.2);
    }

    #m_modular5 .m_tab_box ul li {
        width: 16.66%;
        color: #fff;
        font-size: .24rem;
        height: .96rem;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    #m_modular5 .m_tab_box ul li.active {
        background: url(../images/m_tab_active2.png) no-repeat center;
        background-size: 100% 100%;
        color: #014588;
        font-weight: bold;
        box-shadow: 0px 0px .39rem .01rem rgba(0, 0, 0, 0.05);
        width: 1.33rem;
    }

    #m_modular5 .m_tab_box ul li:nth-child(1).active {
        background: url(../images/m_tab_active1.png) no-repeat center;
        background-size: 100% 100%;
    }

    #m_modular5 .m_tab_box ul li:nth-child(6).active {
        background: url(../images/m_tab_active3.png) no-repeat center;
        background-size: 100% 100%;
    }

    #m_modular5 .m_info_box {
        background: #fff;
        padding: .5rem .3rem;
        margin-top: -.02rem;
        display: none;
    }

    #m_modular5 .m_info_box.active {
        display: block;
    }

    #m_modular5 .m_info_box .info_title {
        font-size: .28rem;
        height: .52rem;
        line-height: .52rem;
        border-bottom: .01rem solid #f8be12;
        padding-bottom: -.02rem;
        margin-bottom: .3rem;
    }

    #m_modular5 .m_info_box .info_title span {
        display: inline-block;
        background: #f8be12;
        padding: 0 .32rem;
        margin-right: .3rem;
        margin-bottom: -0.02rem;
        position: relative;
        bottom: -.02rem;
    }

    #m_modular5 .m_info_box .content1 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-top: .3rem;
        padding-bottom: .3rem;
        border-bottom: .01rem solid #f8be12;
    }

    #m_modular5 .m_info_box .content1:last-child {
        border-bottom: none;
    }

    #m_modular5 .m_info_box .content1 .img_box {
        width: 3.2rem;
        height: 1.8rem;
        background: #f8be12;
        border-radius: 0 .9rem .9rem 0;
    }

    #m_modular5 .m_info_box .content1 .img_box img {
        width: 3.1rem;
    }

    #m_modular5 .m_info_box .content1 .text_box {
        width: 2.9rem;
        display: flex;
        align-items: center;
    }

    #m_modular5 .m_info_box .content1 .text_box p {
        font-size: .2rem;
        line-height: .34rem;
    }

    #m_modular5 .m_info_box .content2 {
        height: 8rem;
    }

    #m_modular5 .m_info_box .content2 .info2_box {
        position: relative;
        height: 1.6rem;
        margin-bottom: .3rem;
        margin-left: .2rem;
    }

    #m_modular5 .m_info_box .content2 .info2_box .thumb_box {
        width: 1.48rem;
        height: 1.48rem;
        border-radius: 50%;
        background: #f8be12;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 20;
    }

    #m_modular5 .m_info_box .content2 .info2_box .thumb_box img {
        position: absolute;
        top: -.1rem;
        left: 0;
    }

    #m_modular5 .m_info_box .content2 .info2_box .text_ {
        width: 6rem;
        height: 1.2rem;
        border-radius: .6rem;
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        padding-left: 1.7rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-shadow: .05rem 0 .1rem .05rem rgba(110, 100, 100, 0.05);
    }

    #m_modular5 .m_info_box .content2 .info2_box .text_ .name {
        font-size: .24rem;
        line-height: .42rem;
        font-weight: bold;
    }

    #m_modular5 .m_info_box .content2 .info2_box .text_ .desc {
        font-size: .18rem;
        line-height: .24rem;
    }

    .swiper-pagination-bullet {
        background: #004296;
    }

    .swiper-pagination-bullet-active {
        width: .4rem;
        border-radius: .2rem;
    }

    #m_modular5 .m_info_box .content3 .info3_box1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: .3rem;
    }

    #m_modular5 .m_info_box .content3 .info3_box1 img {
        width: 3rem;
        height: 1.7rem;
    }

    #m_modular5 .m_info_box .content3 .info3_box1 img:nth-child(3),
    #m_modular5 .m_info_box .content3 .info3_box1 img:nth-child(4) {
        margin-top: .3rem;
    }

    #m_modular5 .m_info_box .content3 p {
        font-size: .2rem;
        line-height: .36rem;
    }

    #m_modular5 .m_info_box .content3 .info3_box2 {
        margin-top: .3rem;
        border-top: .01rem solid #f8be12;
        padding-top: .3rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: .3rem;
    }

    #m_modular5 .m_info_box .content3 .info3_box2 img {
        width: 3rem;
        height: 1.7rem;
    }

    /* 奖学金 */
    #m_modular9 {
        background-color: #f6f6f6;
    }

    .m_modular9_content {
        margin-top: 30px;
        padding: 30px 20px;
        background-color: #fff;
        box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.05);
    }

    .m_modular9_content p {
        font-size: 15px;
        line-height: 1.875;
    }

    /* LEAP end */

    /* 面试批次 start */
    #m_modular6 {
        background: url(../images/m_pc_bg.png)no-repeat center;
        background-size: cover;
    }

    #m_modular6 .m_modular6_content {
        margin-top: .5rem;
    }

    #m_modular6 .m_modular6_content ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        background: rgba(248, 190, 18, .3);
        border-radius: .45rem;
    }

    #m_modular6 .m_modular6_content ul:nth-child(2),
    #m_modular6 .m_modular6_content ul:nth-child(4) {
        background: rgba(255, 255, 255, 0.5);
    }

    #m_modular6 .m_modular6_content ul.time_title {
        background: #f8be12;
    }

    #m_modular6 .m_modular6_content ul.time_title li {
        position: relative;
        font-weight: bold;
        font-size: .2rem;
    }

    #m_modular6 .m_modular6_content ul.time_title li::after {
        content: '';
        display: inline-block;
        width: .04rem;
        height: .28rem;
        background: #000;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #m_modular6 .m_modular6_content ul.time_title li:last-child::after {
        content: '';
        display: inline;
        width: 0;
        height: 0;
        background: #000;
    }

    #m_modular6 .m_modular6_content ul li {
        flex-grow: 1;
        text-align: center;
        height: .9rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .18rem;
        line-height: .32rem;
    }

    /* 面试批次 end*/

    /* 面试流程 start */
    #m_modular7_1 .content {
        position: relative;
        background: #fff;
        padding: .5rem .6rem;
        margin-top: .5rem;
    }

    #m_modular7_1 .en_tit {
        height: .24rem;
    }

    #m_modular7_1 .cn_tit {
        margin-top: .1rem;
    }

    #m_modular7_1 .content img {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }

    #m_modular7_1 .content .text_box {
        position: relative;
        z-index: 20;
    }

    #m_modular7_1 .content .text_box p {
        font-size: .24rem;
        line-height: .4rem;
    }

    #m_modular7_1 .content .text_box ._title {
        font-size: .28rem;
        font-weight: bold;
        line-height: .6rem;
        color: #333;
        margin-bottom: .3rem;
        background: #f8be12;
        width: 2.5rem;
        height: .6rem;
        border-radius: 0 .3rem .3rem 0;
        box-sizing: border-box;
        padding-left: .3rem;
        position: relative;
        left: -0.6rem;
        margin-top: .3rem;
    }

    #m_modular7_1 .content .text_box ._title._title2 {
        margin-top: .5rem;
    }

    #m_modular7_1 .content .text_box .subtitle {
        font-size: .2rem;
        font-weight: bold;
        left: .4rem;
    }

    #m_modular7_1 .img_box {
        margin-top: .5rem;
        padding: 0 .3rem;
        background: url(../images/m_ms_bg.png) no-repeat right bottom;
        background-size: 4.8rem 4rem;
    }

    /* 面试流程 end */

    /* 常规批申请 start */
    #m_modular7 {
        background: #fff;
    }

    #m_modular7 .line {
        margin: .3rem auto .5rem;
    }

    #m_modular7 .content div:nth-child(1) {
        background: #0b4e90;
        box-sizing: border-box;
        padding: .6rem;
        color: #fff;
        margin-bottom: .5rem;
        border-radius: 0 .6rem 0 .6rem;
    }

    #m_modular7 .content div:nth-child(1) p {
        color: #fff;
    }

    #m_modular7 .content div p {
        font-size: .2rem;
        line-height: .44rem;
    }

    #m_modular7 .content div .subtitle {
        font-weight: bold;
    }

    #m_modular7 .content div span {
        display: block;
        position: relative;
        height: .6rem;
        background: #f8be12;
        border-radius: 0 .3rem .3rem 0;
        color: #333;
        line-height: .6rem;
        font-size: .28rem;
        width: 1.6rem;
        font-weight: bold;
        padding-left: .3rem;
        position: relative;
        left: -.6rem;
        margin-bottom: .3rem;
    }

    #m_modular7 .content div:nth-child(2) {
        box-sizing: border-box;
        padding: .6rem;
        border: .02rem solid #0b4e90;
        border-radius: 0 .6rem 0 .6rem;
    }

    /* 常规批申请 end */

    /* 联系我们 start */
    #m_modular8 {
        background: url(../images/m_footer_bg.png) no-repeat center;
        background-size: cover;
        height: 4.8rem;
    }

    #m_modular8 p {
        color: #fff;
        font-size: .24rem;
        line-height: .44rem;
    }

    #m_modular8 p a {
        color: #fff;
        font-size: .24rem;
        line-height: .44rem;
    }

    #m_modular8 .title2 {
        font-size: .4rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
        margin-bottom: .2rem;
    }

    #m_modular8 .code {
        margin-top: .4rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }

    #m_modular8 .code img {
        width: 1.56rem;
        height: 1.56rem;
    }

    #m_modular8 .code {
        text-align: center;
    }

    #m_modular8 .code p {
        text-align: center;
    }

    #m_MBAChina {
        text-align: center;
        margin-top: .2rem;
    }

    /* 联系我们 end */
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -4px;
        left: 0;
        width: 100%;
    }
}