#pc_nav {
    height: 80px;
    background: #295095;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.14);
}

#pc_nav .cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#pc_nav .logo {
    line-height: 80px;
}

#pc_nav .navbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#pc_nav .navbox li {
    line-height: 77px;
    padding: 0 20px;
    cursor: pointer;
}

#pc_nav .navbox li a {
    font-size: 18px;
    color: #fff;
}

#pc_nav .navbox li.active a {
    border-bottom: #fff solid 3px;
    padding-bottom: 27px;
}

#pc_nav .navbox li:hover a {
    border-bottom: #fff solid 3px;
    padding-bottom: 27px;
}

/* banner */
header {
    background: url(../images/banner-bg.png)no-repeat center;
    margin-top: 80px;
}

header .cont {
    height: 760px;
    /* 居中对齐 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    margin-top: 80px;
}

header .cont img:nth-child(1) {
    height: 113px;
}

header .cont img:nth-child(2) {
    height: 208px;
    margin-left: -20px;
    margin-top: 20px;
    margin-bottom: -20px;
}

header .cont img:nth-child(3) {
    height: 172px;
    margin-left: -20px;
}

/* section */
section {
    padding: 80px 0;
}

/* title */
.title {
    margin: auto;
    text-align: center;
}

.title p {
    color: #295095;
    text-align: center;
}

.title .cntit {
    font-size: 40px;
}

.title .entit {
    font-size: 16px;
    line-height: 18px;
}

.content {
    margin-top: 45px;
}

/* 学院简介 start */
#modular1 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular1 .img-box {
    width: 538px;
    height: 340px;
    background: url(../images/xyjj-img.png) no-repeat center;
    margin-top: 5px;
}

#modular1 .text-box {
    width: 475px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#modular1 .text-box p {
    font-size: 16px;
    line-height: 28px;
}

#modular1 .s-box {
    width: 125px;
    height: 345px;
    background: url(../images/xxjj-img2.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: -15px;
}

/* 学院简介 end */

/* 介绍&特色 start */
#modular2 {
    background: #f8f8f8;
}

#modular2 .content {
    padding: 0 58px 0 70px;
}

#modular2 .content>div {
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
}

#modular2 .content>div:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

#modular2 .tit-box {
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    padding-left: 13px;
    position: relative;
    margin-bottom: 38px;
}

#modular2 .tit-box::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-right: 13px solid #000;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
}

#modular2 .con1 .tit-box {
    background-image: linear-gradient(90deg, rgba(249, 107, 37, 1), rgba(249, 107, 37, 0));
}

#modular2 .con1 .tit-box::after {
    border-right: 13px solid #f96b25;
}

#modular2 .con2 .tit-box {
    background-image: linear-gradient(90deg, rgba(99, 180, 63, 1), rgba(99, 180, 63, 0));
}

#modular2 .con2 .tit-box::after {
    border-right: 13px solid #63b43f;
}


#modular2 .con3 .tit-box {
    background-image: linear-gradient(90deg, rgba(29, 154, 160, 1), rgba(29, 154, 160, 0));
}

#modular2 .con3 .tit-box::after {
    border-right: 13px solid #1d9aa0;
}


#modular2 .tit-box p {
    color: #fff;
    line-height: 54px;
    font-size: 22px;
    font-weight: bold;
}


#modular2 .content-box>div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular2 .content-box>div:first-child {
    margin-bottom: 20px;
}

#modular2 .content-box .t {
    padding-left: 12px;
    margin-right: 15px;
    width: 32px;
    white-space: nowrap;
    line-height: 28px;
    font-weight: bold;
    position: relative;
}

#modular2 .content-box .t::after {
    position: absolute;
    display: block;
    content: '';
    width: 29px;
    height: 25px;
    left: 0px;
    top: 2px;
}

#modular2 .con1 .t {
    color: #f96b25;
}

#modular2 .con1 .t::after {
    background: url(../images/sss1.png)no-repeat center;
    background-size: cover;
}

#modular2 .con2 .t {
    color: #63b43f;
}

#modular2 .con2 .t::after {
    background: url(../images/sss2.png)no-repeat center;
    background-size: cover;
}

#modular2 .con3 .t {
    color: #1d9aa0;
}

#modular2 .con3 .t::after {
    background: url(../images/sss3.png)no-repeat center;
    background-size: cover;
}

#modular2 .content-box .c {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

/* 介绍&特色 end */

/* 报名资格 start */
#modular3 {
    padding-bottom: 0;
}

#modular3 .content {
    background: url(../images/bmzg-bg.png)no-repeat center;
    background-size: cover;
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 110px;
}

#modular3 .content .cont div {
    background: url(../images/bmzg-tag-bg.png) no-repeat center;
    background-size: cover;
    padding: 30px 80px;
}

#modular3 .content .cont div:nth-child(1) {
    margin-bottom: 45px;
}

#modular3 .content .cont div p {
    color: #295095;
    font-size: 16px;
    line-height: 34px;
}

/* 报名资格 end */

/* 学历认证 start */
#modular4 .content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#modular4 .content .img-box {
    width: 480px;
    height: 250px;
    background: url(../images/xlrz-img.png) no-repeat center;
    background-size: cover;
}

#modular4 .content .text-box {
    padding: 30px 20px;
    background: #295095;
}

#modular4 .content .text-box p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

#modular4 .content .text-box span {
    font-weight: bold;
}

#modular4 .content .text-box a {
    color: #fff;
}

#modular4 .content .text-box a:hover {
    text-decoration: underline;
}

/* 学历认证 end */

/* 招生信息 start */
#modular5 {
    background: url(../images/zsxx-bg.png) no-repeat center;
    background-size: cover;
}

#modular5 .title p {
    color: #fff;
}

#modular5 table {
    color: #fff;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

#modular5 table th {
    text-align: center;
    color: #295095;
    background: #fff;
    height: 60px;
    vertical-align: middle;
    border: 1px solid #fff;
    position: relative;
}

#modular5 table th:last-child::after {
    display: none;
}

#modular5 table th::after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 18px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #295095;
}

#modular5 table td {
    border: #fff 1px solid;
    height: 24px;
    text-align: center;
    width: 160px;
    padding: 18px 10px;
}

#modular5 table tr td:first-child {
    width: 112px;
}

/* 招生信息 end */

/* 报考流程 start */
#modular6 .tab-changes {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


#modular6 .tab-changes li:nth-child(odd) {
    opacity: 0.5;
    cursor: pointer;
    transition: all 500ms;
}

#modular6 .tab-changes li:nth-child(odd) .circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #295095;
    line-height: 150px;
    text-align: center;
}

#modular6 .tab-changes li:nth-child(even) {
    line-height: 150px;
}

#modular6 .tab-changes li.active {
    opacity: 1;
    transition: all 500ms;
}

#modular6 .tab-changes li p {
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    color: #295095;
}

#modular6 .change-item {
    border: 2px solid #295095;
    border-radius: 20px;
    padding: 40px 140px;
    margin-top: 40px;
    position: relative;
    display: none;
}

#modular6 .change-item.active {
    display: block;
}

#modular6 .change-item::after {
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 20px;
    top: -20px;
    left: 0;
    background: url(../images/sj.png) no-repeat center;
    background-size: cover;
}

#modular6 .change-item:nth-child(1):after {
    left: 52px;
}

#modular6 .change-item:nth-child(2):after {
    left: 315px;
}

#modular6 .change-item:nth-child(3):after {
    left: 580px;
}

#modular6 .change-item:nth-child(4):after {
    left: 843px;
}

#modular6 .change-item:nth-child(5):after {
    left: 1104px;
}

#modular6 .change-item p {
    text-align: center;
    color: #295095;
    font-size: 20px;
    line-height: 40px;
}

#modular6 .change-item a {
    color: #295095;
}

/* 报考流程 end */

/* 联系我们 start */
#modular7 {
    background: url(../images/lxwm-bg.png)no-repeat center;
    background-size: cover;
    position: relative;
}

#modular7 .title p {
    color: #fff;
}

#modular7 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular7 .content li {
    padding-left: 32px;
    margin-bottom: 20px;
}

#modular7 .content li span {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin-right: 50px;
}

#modular7 .content li span a {
    color: #fff;
    font-weight: bold;
}

#modular7 .content li:nth-child(1) {
    background: url(../images/ico1.png)no-repeat center;
    background-size: 24px 24px;
    background-position-x: 0;
}

#modular7 .content li:nth-child(2) {
    background: url(../images/ico2.png)no-repeat center;
    background-size: 24px 24px;
    background-position-x: 0;
}

#modular7 .content li:nth-child(3) {
    background: url(../images/ico3.png)no-repeat center;
    background-size: 24px 24px;
    background-position-x: 0;
}

#modular7 .img-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular7 .img-box img {
    width: 120px;
    height: 120px;
}

#modular7 .img-box>div {
    padding: 5px;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.13);
    border-radius: 6px;
    background: #fff;
}

#modular7 .img-box>div:nth-child(1) {
    margin-right: 90px;
}

#modular7 .img-box p {
    text-align: center;
    color: #0a4383;
    font-weight: bold;
    font-size: 14px;
}

.mbachina {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    text-align: center;
}

.mbachina a {
    color: #fff;
    font-size: 18px;
}

.mbachina a:hover {
    text-decoration: underline;
}

/* 联系我们 end */

/* 回顶部 */
#totop {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: fixed;
    right: -100px;
    bottom: 50px;
    cursor: pointer;
    transition: all .5s;
    text-align: center;
    line-height: 60px;
    color: #fff;
}


#mobile_nav,
#m_nav_item {
    display: none;
}

.cont.mshow {
    display: none;
}

@media(max-width: 750px) {
    #pc_nav {
        display: none;
    }

    .cont.pcshow {
        display: none;
    }

    .cont.mshow {
        display: block;
    }

    /* mobile nav start */
    #mobile_nav {
        display: block;
        background: #295095;
        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: 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: .02rem;
        background: #fff;
        border-radius: .03rem;
        transition: all .5s;
        position: absolute;
        right: 0;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar1 {
        top: 0;
        transition: all .5s;
        width: .25rem;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar2 {
        top: .13rem;
        transition: all .5s;
        width: .35rem;
    }

    #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;
        width: .45rem;
    }

    #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: 2rem;
        position: fixed;
        top: 1rem;
        right: 0;
        z-index: 200;
        background: #295095;
    }

    #m_nav_item li {
        padding: .2rem 0;
        padding-right: .3rem;
        text-align: right;
    }

    #m_nav_item li.active {
        color: #ebb04e;
        position: relative;
    }

    #m_nav_item li.active::after {
        content: '';
        display: block;
        position: absolute;
        width: .04rem;
        height: .3rem;
        background: #ebb04e;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #m_nav_item li.active a {
        color: #ebb04e;
    }

    #m_nav_item li a {
        color: #fff;
    }

    /* mobile nav end */

    header {
        background: url(../images/m-banner-bg.png)no-repeat center;
        background-size: cover;
        margin-top: 1rem;
    }

    header .cont {
        height: 6rem;
        margin-top: 1rem;
        padding-top: .8rem;
    }

    header .cont img:nth-child(1) {
        height: .68rem;
        width: 90%;
        margin-left: .2rem;
    }

    header .cont img:nth-child(2) {
        height: 2rem;
        margin-top: .5rem;
        margin-left: -.2rem;
    }

    header .cont img:nth-child(3) {
        height: 2.2rem;
        width: 7.5rem;
        margin-left: -.2rem;
        max-width: 7.3rem;
    }

    /* section */
    section {
        padding: .6rem 0;
    }

    .title {
        margin: auto;
        text-align: center;
    }

    .title p {
        color: #295095;
        text-align: center;
    }

    .title .cntit {
        font-size: .5rem;
    }

    .title img {
        height: .3rem;
        margin-bottom: .1rem;
    }

    .title .entit {
        font-size: .22rem;
        line-height: .18rem;
    }

    /* 学院简介 start */
    #modular1 .content {
        display: block;
        position: relative;
    }

    #modular1 .img-box {
        width: 100%;
        height: 3.1rem;
        background: url(../images/m-xyjj-img.png) no-repeat center;
        background-size: cover;
        position: relative;
        z-index: 20;
    }

    #modular1 .text-box {
        width: 100%;
        height: auto;
        display: block;
        border: .01rem solid #295095;
        border-radius: .3rem;
        box-sizing: border-box;
        padding: .4rem .2rem;
        padding-top: 1rem;
        position: relative;
        z-index: 10;
        top: -.8rem;
    }

    #modular1 .text-box p {
        font-size: .26rem;
        line-height: .5rem;
    }

    #modular1 .s-box {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 1.2rem;
    }

    /* 学院简介 end */

    /* 介绍特色 start */
    #modular2 .content {
        padding: 0;
        padding-left: .13rem;
    }

    #modular2 .content>div {
        margin-bottom: .3rem;
        border-bottom: .02rem solid #dadada;
        padding-bottom: .3rem;
    }

    #modular2 .tit-box {
        width: 100%;
        height: .6rem;
        box-sizing: border-box;
        padding-left: .13rem;
        position: relative;
        margin-bottom: .35rem;
    }

    #modular2 .tit-box::after {
        position: absolute;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: .15rem solid transparent;
        border-right: .15rem solid #000;
        left: -.3rem;
        top: 50%;
        transform: translateY(-50%);
    }

    #modular2 .tit-box p {
        color: #fff;
        line-height: .6rem;
        font-weight: bold;
        font-size: .26rem;
    }

    #modular2 .tit-box span {
        font-size: .1rem;
        position: relative;
        top: -.04rem;
    }

    #modular2 .content-box>div:first-child {
        margin-bottom: .2rem;
    }

    #modular2 .content-box .t {
        padding-left: .16rem;
        margin-right: .15rem;
        margin-top: .1rem;
        width: .4rem;
        white-space: nowrap;
        line-height: .28rem;
        font-size: .24rem;
        font-weight: bold;
        position: relative;
    }

    #modular2 .content-box .t::after {
        position: absolute;
        display: block;
        content: '';
        width: .2rem;
        height: .2rem;
        left: 0;
        top: .0;
    }

    #modular2 .content-box .c {
        font-size: .26rem;
        line-height: .5rem;
        color: #333;
    }

    #modular3 .content {
        background: url(../images/m-bmzg-bg.png)no-repeat center;
        background-size: cover;
        margin-top: 0;
        padding-top: .4rem;
        padding-bottom: 1rem;
    }

    #modular3 .content .cont div {
        background: url(../images/m-bmzg-tag-bg1.png) no-repeat center;
        background-size: cover;
        padding: .3rem .6rem;
    }

    #modular3 .content .cont div p {
        color: #295095;
        font-size: .26rem;
        line-height: .5rem;
    }

    /* 介绍特色 end*/

    /* 学历认证 start */

    #modular4 .content {
        display: block;
    }

    #modular4 .content .img-box {
        width: 100%;
        height: 2.8rem;
        background: url(../images/m-xlrz-img.png) no-repeat center;
        background-size: cover;
    }

    #modular4 .content .text-box {
        padding: .3rem .2rem;
    }

    #modular4 .content .text-box p {
        font-size: .26rem;
        line-height: .4rem;
        color: #fff;
        word-break: break-all;
    }

    #modular4 .content .text-box p:nth-child(odd) {
        margin-bottom: .2rem;
    }

    #modular4 .content .text-box p:last-child {
        margin-bottom: 0;
    }

    /* 学历认证 end */

    /* 招生信息 start */
    #modular5 table th {
        font-size: .16rem;
        height: .6rem;
    }

    #modular5 table th::after {
        position: absolute;
        display: block;
        content: '';
        width: .02rem;
        height: .18rem;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #295095;
    }

    #modular5 table td {
        border: #fff 1px solid;
        font-size: .16rem;
        height: .24rem;
        text-align: center;
        width: 1rem;
        padding: .1rem;
    }

    #modular5 table tr td:first-child {
        width: .8rem;
    }

    /* 招生信息 end */

    /* 报考流程 start */
    #modular6 .tab-changes li:nth-child(odd) .circle {
        width: 1.1rem;
        height: 1.1rem;
        border-radius: 50%;
        background: #295095;
        line-height: 1.1rem;
        text-align: center;
    }

    #modular6 .tab-changes li:nth-child(odd) .circle img {
        width: .5rem;
    }

    #modular6 .tab-changes li:nth-child(even) {
        line-height: 1.1rem;
    }

    #modular6 .tab-changes li:nth-child(even) img {
        width: .24rem;
    }

    #modular6 .tab-changes li p {
        text-align: center;
        font-size: .24rem;
        line-height: .5rem;
        color: #295095;
    }

    #modular6 .change-item {
        border: .02rem solid #295095;
        border-radius: .2rem;
        padding: .3rem .1rem;
        margin-top: .4rem;
    }

    #modular6 .change-item::after {
        content: '';
        display: block;
        position: absolute;
        width: .38rem;
        height: .2rem;
        top: -.2rem;
        left: 0;
        background: url(../images/sj.png) no-repeat center;
        background-size: cover;
    }

    #modular6 .change-item:nth-child(1):after {
        left: .34rem;
    }

    #modular6 .change-item:nth-child(2):after {
        left: 1.8rem;
    }

    #modular6 .change-item:nth-child(3):after {
        left: 3.23rem;
    }

    #modular6 .change-item:nth-child(4):after {
        left: 4.7rem;
    }

    #modular6 .change-item:nth-child(5):after {
        left: 6.1rem;
    }

    #modular6 .change-item p {
        text-align: center;
        color: #333;
        font-size: .26rem;
        line-height: .5rem;
    }

    /* 报考流程 end */

    /* 联系我们 start */
    #modular7 .content {
        display: block;
        width: 5.6rem;
        margin: 0 auto;
        margin-top: .5rem;
    }

    #modular7 .content li {
        padding-left: .5rem;
        margin-bottom: .2rem;
    }

    #modular7 .content li span {
        font-size: .28rem;
        line-height: .4rem;
        color: #fff;
        display: block;
        white-space: nowrap;
    }
    #modular7 .content li span:nth-child(2){
        margin-left: 1.4rem;
    }

    #modular7 .content li:nth-child(1) {
        background: url(../images/ico1.png)no-repeat center;
        background-size: .3rem .3rem;
        background-position-x: 0;
        background-position-y: top;
    }

    #modular7 .content li:nth-child(2) {
        background: url(../images/ico2.png)no-repeat center;
        background-size: .3rem .3rem;
        background-position-x: 0;
    }

    #modular7 .content li:nth-child(3) {
        background: url(../images/ico3.png)no-repeat center;
        background-size: .3rem .3rem;
        background-position-x: 0;
    }

    #modular7 .img-box {
        margin-top: .3rem;
    }

    #modular7 .img-box img {
        width: 1.75rem;
        height: 1.75rem;
    }

    #modular7 .img-box>div {
        padding: .1rem;
        box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.13);
        border-radius: .1rem;
        background: #fff;
    }

    #modular7 .img-box>div:nth-child(1) {
        margin-right: 0;
    }

    #modular7 .img-box p {
        text-align: center;
        color: #0a4383;
        font-weight: bold;
        font-size: .24rem;
        line-height: .34rem;
    }

    .mbachina {
        position: static;
        margin-top: .4rem;
    }

    .mbachina a {
        font-size: .2rem;
    }

    /* 联系我们 end */
    #totop {
        width: .8rem;
        height: .8rem;
    }

}