#pc_nav {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.1);
}

#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: #94070a solid 3px;
    height: 77px;
}

#pc_nav .navbox li:hover {
    border-bottom: #94070a solid 3px;
    height: 77px;
}

#pc_nav .navbox li.active a {
    color: #94070a;
}

#pc_nav .navbox li:hover a {
    color: #94070a;
    font-weight: bold;
}

/* banner */
header {
    margin-top: 80px;
    height: 650px;
    background: url(../images/p_banner_bg.png) no-repeat center;
    background-size: 1920px 730px;
}

header .cont {
    /* 居中对齐 */
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

header .cont .header_title {
    width: 1000px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

header .cont .header_title2 {
    padding-top: 60px;
}

header .cont .header_title2 img{
    margin: 0 5px;
}

/* theme */
p {
    color: #333;
    text-align: justify;
}


/* section */
section {
    padding: 80px 0;
    overflow: hidden;
}

/* title */
.title .cn_tit {
    font-size: 50px;
    color: #94070a;
    text-align: center;
}

.title .en_tit {
    font-size: 26px;
    line-height: 22px;
    margin: 20px 0;
    color: #999;
    text-align: center;
}

.title .line {
    width: 90px;
    height: 8px;
    margin: auto;
    background: #94070a;
}

/* 项目简介 start */

#modular1 .content-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 50px;
}

#modular1 .content-info:nth-child(odd) {
    flex-direction: row-reverse;
}

#modular1 .content-info .text_box {
    width: 580px;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

#modular1 .content-info .img_box {
    width: 580px;
    height: 250px;
    border-radius: 20px;
}

/* 项目简介 end */

/* 项目优势 start */
#modular2 {
    background: #f2f2f2;
}

#modular2 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

#modular2 .content .info_box {
    width: 290px;
    height: 170px;
    margin-bottom: 30px;
}

#modular2 .content .info_box:nth-child(9),
#modular2 .content .info_box:nth-child(10) {
    width: 590px;
    margin-bottom: 0;
}

#modular2 .content .info_box {
    position: relative;
}

#modular2 .content .info_box .tit {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 20px 20px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(0deg,
            #aa9366 0%,
            #d1b788 100%),
        linear-gradient(#ffffff,
            #ffffff);
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 20;
}

#modular2 .content .info_box:nth-child(even) .tit {
    background-image: linear-gradient(0deg,
            #960305 0%,
            #c8464b 100%),
        linear-gradient(#ffffff,
            #ffffff);
}

#modular2 .content .info_box .desc {
    background: #fff;
    border: solid 1px #d8d8d8;
    border-radius: 10px;
    height: 170px;
    position: absolute;
    right: 0;
    width: 280px;
    z-index: 10;
    box-sizing: border-box;
    padding: 0 30px;
    padding-top: 65px;
}

#modular2 .content .info_box .desc p {
    line-height: 24px;
}

#modular2 .content .info_box:nth-child(9) .desc,
#modular2 .content .info_box:nth-child(10) .desc {
    width: 580px;
}

/* 项目优势 end */

/* 项目体系 start */
#modular3 {
    background: url(../images/p_xmtx_bg.png) no-repeat center;
    background-size: cover;
}

#modular3 .title .cn_tit {
    color: #fff;
}

#modular3 .title .en_tit {
    color: #fff;
}

#modular3 .title .line {
    background: #fff;
}

#modular3 .content {
    margin-top: 50px;
}

#modular3 .content .cont_title {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: solid 1px #fff;
    display: flex;
    flex-wrap: nowrap;
}

#modular3 .content .cont_title.cont_title1 {
    justify-content: flex-start;
}

#modular3 .content .cont_title.cont_title2 {
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 50px;
}

#modular3 .content .cont_title {
    line-height: 60px;
    color: #fff;
    font-size: 22px;
}

#modular3 .content .cont_title span.spe {
    display: inline-block;
    width: 300px;
    background: #fff;
    border-radius: 30px;
    color: #94070a;
    text-align: center;
    font-weight: bold;
    position: relative;
    height: 62px;
    top: -1px;
}

#modular3 .content .cont_title.cont_title1 .spe {
    margin-right: 50px;
    left: -1px;
}

#modular3 .content .cont_title.cont_title2 .spe {
    margin-left: 50px;
    right: -1px;
}

#modular3 .content .tab_box ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular3 .content .tab_box ul li {
    background: url(../images/tab_info_bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 270px;
    height: 320px;
}

#modular3 .content .tab_box ul li:nth-child(even) {
    background: url(../images/tab_info_bg2.png) no-repeat center;
    background-size: 100% 100%;
}

#modular3 .content .tab_box ul .tit {
    width: 270px;
    height: 80px;
    background: #fff;
    border-radius: 13px 13px 0 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #a89165;
}


#modular3 .content .tab_box ul li:nth-child(even) .tit {
    background-image: linear-gradient(0deg,
            #aa9366 0%,
            #d1b889 100%),
        linear-gradient(#b0996c,
            #b0996c);
    color: #fff;
}

#modular3 .content .tab_box ul li .info {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    padding: 10px;
    padding-top: 30px;
}

#modular3 .content .tab_box ul li .info p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

#modular3 .content .tab_box ul li:nth-child(even) .info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

#modular3 .content .tab_box ul li:nth-child(even) .info p {
    color: #333;
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}


/* 项目体系 end */

/* 研究方向 start */
#modular4 .subtit {
    margin-top: 50px;
    font-size: 30px;
    line-height: 22px;
    text-align: center;
}

#modular4 .info1 {
    margin: 60px auto;
    height: 110px;
    background: #f6f4ef;
    border-radius: 10px;
    position: relative;
}

#modular4 .info1 .tag {
    background: url(../images/yjfx_squ1.png) no-repeat center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 275px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    position: absolute;
    left: 50px;
    top: -10px;
}

#modular4 .info1 p {
    font-size: 18px;
    line-height: 110px;
    width: 652px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    right: 110px;
}

#modular4 .info2 {
    width: 100%;
    height: 110px;
    background: #f6e6e6;
    border-radius: 10px;
    position: relative;
}

#modular4 .info2 .tag {
    background: url(../images/yjfx_squ2.png) no-repeat center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 275px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: -10px;
}

#modular4 .info2 p {
    font-size: 18px;
    line-height: 110px;
    width: 652px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    left: 110px;
}


/* 研究方向 end */


/* 招生计划 start */
#modular5 {
    background: #f2f2f2;
}

#modular5 .content {
    margin-top: 50px;
}

#modular5 .content .cont1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#modular5 .content .cont1 .l div {
    width: 560px;
    height: 160px;
    border-radius: 20px;
    background-image: linear-gradient(0deg,
            #970304 0%,
            #c8474b 100%),
        linear-gradient(#e8dada,
            #e8dada);
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 50px;
}

#modular5 .content .cont1 .l div.b {
    background-image: linear-gradient(0deg,
            #aa9366 0%,
            #d1b889 100%),
        linear-gradient(#e5e1d9,
            #e5e1d9);
    margin-top: 20px;
}

#modular5 .content .cont1 .l div p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

#modular5 .content .cont1 .l div p.tit {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

#modular5 .content .cont1 .r {
    width: 600px;
    height: 338px;
    background: url(../images/p_zsjh_img.png) no-repeat center;
    background-size: cover;
}

#modular5 .content .cont2 {
    margin-top: 50px;
    border-radius: 20px;
    border: solid 1px #94070a;
    height: 270px;
    box-sizing: border-box;
    padding: 0 50px;
    padding-top: 40px;
    background: #fff;
}

#modular5 .content .cont2 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
}

#modular5 .content .cont2 p.tit {
    font-size: 30px;
    color: #94070a;
    text-align: center;
    margin-bottom: 40px;
}

/* 招生计划 end */

/* 报考流程 start */
#modular6 .content {
    margin-top: 50px;
}

#modular6 .content .tab_tit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}

#modular6 .content .tab_tit .line_ {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 85px;
    z-index: -1;
}

#modular6 .content .tab_tit .circle {
    background-image: linear-gradient(0deg,
            #aa9366 0%,
            #d1b889 100%),
        linear-gradient(#4a6fad,
            #4a6fad);
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modular6 .content .tab_tit p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #a89165;
    margin-top: 30px;
}

#modular6 .content .tab_tit li.active .circle {
    background-image: linear-gradient(0deg,
            #970304 0%,
            #c8474b 100%),
        linear-gradient(#4a6fad,
            #4a6fad);
}

#modular6 .content .tab_tit li.active p {
    color: #94070a;
}

#modular6 .content .tab_tit .arrow {
    height: 170px;
    line-height: 170px;
}

#modular6 .content .tab_tit .arrow img {
    width: 34px;
    height: 34px;
}

#modular6 .content .info_box {
    margin-top: 40px;
    box-sizing: border-box;
    padding: 30px 40px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    position: relative;
    display: none;
    opacity: 0;
    transition: all 1s;
}

#modular6 .content .info_box.active {
    display: block;
    opacity: 1;
    transition: all 1s;
}

#modular6 .content .info_box p {
    font-size: 20px;
    line-height: 40px;
}

#modular6 .content .info_box .tit {
    font-size: 28px;
    color: #94070a;
    font-weight: bold;
    margin-bottom: 15px;
}

#modular6 .content .info_box::after {
    content: '';
    display: inline-block;
    border-bottom: 25px solid #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    top: -25px;
    position: absolute;
}

#modular6 .content .info_box1::after {
    left: 70px;
}

#modular6 .content .info_box2::after {
    left: 412px;
}

#modular6 .content .info_box3::after {
    left: 756px;
}

#modular6 .content .info_box4::after {
    left: 1100px;
}

#modular6 .content {
    margin-bottom: 90px;
}

#modular6 .map_container {
    width: 100%;
    height: 490px;
}

/* 报考流程 end */

/* 联系方式 start */
#modular7 {
    background: url(../images/p_lxfs_img.png) no-repeat center;
    background-size: cover;
    padding-bottom: 40px;
}

#modular7 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular7 .content .ll .tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
}

#modular7 .content .ll .sub-tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
}


#modular7 .content .ll p {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

#modular7 .content .ll p a {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

#modular7 .content .ll p span {
    font-weight: bold;
}

#modular7 .content .rr {
    padding-top: 25px;
    display: flex;
    flex-wrap: nowrap;
}
#modular7 .content .rr > div {
    text-align: center;
    margin: 0 20px;
}

#modular7 .content .rr p {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}

#modular7 #mbachina {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}

#modular7 #mbachina a {
    color: #fff;
}

/* 联系方式 end */

#m-header {
    display: none;
}

#modular3 .content .cont_title span.m_show {
    display: none;
}

#modular4 .info1 .m_show {
    display: none;
}

#modular4 .info2 .m_show {
    display: none;
}

#m_nav_item {
    display: none;
}

.mobile_nav_items {
    display: none;
}

#mobile_nav .logo {
    display: none;
}

#modular1 .m-swiper-box {
    display: none;
}

@media(max-width: 750px) {
    #pc_nav {
        display: none;
    }

    header {
        display: none;
    }

    #m-header {
        display: block;
    }

    #m-header {
        background: url(../images/m_banner_bg.png) no-repeat center;
        background-size: cover;
        height: 100vh;
        width: 100vw;
        text-align: center;
        padding-top: .95rem;
        position: relative;
    }

    #m-header .m_logo {
        width: 3.43rem;
        height: .7rem;
    }

    #m-header .m_title {
        width: 6.1rem;
        height: 5rem;
        margin: auto;
        margin-top: 1.2rem;
        margin-bottom: 1rem;
    }

    #m-header .m_title .tit1 {
        width: 4.1rem;
        height: 1.16rem;
        margin: auto;
    }

    #m-header .m_title .tit2 {
        width: 5.9rem;
        height: .88rem;
        margin: auto;
        margin-top: .3rem;
        margin-bottom: .4rem;
        border-radius: .44rem;
        position: relative;
        overflow: hidden;
    }

    #m-header .m_title .tit3 {
        width: 5rem;
        height: 2.4rem;
        margin: auto;
    }

    #m-header .m_title .tit2::after {
        content: '';
        position: absolute;
        display: block;
        left: -50%;
        top: 0;
        height: 100%;
        width: 20%;
        border-radius: .44rem;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);
        transform: skewX(-45deg);
        animation: highlighter2 infinite 2s linear;
    }

    @keyframes highlighter2 {
        from {
            left: -60%;
        }

        to {
            left: 150%;
        }
    }

    #m-header .ico {
        width: 2.8rem;
        height: .7rem;
        line-height: .7rem;
        border-radius: .35rem;
        border: .02rem solid #ffe7d3;
        margin: .2rem auto;
        color: #ffe7d3;
    }

    #m-header .m_arrow {
        bottom: 1.2rem;
        width: .4rem;
        position: absolute;
        animation: shake ease-in-out 2s infinite;
        left: 0;
        right: 0;
        margin: auto;
    }

    @keyframes shake {

        10%,
        90% {
            transform: translate3d(0, -1px, 0);
        }

        20%,
        80% {
            transform: translate3d(0, +2px, 0);
        }

        30%,
        70% {
            transform: translate3d(0, -4px, 0);
        }

        40%,
        60% {
            transform: translate3d(0, +4px, 0);
        }

        50% {
            transform: translate3d(0, -4px, 0);
        }
    }

    #mobile_nav {
        display: block;
        background: #9c0c13;
        height: 1rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    #mobile_nav .mobile_nav_box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #mobile_nav .logo {
        display: block;
        width: 3.1rem;
        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: #9c0c13;
    }

    #m_nav_item li {
        padding: .2rem 0;
        text-align: center;
    }

    #m_nav_item li.active {
        background: #fff;
        color: #9c0c13;
    }

    #m_nav_item li.active a {
        color: #9c0c13;
    }

    #m_nav_item li a {
        color: #fff;
    }

    /* section */
    section {
        padding: .8rem 0;
        overflow: hidden;
    }

    /* title */
    .title .cn_tit {
        font-size: .5rem;
        color: #94070a;
        text-align: center;
    }

    .title .en_tit {
        font-size: .26rem;
        line-height: .22rem;
        margin: .1rem 0 .2rem;
        color: #999;
        text-align: center;
    }

    .title .line {
        width: .9rem;
        height: .08rem;
        margin: auto;
        background: #94070a;
    }

    /* 项目简介 start */
    #modular1 {
        background: url(../images/circle_bg.png) no-repeat;
        background-size: 3.2rem 3.2rem;
        background-position: 5.9rem 0;
        padding-bottom: .5rem;
    }

    #modular1 .content-pc {
        display: none;
    }

    #modular1 .content-info {
        display: block;
        margin-top: .5rem;
    }

    #modular1 .m-swiper-box {
        display: block;
    }

    #modular1 .swiper-container {
        padding-bottom: .5rem;
    }

    #modular1 .swiper-container .swiper-pagination {
        bottom: 0;
    }
    #modular1 .swiper-container .swiper-pagination-bullet-active {
        background: #9c0c13;
    }

    #modular1 .content-info .text_box {
        width: 100%;
        font-size: .2rem;
        line-height: .4rem;
        display: block;
        margin-bottom: .3rem;
    }

    #modular1 .content-info .img_box {
        width: 100%;
        height: 3rem;
        border-radius: .2rem;
    }

    /* 项目简介 end */

    /* 项目优势 start */
    #modular2 {
        background: #f2f2f2 url(../images/circle_bg.png) no-repeat;
        background-size: 3.2rem 3.2rem;
        background-position: -1.6rem 90vh;
    }

    #modular2 .content {
        margin-top: .5rem;
    }

    #modular2 .content .info_box {
        width: 3.3rem;
        height: 1.7rem;
        margin-bottom: .3rem;
    }

    #modular2 .content .info_box:nth-child(9),
    #modular2 .content .info_box:nth-child(10) {
        width: 6.9rem;
        margin-bottom: .3rem;
    }

    #modular2 .content .info_box .tit {
        display: inline-block;
        width: 2rem;
        height: .5rem;
        line-height: .5rem;
        border-radius: 0 .25rem .25rem 0;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: .26rem;
        background-image: linear-gradient(0deg,
                #aa9366 0%,
                #d1b788 100%),
            linear-gradient(#ffffff,
                #ffffff);
        position: absolute;
        left: 0;
        top: .1rem;
        z-index: 20;
    }

    #modular2 .content .info_box .desc {
        background: #fff;
        border: solid 1px #d8d8d8;
        border-radius: .1rem;
        height: 1.8rem;
        position: absolute;
        right: 0;
        width: 3.2rem;
        z-index: 10;
        display: block;
        padding: 0 .3rem;
        padding-top: .7rem;
    }

    #modular2 .content .info_box .desc p {
        font-size: .2rem;
        line-height: .3rem;
    }

    #modular2 .content .info_box:nth-child(9) .desc,
    #modular2 .content .info_box:nth-child(10) .desc {
        width: 6.8rem;
    }

    /* 项目优势 end */


    /* 项目体系 start */
    #modular3 {
        background: url(../images/m_xmtx_img.png) no-repeat center;
        background-size: cover;
    }

    #modular3 .content {
        margin-top: .5rem;
    }

    #modular3 .content .cont_title {
        width: 100%;
        height: 1rem;
        border-radius: .5rem;
        border: solid .02rem #fff;
        display: flex;
        flex-wrap: nowrap;
    }

    #modular3 .content .cont_title.cont_title2 {
        justify-content: flex-end;
        margin-top: .3rem;
        margin-bottom: .5rem;
    }

    #modular3 .content .cont_title {
        line-height: 1rem;
        color: #fff;
        font-size: .24rem;
    }

    #modular3 .content .cont_title span.spe {
        display: inline-block;
        width: 2.1rem;
        background: #fff;
        border-radius: .5rem 0 0 .5rem;
        color: #94070a;
        text-align: center;
        font-weight: bold;
        height: 1.02rem;
    }

    #modular3 .content .cont_title.cont_title1 .spe {
        margin-right: .3rem;
    }

    #modular3 .content .cont_title.cont_title2 .spe {
        margin-left: .3rem;
        border-radius: 0 .5rem .5rem 0;
    }

    #modular3 .content .cont_title span.pc_show {
        display: none;
    }

    #modular3 .content .cont_title span.m_show {
        display: block;
        line-height: .3rem;
        box-sizing: border-box;
        padding-top: .24rem;
    }

    #modular3 .content .cont_title span.show2 {
        text-align: right;
    }

    #modular3 .content .tab_box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #modular3 .content .tab_box ul li {
        background: url(../images/tab_info_bg.png) no-repeat center;
        background-size: 100% 100%;
        width: 3.3rem;
        height: 3.5rem;
    }


    #modular3 .content .tab_box ul .tit {
        width: 3.3rem;
        height: .8rem;
        background: #fff;
        border-radius: .13rem .13rem 0 0;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        font-size: .24rem;
        font-weight: bold;
        color: #a89165;
    }

    #modular3 .content .tab_box ul li .info {
        box-sizing: border-box;
        font-size: .18rem;
        line-height: .34rem;
        padding: .1rem;
        padding-top: .3rem;
    }

    #modular3 .content .tab_box ul li .info p {
        text-align: center;
        color: #fff;
        font-size: .18rem;
        line-height: .34rem;
    }

    #modular3 .content .tab_box ul li:nth-child(1),
    #modular3 .content .tab_box ul li:nth-child(2) {
        margin-bottom: .3rem;
    }


    /* 项目体系 end */

    /* 研究方向 start */

    #modular4 .subtit {
        margin-top: .5rem;
        font-size: .3rem;
        line-height: .3rem;
        text-align: center;
    }

    #modular4 .info1 {
        margin: .6rem auto;
        height: 1rem;
        background: #f6f4ef;
        border-radius: .1rem;
        position: relative;
    }

    #modular4 .info1 .tag {
        background: url(../images/yjfx_squ1.png) no-repeat center;
        background-size: 100% 100%;
        color: #fff;
        font-size: .24rem;
        font-weight: bold;
        display: inline-block;
        width: 2.5rem;
        height: 1.1rem;
        line-height: 1.1rem;
        text-align: center;
        position: absolute;
        left: .1rem;
        top: -.2rem;
    }

    #modular4 .info1 p {
        font-size: .2rem;
        line-height: .36rem;
        width: 3.6rem;
        display: block;
        right: .2rem;
    }

    #modular4 .info1 .pc_show {
        display: none;
    }


    #modular4 .info2 {
        width: 100%;
        height: 1.1rem;
        background: #f6e6e6;
        border-radius: .1rem;
        position: relative;
    }

    #modular4 .info2 .tag {
        background: url(../images/yjfx_squ2.png) no-repeat center;
        background-size: 100% 100%;
        color: #fff;
        font-size: .24rem;
        font-weight: bold;
        display: inline-block;
        width: 2.5rem;
        height: 1.1rem;
        line-height: 1.1rem;
        text-align: center;
        position: absolute;
        right: .1rem;
        top: -.1rem;
    }

    #modular4 .info2 .pc_show {
        display: none;
    }

    #modular4 .info1 .m_show {
        display: block;
        position: absolute;
        right: .3rem;
        top: .2rem;
    }

    #modular4 .info1 .m_show span {
        display: block;
        font-size: .2rem;
        line-height: .36rem;
    }

    #modular4 .info2 .m_show {
        display: block;
        position: absolute;
        left: .3rem;
        top: .2rem;
    }

    #modular4 .info2 .m_show span {
        display: block;
        font-size: .2rem;
        line-height: .36rem;
    }

    /* 研究方向 end */

    /* 招生计划 start */

    #modular5 .content {
        margin-top: .5rem;
    }

    #modular5 .content .cont1 {
        display: block;
    }

    #modular5 .content .cont1 .l div {
        width: 6.9rem;
        height: 1.9rem;
        border-radius: .2rem;
        background-image: linear-gradient(0deg,
                #970304 0%,
                #c8474b 100%),
            linear-gradient(#e8dada,
                #e8dada);
        box-sizing: border-box;
        padding-top: .4rem;
        padding-left: .5rem;
    }

    #modular5 .content .cont1 .l div.b {
        background-image: linear-gradient(0deg,
                #aa9366 0%,
                #d1b889 100%),
            linear-gradient(#e5e1d9,
                #e5e1d9);
        margin-top: .2rem;
    }

    #modular5 .content .cont1 .l div p {
        color: #fff;
        font-size: .2rem;
        line-height: .36rem;
    }

    #modular5 .content .cont1 .l div p.tit {
        font-size: .28rem;
        line-height: .22rem;
        margin-bottom: .25rem;
        font-weight: bold;
    }

    #modular5 .content .cont1 .r {
        width: 100%;
        height: 3.38rem;
        background: url(../images/m_zsjh_img.png) no-repeat center;
        background-size: cover;
        margin-top: .3rem;
    }

    #modular5 .content .cont2 {
        margin-top: .5rem;
        border-radius: .2rem;
        border: solid .02rem #94070a;
        height: auto;
        box-sizing: border-box;
        padding: .4rem .3rem .3rem;
        background: #fff;
    }


    #modular5 .content .cont2 p {
        font-size: .18rem;
        line-height: .4rem;
        margin-bottom: .05rem;
    }

    #modular5 .content .cont2 p.tit {
        font-size: .34rem;
        color: #94070a;
        text-align: center;
        margin-bottom: .2rem;
    }

    /* 招生计划 end */

    /* 报考流程 start */
    #modular6 .content {
        margin-top: .5rem;
    }

    #modular6 .content .tab_tit .circle {
        width: 1.2rem;
        height: 1.2rem;
        margin: auto;
    }

    #modular6 .content .tab_tit li {
        width: 1.5rem;
        overflow: visible;
    }

    #modular6 .content .tab_tit .circle img {
        width: .4rem;
        height: .4rem;
    }

    #modular6 .content .tab_tit p {
        font-size: .24rem;
        margin-top: .2rem;
        white-space: nowrap;
    }

    #modular6 .content .tab_tit .arrow {
        width: auto;
        height: 1.2rem;
        line-height: 1.2rem;
    }

    #modular6 .content .tab_tit .arrow img {
        width: .2rem;
        height: .2rem;
    }

    #modular6 .content .tab_tit .line_ {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0.6rem;
        z-index: -1;
        width: 5.2rem;
    }

    #modular6 .content .info_box {
        margin-top: .4rem;
        box-sizing: border-box;
        padding: .3rem .4rem;
        box-shadow: 0px 0px .3rem 0px rgba(0, 0, 0, 0.08);
        border-radius: .15rem;
        position: relative;
        display: none;
        opacity: 0;
        transition: all 1s;
    }

    #modular6 .content .info_box p {
        font-size: .2rem;
        line-height: .44rem;
    }

    #modular6 .content .info_box .tit {
        font-size: .28rem;
        color: #94070a;
        font-weight: bold;
        margin-bottom: .2rem;
    }

    #modular6 .content .info_box::after {
        content: '';
        display: inline-block;
        border-bottom: .25rem solid #fff;
        border-left: solid .15rem transparent;
        border-right: solid .15rem transparent;
        top: -.25rem;
        position: absolute;
    }

    #modular6 .content .info_box1::after {
        left: .64rem;
    }

    #modular6 .content .info_box2::after {
        left: 2.44rem;
    }

    #modular6 .content .info_box3::after {
        left: 4.24rem;
    }

    #modular6 .content .info_box4::after {
        left: 5.96rem;
    }

    #modular6 .content {
        margin-bottom: .8rem;
    }

    #modular6 .map_container {
        width: 100%;
        height: 4rem;
    }

    /* 报考流程 end */

    /* 联系方式 start */
    #modular7 {
        background: url(../images/m_lxfs_img.png) no-repeat center;
        background-size: cover;
        padding-bottom: .4rem;
    }

    #modular7 .content {
        display: block;
    }

    #modular7 .content .ll .tit {
        font-size: .26rem;
        font-weight: bold;
        line-height: .44rem;
        color: #fff;
    }

    #modular7 .content .ll .sub-tit {
        font-size: .22rem;
        font-weight: bold;
        line-height: .44rem;
    }

    #modular7 .content .ll p {
        font-size: .24rem;
        color: #fff;
        line-height: .5rem;
    }

    #modular7 .content .ll p a {
        font-size: .24rem;
        color: #fff;
        line-height: .5rem;
    }

    #modular7 .content .rr {
        padding-top: .5rem;
        justify-content: space-evenly;
    }

    #modular7 .content .rr img {
        width: 1.84rem;
        height: 1.84rem;
    }

    #modular7 .content .rr p {
        color: #fff;
        font-size: .22rem;
        margin-top: .2rem;
        text-align: center;
    }

    #modular7 #mbachina {
        text-align: center;
        font-size: .18rem;
        margin-top: .3rem;
    }

    /* 联系方式 end */
}