#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_none {
    display: block;
}
#m_show {
    display: none;
}
#modular8{
    display: block;
}
#footer{
    display: none;
}
#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: #3a4d97 solid 3px;
    height: 77px;
}

#pc_nav .navbox li:hover {
    border-bottom: #3a4d97 solid 3px;
    height: 77px;
}

#pc_nav .navbox li:hover a {
    color: #3a4d97;
    font-weight: bold;
}

#pc_nav .navbox li.active a {
    color: #3a4d97;
    font-weight: bold;
}

/* banner */
header {
    background: url(../images/p_header_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: 615px;
    height: 621px;
    top: -48px;
    left: -310px;
}

header .title_box img:nth-child(2) {
    width: 663px;
    height: 110px;
    left: 269px;
    top: 93px;
}

header .title_box img:nth-child(3) {
    top: 201px;
    left: 241px;
    width: 751px;
    height: 92px;
}

header .title_box img:nth-child(4) {
    top: 306px;
    left: 243px;
    width: 744px;
    height: 2px;
}

header .title_box img:nth-child(5) {
    top: 330px;
    left: 225px;
    width: 656px;
    height: 91px;
}



/* section */
section {
    padding: 80px 0;
}

/* title */
.title .cn_tit {
    font-size: 50px;
    font-weight: bold;
    height: 95px;
    line-height: 95px;
    background: url(../images/title_bottom.png) no-repeat center;
    background-size: 125px 95px;
    text-align: center;
    color: #3a4d97;
}

.title .en_tit {
    letter-spacing: 10px;
    font-size: 20px;
    color: #999;
    text-align: center;
}

.title .line {
    width: 60px;
    height: 6px;
    background-color: #3a4d97;
    border-radius: 3px;
    margin: -10px auto 50px;
}

/* 天津大学MBA start */

#modular1 .desc {
    font-size: 20px;
    color: #3a4d97;
    margin-bottom: 50px;
}

#modular1 .img_box {
    width: 100%;
    height: 620px;
    background: url(../images/p_part1_bj.png) no-repeat center;
}

/* 天津大学MBA end */

/* 项目使命 start */
/* #modular2 {
    background: #f3f8ff;
} */

#modular2 .cn_tit {
    background: url(../images/title_bottom.png) 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; */
    margin-top: 76px;
}

/* #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(1) {
    width: 536px;
} */

#modular2 .content .text_box div:nth-child(1) p {
    font-size: 18px;
    line-height: 36px;
    padding: 0 55px;

}

#modular2 .content .text_box div:nth-child(1) p.tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 35px;
    margin-bottom: 20px;
    padding: 0 55px;
    color: #3a4d97;
}

#modular2 .content .img_box {
    width: 520px;
    height: 458px;
    background: url(../images/part2_left.png) no-repeat center;
}

#modular2 .content .right {
    width: 658px;
    height: 381px;
    background: url(../images/part2_right.png) no-repeat center;
}

/* 项目使命 end */

/* 特色方向 start */
#modular3 {
    background: url(../images/part3_bg.png) no-repeat center;
    background-size: cover;
}

#modular3 .title .cn_tit {
    color: #3a4d97;
    background: url(../images/title_bottom.png) no-repeat center;
    background-size: 125px 95px;
}

#modular3 .title .en_tit {
    color: #fff;
}

#modular3 .title .line {
    background: #3a4d97;
}

#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;
    color: #fff;
}

#modular3 .content .squ {
    background: url(../images/part3-icon.png) no-repeat center;
    background-size: 100%;
}

/*#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/part5_bg.png)no-repeat center;
    background-size: cover;
}

#modular4 .cn_tit {
    background: url(../images/title_bottom.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: 271px;
    height: 427px;
    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;
    position: absolute;
    bottom: 80px;
}

#modular4 .content .swiper-slide .photo .cover .desc {
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 33px;
}

.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-button-prev {
    top: 100%;

}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 44%;
    width: 50px;
    height: 50px;
    /*background: #fff;
     border-radius: 50%;
    border: solid 2px #d6d6d6; */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 44%;
    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 {
    /* flex-wrap: wrap; */
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
    /* box-shadow: 0px 0px 32px 0px rgba(43, 125, 225, 0.12); */
}

#modular5 .content .img_box {
    /* float: left; */
    width: 459px;
    height: 483px;
    min-width: 459px;
    background: url(../images/part5-left.png) no-repeat center;
}

#modular5 .cn_tit {
    background: url(../images/title_bottom.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 .statistics {
    font-size: 14px;
    background-color: #fff;
}
#modular5 .box-tj {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 95px;
    /* justify-content: space-between; */
}
#modular5 .statistics .box {
    line-height: 1.4;
    height: 63px;
    background-color: #ffffff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 15px;
    padding: 0 15px;
    text-align: justify;
    /* flex-direction: row; */
    color: #3a4d97;
}

#modular5 .content .text_box p {
    font-size: 16px;
    line-height: 36px;
}
#modular5 .statistics li:nth-child(1) {
    width: 170px
}
#modular5 .statistics li:nth-child(2) {
    width: 260px
}
#modular5 .statistics li:nth-child(3) {
    width: 258px
}

#modular5 .statistics li .left {
    font-size: 44px;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 15px;
    color: #96a8ee
}

#modular5 .content .text_box p {
    font-size: 16px;
    line-height: 36px;
}
#modular5 .box-two .box-one {
    width: 720px;
    line-height: 1.4;
    background-color: #ffffff;
    box-shadow: 0px 13px 35px 0px rgba(16, 62, 125, 0.1);
    border-radius: 10px;
    display: flex;
    /* align-items: center; */
    flex-shrink: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    float: right;
    padding: 20px 20px;
    text-align: justify;
    flex-direction: row;
    color: #3a4d97;
}
#modular5 .box-two .box-one .left {
    font-size: 44px;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 15px;
    color: #96a8ee
}
#modular5 .box-two .box-one strong{
    line-height: 42px;
    font-size: 16px
}

#modular5 .box-two .box-one .box-three{
    /* padding-top: 15px; */
    border-top: 2px solid #d9d9d9;
    line-height: 31px;
    color: #000;
}
#modular5 .box-two .box-one .box-three p{
    margin-top: 10px;
}
/* 报考条件 end */

/* 招生计划 start */

#modular6 {
    background: url(../images/part6_bj.png) no-repeat center;
    background-size: cover;
}

#modular6 .cn_tit {
    background: url(../images/title-bottom.png) no-repeat center;
    background-size: 125px 95px;
    color: #fff;
}
#modular6 .top_title{
    padding-top: 80px ;
}
#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 .bold{
    font-size: 24px;
}

#modular6 .content .content_box1 div .tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    color: #3a4d97;
    display: inline-block;
    margin-bottom: 10px;
}

#modular6 .content .content_box1 section{
    padding:0 !important;
}

#modular6 .content .content_box1 section .js{
    margin-top: 15px;
}

#modular6 .content .content_box1 section .js .con_One{
    display: inline;
    margin-right: 127px;
}
#modular6 .content .content_box1 section .js .con{
    display: inline;
    margin-right: 86px;
}
#modular6 .content .content_box1 section .tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    color: #3a4d97;
    display: inline-block;
    margin-bottom: 10px;
}

#modular6 .content .content_box1 section p {
    font-size: 16px;
    line-height: 34px;
}
#modular6 .content .content_box1 section .js .con1{
    display: inline;
    margin-right: 86px;
}


#modular6 .content .content_box1 section .list_tit{
    font-weight: bold;
}

#modular6 .content .content_box2 .tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    color: #3a4d97;
    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: #3a4d97;
    padding: 0;
}

#modular6 .content .content_box2 .tablE .table_header li {
    height: 50px;
    min-height: 50px;
    background: #3a4d97;
    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/title_bottom.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: 300px;
}

#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 .icon1::after{
    content: '';
    display: block;
    z-index:2;
    width: 115px;
    height: 118px;
    background: url(../images/p_part7-icon.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 32px;
}
#modular7 .content .inner .icon2::after{
    content: '';
    display: block;
    z-index:2;
    width: 115px;
    height: 118px;
    background: url(../images/p_part7-icon2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 32px;
}
#modular7 .content .inner div {
    position: absolute;
    right: 0;
    width: 500px;
    height: 256px;
    box-sizing: border-box;
    padding: 31px 27px 37px 44px;
    z-index: 10;
    font-size: 16px;
    line-height: 27px;
    border-radius: 10px;
}

#modular7 .content .inner:nth-child(1) div {
    background: #f6f6f6;
}

#modular7 .content .inner:nth-child(1) div p:nth-child(1) {
    margin-bottom: 5px;
}

#modular7 .content .inner:nth-child(2) div {
    background: #f6f6f6;
}

/* #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_footer-bj.png)no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}

#modular8 .cn_tit {
    background: url(../images/title-bottom.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: 158px;
}

#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: 9px;
    line-height: 22px;
    font-size: 22px;
}

#modular8 .content div p a {
    color: #fff;
    font-size: 18px;
}

#modular8 .content .erwm{
    margin-right: 44px;
}

#modular8 .content div .line {
    position: absolute;
    background-image: linear-gradient(0deg,
            #ffd8bd 0%,
            #f4bc7f 100%),
        linear-gradient(#ffffff,
            #ffffff);
    width: 4px;
    height: 100%;
}
#modular8 .line2{
    height: 1px;
    margin-top: 30px;
    background-color: #fff;
}

.listOne p{
    text-align: center;
    color: #fff;
}
.listOne{
   margin-top: 40px;
}
#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;
}

/* 返回到顶部 */
.backTop {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    z-index: 20;
    /* background: #f8b62d;
    border-radius: 50%; */
    display: flex;
    /* justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 550;
    color: #373737; */
}

@media(max-width: 750px) {
    #pc_nav {
        display: none;
    }
    #pc_none {
        display: none;
    }
    #m_show {
        display: block;
    }
    #modular4 .content.content1 {
        display: none;
    }
    #modular8{
        display: none;
    }
    #footer{
        display: block;
    }
    #modular4 .content.content2 {
        display: block;
    }
    /* mobile nav start */
    #mobile_nav {
        display: block;
        background: #81128b;
        height: 0.9rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    #mobile_nav .mobile_nav_box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        height: 40px;
    }

    #mobile_nav .logo {
        display: block;
        width: 1.7rem;
        height: -1.47rem;
        line-height: 1rem;
    }

    #mobile_nav .mobile_nav_box .nav_btn {
        width: .45rem;
        height: .4rem;
        margin-top: 0.2rem;
        position: relative;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar1 {
        display: block;
        width: .25rem;
        height: .04rem;
        background: #fff;
        border-radius: .03rem;
        transition: all .5s;
        position: absolute;
        right: 0;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar2 {
        display: block;
        width: .35rem;
        height: .04rem;
        background: #fff;
        border-radius: .03rem;
        transition: all .5s;
        position: absolute;
        right: 0;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar3 {
        display: block;
        width: .45rem;
        height: .04rem;
        background: #fff;
        border-radius: .03rem;
        transition: all .5s;
        position: absolute;
        right: 0;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar4 {
        top: 0;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar5 {
        top: .13rem;
        transition: all .5s;

    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar6 {
        bottom: .08rem;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar4 {
        transform: rotate(45deg);
        transition: all .5s;
        top: .19rem;
        width: 0.45rem;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar5 {
        opacity: 0;
        transition: all .5s;

    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar6 {
        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: #81128b;
    }

    #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: #3a4d97;
    }

    #m_nav_item li a {
        color: #fff;
    }

    /* mobile nav end */

    /* banner start */
    header {
        background: url(../images/m_banner_bj.png) no-repeat center;
        background-size: cover;
        margin-top: .9rem !important;
    }

    /* 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: 6rem;
        height: 1rem;
        left: 0.3rem;
        top: 0.18rem;
    }

    header .title_box img:nth-child(2) {
        top: 1.4rem;
        width: 6.55rem;
        height: .88rem;
        left: 0;
    }

    header .title_box img:nth-child(3) {
        top: 2.7rem;
        left: 0;
        width: 6.91rem;
        height: .02rem;
    }
    header .title_box img:nth-child(4) {
        top: 2.9rem;
        left: 0.44rem;
        width: 5.62rem;
        height: .89rem;
    }
    /* 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/title_bottom.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: #3a4d97;
        margin: 0 auto .5rem;
    }


    /* 天津大学MBA start */

    #modular1 .content {
        width: 6.88rem;
        box-sizing: border-box;
        margin-bottom: .5rem;
    }

    #modular1 .desc {
        font-size: .24rem;
        color: #3a4d97;
        line-height: .5rem;
        margin-bottom: 0;
    }

    #modular1 .img_box {
        width: 100%;
        height: 620px;
        background: url(../images/m_part1_nr.png) no-repeat center;
        background-size: 100% 100%;
    }

    /* 天津大学MBA end */

    /* 项目使命 start */
    #modular2 .content {
        display: block;
    }

    #modular2 .content .img_box {
        width: 6.9rem;
        height: 2.9rem;
        background: url(../images/m_part1_top.png) no-repeat center;
        background-size: 100% 100%;
    }

    #modular2 .content .text_box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: .2rem;
    }

    #modular2 .content .text_box div:nth-child(1) p.tit {
        font-size: .26rem;
        line-height: .4rem;
        font-weight: bold;      
        padding: 0 .18rem;
        margin-top: .4rem;
    }
    #modular2 .content .text_box div:nth-child(1) p:nth-of-type(2){
        font-size: .23rem;
        line-height: .5rem;     
        padding: 0 .18rem;
        margin-top: .4rem;
    }
    #modular2 .content .right {
        width: 6.9rem;
        height: 4.6rem;
        position: relative;
        top: -.46rem;
        background: url(../images/part2_right.png) no-repeat center;
        background-size: 100% 100%;
    }

    /* 项目使命 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_part4-bg.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.71rem;
        height: 4.27rem;
        /* width: 2.9rem;
        height: 4.6rem; */
        margin-bottom: .5rem;
        overflow: hidden;
    }


    #modular4 .content .swiper-slide .photo .cover {
        position: absolute;
        bottom: -.8rem;
        left: 0;
        z-index: 20;
        height: 1.7rem;
        width: 2.74rem;
        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: .18rem;
        color: #fff;
        position: absolute;
        top: 0.24rem;
    }
    #modular4 .content .swiper-slide .photo .cover .desc:not(:first-child){
        position: absolute;
        top: 0.32rem;
        font-size: .18rem;
        color: #fff;
        margin-right: .14rem;
    }
    #modular4 .content .swiper-pagination .swiper-pagination-bullet {
        background: #91a7ff;
        opacity: 1;
        width: .1rem;
        height: 0.05rem;
        margin: 0 .05rem;
    }

    #modular4 .content .swiper-pagination .swiper-pagination-bullet-active {
        background: #2b7de1;
        width: .38rem;
        border-radius: .7rem;
    }

    #modular4 .content .swiper-pagination {
        text-align: center;
        position: absolute;
        bottom: .1rem;
        left: 2.8rem;
    }
    
    #modular4 .content .swiper-pagination span {
        /* border-radius: 5px; */
        background-color: #91a7ff;
        opacity: 0.8;
        width: .1rem;
        height: 0.05rem;
        transition: all 0.5s;
        width: .1rem;
    }
    
    #modular4 .content .swiper-pagination span.swiper-pagination-bullet-active {
        opacity: 1;
        background-color: #3a4d97;
        width: 0.38rem;
        height: 0.05rem;
        transition: all 0.5s;
        width: .38rem;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev img{
        left: -0.2rem;
        top: 7.1rem;
        width: 0.5rem;
        height: 0.5rem;

    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next img{
        left: 95% !important;
        top: 7.1rem;
        width: 0.5rem;
        height: 0.5rem;

    }

    .swiper-button-next img,
    .swiper-button-prev img {
       
        width: 0.5rem;
        height: 0.5rem;
    }

    /* 师资队伍 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: 3.61rem;
        background: url(../images/m_part5-top.png) no-repeat center;
        background-size: 100% 100%;
        min-width: 6.9rem;
    }
    
    #modular5 .statistics {
        font-size: 14px;
        background-color: #fff;
        /* margin-top: 5rem; */
    }
    #modular5 .box-tj {
        display: flex;
        flex-wrap: wrap;
        margin-top: .35rem;
        justify-content: space-between;
    }
    #modular5 .statistics .box {
        line-height: 1.4;
        height: .8rem;
        background-color: #ffffff;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
        box-sizing: border-box;
        margin-bottom: 20px;
        margin-left: 0;
        padding: 0 .19rem;
        text-align: justify;
        flex-direction: row;
        color: #3a4d97;
    }
    #modular5 .statistics .box strong{
        line-height: 0.21rem;
        font-size: 0.26rem;
    }
    #modular5 .content .text_box p {
        font-size: 16px;
        line-height: 36px;
    }
    #modular5 .statistics li:nth-child(1) {
        width: 6.9rem;
    }
    #modular5 .statistics li:nth-child(2) {
        width: 6.9rem;
    }
    #modular5 .statistics li:nth-child(3) {
        width: 6.9rem;
    }
    
    #modular5 .statistics li .left {
        font-size: 0.444rem;
        line-height: 0.21rem;
        flex-shrink: 0;
        margin-right: .15rem;
        color: #96a8ee
    }
    
    #modular5 .content .text_box p {
        font-size: .26rem;
        line-height: .3rem;
    }
    #modular5 .box-two .box-one {
        width: 6.9rem;
        line-height: 1.4;
        background-color: #ffffff;
        box-shadow: 0px 13px 35px 0px rgba(16, 62, 125, 0.1);
        border-radius: 10px;
        display: flex;
        /* align-items: center; */
        flex-shrink: 0;
        box-sizing: border-box;
        margin-bottom: 20px;
        float: right;
        padding: .3rem .28rem .28rem .19rem;
        text-align: justify;
        flex-direction: row;
        color: #3a4d97;
    }
    #modular5 .box-two .box-one .left {
        font-size: 0.444rem;
        line-height: 0.21rem;
        flex-shrink: 0;
        margin-right: .15rem;
        color: #96a8ee
    }
    #modular5 .box-two .box-one strong{
        line-height: 0.21rem;
        font-size: 0.26rem;
    }
    #modular5 .box-two .box-one li:nth-of-type(2){
        margin-top: -.1rem;
    }
    #modular5 .box-two .box-one .box-three{
       margin-top: .1rem;
        border-top: .01rem solid #d9d9d9;
        line-height: .555rem;
        color: #333;
    }
    #modular5 .box-two .box-one .box-three p{
        margin-top: 0;
        font-size: .26rem;
    }


    /* 报考条件 end */

    /* 招生计划 start */

    #modular6 {
        background: url(../images/m_part6_bg.png) no-repeat center;
        background-size: cover;
    }
    #modular6 .top_title {
        padding-top: .5rem;
    }
    #modular6 .content {
        padding: .36rem .3rem;
        background: rgba(255, 255, 255, 0.9);
    }

    #modular6 .content .content_box1 {
        display: block;
    }
    #modular6 .content .content_box1 div{
        margin-bottom: 0;
    }
    #modular6 .content .content_box1 .box-list {
        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;
        font-size: .18rem;
        line-height: .4rem;
    }

    #modular6 .content .content_box1 div .tit {
        font-size: .22rem;
        font-weight: bold;
        line-height: .34rem;
        color: #3a4d97;
        display: inline-block;
        margin-bottom: 0;
        margin-right: .1rem;
    }

    #modular6 .content .content_box2 .tit {
        font-size: .22rem;
        font-weight: bold;
        line-height: .34rem;
        color: #3a4d97;
        display: inline-block;
        margin-bottom: .3rem;
    }

    #modular6 .content .content_box1 .row{
        display: flex;
    }
    #modular6 .content .content_box1 .row .tit{
        min-width: 1.5rem;
    }
    #modular6 .content .content_box1 .row .con_One{
        display: flex;
        margin-bottom: 0;
        margin-bottom: .2rem;
    }
    #modular6 .content .content_box1 .row .con_One span:nth-of-type(1){
        width: 1.23rem !important;
    }
    #modular6 .content .content_box1 .row .con_One span:nth-of-type(2){
        min-width: 3.3rem;
        font-size: .18rem;
        line-height: .4rem;
        text-align: justify;
    }
    #modular6 .content .content_box1 section .tit {
        font-size: .22rem;
        font-weight: bold;
        line-height: .34rem;
        color: #3a4d97;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 0.1rem;
    }
    
    
    #modular6 .content .content_box1 section .list_tit{
        font-weight: bold;
        font-size: .18rem;
        height: .4rem;
    }
    
    #modular6 .content .content_box2 .tablE li>ul {
        display: flex;
        flex-wrap: nowrap;
    }
    #modular6 .content .content_box2 .tablE{
        font-size: 0.16rem;
    }

    #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: 3rem;
        box-sizing: border-box;
        padding-right: .2rem;
        line-height: 0.26rem;
    }

    #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: #3a4d97;
        padding: 0;
    }

    #modular6 .content .content_box2 .tablE .table_header li {
        height: .5rem;
        min-height: .5rem;
        background: #3a4d97;
        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/title_bottom.png) no-repeat center;
    }

    #modular7 .content {
        display: block;
    }

    #modular7 .content .inner {
        width: 6.7rem;
        position: relative;
        height: 4.6rem;
        margin-top: 1.3rem;
    }


    #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: 1rem .3rem .3rem;
        z-index: 10;
        font-size: .24rem;
        line-height: .4rem;
    }

    #modular7 .content .inner:nth-child(1) div {
        background: #f6f6f6;
    }

    #modular7 .content .inner:nth-child(1) div p:nth-child(1) {
        margin-bottom: .3rem;
    }

    #modular7 .content .inner:nth-child(2) div {
        background: #f6f6f6;
    }

    #modular7 .content .inner:nth-child(1) span {
        /* background: #2b7de1; */
        color: #fff;
    }

    #modular7 .content .inner .icon1::after{
        content: '';
        display: block;
        z-index:2;
        width: 1.6rem;
        height:1.74rem;
        background: url(../images/p_part7-icon.png) no-repeat center;
        background-size: contain;
        position: absolute;
        left: 134px;
        top: -1.3rem;                        
    }
    #modular7 .content .inner .icon2::after{
        content: '';
        display: block;
        z-index:2;
        width: 1.6rem;
        height: 1.74rem;
        background: url(../images/p_part7-icon2.png) no-repeat center;
        background-size: contain;
        position: absolute;
        left: 134px;
        top: -1.3rem;  
    }

    /* 奖学金计划 end */

    /* 联系我们 start */
    #footer {
        background: url(../images/m_footer-bg.png)no-repeat center;
        background-size: cover;
        position: relative;
        padding-top: .5rem;
        padding-bottom: 1rem;
        overflow: hidden;
    }
    #footer .cn_tit {
        background: url(../images/title-bottom.png) no-repeat center;
        background-size: 125px 95px;
        color: #fff;
    }
    #footer .line {
        background: #fff;
    }
    #footer .content {
        display: block;
    }

    #footer .content div {
        box-sizing: border-box;
        width: 100%;
        position: relative;
        height: auto;
    }

    #footer .content div:nth-child(1) {
        margin-bottom: .5rem;
    }
    #footer .content .flex-list1{
        display: flex;
        
    }
    #footer .content .box2{
        margin-top: .5rem;
    }
    #footer .content div p {
        margin-left: .4rem;
        color: #fff;
        font-size: .24rem;
        line-height: .5rem;
    }

    #footer .content div p.tit {
        font-weight: bold;
        margin-bottom: .2rem;
        line-height: .34rem;
        font-size: .3rem;
    }

    #footer .content div p a {
        color: #fff;
        font-size: .24rem;
    }


    #footer .content div .line {
        width: .04rem;
    }
    #footer .content .flex-list1 .erwm{
        width: 1.55rem;
	    height: 1.88rem;
    }
    .listOne {
       font-size: .2rem;
       line-height: .34rem;
       margin-top: 0;
    }
    #footer .line2 {
        height: 0.01rem;
        width: 6.7rem;

        background-color: #fff;
        margin: .2rem auto;
    }
    #mbachina {
        text-align: center;
        position: absolute;
       
        left: 0;
        right: 0;
        margin: auto;
    }

    #mbachina a {
        color: #fff;
        font-size: .24rem;
    }

    /* 联系我们 end */

    /* 返回顶部 */
    .backTop {
        width: .8rem;
        height: .8rem;
        position: fixed;
        right: .1rem !important;
        bottom: .5rem;
        cursor: pointer;
        z-index: 20;
        /* background: #f8b62d;
        border-radius: 50%; */
        display: flex;
        /* justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 550;
        color: #373737; */
    }
}