html {
  scroll-behavior: smooth;
}

p {
  line-height: 1.5;
}

.module-title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.list-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.list-title:hover {
  color: #e77728;
}

.p1,
.p2 {
  color: #999;
  font-size: 16px;
}

.p2 {
  font-size: 14px;
}

.fmbaNav {
  position: sticky;
  top: 0;
  z-index: 99;
}

.fmbaNav .cont>ul {
  height: 45px;
}

.nFmba-banner {
  width: 100%;
  margin-top: -10px;
  top: -15px;
}

.nFmba-banner img {
  width: 100%;
}

.nFmba-page-nav {
  position: relative;
}

.nFmba-page-nav ul {
  width: 100%;
  position: absolute;
  top: -50px;
  z-index: 50;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nFmba-page-nav li {
  background: #fff;
  border-radius: 8px;
  width: 15%;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 2px 38px 0 rgba(27, 27, 27, 0.16);
  transition: 300ms;
}

.nFmba-page-nav li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
}

.nFmba-page-nav li span {
  display: block;
  margin-right: 20px;
}

.nFmba-page-nav li img:nth-child(3) {
  display: none;
}

.nFmba-page-nav li:hover {
  background: #e77728;
  transition: 300ms;
}

.nFmba-page-nav li:hover span {
  color: #fff;
  transition: 300ms;
}

.nFmba-page-nav li:hover img:nth-child(2) {
  display: none;
}

.nFmba-page-nav li:hover img:nth-child(3) {
  display: block;
}

.nFmba-module-title {
  margin-bottom: 50px;
}

.nFmba-intro {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
}

.nFmba-intro .cont {
  box-sizing: border-box;
  padding-right: 225px;
  position: relative;
  z-index: 20;
}

.nFmba-intro .module-title {
  margin-bottom: 15px;
}

.nFmba-intro::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/bg1.png) no-repeat center;
  background-size: cover;
}

.nFmba-intro .table {
  color: #666;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}

.nFmba-intro .table tr:nth-child(odd) {
  background: rgba(250, 250, 250, 0.6);
}

.nFmba-intro .table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.8);
}

.nFmba-intro .table tr:first-child {
  border-top-width: 1px;
}

.nFmba-intro .table tr:last-child {
  border-bottom-width: 1px;
}

.nFmba-intro .table table {
  border-collapse: collapse;
  width: 100%;
}

.nFmba-intro .table td {
  border: #f3f3f3 2px solid;
  text-align: center;
  padding: 15px 0;
}

.nFmba-intro .table td:nth-child(1) {
  width: 150px;
  font-weight: bold;
  border-left: none;
}

.nFmba-intro .table td:last-child {
  border-right: none;
}

.nFmba-intro .table .btn1 a {
  color: #3a8bdf;
  font-weight: bold;
  border-radius: 16px;
  line-height: 32px;
  display: inline-block;
  border: 1px solid #3a8bdf;
  background: rgba(41, 142, 231, 0.06);
  padding: 0 10px;
  margin-right: 10px;
}

.nFmba-intro .table .btn1 a:hover {
  background: #3a8bdf;
  color: #fff;
}

.nFmba-intro .table .btn2 a {
  font-weight: bold;
  border-radius: 16px;
  line-height: 32px;
  display: inline-block;
  color: #e77728;
  border: 1px solid #e77728;
  padding: 0 10px;
  margin-right: 10px;
  background: rgba(239, 127, 42, 0.06);
}

.nFmba-intro .table .btn2 a:hover {
  background: #e77728;
  color: #fff;
}

.nFmba-intro .table .table-head .table-title {
  padding-top: 30px;
  display: inline-block;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #3a8bdf;
  padding-bottom: 15px;
}

.nFmba-intro .table .table-head .table-title span {
  color: #3a8bdf;
  border-bottom: 3px solid #3a8bdf;
  padding-bottom: 13px;
}

.nFmba-intro .table .table-head .table-title2 {
  border-bottom: 1px solid #e77728;
}

.nFmba-intro .table .table-head .table-title2 span {
  color: #e77728;
  border-bottom: 3px solid #e77728;
  padding-bottom: 13px;
}

.nFmba-recruit {
  background: #f9f9f9;
  padding: 90px 0;
}

.nFmba-recruit .module-title {
  display: inline-block;
}

.nFmba-recruit .module-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #e77728;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nFmba-recruit .ft .module-title::after {
  background: #1879d1;
}

.nFmba-recruit .nFmba-rec-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 25px 0 90px;
}

.nFmba-recruit .nFmba-rec-list li {
  width: 49%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.nFmba-recruit .nFmba-rec-list li .left {
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  background: #999;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.nFmba-recruit .nFmba-rec-list li .left .m {
  font-size: 20px;
}

.nFmba-recruit .nFmba-rec-list li .left .d {
  font-size: 48px;
  line-height: 1.2;
}

.nFmba-recruit .nFmba-rec-list li .left a {
  background: #fff;
  color: #999;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 15px;
  font-size: 14px;
}

.nFmba-recruit .nFmba-rec-list li .right {
  height: 140px;
  box-sizing: border-box;
  flex: 1;
  background: #fff;
  padding: 15px 30px 15px 20px;
}

.nFmba-recruit .nFmba-rec-list li .right p {
  font-size: 14px;
  color: #666;
}

.nFmba-recruit .nFmba-rec-list li .right p img {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.nFmba-recruit .nFmba-rec-list li .right .list-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 行数 */
}

.nFmba-recruit .nFmba-rec-list li:hover {
  box-shadow: 0px 0px 8px 8px rgba(153, 153, 153, 0.06);
}

.nFmba-recruit .nFmba-rec-list .pt .right {
  background: url(../images/bg-pt.png) no-repeat center right;
  background-size: auto 100%;
}

.nFmba-recruit .nFmba-rec-list .pt.on .left {
  background: #e77728;
}

.nFmba-recruit .nFmba-rec-list .pt.on .left a {
  color: #e77728;
  display: inline-block;
}

.nFmba-recruit .nFmba-rec-list .pt.on .right {
  background: url(../images/bg-pt-on.png) no-repeat center right;
  background-size: auto 100%;
}

.nFmba-recruit .nFmba-rec-list .pt.on .right .list-title {
  color: #333;
}

.nFmba-recruit .nFmba-rec-list .pt.on:hover {
  box-shadow: 0px 0px 8px 8px rgba(255, 131, 37, 0.06);
}

.nFmba-recruit .nFmba-rec-list .pt.on:hover .right .list-title {
  color: #e77728;
}

.nFmba-recruit .nFmba-rec-list .ft .right {
  background: url(../images/bg-ft.png) no-repeat center right;
  background-size: auto 100%;
}

.nFmba-recruit .nFmba-rec-list .ft.on .left {
  background: #3a8bdf;
}

.nFmba-recruit .nFmba-rec-list .ft.on .left a {
  color: #3a8bdf;
  display: inline-block;
}

.nFmba-recruit .nFmba-rec-list .ft.on .right {
  background: url(../images/bg-ft-on.png) no-repeat center right;
  background-size: auto 100%;
}

.nFmba-recruit .nFmba-rec-list .ft.on .right .list-title {
  color: #333;
}

.nFmba-recruit .nFmba-rec-list .ft.on:hover {
  box-shadow: 0px 0px 8px 8px rgba(58, 129, 133, 0.06);
}

.nFmba-recruit .nFmba-rec-list .ft.on:hover .right .list-title {
  color: #3a8bdf;
}

.nFmba-news {
  padding: 90px 0;
}

.nFmba-news .l1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nFmba-news .l1 li {
  width: 32.5%;
}

.nFmba-news .l1 li .top {
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.nFmba-news .l1 li .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nFmba-news .l1 li .bottom {
  box-sizing: border-box;
  padding-top: 10px;
  padding-right: 30px;
}

.nFmba-news .l1 li .bottom .category {
  color: #e77728;
  font-size: 14px;
  display: inline-block;
  border-bottom: 4px solid #e77728;
  margin-bottom: 20px;
}

.nFmba-news .l1 li .bottom p {
  font-size: 14px;
  margin-bottom: 30px;
}

.nFmba-news .l1 li .bottom .d {
  color: #666;
}

.nFmba-news .l1 li .bottom .date {
  color: #999;
}

.nFmba-news .l1 li .bottom .list-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 行数 */
}

.nFmba-news .l2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nFmba-news .l2 li {
  width: 45%;
  border-top: 2px solid #f2f2f2;
}

.nFmba-news .l2 li .list {
  margin-top: 30px;
}

.nFmba-news .l2 li .bottom .category {
  color: #e77728;
  font-size: 14px;
  display: inline-block;
  border-bottom: 4px solid #e77728;
  margin-bottom: 20px;
}

.nFmba-news .l2 li .bottom p {
  font-size: 14px;
  margin-bottom: 10px;
}

.nFmba-news .l2 li .bottom .d {
  color: #666;
}

.nFmba-news .l2 li .bottom .date {
  color: #999;
}

.nFmba-news .l2 li .bottom .list-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 行数 */
}

.nFmba-alumni {
  padding: 90px 0;
  background: #f9f9f9;
}

.nFmba-alumni .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nFmba-alumni .list li {
  width: 33.33333%;
  transition: 300ms;
}

.nFmba-alumni .list li .list-title:hover {
  color: #333;
}

.nFmba-alumni .list li .top {
  overflow: hidden;
  height: 200px;
}

.nFmba-alumni .list li .top img {
  /*width: 100%;*/
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  vertical-align:middle;
}

.nFmba-alumni .list li .bottom {
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 15px;
  background: #fff;
}

.nFmba-alumni .list li .bottom .name {
  font-size: 22px;
  margin-bottom: 20px;
}

.nFmba-alumni .list li .bottom .category {
  color: #e77728;
  margin-bottom: 20px;
}

.nFmba-alumni .list li .bottom .list-title {
  margin-bottom: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 行数 */
}

.nFmba-alumni .list li .bottom .desc {
  color: #666;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 行数 */
}

.nFmba-alumni .list li .bottom .time {
  font-size: 14px;
  display: inline-block;
  display: flex;
  justify-content: space-between;
}

.nFmba-alumni .list li .bottom .time span {
  color: #999;
}

.nFmba-alumni .list li .bottom .time a {
  color: #e77728;
}

.nFmba-alumni .list li:nth-child(even) .bottom {
  background: #e77728;
  color: #fff;
}

.nFmba-alumni .list li:nth-child(even) .bottom p,
.nFmba-alumni .list li:nth-child(even) .bottom a,
.nFmba-alumni .list li:nth-child(even) .bottom span {
  color: #fff;
}

.nFmba-alumni .list li:hover {
  transform: scale(1.05);
  position: relative;
  z-index: 50;
  box-shadow: 0px 0px 8px 8px rgba(255, 131, 37, 0.06);
  transition: 300ms;
}

.nFmna-application {
  padding: 90px 0;
  background: url(../images/bg2.png?v=1.0) no-repeat center right;
  background-size: auto 100%;
}

.nFmna-application .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nFmna-application .list .list-title:hover {
  color: #333;
}

.nFmna-application .list li {
  width: 50%;
  position: relative;
}

.nFmna-application .list li .float-img {
  position: absolute;
  top: 0;
  left: 315px;
}

.nFmna-application .list li .sub-title {
  font-size: 18px;
  margin-bottom: 25px;
}

.nFmna-application .list li .btns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.nFmna-application .list li .btns li {
  width: 210px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  transition: 300ms;
}

.nFmna-application .list li .btns li a {
  display: block;
}

.nFmna-application .list li .btns li a img {
  vertical-align: middle;
  margin-right: 10px;
}

.nFmna-application .list li .btns li:hover {
  transform: scale(1.05);
}

.nFmna-application .list li .btns li:nth-child(1) {
  background: #2ba0d1;
}

.nFmna-application .list li .btns li:nth-child(2) {
  background: #188ed1;
}

.nFmna-application .list li .btns li:nth-child(3) {
  background: #1879d1;
}

.nFmna-application .list li:nth-child(2) .btns li:nth-child(1) {
  background: #ed8742;
}

.nFmna-application .list li:nth-child(2) .btns li:nth-child(2) {
  background: #ec7525;
}

.nFmna-application .list li:nth-child(2) .btns li:nth-child(3) {
  background: #e46c1c;
}

.nFmba-rec-list>.act-title{
  position: relative;
  border-right: 2px solid #3a8bdf;
}
.nFmba-rec-list>.ft{
  border-right: 2px solid #3a8bdf;
}
.nFmba-rec-list>.pt{
  border-right: 2px solid #e77728;
}
.nFmba-rec-list>.act-title span{
  color: #3a8bdf;
  border-bottom: 3px solid #3a8bdf;
  padding-bottom: 13px;
  font-size: 22px;
  font-weight: bold;
}
.nFmba-rec-list>.act-title span.pt{
  color: #e77728;
  border-bottom: 3px solid #e77728;
}
.nFmba-rec-list>.act-title .a-more{
  position: absolute;
  right: 16px;
  bottom: 12px;
}
.nFmba-rec-list>.ft .a-more:hover{
  color: #3a8bdf;
}
.nFmba-rec-list>.pt .a-more:hover{
  color: #e77728;
}
.nFmba-recruit .nFmba-rec-list li.act-title:hover{
  box-shadow:unset;
}

/* 2023-2-13 Fmba 首页导航 */

#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);
}

#nav .select .select-child:hover {
  background: rgb(209, 96, 27);
}

.att {
  display: none;
}
.nFmba-banner .swiper-button-prev,
.nFmba-banner .swiper-button-next{
  width: 50px;
}
.nFmba-banner .swiper-button-prev::after {
  display: none;
}

.nFmba-banner .swiper-button-next::after {
  display: none;
}
.link-wrap a.zszx .qrcode{
  display: none;
}
.items .link-wrap a.zszx,
.nFmba-intro .table .btn1 a.zszx,
.nFmba-intro .table .btn2 a.zszx{
  position: relative;
}
.items .link-wrap a.zszx .qrcode,
#modular1 a.zszx .qrcode{
  display: none;
}
.items .link-wrap a.zszx:hover .qrcode,
#modular1 a.zszx:hover .qrcode{
  display: flex;
  width: 140px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-145%);
  border-radius: 5px;
  box-shadow: 0px 0px 9px #b1afaf;
  z-index: 10000;
}
@media screen and (max-width: 1280px) {
  .nFmba-intro .cont {
    padding-right: 0;
  }

  .nFmna-application .list li {
    width: 48%;
  }

  .nFmna-application .list li .btns {
    width: 100%;
  }

  .nFmna-application .list li .btns li {
    flex: 1;
    width: auto;
  }

  .nFmna-application .list li .float-img {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 960px) {
  .nFmba-page-nav li span {
    margin-right: 0;
    margin-top: 5px;
  }

  .nFmba-page-nav li {
    height: unset;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
  }

  .nFmba-page-nav li a {
    flex-direction: column-reverse;
    align-items: center;
  }


  .nFmba-recruit .nFmba-rec-list {
    display: block;
  }

  .nFmba-recruit .nFmba-rec-list li {
    width: 100%;
  }

  .nFmba-recruit .nFmba-rec-list li:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (max-width:768px) {
  .nFmba-page-nav {
    padding: 30px 0;
    background: #eee;
  }

  .nFmba-banner {
    margin-top: 0;
    top: 0;
  }

  .nFmba-page-nav ul {
    flex-wrap: wrap;
    position: static;
  }

  .nFmba-page-nav li {
    width: 33%;
    box-shadow: none;
  }

  .nFmba-page-nav li:hover {
    background: #fff;
  }

  .nFmba-page-nav li:hover span {
    color: #333;
  }

  .nFmba-page-nav li:hover img:nth-child(2) {
    display: block;
  }

  .nFmba-page-nav li:hover img:nth-child(3) {
    display: none;
  }


  .nFmba-page-nav li:nth-child(2n) {
    background: #e77728;
  }

  .nFmba-page-nav li:nth-child(2n) span {
    color: #fff;
  }

  .nFmba-page-nav li:nth-child(2n) img:nth-child(2) {
    display: none;
  }

  .nFmba-page-nav li:nth-child(2n) img:nth-child(3) {
    display: block;
  }

  .nFmba-intro {
    padding-top: 40px;
  }

  .nFmba-module-title img {
    max-width: 100%;
    height: 30px;
  }


  .nFmba-recruit .nFmba-rec-list li .left {
    width: 90px;
    height: 90px;
    padding: 5px;
  }

  .nFmba-recruit .nFmba-rec-list li .right {
    display: block;
    padding: 15px;
  }

  .nFmba-recruit .nFmba-rec-list li .right .list-title {
    -webkit-line-clamp: 1;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .nFmba-recruit .nFmba-rec-list li .right {
    height: 90px;
  }

  .nFmba-recruit .nFmba-rec-list li .right p {
    font-size: 12px;
  }

  .nFmba-recruit .nFmba-rec-list li .left .m {
    font-size: 14px;
  }

  .nFmba-recruit .nFmba-rec-list li .left .d {
    font-size: 18px;
  }

  .nFmba-recruit .nFmba-rec-list li .left a {
    font-size: 12px;
    padding: 0 8px;
    margin-top: 10px;
  }

  .nFmba-news .l2,
  .nFmba-news .l1 {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }

  .nFmba-news .l1 li {
    width: 100%;
  }

  .nFmba-news .l1 li:not(:first-child) {
    display: none;
  }

  .nFmba-news .l1 li .bottom {
    padding: 10px;
  }

  .nFmba-news .l1 li .bottom .category {
    margin-bottom: 15px;
  }

  .nFmba-news .l1 li .bottom p {
    margin-bottom: 15px;
  }

  .nFmba-news .l2 li .bottom .date,
  .nFmba-news .l1 li .bottom .date {
    margin-bottom: 0;
  }

  .nFmba-news .l2 li .bottom .list-title,
  .nFmba-news .l1 li .bottom .list-title {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .nFmba-news .l2 li .list:not(:first-child) {
    display: none;
  }

  .nFmba-news .l2 li {
    width: 100%;
    border: none;
  }

  .nFmna-application,
  .nFmba-alumni,
  .nFmba-recruit,
  .nFmba-news {
    padding: 50px 0;
  }

  .nFmba-recruit .nFmba-rec-list {
    margin-bottom: 30px;
  }

  .nFmba-alumni .list {
    display: block;
  }

  .nFmba-alumni .list li {
    width: 100%;
  }

  .nFmba-alumni .list li .bottom .desc {
    font-size: 14px;
  }

  .nFmba-alumni .list li .bottom .desc,
  .nFmba-alumni .list li .bottom .category {
    margin-bottom: 15px;
  }

  .nFmba-alumni .list li .bottom .list-title,
  .nFmba-alumni .list li .bottom .name {
    font-size: 16px;
    margin-bottom: 15px;
    height: unset;
  }

  .nFmba-alumni .list li .top img {
    object-fit: cover;
  }

  .nFmba-alumni .list li .top {
    width: 100%;
    max-height: 280px;
  }

  .nFmna-application .list {
    display: block;
  }

  .nFmna-application .list li {
    width: 100%;
    margin-bottom: 30px;
  }

  .nFmna-application .list li .btns li {
    margin-top: 30px;
  }

  .nFmba-intro .table td {
    font-size: 14px;
    padding: 10px 6px;
  }

  .nFmba-intro .table td:nth-child(1) {
    width: 4em;
    text-align: left;
    font-weight: normal;
  }

  .nFmba-intro .table .table-head .table-title {
    font-size: 16px;
    padding: 10px 0;
  }

  .nFmba-intro .table .table-head .table-title span {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }


  .nFmba-intro .table .table-head .table-title {
    text-align: left;
    border-color: #b0cbe7;
    position: relative;
  }

  .nFmba-intro .table .table-head .table-title::after {
    content: '';
    width: 5em;
    height: 2px;
    display: block;
    background: #3a8bdf;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .nFmba-intro .table .table-head .table-title2::after {
    background: #e77728;
  }

  .nFmba-intro .table .table-head .table-title2 {
    border-color: #ebb58f;
  }


  .nFmba-intro .table .btn1 a,
  .nFmba-intro .table .btn2 a {
    font-size: 14px;
    padding: 0 5px;
    line-height: 28px;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
  }

  .nFmba-module-title {
    margin-bottom: 25px;
  }

  .module-title {
    font-size: 20px;
  }

  .att {
    display: block;
  }

  .a-more {
    text-align: center;
    color: #e77728;
    font-size: 14px;
    margin-top: 30px;
  }
}