#xz_zsxx .navLeft {
  min-height: auto;
  position: relative;
  z-index: 20;
}

#xz_zsxx .navLeft .main {
  height: auto;
}

#xz_zsxx .navLeft .box li:last-child {
  padding-bottom: 30px;
}

.party_build-main {
  margin-top: 36px;
}

#nav li {
  height: 45px;
  overflow: visible;
}

#nav.nFmba-nav {
  position: sticky;
  top: 0;
  left: 0;
}

.nFmba.globalwrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nFmba-left-fix {
  margin: 80px auto;
  width: 90px;
  position: sticky;
  top: 200px;
  left: 0;
}

.nFmba-left-fix .nFmba-left-inner {
  background: #fdf1eb;
  border-radius: 45px;
  overflow: hidden;
}

.nFmba-left-fix .nFmba-l1 {
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #217bce;
  border-left-color: #217bce;
  transform: rotate(45deg);
  position: relative;
}

.nFmba-left-fix .nFmba-l1 .inner {
  transform: rotate(-45deg);
  width: 50px;
  height: 50px;
  background: #e57734;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 50px;
}

.nFmba-left-fix .nFmba-l1 .inner img {
  vertical-align: middle;
}

.nFmba-left-fix .nFmba-l2 {
  text-align: center;
  font-size: 12px;
  color: #e57734;
  padding-bottom: 15px;
}

.nFmba-left-fix .nFmba-l3 {
  text-align: center;
  height: 80px;
  padding-top: 15px;
  border-top: 1px solid #e8d888;
}

.nFmba-left-fix .nFmba-l3 img {
  width: 70px;
}

.nFmba-left-fix .nFmba-l4 {
  height: 50px;
  background: #e57734;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.nFmba-page-banner {
  width: 100%;
  max-height: 350px;
}

.nFmba-page-banner a {
  display: block;
}

.nFmba-page-banner img {
  width: 100%;
}

.nFmba-page-banner .swiper-button-prev,
.nFmba-page-banner .swiper-button-next {
  width: 50px;
  visibility: hidden;
}

.nFmba-page-banner:hover .swiper-button-prev,
.nFmba-page-banner:hover .swiper-button-next {
  visibility: visible;
}

.nFmba-page-banner .swiper-button-prev::after {
  display: none;
}

.nFmba-page-banner .swiper-button-next::after {
  display: none;
}

.nFmba-main-color {
  color: #e57734;
}

.nFmba-colorGray {
  color: #999;
}

.nFmba-colorGradual a {
  background-image: -webkit-linear-gradient(left, #217bce, #e57734);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.nFmba-page-title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  background-image: linear-gradient(90deg, #217bce 0%, rgba(229, 119, 52, 0.71) 29%, rgba(255, 255, 255, 0.18) 82%, #ffffff 100%);
  padding-left: 20px;
  border-radius: 8px;
  margin: 30PX 0;
}

.nFmba-page-title img {
  vertical-align: sub;
  margin-right: 10px;
}

.nFmba-page-title.nFmba-page-title2 {
  position: relative;
  margin: 0 60px;
  padding-left: 40px;
}

.nFmba-page-title.nFmba-page-title2 img {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.nFmba-page-subtitle {
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #f89a60 20%, transparent 100%);
  padding-left: 20px;
  margin: 30px 0;
}

.nFmba-page-subtitle.nFmba-page-subtitle2 {
  background-image: linear-gradient(90deg, #f89a60 20%, transparent 100%);
  line-height: 1.5;
  padding: 10px 20px;
}

.nFmba-page-subtitle.nFmba-page-subtitle3 {
  background-image: linear-gradient(90deg, #f89a60 20%, transparent 150%);
}

.nFmba-info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nFmba-info-list li {
  width: 50%;
  margin-bottom: 15px;
}

.nFmba-info-list2 {
  font-size: 14px;
}

.nFmba-info-list2 .list-title {
  display: flex;
  flex-wrap: wrap;
}

.nFmba-info-list2 .list-title>div {
  border-radius: 6px;
  line-height: 30px;
  background: #999;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.nFmba-info-list2 .left {
  width: 60%;
  margin-right: 1%;
}

.nFmba-info-list2 .right {
  width: 39%;
}

.nFmba-info-list2 .list-sub-title {
  font-weight: bold;
  border-radius: 8px;
  background: #eee;
  color: #666;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 10px;
}

.nFmba-info-list2 .list-info {
  padding-left: 20px;
  margin-bottom: 30px;
}

.nFmba-info-list2 .list-info li {
  display: flex;
  color: #666;
  line-height: 30px;
}

.nFmba-info-list3 {
  display: flex;
  flex-wrap: nowrap;
}

.nFmba-info-list3 li {
  flex: 1;
  border-bottom: 2px solid rgba(225, 106, 36, 0.3);
  background: #f9f9f9;
  height: 130px;
  position: relative;
}

.nFmba-info-list3 li::after {
  content: '';
  display: block;
  width: 2px;
  height: 90px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(225, 106, 36, 0.08);
}

.nFmba-info-list3 li:last-child::after {
  display: none;
}

.nFmba-info-list3 li p {
  text-align: center;
}

.nFmba-info-list3 li .num {
  color: #e57734;
  font-size: 38px;
  margin: 10px 0;
}

.nFmba-info-list3 li .num span {
  font-size: 14px;
}

.nFmba_program_scholarship {
  margin-bottom: 50px;
}

.nFmba_program_scholarship p {
  line-height: 2;
  padding-left: 20px;
}

.nFmba_program_scholarship .nFmba-info-list {
  padding-left: 20px;
}

.nFmba_program_scholarship .nFmba-info-list2 .list-info .right {
  color: #e57734;
}

.nFmba_program_students .nFmba-student-img1 {
  position: relative;
  text-align: center;
}

.nFmba_program_students .nFmba-stulist {
  margin-top: 30px;
}

.nFmba_program_students .nFmba-stulist .swiper-slide {
  overflow: hidden;
}

.nFmba_program_students .nFmba-stulist .swiper-slide .top {
  max-height: 210px;
  transition: 300ms;
  overflow: hidden;
  object-fit: cover;
}

.nFmba_program_students .nFmba-stulist .swiper-slide .top img {
  width: 100%;
}

.nFmba_program_students .nFmba-stulist .swiper-slide .middle {
  padding: 20px;
  box-sizing: border-box;
  transition: 500ms;
}

.nFmba_program_students .nFmba-stulist .swiper-slide .middle p {
  margin-bottom: 15px;
  color: #666;
}

.nFmba_program_students .nFmba-stulist .swiper-slide .middle .name {
  color: #333;
  margin-right: 10px;
}

.nFmba_program_students .nFmba-stulist .swiper-slide .middle .position {
  display: block;
  color: #e57734;
}

.nFmba_program_students .nFmba-stulist .swiper-slide .middle .nFmba-colorGray {
  color: #999;
}

.nFmba_program_students .nFmba-stulist .swiper-slide .bottom .apply-btn {
  display: block;
  width: 130px;
  line-height: 36px;
  border: 2px solid #e57734;
  border-radius: 6px;
  text-align: center;
  color: #e57734;
  margin: 30px auto 0;
  transition: 300ms;
}

.nFmba_program_students .nFmba-stulist .swiper-slide .bottom .apply-btn:hover {
  background: #e57734;
  color: #fff;
  transition: 300ms;
}

.nFmba_program_students .nFmba-stulist .swiper-slide:hover .top {
  transform: scale(1.05);
  transition: 300ms;
}

.nFmba_program_students .nFmba-stulist .swiper-slide:hover .middle {
  background: #e57734;
  transition: 500ms;
}

.nFmba_program_students .nFmba-stulist .swiper-slide:hover .middle p,
.nFmba_program_students .nFmba-stulist .swiper-slide:hover .middle .name,
.nFmba_program_students .nFmba-stulist .swiper-slide:hover .middle .position {
  color: #fff;
}

.nFmba_program_students .nFmba-stulist .swiper-button-prev,
.nFmba_program_students .nFmba-stulist .swiper-button-next {
  visibility: hidden;
}

.nFmba_program_students .nFmba-stulist .swiper-button-prev::after {
  display: none;
}

.nFmba_program_students .nFmba-stulist .swiper-button-next::after {
  display: none;
}

.nFmba_program_students .nFmba-stulist:hover .swiper-button-prev,
.nFmba_program_students .nFmba-stulist:hover .swiper-button-next {
  visibility: visible;
}

.nFmba_program_students .nFmba-stuimg-list {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 30px;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide img {
  width: 48%;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide img:nth-child(odd) {
  margin-right: 2%;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide img:nth-child(1),
.nFmba_program_students .nFmba-stuimg-list .swiper-slide img:nth-child(2) {
  margin-bottom: 20px;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide {
  overflow: hidden;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide .top {
  max-height: 210px;
  transition: 300ms;
  overflow: hidden;
  object-fit: cover;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide .top img {
  width: 100%;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide .middle {
  padding: 20px;
  box-sizing: border-box;
  transition: 500ms;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide .middle p {
  margin-bottom: 15px;
  color: #666;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide .middle .middle-title {
  display: flex;
  flex-wrap: wrap;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide .middle .name {
  color: #333;
  margin-right: 10px;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide .middle .position {
  color: #e57734;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide .middle .nFmba-colorGray {
  color: #999;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide .bottom .apply-btn {
  display: block;
  width: 130px;
  line-height: 36px;
  border: 2px solid #e57734;
  border-radius: 6px;
  text-align: center;
  color: #e57734;
  margin: 30px auto;
  transition: 300ms;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide .bottom .apply-btn:hover {
  background: #e57734;
  color: #fff;
  transition: 300ms;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide:hover .top {
  transform: scale(1.05);
  transition: 300ms;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide:hover .middle {
  background: #e57734;
  transition: 500ms;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-slide:hover .middle p,
.nFmba_program_students .nFmba-stuimg-list .swiper-slide:hover .middle .name,
.nFmba_program_students .nFmba-stuimg-list .swiper-slide:hover .middle .position {
  color: #fff;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-button-prev,
.nFmba_program_students .nFmba-stuimg-list .swiper-button-next {
  visibility: hidden;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-button-prev::after {
  display: none;
}

.nFmba_program_students .nFmba-stuimg-list .swiper-button-next::after {
  display: none;
}

.nFmba_program_students .nFmba-stuimg-list:hover .swiper-button-prev,
.nFmba_program_students .nFmba-stuimg-list:hover .swiper-button-next {
  visibility: visible;
}

.nFmba_program_students .nFmba-stu-news-list {
  padding-bottom: 50px;
}

.nFmba_program_students .nFmba-stu-news-list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.nFmba_program_students .nFmba-stu-news-list li .left {
  max-width: 360px;
  height: 200px;
  overflow: hidden;
  margin-right: 30px;
}

.nFmba_program_students .nFmba-stu-news-list li .left img {
  width: 100%;
  transition: 300ms;
}

.nFmba_program_students .nFmba-stu-news-list li .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.nFmba_program_students .nFmba-stu-news-list li .right .title {
  font-weight: bold;
  margin-bottom: 30px;
}

.nFmba_program_students .nFmba-stu-news-list li .right .date {
  font-size: 14px;
}

.nFmba_program_students .nFmba-stu-news-list li:hover .left img {
  transform: scale(1.05);
  transition: 300ms;
}

.nFmba_program_students .nFmba-stu-news-list li:hover .right .title {
  color: #e57734;
}

.nFmba .more {
  display: block;
  width: 130px;
  line-height: 36px;
  border-radius: 6px;
  text-align: center;
  color: #e57734;
  margin: 30px auto 50px;
  transition: 300ms;
  background-color: rgba(229, 119, 52, 0.3);
}

.nFmba .more:hover {
  background: #e57734;
  color: #fff;
  transition: 300ms;
}

.nFmba_program_curriculum .left-border {
  border-left: 2px dashed #e57734;
  margin-left: 40px;
  padding: 40px 0 40px 40px;
}

.nFmba_program_curriculum .left-border .nFmba-page-subtitle:first-child {
  margin-top: 0;
}

.nFmba_program_curriculum .left-border p {
  line-height: 1.6;
}

.nFmba_program_curriculum .left-border .nFmba-page-subtitle {
  line-height: 40px;
}

.nFmba_program_curriculum .left-border:last-child {
  border-left: none;
}

.nFmba_program_curriculum .nFmba-curriculum-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nFmba_program_curriculum .nFmba-curriculum-list1.nFmba-curriculum-list2 li {
  width: 100%;
}

.nFmba_program_curriculum .nFmba-curriculum-list1.nFmba-curriculum-list2 .color-gray {
  color: #999;
}

.nFmba_program_curriculum .nFmba-curriculum-list1 li {
  width: 50%;
  margin-bottom: 20px;
}

.nFmba_program_curriculum .nFmba-curriculum-list1 li .title {
  color: #e57734;
  border-radius: 6px;
  padding-left: 20px;
  line-height: 40px;
  margin-bottom: 10px;
  background-image: linear-gradient(90deg, #efefef 0%, #f8f8f8 59%, #ffffff 100%);
}

.nFmba_program_curriculum .nFmba-curriculum-list1 li p {
  line-height: 2;
}

.nFmba_program_curriculum .nFmba-curriculum-list1 li p span {
  display: inline-block;
  margin-right: 10px;
}

.nFmba_program_curriculum .img-list {
  display: flex;
  justify-content: space-between;
}

.nFmba_program_admissions_information .nFmba-admissions-list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 0;
}

.nFmba_program_admissions_information .nFmba-admissions-list li:nth-child(odd) {
  background: rgba(241, 241, 241, 0.3);
}

.nFmba_program_admissions_information .nFmba-admissions-list li:nth-child(even) {
  background: rgba(229, 119, 52, 0.1);
}

.nFmba_program_admissions_information .nFmba-admissions-list li.nFmba-list-head {
  color: #e57734;
  background: rgba(229, 119, 52, 0.3);
  font-size: 16px;
}

.nFmba_program_admissions_information .nFmba-admissions-list li div {
  flex: 2;
  text-align: center;
}

.nFmba_program_admissions_information .nFmba-admissions-list li div:nth-child(1) {
  flex: 1;
}

.nFmba_program_admissions_information .nFmba-admissions-list li.spe-list div:nth-child(1) {
  flex: 5;
  position: relative;
  left: -8%;
}

.nFmba_program_admissions_information .nFmba-admissions-list li.spe-list div:nth-child(2) {
  flex: 2;
}

.nFmba_program_admissions_information .nFmba-QA-list {
  margin: 30px 0;
}

.nFmba_program_admissions_information .nFmba-QA-list li {
  margin-bottom: 15px;
}

.nFmba_program_admissions_information .nFmba-QA-list .qa-title {
  color: #e57734;
  background: rgba(229, 119, 52, 0.3);
  padding: 5px 30px;
  border-radius: 8px;
  cursor: pointer;
  padding-right: 50px;
  position: relative;
}

.nFmba_program_admissions_information .nFmba-QA-list .qa-title .switch {
  position: absolute;
  border: 1px solid #e57734;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 10px;
}

.nFmba_program_admissions_information .nFmba-QA-list .qa-title .switch::before,
.nFmba_program_admissions_information .nFmba-QA-list .qa-title .switch::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #e57734;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 300ms;
}

.nFmba_program_admissions_information .nFmba-QA-list .qa-title .switch.on::after {
  transform: rotate(90deg);
  transition: 300ms;
}

.nFmba_program_admissions_information .nFmba-QA-list .qa-info {
  padding: 15px 30px;
  background: #f1f1f1;
  color: #666;
  border-radius: 8px;
  font-size: 14px;
  display: none;
}

.nFmba_program_overview {
  margin-bottom: 50px;
}

.nFmba_program_overview .circle img {
  width: 70%;
}

.nFmba_program_overview .video_box {
  position: relative;
}

.nFmba_program_overview .video_box video {
  position: relative;
  z-index: 5;
}

.nFmba_program_overview .video_box .video-cover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 470px;
  height: 270px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nFmba_program_overview .video_box .video-cover p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}
#nav .select a {
  padding: 0 0 0 30px;
  text-align: left;
}

#nav .select a:hover {
  background-color: rgb(209, 96, 27);
}

#nav .select .select-child {
  color: #fff;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}

#nav .select .select-child:hover {
  background: rgb(209, 96, 27);
}
@media (max-width: 768px) {
  .admissions_information .step_item {
    width: 15%;
  }

  .nFmba_program_curriculum .left-border {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  .nFmba-page-title {
    margin-right: 0;
    background-image: linear-gradient(90deg, #217bce 0%, rgba(229, 119, 52, 0.71));
  }

  .nFmba-page-subtitle {
    background-image: linear-gradient(90deg, #f89a60 20%, transparent 100%);
  }

  .nFmba_program_curriculum .nFmba-curriculum-list1 {
    display: block;
  }

  .nFmba_program_curriculum .nFmba-curriculum-list1 li {
    width: 100%;
  }

  .nFmba_program_curriculum img {
    max-width: 100%;
  }

  .nFmba_program_scholarship .nFmba-info-list {
    display: block;
  }

  .nFmba_program_scholarship .nFmba-info-list li {
    width: 100%;
  }

  .nFmba_program_scholarship .nFmba-info-list li span {
    display: block;
  }

  .nFmba_program_students img {
    max-width: 100%;
  }

  .nFmba_program_students .nFmba-stu-news-list li {
    display: block;
  }

  .nFmba_program_students .nFmba-stu-news-list li .left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .nFmba_program_students .nFmba-stulist .swiper-button-next,
  .nFmba_program_students .nFmba-stulist .swiper-button-prev {
    visibility: visible;
  }

  .nFmba_program_students .nFmba-stulist .swiper-button-prev::after {
    display: none;
  }

  .nFmba_program_students .nFmba-stulist .swiper-button-next::after {
    display: none;
  }
}