#pc_nav {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background: #fff;
    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: 200px;
    height: 80px;
    line-height: 80px;
}

#pc_nav .navbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#pc_nav .navbox li {
    line-height: 80px;
    margin: 0 20px;
    cursor: pointer;
}

#pc_nav .navbox li a {
    font-size: 18px;
    color: #333;
}

#pc_nav .navbox li.active {
    border-bottom: #2b7de1 solid 3px;
    height: 77px;
}

#pc_nav .navbox li:hover {
    border-bottom: #2b7de1 solid 3px;
    height: 77px;
}

#pc_nav .navbox li:hover a {
    color: #2b7de1;
    font-weight: bold;
}

#pc_nav .navbox li.active a {
    color: #2b7de1;
    font-weight: bold;
}

/* banner */
header {
    background: url(../images/p_banner_bg.png) no-repeat center;
    background-size: cover;
    margin-top: 80px;
}

header .cont {
    height: 700px;
    /* 居中对齐 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

header .title_box {
    width: 820px;
    height: 450px;
    position: relative;
    text-align: center;
}

header .title_box img {
    position: absolute;
    left: 0;
    top: 0;
}

header .title_box img:nth-child(1) {
    width: 500px;
    height: 270px;
    left: 176px;
}

header .title_box img:nth-child(2) {
    top: 190px;
    width: 814px;
    height: 110px;
}

header .title_box img:nth-child(3) {
    top: 320px;
    left: 106px;
    width: 664px;
    height: 110px;
}

/* section */
section {
    padding: 80px 0;
}

/* title */
.title .cn_tit {
    font-size: 50px;
    font-weight: bold;
    height: 95px;
    line-height: 95px;
    background: url(../images/01.png) no-repeat center;
    background-size: 125px 95px;
    text-align: center;
}

.title .en_tit {
    letter-spacing: 10px;
    font-size: 20px;
    color: #999;
    text-align: center;
}

.title .line {
    width: 100px;
    height: 8px;
    background-color: #2b7de1;
    margin: 30px auto 50px;
}

/* 天津大学MBA start */

#modular1 .desc {
    font-size: 20px;
    color: #2b7de1;
    margin-bottom: 50px;
}

#modular1 .img_box {
    width: 100%;
    height: 620px;
    background: url(../images/tjdx_img.png) no-repeat center;
}

/* 天津大学MBA end */

/* 项目使命 start */
#modular2 {
    background: #f3f8ff;
}

#modular2 .cn_tit {
    background: url(../images/02.png?v=1.2) no-repeat center;
    background-size: 125px 95px;
}

#modular2 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#modular2 .content .text_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 600px;
}

#modular2 .content .text_box div:nth-child(1) {
    margin-right: 30px;
    margin-left: -30px;
    width: 70px;
    height: 206px;
}

#modular2 .content .text_box div:nth-child(2) {
    width: 536px;
}

#modular2 .content .text_box div:nth-child(2) p {
    font-size: 18px;
    line-height: 36px;
}

#modular2 .content .text_box div:nth-child(2) p.tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 60px;
    margin-bottom: 20px;
}

#modular2 .content .img_box {
    width: 530px;
    height: 320px;
    background: url(../images/p_xmsm_img.png) no-repeat center;
}

/* 项目使命 end */

/* 特色方向 start */
#modular3 {
    background: url(../images/p_tsfx_img.png) no-repeat center;
    background-size: cover;
}

#modular3 .title .cn_tit {
    color: #fff;
    background: url(../images/03.png) no-repeat center;
    background-size: 125px 95px;
}

#modular3 .title .en_tit {
    color: #fff;
}

#modular3 .title .line {
    background: #fff;
}

#modular3 .content .t {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular3 .content .b {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 888px;
    margin: -30px auto 0;
}

#modular3 .content .squ {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    width: 237px;
    height: 273px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#modular3 .content .squ:nth-child(odd) {
    background: url(../images/hexagon2.png) no-repeat center;
    background-size: cover;
}

#modular3 .content .squ:nth-child(even) {
    background: url(../images/hexagon1.png) no-repeat center;
    background-size: cover;
}

/* 特色方向 end */

/* 师资队伍 start */

#modular4 {
    background: url(../images/p_szdw_img.png)no-repeat center;
    background-size: cover;
}

#modular4 .cn_tit {
    background: url(../images/04.png) no-repeat center;
    background-size: 125px 95px;
}

#modular4 .content {
    position: relative;
}

#modular4 .content .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#modular4 .content .swiper-slide .photo {
    position: relative;
    width: 270px;
    height: 364px;
    margin-bottom: 50px;
    overflow: hidden;
}

#modular4 .content .swiper-slide .photo img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#modular4 .content .swiper-slide .photo .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    height: 170px;
    width: 270px;
    background-image: linear-gradient(180deg,
            rgba(43, 125, 225, 0), rgba(43, 125, 225, 1));
    box-sizing: border-box;
    padding-top: 90px;
    padding-left: 20px;
}

#modular4 .content .swiper-slide .photo .cover .name {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

#modular4 .content .swiper-slide .photo .cover .desc {
    font-size: 16px;
    color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

#modular4 .content .swiper-pagination .swiper-pagination-bullet {
    background: #d6d6d6;
    opacity: 1;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    bottom: 0;
}

#modular4 .content .swiper-pagination .swiper-pagination-bullet-active {
    background: #2b7de1;
    width: 38px;
    border-radius: 7px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -80px;
    top: 385px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: solid 2px #d6d6d6;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -80px;
    top: 385px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: solid 2px #d6d6d6;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: ' ';
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: ' ';
}

/* 师资队伍 end */

/* 报考条件 start */

#modular5 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-shadow: 0px 0px 32px 0px rgba(43, 125, 225, 0.12);
}

#modular5 .content .img_box {
    width: 600px;
    height: 480px;
    background: url(../images/p_bktj_img.png) no-repeat center;
}

#modular5 .cn_tit {
    background: url(../images/05.png) no-repeat center;
    background-size: contain;
    background-size: 125px 95px;
}

#modular5 .content .text_box {
    width: 600px;
    box-sizing: border-box;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#modular5 .content .text_box p {
    font-size: 16px;
    line-height: 36px;
}

/* 报考条件 end */

/* 招生计划 start */

#modular6 {
    background: url(../images/p_zsjh_img.png) no-repeat center;
    background-size: cover;
}

#modular6 .cn_tit {
    background: url(../images/06.png) no-repeat center;
    background-size: 125px 95px;
    color: #fff;
}

#modular6 .en_tit {
    color: #fff;
}

#modular6 .line {
    background: #fff;
}

#modular6 .content {
    padding: 60px;
    background: rgba(255, 255, 255, 0.9);
}

#modular6 .content .content_box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#modular6 .content .content_box1 div {
    width: 540px;
    margin-bottom: 50px;
}

#modular6 .content .content_box1 div p {
    font-size: 16px;
    line-height: 34px;
}

#modular6 .content .content_box1 div .tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    color: #2b7de1;
    display: inline-block;
    margin-bottom: 10px;
}

#modular6 .content .content_box2 .tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    color: #2b7de1;
    display: inline-block;
    margin-bottom: 30px;
}

#modular6 .content .content_box2 .tablE li>ul {
    display: flex;
    flex-wrap: nowrap;
}

#modular6 .content .content_box2 .tablE li>ul li:nth-child(1) {
    width: 200px;
    padding-left: 30px;
}

#modular6 .content .content_box2 .tablE li>ul li:nth-child(2) {
    width: 310px;
}

#modular6 .content .content_box2 .tablE li>ul li:nth-child(3) {
    width: 540px;
}

#modular6 .content .content_box2 .tablE li>ul li {
    min-height: 80px;
    box-sizing: border-box;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 28px;
}

#modular6 .content .content_box2 .tablE>li:nth-child(odd) {
    background: #fff;
}

#modular6 .content .content_box2 .tablE .table_header ul {
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #2b7de1;
    padding: 0;
}

#modular6 .content .content_box2 .tablE .table_header li {
    height: 50px;
    min-height: 50px;
    background: #2b7de1;
    color: #fff;
    padding: 0;
    font-size: 20px;
}

#modular6 .content .content_box2 .tablE li>ul li .special {
    font-size: 14px;
    color: #cd1f1f;
}

#modular6 .content .content_box2 .tablE li>ul li .special2 {
    font-size: 14px;
}

#modular6 .content .content_box2 .tablE li>ul li .special3 {
    margin-bottom: 10px;
}

/* 招生计划 end */

/* 奖学金计划 start */

#modular7 {
    background: url(../images/p_jxjjh_img.png) no-repeat center;
    background: cover;
}

#modular7 .cn_tit {
    background: url(../images/07.png) no-repeat center;
    background-size: 125px 95px;
}

#modular7 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular7 .content .inner {
    width: 570px;
    position: relative;
    height: 430px;
}

#modular7 .content .inner span {
    display: block;
    position: absolute;
    z-index: 20;
    width: 300px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 35px 35px 0px 35px;
    font-weight: bold;
    font-size: 20px;
    top: 30px;
    left: 0;
}

#modular7 .content .inner div {
    position: absolute;
    right: 0;
    width: 540px;
    height: 410px;
    box-sizing: border-box;
    padding: 125px 65px 0;
    z-index: 10;
    font-size: 16px;
    line-height: 36px;
}

#modular7 .content .inner:nth-child(1) div {
    background: #f3f8ff;
}

#modular7 .content .inner:nth-child(1) div p:nth-child(1) {
    margin-bottom: 5px;
}

#modular7 .content .inner:nth-child(2) div {
    background: #fff6ef;
}

#modular7 .content .inner:nth-child(1) span {
    background: #2b7de1;
    color: #fff;
}

#modular7 .content .inner:nth-child(2) span {
    background-image: linear-gradient(0deg,
            #ffd8bd 0%,
            #f4bc7f 100%),
        linear-gradient(#2b7de1,
            #2b7de1);
}

/* 奖学金计划 end */

/* 联系我们 start */

#modular8 {
    background: url(../images/p_lxwm.png)no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}

#modular8 .cn_tit {
    background: url(../images/08.png) no-repeat center;
    background-size: 125px 95px;
    color: #fff;
}

#modular8 .en_tit {
    color: #fff;
}

#modular8 .line {
    background: #fff;
}

#modular8 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular8 .content div {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    height: 170px;
}

#modular8 .content div p {
    margin-left: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

#modular8 .content div p.tit {
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 22px;
}

#modular8 .content div p a {
    color: #fff;
    font-size: 18px;
}

#modular8 .content div .line {
    position: absolute;
    background-image: linear-gradient(0deg,
            #ffd8bd 0%,
            #f4bc7f 100%),
        linear-gradient(#ffffff,
            #ffffff);
    width: 4px;
    height: 100%;
}

#mbachina {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

#mbachina a {
    color: #fff;
    font-size: 18px;
}

/* 联系我们 end */


#mobile_nav {
    display: none;
}

#m_nav_item {
    display: none;
}

#modular4 .content.content2{
    display: none;
}

@media(max-width: 750px) {
    #pc_nav {
        display: none;
    }

    #modular4 .content.content1 {
        display: none;
    }

    #modular4 .content.content2{
        display: block;
    }

    /* mobile nav start */
    #mobile_nav {
        display: block;
        background: #2b7de1;
        height: 1rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    #mobile_nav .mobile_nav_box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #mobile_nav .logo {
        display: block;
        width: 1.7rem;
        height: .53rem;
        line-height: 1rem;
    }

    #mobile_nav .mobile_nav_box .nav_btn {
        width: .45rem;
        height: .4rem;
        margin-top: 0.35rem;
        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: 1rem;
        right: 0;
        z-index: 200;
        background: #2b7de1;
    }

    #m_nav_item li {
        padding: .2rem 0;
        text-align: center;
    }

    #m_nav_item li.active {
        background: #fff;
        color: #2b7de1;
    }

    #m_nav_item li.active a {
        color: #2b7de1;
    }

    #m_nav_item li a {
        color: #fff;
    }

    /* mobile nav end */

    /* banner start */
    header {
        background: url(../images/m_banner_bg.png) no-repeat center;
        background-size: cover;
        margin-top: 1rem;
    }

    header.wrap {
        margin-top: 1rem;
    }

    header .cont {
        height: 6.5rem;
        /* 居中对齐 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: auto;
    }

    header .title_box {
        width: 6.9rem;
        height: 4rem;
        position: relative;
        text-align: center;
    }

    header .title_box img {
        position: absolute;
        left: 0;
        top: 0;
    }

    header .title_box img:nth-child(1) {
        width: 4.4rem;
        height: 2.4rem;
        left: 1.5rem;
    }

    header .title_box img:nth-child(2) {
        top: 1.7rem;
        width: 6.6rem;
        height: .9rem;
    }

    header .title_box img:nth-child(3) {
        top: 2.7rem;
        left: .9rem;
        width: 5.4rem;
        height: .9rem;
    }

    /* banner end */

    /* section */
    section {
        padding: .5rem 0;
    }

    /* title */
    .title .cn_tit {
        font-size: .5rem;
        font-weight: bold;
        height: .95rem;
        line-height: .95rem;
        background: url(../images/01.png) no-repeat center;
        background-size: 1.25rem .95rem !important;
        text-align: center;
    }

    .title .en_tit {
        letter-spacing: .1rem;
        font-size: .2rem;
        color: #999;
        text-align: center;
    }

    .title .line {
        width: 1rem;
        height: .08rem;
        background-color: #2b7de1;
        margin: .3rem auto .5rem;
    }


    /* 天津大学MBA start */

    #modular1 .content {
        width: 6.8rem;
        box-sizing: border-box;
        padding: .4rem .45rem;
        background: #f3f8ff;
        border: solid .02rem #2b7de1;
        margin-bottom: .5rem;
    }

    #modular1 .desc {
        font-size: .24rem;
        color: #333;
        line-height: .5rem;
        margin-bottom: 0;
    }

    #modular1 .img_box {
        width: 100%;
        height: 620px;
        background: url(../images/m_tjdx_img.png) no-repeat center;
        background-size: 100% 100%;
    }

    /* 天津大学MBA end */

    /* 项目使命 start */
    #modular2 .content {
        display: block;
    }

    #modular2 .content .img_box {
        width: 6.9rem;
        height: 4rem;
        background: url(../images/m_xmsm_img.png) no-repeat center;
    }

    #modular2 .content .text_box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 6.9rem;
        margin-top: .2rem;
    }

    #modular2 .content .text_box div:nth-child(1) {
        margin-right: 0;
        margin-left: 0;
        width: .7rem;
        height: 2.6rem;
    }

    #modular2 .content .text_box div:nth-child(2) {
        width: 5.8rem;
    }

    #modular2 .content .text_box div:nth-child(2) p {
        font-size: .2rem;
        line-height: .4rem;
    }

    #modular2 .content .text_box div:nth-child(2) p.tit {
        font-size: .24rem;
        font-weight: bold;
        line-height: .36rem;
        margin-top: .2rem;
        margin-bottom: .2rem;
    }

    /* 项目使命 end */

    /* 特色方向 start  */
    #modular3 .content .b {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 5.12rem;
        margin: -.3rem auto 0;
    }

    #modular3 .content .squ {
        text-align: center;
        font-weight: bold;
        font-size: .16rem;
        line-height: .3rem;
        width: 1.56rem;
        height: 1.8rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* 特色方向 end  */

    /* 师资队伍 start  */
    #modular4 {
        background: url(../images/m_szdw_img.png)no-repeat center;
        background-size: cover;
        padding-bottom: .3rem;
    }

    #modular4 .content .swiper-container {
        width: 5.9rem;
        padding-bottom: .2rem;
    }

    #modular4 .content .swiper-slide .photo {
        position: relative;
        width: 2.74rem;
        height: 3.64rem;
        margin-bottom: .5rem;
        overflow: hidden;
    }

    #modular4 .content .swiper-slide .photo .cover {
        position: absolute;
        bottom: -.02rem;
        left: 0;
        z-index: 20;
        height: 1.7rem;
        width: 2.74rem;
        background-image: linear-gradient(180deg,
                rgba(43, 125, 225, 0), rgba(43, 125, 225, 1));
        box-sizing: border-box;
        padding-top: .9rem;
        padding-left: .2rem;
    }

    #modular4 .content .swiper-slide .photo .cover .name {
        color: #fff;
        font-size: .24rem;
        font-weight: bold;
    }

    #modular4 .content .swiper-slide .photo .cover .desc {
        font-size: .16rem;
        color: #fff;
    }

    #modular4 .content .swiper-pagination .swiper-pagination-bullet {
        background: #d6d6d6;
        opacity: 1;
        width: .14rem;
        height: .14rem;
        margin: 0 .05rem;
    }

    #modular4 .content .swiper-pagination .swiper-pagination-bullet-active {
        background: #2b7de1;
        width: .38rem;
        border-radius: .7rem;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: -.2rem;
        top: 6.1rem;
        width: .5rem;
        height: .5rem;
        background: #fff;
        border-radius: 50%;
        border: solid .02rem #d6d6d6;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: -.2rem;
        top: 6.1rem;
        width: .5rem;
        height: .5rem;
        background: #fff;
        border-radius: 50%;
        border: solid .02rem #d6d6d6;
    }

    .swiper-button-next img,
    .swiper-button-prev img {
        width: .11rem;
        height: .22rem;
    }

    /* 师资队伍 end */

    /* 报考条件 start */
    #modular5 .content {
        display: block;
        box-shadow: 0px 0px .32rem 0px rgba(43, 125, 225, 0.12);
    }

    #modular5 .content .img_box {
        width: 6.9rem;
        height: 4rem;
        background: url(../images/m_bktj_img.png) no-repeat center;
    }

    #modular5 .content .text_box {
        width: 6.9rem;
        box-sizing: border-box;
        padding: .5rem .4rem;
        display: block;
    }

    #modular5 .content .text_box p {
        font-size: .22rem;
        line-height: .5rem;
    }

    /* 报考条件 end */

    /* 招生计划 start */

    #modular6 {
        background: url(../images/m_zsjh_img.png) no-repeat center;
        background-size: cover;
    }

    #modular6 .content {
        padding: .6rem .3rem;
        background: rgba(255, 255, 255, 0.9);
    }

    #modular6 .content .content_box1 {
        display: block;
    }

    #modular6 .content .content_box1 div {
        width: 100%;
        margin-bottom: .3rem;
        display: flex;
        flex-wrap: nowrap;
    }

    #modular6 .content .content_box1 div span {
        display: inline-block;
        width: 1.5rem;
    }

    #modular6 .content .content_box1 div p {
        width: 4.8rem;
    }

    #modular6 .content .content_box1 div p {
        font-size: .18rem;
        line-height: .34rem;
    }

    #modular6 .content .content_box1 div .tit {
        font-size: .22rem;
        font-weight: bold;
        line-height: .34rem;
        color: #2b7de1;
        display: inline-block;
        margin-bottom: 0;
    }

    #modular6 .content .content_box2 .tit {
        font-size: .22rem;
        font-weight: bold;
        line-height: .34rem;
        color: #2b7de1;
        display: inline-block;
        margin-bottom: .3rem;
    }

    #modular6 .content .content_box2 .tablE li>ul li:nth-child(1) {
        width: 1.7rem;
        padding-left: .2rem;
    }

    #modular6 .content .content_box2 .tablE li>ul li:nth-child(2) {
        width: 1.8rem;
    }

    #modular6 .content .content_box2 .tablE li>ul li:nth-child(3) {
        width: 2.80rem;
        box-sizing: border-box;
        padding-right: .2rem;
    }

    #modular6 .content .content_box2 .tablE li>ul li {
        min-height: .9rem;
        box-sizing: border-box;
        padding: .2rem 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: .16rem;
        line-height: .26rem;
    }

    #modular6 .content .content_box2 .tablE .table_header ul {
        height: .5rem;
        line-height: .5rem;
        padding: 0;
        background: #2b7de1;
        padding: 0;
    }

    #modular6 .content .content_box2 .tablE .table_header li {
        height: .5rem;
        min-height: .5rem;
        background: #2b7de1;
        color: #fff;
        padding: 0;
        font-size: .2rem;
        text-align: left;
    }

    #modular6 .content .content_box2 .tablE li p {
        text-align: left;
    }

    #modular6 .content .content_box2 .tablE li>ul li .special {
        font-size: .14rem;
        color: #cd1f1f;
    }

    #modular6 .content .content_box2 .tablE li>ul li .special2 {
        font-size: .14rem;
    }

    #modular6 .content .content_box2 .tablE li>ul li .special3 {
        margin-bottom: .1rem;
    }

    /* 招生计划 end */
    /* 奖学金计划 start */

    #modular7 {
        background: url(../images/m_jxjjh_img.png) no-repeat center;
        background: cover;
    }

    #modular7 .cn_tit {
        background: url(../images/07.png) no-repeat center;
    }

    #modular7 .content {
        display: block;
    }

    #modular7 .content .inner {
        width: 6.7rem;
        position: relative;
        height: 4.6rem;
    }

    #modular7 .content .inner:nth-child(1) {
        margin-bottom: .5rem;
    }

    #modular7 .content .inner span {
        display: block;
        position: absolute;
        z-index: 20;
        width: 3.46rem;
        height: .7rem;
        line-height: .7rem;
        text-align: left;
        border-radius: .35rem .35rem 0 .35rem;
        font-weight: bold;
        font-size: .24rem;
        box-sizing: border-box;
        padding-left: .4rem;
        top: .3rem;
        left: 0;
    }

    #modular7 .content .inner div {
        position: absolute;
        right: 0;
        width: 6.4rem;
        height: auto;
        box-sizing: border-box;
        padding: 1.2rem .5rem .5rem;
        z-index: 10;
        font-size: .2rem;
        line-height: .4rem;
        text-indent: 2em;
    }

    #modular7 .content .inner:nth-child(1) div {
        background: #f3f8ff;
    }

    #modular7 .content .inner:nth-child(1) div p:nth-child(1) {
        margin-bottom: .05rem;
    }

    #modular7 .content .inner:nth-child(2) div {
        background: #fff6ef;
    }

    #modular7 .content .inner:nth-child(1) span {
        background: #2b7de1;
        color: #fff;
    }

    #modular7 .content .inner:nth-child(2) span {
        background-image: linear-gradient(0deg,
                #ffd8bd 0%,
                #f4bc7f 100%),
            linear-gradient(#2b7de1,
                #2b7de1);
    }

    /* 奖学金计划 end */

    /* 联系我们 start */
    #modular8 {
        background: url(../images/m_lxwm.png)no-repeat center;
        background-size: cover;
        position: relative;
        padding-top: .5rem;
        padding-bottom: 1rem;
        overflow: hidden;
    }

    #modular8 .content {
        display: block;
    }

    #modular8 .content div {
        box-sizing: border-box;
        width: 100%;
        position: relative;
        height: auto;
    }

    #modular8 .content div:nth-child(1) {
        margin-bottom: .5rem;
    }

    #modular8 .content div p {
        margin-left: .4rem;
        color: #fff;
        font-size: .2rem;
        line-height: .4rem;
    }

    #modular8 .content div p.tit {
        font-weight: bold;
        margin-bottom: .2rem;
        line-height: .24rem;
        font-size: .24rem;
    }

    #modular8 .content div p a {
        color: #fff;
        font-size: .2rem;
    }


    #modular8 .content div .line {
        width: .04rem;
    }

    #mbachina {
        text-align: center;
        position: absolute;
        bottom: .3rem;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    #mbachina a {
        color: #fff;
        font-size: .2rem;
    }

    /* 联系我们 end */

}