.nav-wrap .nav-list a {
    font-size: 15px;
}

.mbachina {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
    bottom: -0.3rem;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 2;
    text-align: center;
    justify-content: space-around;
    margin: 0 auto;
    color: #ffffff9d;
}

.mbachina:after {
    display: block;
    content: "";
    height: 30px;
    width: 100%;
    background: #fff;
    -webkit-clip-path: polygon(50% 0, 50.5% 40%, 100% 50%, 100% 100%, 0 100%, 0% 50%, 49.5% 40%);
    clip-path: polygon(50% 0, 50.5% 40%, 100% 50%, 100% 100%, 0 100%, 0% 50%, 49.5% 40%);
}

.remarks {
    color: #666;
    margin-top: 20px;
}

body {
    min-width: 1200px;
}

.wrap img {
    max-width: 100%;
}

header {
    position: relative;
    font-size: 0;
    line-height: 0;
}

header .main-img {
    width: 100%;
}

header .logo {
    position: absolute;
    width: 20%;
    top: 5.8%;
    left: 18.5%;
}

header .slogan {
    position: absolute;
    right: 18.5%;
    width: 17.4%;
    top: 5.8%;
}

header .banner-text {
    position: absolute;
    top: 29.86%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 52.8%;
}

.text-center {
    text-align: center;
}

#modular1 {
    background: url(https://cdnzt.campuswit.com/zt/2025/shnuMBA/images/bg1.png?=3) no-repeat center;
    background-size: cover;
}

#modular1 .desc {
    line-height: 2;
    text-indent: 2em;
}

#modular1 .remarks {
    text-align: left;
}

#modular1 .data-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 0 40px;
}

#modular1 .data-list .item {
    width: 19.5%;
    background-color: #fff;
    height: 96px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.06);
    margin-bottom: 1%;
    margin-right: 0.5%;
    line-height: 1.5;
    padding-right: 0.5em;
}

#modular1 .data-list .item p {
    display: flex;
    align-items: center;
    font-size: 13px;
}

#modular1 .data-list .item .text {
    color: #333;
}

#modular1 .data-list .item .num {
    font-size: 40px;
    color: #ac2d4a;
    line-height: 1;
    width: 2em;
    text-align: center;
    flex-shrink: 0;
    font-family: DIN-Medium;
}

#modular1 .data-list .item:nth-child(5n) {
    margin-right: 0;
}

#modular2 {
    background-image: url(https://cdnzt.campuswit.com/zt/2025/shnuMBA/images/n-bg2.png?=5);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#modular2 .text {
    width: 820px;
}

#modular2 .text .p {
    text-indent: 2em;
}

#modular2 .con {
    margin-top: 30px;
    list-style: none;
    width: 820px;
    color: #666666;
    background-color: #ffffffd5;
    box-shadow: 0px 4px 18px 2px rgba(23, 42, 163, 0.1);
    padding: 30px;
    display: flex;
}

#modular2 .con p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
}

#modular2 .con strong {
    font-size: 24px;
    color: #ac2d4a;
    margin-right: 2px;
}

#modular2 .con li:nth-child(1) {
    width: 380px;
    margin-right: 37px;
}

#modular3 {
    background: url(https://cdnzt.campuswit.com/zt/2025/shnuMBA/images/bg2.png?=3) no-repeat center;
    background-size: cover;
    background-position: bottom center;
}

#modular3 .content {
    margin-bottom: 100px;
}

#modular3 .item {
    background-color: #ffffff;
    box-shadow: 0px 4px 18px 2px rgba(0, 9, 68, 0.1);
    padding: 30px;
}

#modular3 .item+.item {
    margin-top: 20px;
}

#modular3 .t {
    font-size: 22px;
    margin-bottom: 20px;
    color: #ac2d4a;
}

#modular3 .desc {
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
}

#modular3 .desc:nth-child(2) {
    margin-bottom: 40px;
}

#modular3 .data-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

#modular3 .data-list li {
    width: 32%;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 45px 60px;
    line-height: 28px;
}

#modular3 .data-list li p {
    color: #fff;
    line-height: 2;
}

#modular3 .data-list li .t {
    font-size: 20px;
    margin: 15px 0;
}

#modular3 .data-list li:nth-child(1) {
    background-image: linear-gradient(90deg, #ac2d4a, #852c5c);
}

#modular3 .data-list li:nth-child(2) {
    background-image: linear-gradient(90deg, #852c5c, #4b2b78);
}

#modular3 .data-list li:nth-child(3) {
    background-image: linear-gradient(90deg, #4b2b78, #1e2a8c);
}

.title-wrap {
    position: relative;
}

.title-wrap .MBAslogan {
    position: absolute;
    right: 0;
}

#modular4 {
    background-color: #edf5f9;
}

#modular4 .cont {
    position: relative;
}

#modular4 .color {
    color: #ac2d4a;
}

#modular4 .desc {
    margin-bottom: 80px;
}

#new1 {
    color: #fff;
    background-image: url(https://cdnzt.campuswit.com/zt/2025/shnuMBA/images/bg1-new1.png?=3);
    background-size: cover;
    background-position: bottom center;
}

#new1 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 51px;
}

#new1 ul p {
    font-size: 12px;
}

#new1 ul h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

#new1 ul li {
    width: 279px;
    border-radius: 20px;
    border: solid 1px #ffffff;
    padding: 0 30px 30px 30px;
}

#new1 ul li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -51px;
    margin-bottom: 30px;
    width: 79px;
}

#new2 p span {
    color: #ac2d4a;
}

#new2 .img-wrap img {
    width: 1207px;
    max-width: unset;
    margin-left: -7px;
}

#modular5 .desc {
    text-indent: 2em;
}

#modular5 .img-wrap {
    margin-top: 30px;
}

#modular5 .table-wrap {
    margin: 20px auto 40px;
    background-color: #fff;
}

#modular5 table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e58616;
}

#modular5 table thead {
    background-color: #e58616;
    color: #fff;
    font-weight: bold;
    height: 50px;
    font-size: 22px;
}

#modular5 table thead th {
    font-size: 22px;
}

#modular5 table .st {
    border-top: 2px solid #e58616;
}

#modular5 table .sl {
    border-left: 2px solid #e58616;
}

#modular5 table th {
    font-size: 18px;
}

#modular5 table tr:last-child {
    border-bottom: 2px solid #e58616;
}

#modular5 table td,
#modular5 table th {
    border: 1px solid #e58616;
    height: 50px;
}

#modular5 table td:last-child,
#modular5 table th:last-child {
    border-right: 2px solid #e58616;
}

#modular5 table tbody td {
    padding-left: 45px;
    font-size: 14px;
}

#modular5 table tbody .h {
    font-weight: bold;
    background-color: #fcf3e7;
}

#modular5 table tbody th {
    width: 260px;
}

#modular6 {
    background: url(https://cdnzt.campuswit.com/zt/2025/shnuMBA/images/bg4.png?=3) no-repeat center;
    background-size: cover;
}

#modular6 .content {
    padding-top: 30px;
}

#modular6 .tabs {
    background-color: #ffffff;
    box-shadow: 0px 4px 18px 2px rgba(0, 9, 68, 0.1);
}

#modular6 .tabs .item {
    color: #ac2d4a;
}

#modular6 .tabs .item.active {
    color: #fff;
}

#modular6 .tab-change {
    margin-top: 50px;
}

#modular6 .tab-change p {
    text-align: left;
}

#modular6 .tab-change .desc {
    text-indent: 2em;
    font-size: 18px;
    margin-bottom: 40px;
}

#modular6 .tab-change .desc span {
    font-size: 24px;
    color: #ac2d4a;
}

.tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 840px;
    border-radius: 33px;
    margin: 0 auto;
    position: relative;
}

.tabs .bg {
    content: '';
    display: block;
    width: calc(100% / 3);
    height: 100%;
    border-radius: 33px;
    background-color: #ac2d4a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: 500ms;
}

.tabs .item {
    position: relative;
    z-index: 20;
    flex: 1;
    text-align: center;
    line-height: 66px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 33px;
    transition: 500ms;
}

.tabs .item.active {
    color: #fff;
}

.tab-change .item {
    display: none;
}

.tab-change .item.active {
    display: block;
}

#modular7 {
    background-image: url(https://cdnzt.campuswit.com/zt/2025/shnuMBA/images/modular7-bg.png?=3);
    background-size: cover;
    color: #fff;
}

#modular7 .tabs {
    background-color: #f6f6f6;
    margin-bottom: 40px;
    color: #ac2d4a;
}

#modular7 .tabs .bg {
    background-color: #ac2d4a;
}

#modular7 .tabs .item.active {
    color: #fff;
}

#modular7 .desc {
    text-indent: 2em;
}

#modular7 .t {
    font-size: 24px;
    margin-top: 50px;
}

#modular7 .school-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#modular7 .school-list .s-item {
    box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    width: 260px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    margin-top: 20px;
}

#modular7 .school-list .s-item .title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#modular7 .sc-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}

#modular7 .sc-list .sc-item {
    width: 386px;
    height: 144px;
    box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 25px;
}

#modular7 .sc-list .sc-item .title {
    color: #fff;
}

#modular7 .sc-list .sc-item:nth-child(1) {
    background-color: #0f6943;
}

#modular7 .sc-list .sc-item:nth-child(2) {
    background-color: #16872f;
}

#modular7 .sc-list .sc-item:nth-child(3) {
    background-color: #ffffff;
}

#modular7 .sc-list .sc-item:nth-child(3) .title {
    color: #333333;
}

#modular7 .sc-list .sc-item:nth-child(5) {
    background-color: #ffffff;
}

#modular7 .sc-list .sc-item .title {
    font-style: 18px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}

.teacher-swiper {
    line-height: 1.5;
}

.teacher-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.teacher-swiper .swiper-slide .t-item {
    width: 24%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 65px;
    height: 120px;
    margin-right: 1.25%;
}

.teacher-swiper .swiper-slide .t-item:nth-child(4n) {
    margin-right: 0;
}

.teacher-swiper .swiper-slide .t-item .l {
    width: 125px;
    height: 124px;
    margin-right: 20px;
    position: relative;
    background: #ac2d4a14;
    border-radius: 50%;
}

.teacher-swiper .swiper-slide .t-item .r {
    flex: 1;
}

.teacher-swiper .swiper-slide .t-item .name {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #202c78;
    line-height: 1;
}

.teacher-swiper .swiper-pagination {
    bottom: 0;
}

.teacher-swiper .swiper-pagination-bullet {
    border: solid 1px #202c78;
    opacity: 1;
    background: none;
}

.teacher-swiper .swiper-pagination-bullet-active {
    width: 31px;
    background-color: #202c78;
    border-radius: 6px;
}

.swiper-outer {
    position: relative;
}

.swiper-outer .swiper-button-prev::after,
.swiper-outer .swiper-button-next::after {
    display: none;
}

.swiper-outer .swiper-button-next {
    right: -60px;
}

.swiper-outer .swiper-button-prev {
    left: -60px;
}

.swiper-outer .zhu {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 14px;
    text-align: right;
    opacity: 0.75;
}

#modular8 {
    padding-bottom: 0;
}

#modular8 .content {
    position: relative;
}

#modular8 .content .text {
    text-indent: 2em;
    margin-bottom: 40px;
}

#modular8 .ts-swiper .swiper-slide {
    width: 600px;
}

#modular8 .ts-swiper {
    padding: 0;
    margin: 0 auto;
    position: relative;
}

#modular8 .ts-swiper::before,
#modular8 .ts-swiper::after {
    content: '';
    display: block;
    width: calc(50% - 600px);
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

#modular8 .ts-swiper::before {
    left: 0;
}

#modular8 .ts-swiper::after {
    right: 0;
}

#modular8 .ts-swiper .swiper-slide {
    width: 600px;
}

#modular8 .ts-swiper .swiper-slide img {
    display: block;
}

#modular8 .ts-swiper .swiper-slide.swiper-slide-active::after {
    display: none;
}

#modular8 .ts-swiper .swiper-button-prev::after,
#modular8 .ts-swiper .swiper-button-next::after {
    display: none;
}

#modular8 .ts-swiper .swiper-button-prev {
    left: calc(50% - 680px);
    width: 41px;
}

#modular8 .ts-swiper .swiper-button-next {
    right: calc(50% - 680px);
    width: 41px;
}

#modular9 {
    background-image: url(https://cdnzt.campuswit.com/zt/2025/shnuMBA/images/modular9-bg.png?=3);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 570px;
}

#modular9 .desc {
    text-indent: 2em;
    line-height: 2;
}

#modular9 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    text-indent: 2em;
}

#modular9 .list .item {
    width: 590px;
}

#modular9 .list .item {
    padding: 50px 30px;
    background-image: linear-gradient(0deg, #9bb0da 0%, #617db6 50%, #183d8a 100%);
    border-radius: 61.51px 0px 56.69px 0px;
    margin-top: 20px;
}

#modular9 .list strong {
    font-size: 20px;
}

#modular9 .list small {
    font-size: 15px;
    margin-left: 1em;
    font-weight: normal;
}

#modular9 .text {
    text-indent: 2em;
}

#modular9 .zhu {
    margin-top: 30px;
}

#modular10 {
    position: relative;
}

#modular10 .mark-left {
    position: absolute;
    left: 0;
    top: 20%;
}

#modular10 .mark-rifht {
    position: absolute;
    right: 0;
    bottom: 10%;
}

#modular10 table {
    width: 100%;
    font-size: 18px;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

#modular10 table th,
#modular10 table td {
    padding: 15px 20px;
    border: 1px solid #d2d2d2;
    /* 合并表格边框 */
}

#modular10 table td:first-child,
#modular10 table th:first-child {
    border-left: none;
    width: 170px;
    text-align: center;
}

#modular10 table td:last-child,
#modular10 table th:last-child {
    border-right: none;
}

#modular10 table .table-bg {
    background-color: #edf5f9;
}

#modular10 table th {
    background-color: rgba(29, 42, 141, 0.9);
    color: #fff;
}

#modular10 table p {
    font-size: 18px;
}

#modular10 table .zhu {
    color: #ac2d4a;
    font-size: 14px;
}

#modular10 table .row {
    display: flex;
    flex-wrap: nowrap;
    border-top: 2px solid #fff;
}

#modular10 table .row div {
    flex: 1;
    text-align: center;
    min-height: 70px;
    padding: 20px 0;
}

#modular10 table .row div.th {
    width: 220px;
    border-right: 2px solid #fff;
    flex: unset;
}

#modular10 table .row .th {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1d2a8d;
}

#modular10 table .row.title div {
    background: rgba(255, 255, 255, 0.9);
}

#modular10 table .row.title .th {
    color: #0d3cca;
}

#modular10 table .row.title .th:not(:first-child) {
    flex: 1;
}

#modular10 table .row.title .th:last-child {
    border: none;
}

#modular10 table .row:nth-child(2) .th:not(:first-child) {
    flex: 1;
}

#modular10 .content .att {
    color: #fff;
    margin-top: 30px;
}

#modular11 {
    background: url(https://cdnzt.campuswit.com/zt/2025/shnuMBA/images/bg6.png?=3) no-repeat center;
    background-size: cover;
    background-position: bottom center;
}

#modular11 .s-t {
    font-size: 12px;
    line-height: 2.5;
    margin-top: 30px;
    margin-bottom: 20px;
}

#modular11 .title {
    text-align: center;
    color: #ac2d4a;
}

#modular11 .text-bold {
    margin-bottom: 2em;
}

#modular11 .main-img {
    margin-left: auto;
    margin-right: auto;
}

#new3 {
    background: url(https://cdnzt.campuswit.com/zt/2025/shnuMBA/images/bg8.png?=3) no-repeat center;
    background-size: cover;
}

#modular12 {
    background: url(https://cdnzt.campuswit.com/zt/2025/shnuMBA/images/bg7.png?=3) no-repeat center;
    background-size: cover;
    position: relative;
}

#modular12 .title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}

#modular12 .flex-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#modular12 .flex-content .l p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
}

#modular12 .flex-content .r {
    display: flex;
    flex-wrap: nowrap;
}

#modular12 .flex-content .code {
    margin-left: 40px;
}

#modular12 .flex-content .code p {
    margin-top: 5px;
    color: #fff;
    text-align: center;
}

@media (max-width: 1600px) {
    header .cont img:nth-child(1) {
        margin-top: 20px;
        margin-bottom: 25px;
        width: 20.5%;
    }

    header .cont img:nth-child(2) {
        margin-bottom: 20px;
        width: 48.2%;
    }

    header .cont img:nth-child(3) {
        width: 35%;
    }
}