body {
  margin: 0;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.page-container {
  padding: 50px 0;
  background: url('/szgyyq/xhtml/sfj/images/bg.png') no-repeat center center;
  background-size: cover;
}
.page-content {
  width: 1240px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 12px;
  background: #fff;
}

.banner {
  width: 100%;
  min-height: 20vw;
  font-size: 0;
}

.banner img {
  width: 100%;
  height: auto;
}

.tabs-section {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.tabs-item {
  position: relative;
  width: calc(16.7% - 16px);
  height: 172px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  background-color: #e9edf4;
  border-radius: 12px;
  text-align: center;
  font-size: 20px;
  color: #3d3d3d;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  box-sizing: border-box;
  transition: all ease 0.3s;
}

.tabs-item.active,
.tabs-item:hover {
  background-color: #549afb;

  color: #fff;
}

.tabs-item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('/szgyyq/xhtml/sfj/images/tab-item-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 0;
}

.tabs-item.active::after {
  opacity: 1;
}

.tabs-item-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}

.tabs-item-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all ease 0.3s;
}

.tabs-item .tabs-item-icon-img {
  opacity: 1;
}

.tabs-item .tabs-item-icon-img-active {
  opacity: 0;
}

.tabs-item.active .tabs-item-icon-img {
  opacity: 0;
}

.tabs-item.active .tabs-item-icon-img-active {
  opacity: 1;
}

.tabs-item-text {
  z-index: 1;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
}

.swiper-container {
  width: 1200px;
  height: 440px;
  overflow: hidden;
  margin-bottom: 50px;
}
.swiper-container.active {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.nav-item {
  display: flex;
  align-items: center;
  width: calc(25% - 15px);
  height: 90px;
  background-color: #e8f0ff !important;
  background-image: url('/szgyyq/xhtml/sfj/images/nav-item-bg.png');
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #3d3d3d;
  cursor: pointer;
  transition: all ease 0.3s;
}
.nav-item:first-child {
  margin-left: 0 !important;
}
cmspro_documents {
  display: flex;
  align-items: center;
  width: 100%;
}

.nav-item:hover {
  color: #245396;
  font-weight: bold;
}
.nav-item-title {
  flex: 1;
  width: calc(100% - 30px);
  text-align: left;
  word-break: break-all;
}
.nav-item-icon {
  margin-left: auto;
}

.nav-status {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  display: inline-block;
  background: rgba(42, 130, 228, 1);
  width: 83px;
  text-align: center;
  border-radius: 10px 0px 10px 0px;
  line-height: 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}
.nav-status-0 {
  background: rgba(214, 233, 255, 1);
  border: 1px solid rgba(214, 233, 255, 1);
  color: rgba(87, 134, 189, 1);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  background: #fff;
  top: auto;
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  display: flex;
  width: 100%;
  height: 30px;
  justify-content: center;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 40px;
  background-color: #b5c9e7;
  border-radius: 3px;
}

.swiper-pagination-bullet-active {
  background-color: #245396;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:nth-child(3) {
  display: none;
}
/* .swiper-slide:nth-child(0) {
  order: 0!important;
}
.swiper-slide:nth-child(1) {
  order: 1!important;
}
.swiper-slide:nth-child(2) {
  order: 2!important;
}
.swiper-slide:nth-child(3) {
  order: 3!important;
}
.swiper-slide:nth-child(4) {
  order: 4!important;
}
.swiper-slide:nth-child(5) {
  order: 5!important;
}
.swiper-slide:nth-child(6) {
  order: 6!important;
}
.swiper-slide:nth-child(7) {
  order: 7!important;
}
.swiper-slide:nth-child(8) {
  order: 8!important;
}
.swiper-slide:nth-child(9) {
  order: 9!important;
}
.swiper-slide:nth-child(10) {
  order: 10!important;
}
.swiper-slide:nth-child(11) {
  order: 11!important;
}
.swiper-slide:nth-child(12) {
  order: 12!important;
}
.swiper-slide:nth-child(13) {
  order: 13!important;
}
.swiper-slide:nth-child(14) {
  order: 14!important;
}
.swiper-slide:nth-child(15) {
  order: 15!important;
}
.swiper-slide:nth-child(16) {
  order: 16!important;
}
.swiper-slide:nth-child(17) {
  order: 17!important;
}
.swiper-slide:nth-child(18) {
  order: 18!important;
}
.swiper-slide:nth-child(19) {
  order: 19!important;
}
.swiper-slide:nth-child(20) {
  order: 20!important;
}
.swiper-slide:nth-child(21) {
  order: 21!important;
}
.swiper-slide:nth-child(22) {
  order: 22!important;
}
.swiper-slide:nth-child(23) {
  order: 23!important;
}
.swiper-slide:nth-child(24) {
  order: 24!important;
}
.swiper-slide:nth-child(25) {
  order: 25!important;
}
.swiper-slide:nth-child(26) {
  order: 26!important;
}
.swiper-slide:nth-child(27) {
  order: 27!important;
}
.swiper-slide:nth-child(28) {
  order: 28!important;
}
.swiper-slide:nth-child(29) {
  order: 29!important;
}
.swiper-slide:nth-child(30) {
  order: 30!important;
} */

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .page-container {
    padding: 20px 0;
  }
  .page-content {
    width: 100%;
    padding: 0;
  }
  .tabs-section {
    flex-wrap: wrap;
    padding: 16px 8px 0;
    margin: 14px 0;
  }
  .tabs-item {
    position: relative;
    width: calc(33.3% - 4px);
    margin-bottom: 8px;
    height: 80px;
  }
  .tabs-item-icon {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .tabs-item-icon img {
    width: 20px;
    height: 20px;
  }
  .tabs-item-text {
    z-index: 1;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
  }
  .swiper-container {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 30px;
    box-sizing: border-box;
    height: auto;
  }
  .swiper-wrapper {
    flex-wrap: wrap;
  }
  .nav-item {
    width: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
