@charset "UTF-8";
.page_index .swiper-container-grid {
  position: relative;
  height: 680px;
}

@media screen and (max-width: 1100px) {
  .page_index .swiper-container-grid {
    height: auto;
  }
}

.page_index .swiper-container-grid .grids-box {
  width: 1124px;
  height: 161px;
  border-radius: 10px;
  background-color: #e2e8f8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 9900;
  justify-content: space-around;
  background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
  box-shadow: 0px 6px 20px 0px rgba(226, 232, 248, 0.6039);
}

@media screen and (max-width: 1100px) {
  .page_index .swiper-container-grid .grids-box {
    display: none;
  }
}

.page_index .swiper-container-grid .grids-box .grid-item {
  flex-direction: column;
}

.page_index .swiper-container-grid .grids-box .grid-item .img {
  width: 68px;
  height: 68px;
  background-color: #eef4ff;
  border-radius: 50%;
}

.page_index .swiper-container-grid .grids-box .grid-item .img::before {
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/staticImg/icon-1.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .swiper-container-grid .grids-box .grid-item .img:hover {
  background-color: #0b308d;
}

.page_index .swiper-container-grid .grids-box .grid-item .img:hover img {
  filter: grayscale(1) brightness(10);
}

.page_index .swiper-container-grid .grids-box .grid-item .grid-text {
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0em;
  color: #121212;
  margin-top: 15px;
}

.page_index .news-center {
  width: 1124px;
  margin: 0 auto;
  margin-top: 70px;
}

@media screen and (max-width: 1100px) {
  .page_index .news-center {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .page_index .news-center .tabs-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

.page_index .news-center .news-title {
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  color: #121212;
}

@media screen and (max-width: 1100px) {
  .page_index .news-center .news-title {
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

.page_index .news-center .tabs {
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

.page_index .news-center .tabs .tab {
  padding: 8px 16px;
  margin-left: 9px;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
}

.page_index .news-center .tabs .tab.active, .page_index .news-center .tabs .tab:hover {
  background-color: #0b308d;
  color: #ffffff;
}

@media screen and (max-width: 1100px) {
  .page_index .news-center .tabs .tab {
    font-size: 12px;
  }
}

.page_index .news-center .new-list {
  margin-top: 45px;
  align-items: flex-start;
  display: none;
}

.page_index .news-center .new-list.active {
  display: flex;
}

@media screen and (max-width: 1100px) {
  .page_index .news-center .new-list {
    flex-direction: column;
    margin-top: 20px;
  }
}

.page_index .news-center .new-list .news-left {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  background: #ffffff;
  width: 395px;
  margin-right: 30px;
  box-sizing: border-box;
  box-shadow: 0px 6px 20px 0px rgba(226, 232, 248, 0.6039);
}

.page_index .news-center .new-list .news-left .img {
  height: 296.25px;
}

.page_index .news-center .new-list .news-left .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page_index .news-center .new-list .news-left .info {
  box-sizing: border-box;
  padding: 20px;
}

.page_index .news-center .new-list .news-left .info .title {
  font-family: Alibaba PuHuiTi 2;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #121212;
}

.page_index .news-center .new-list .news-left .info .create-time {
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0em;
  margin: 15px 0;
  font-variation-settings: "opsz" auto;
  color: #717171;
}

.page_index .news-center .new-list .news-left .info .desc {
  opacity: 0.6;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 0em;
  color: #121212;
}

@media screen and (max-width: 1100px) {
  .page_index .news-center .new-list .news-left {
    width: 100%;
    padding: 0 10px;
  }
}

.page_index .news-center .new-list .news-right {
  box-sizing: border-box;
  padding: 25px;
  overflow-y: auto;
  max-height: 448px;
  padding-right: 0;
  width: calc(100% - 395px);
}

@media screen and (max-width: 1100px) {
  .page_index .news-center .new-list .news-right {
    width: 100%;
    max-height: unset;
  }
}

.page_index .news-center .new-list .news-right .list-item {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 17px;
  padding-bottom: 17px;
}

.page_index .news-center .new-list .news-right .list-item .list-info {
  width: 80%;
}

.page_index .news-center .new-list .news-right .list-item .item-left {
  text-align: center;
  padding-right: 17px;
  border-right: 1px solid #d8d8d8;
  margin-right: 21px;
}

.page_index .news-center .new-list .news-right .list-item .item-left .month {
  font-family: MiSans;
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-feature-settings: "kern" on;
  /* 正文色/正文色 */
  color: #1a1a1a;
}

.page_index .news-center .new-list .news-right .list-item .item-left .yea {
  font-family: MiSans;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #999999;
}

@media screen and (max-width: 1100px) {
  .page_index .news-center .new-list .news-right .list-item .list-info {
    width: 60%;
  }
}

.page_index .news-center .new-list .news-right .list-item .list-info .list-title {
  opacity: 1;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  font-feature-settings: "kern" on;
  color: #3d3d3d;
  margin-bottom: 7px;
}

.page_index .news-center .new-list .news-right .list-item .list-info .list-desc {
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0em;
  font-feature-settings: "kern" on;
  /* 灰字 */
  color: #999999;
}

.page_index .news-center .news_more_top {
  margin-top: 45px;
}

@media screen and (max-width: 1100px) {
  .page_index .news-center .news_more_top {
    margin-top: 0px;
  }
}

.page_index .news-center .news_more_top .news_more {
  opacity: 0.6;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-weight: normal;
  line-height: 13px;
  text-align: center;
  color: #121212;
}

.page_index .certificate-enterprise {
  width: 100%;
  height: 630px;
  background: url("../images/staticImg/page-bg-1.png") no-repeat center center;
  background-size: cover;
  margin-top: 70px;
  box-sizing: border-box;
  padding-top: 50px;
}

@media screen and (max-width: 1100px) {
  .page_index .certificate-enterprise {
    padding-bottom: 20px;
  }
}

.page_index .certificate-enterprise .title-certificate {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0em;
  text-align: center;
  color: #121212;
  margin-bottom: 30px;
}

.page_index .certificate-enterprise .swiper_certificate_box {
  height: 376px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .page_index .certificate-enterprise .swiper_certificate_box {
    height: 1200px;
  }
}

.page_index .certificate-enterprise .swiper_certificate_box .certificates-items {
  width: 1125px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 20px;
}

@media screen and (max-width: 1100px) {
  .page_index .certificate-enterprise .swiper_certificate_box .certificates-items {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(9, 1fr);
    box-sizing: border-box;
    padding: 0 10px;
  }
}

.page_index .certificate-enterprise .swiper_certificate_box .certificates-items .c-item {
  width: 355px;
  height: 112px;
  border-radius: 10px;
  opacity: 1;
  padding: 15px 20px;
  gap: 5px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(226, 232, 248, 0.6);
}

@media screen and (max-width: 1100px) {
  .page_index .certificate-enterprise .swiper_certificate_box .certificates-items .c-item {
    width: 100%;
  }
}

.page_index .certificate-enterprise .swiper_certificate_box .certificates-items .c-item .company-name {
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  /* 黑色字 */
  color: #121212;
}

.page_index .certificate-enterprise .swiper_certificate_box .certificates-items .c-item .company-org {
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  /* #0B308D */
  color: #0b308d;
  border: 1px solid rgba(11, 48, 141, 0.3);
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 4px;
}

.page_index .certificate-enterprise .swiper_certificate_box .certificates-items .c-item .time-show {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  color: #666666;
}

.page_index .certificate-enterprise .swiper_certificate_box .certificates-items .c-item .time-show .tag {
  background: #f1f5ff;
  border-radius: 20px;
  opacity: 1;
  padding: 2px 10px;
  margin: 0 8px;
}

.page_index .certificate-enterprise .swiper_certificate_box .certificates-items .c-item .time-show .invalid {
  background: #f6f7f8;
  border-radius: 20px;
  opacity: 1;
  padding: 2px 10px;
  margin: 0 8px;
}

.page_index .certificate-enterprise .swiper_certificate_box .certificates-items .c-item .time-show .level {
  padding: 2px 10px;
  background: #f6f7f8;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
}

.page_index .certificate-enterprise .dot_pc_certificate {
  margin-top: 30px;
}

@media screen and (max-width: 1100px) {
  .page_index .certificate-enterprise .dot_pc_certificate {
    margin-top: -10px;
  }
}

.page_index .certificate-enterprise .dot_pc_certificate .current-number {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

.page_index .certificate-enterprise .dot_pc_certificate .arrow-btn {
  width: 24px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.page_index .certificate-enterprise .dot_pc_certificate .arrow-btn:hover {
  background-color: #ffffff;
  color: #4b5563;
}

.page_index .certificate-enterprise .dot_pc_certificate .arrow-btn::after {
  content: "";
  display: flex;
  width: 3px;
  height: 3px;
  border-color: transparent;
  border-left-color: #4b5563;
  border-top-color: #4b5563;
  border-top-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  transform: rotate(-45deg);
}

.page_index .certificate-enterprise .dot_pc_certificate .arrow-btn.right-btn {
  margin-left: 9px;
  transform: rotate(180deg);
}

.page_index .certificate-enterprise .dot_pc_certificate .arrow-btn.left-btn {
  margin-right: 9px;
}

.page_index .case-list {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .page_index .case-list {
    padding-bottom: 20px;
  }
}

.page_index .case-list .swiper_case_box {
  height: 240px;
  width: 100%;
  margin: 0 auto;
}

.page_index .case-list .swiper_case_box .case-items {
  width: 1135px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-top: 45px;
}

@media screen and (max-width: 1100px) {
  .page_index .case-list .swiper_case_box .case-items {
    width: 100%;
    flex-direction: column;
  }
}

.page_index .case-list .swiper_case_box .case-items .case-item {
  width: 355px;
  width: 201.5px;
  height: 78px;
  border-radius: 12px;
  opacity: 1;
  position: relative;
  margin-right: 30px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 8px 0px rgba(226, 232, 248, 0.6);
}

@media screen and (max-width: 1100px) {
  .page_index .case-list .swiper_case_box .case-items .case-item {
    margin-right: 0;
    width: 100%;
  }
}

.page_index .case-list .swiper_case_box .case-items .case-item .img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.page_index .case-list .swiper_case_box .case-items .case-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_index .case-list .swiper_case_box .case-items .case-item:nth-child(5n) {
  margin-right: 0;
}

.page_index .case-list .swiper_case_box .case-items .case-item .hover-tip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  width: 100%;
  color: #121212;
  background: #ffffff;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(226, 232, 248, 0.6);
  box-sizing: border-box;
  padding: 11px 15px;
  border-radius: 6px;
  opacity: 0;
  transition: all linear 0.2s;
}

.page_index .case-list .swiper_case_box .case-items .case-item .hover-tip::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -4px;
  border-radius: 2px;
}

.page_index .case-list .swiper_case_box .case-items .case-item:hover .hover-tip {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .page_index .dot_pc_case {
    margin-top: -10px;
  }
}

.page_index .dot_pc_case .current-number {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

.page_index .dot_pc_case .arrow-btn {
  width: 24px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.page_index .dot_pc_case .arrow-btn:hover {
  background-color: #ffffff;
  color: #4b5563;
}

.page_index .dot_pc_case .arrow-btn::after {
  content: "";
  display: flex;
  width: 3px;
  height: 3px;
  border-color: transparent;
  border-left-color: #4b5563;
  border-top-color: #4b5563;
  border-top-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  transform: rotate(-45deg);
}

.page_index .dot_pc_case .arrow-btn.right-btn {
  margin-left: 9px;
  transform: rotate(180deg);
}

.page_index .dot_pc_case .arrow-btn.left-btn {
  margin-right: 9px;
}

@media screen and (max-width: 1100px) {
  .page_index .dot_pc_friend {
    margin-top: -10px;
  }
}

.page_index .dot_pc_friend .current-number {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

.page_index .dot_pc_friend .arrow-btn {
  width: 24px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.page_index .dot_pc_friend .arrow-btn:hover {
  background-color: #ffffff;
  color: #4b5563;
}

.page_index .dot_pc_friend .arrow-btn::after {
  content: "";
  display: flex;
  width: 3px;
  height: 3px;
  border-color: transparent;
  border-left-color: #4b5563;
  border-top-color: #4b5563;
  border-top-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  transform: rotate(-45deg);
}

.page_index .dot_pc_friend .arrow-btn.right-btn {
  margin-left: 9px;
  transform: rotate(180deg);
}

.page_index .dot_pc_friend .arrow-btn.left-btn {
  margin-right: 9px;
}

.page_index .partners-section {
  width: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.page_index .partners-section .partners-header {
  width: 1124px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-header {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}

.page_index .partners-section .partners-header .partners-title {
  font-family: Alibaba PuHuiTi 2;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-header .partners-title {
    font-size: 24px;
  }
}

.page_index .partners-section .partners-header .partners-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.page_index .partners-section .partners-header .partners-nav .nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page_index .partners-section .partners-header .partners-nav .nav-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-header .partners-nav .nav-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

.page_index .partners-section .partners-header .partners-nav .nav-dots {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.7;
}

.page_index .partners-section .partners-content {
  width: 1126px;
  margin: 0 auto;
  margin-top: 45px;
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-content {
    width: 100%;
  }
}

.page_index .partners-section .partners-content .partners-grid {
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-content .partners-grid {
    flex-direction: column;
  }
}

.page_index .partners-section .partners-content .partners-grid .partner-card {
  width: 355px;
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 30px;
  height: 180px;
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.page_index .partners-section .partners-content .partners-grid .partner-card:nth-child(6n) {
  margin-right: 0;
}

.page_index .partners-section .partners-content .partners-grid .partner-card:last-child {
  margin-right: 0;
}

.page_index .partners-section .partners-content .partners-grid .partner-card:nth-child(1) {
  width: calc(50% - 30px);
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-content .partners-grid .partner-card:nth-child(1) {
    width: 100%;
  }
}

.page_index .partners-section .partners-content .partners-grid .partner-card:nth-child(2) {
  width: calc(50% - 0px);
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-content .partners-grid .partner-card:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-content .partners-grid .partner-card {
    width: 100%;
    margin-right: 0;
  }
}

.page_index .partners-section .partners-content .partners-grid .partner-card .card-title {
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-weight: 600;
  color: #3d3d3d;
  margin-bottom: 15px;
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-content .partners-grid .partner-card .card-title {
    font-size: 16px;
  }
}

.page_index .partners-section .partners-content .partners-grid .partner-card .card-content {
  position: relative;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #121212;
}

.page_index .partners-section .partners-content .partners-grid .partner-card .card-content .text-wrap {
  position: relative;
  overflow: hidden;
}

.page_index .partners-section .partners-content .partners-grid .partner-card .card-content .text-wrap .float-img {
  float: right;
  text-align: center;
}

.page_index .partners-section .partners-content .partners-grid .partner-card .card-content .text-wrap .float-img img {
  width: 173px;
  height: 54px;
  object-fit: contain;
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-content .partners-grid .partner-card .card-content .text-wrap .float-img img {
    width: 50px;
    height: 25px;
    padding: 2px;
  }
}

.page_index .partners-section .partners-content .partners-grid .partner-card .card-content .text-wrap .wrap-text {
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .page_index .partners-section .partners-content .partners-grid .partner-card .card-content .text-wrap .wrap-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

.page_index .partners-section .partners-content .partners-grid .partner-card .card-content .text-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(2) {
  background-color: rgba(17, 44, 111, 0.6);
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(3) {
  background-color: rgba(17, 44, 111, 0.6);
}

.page_index .inter_standard {
  aspect-ratio: unset;
  height: 547px;
  background-position: center top;
  justify-content: flex-start;
  padding-top: 70px;
}

.page_index .inter_standard .item {
  box-shadow: unset !important;
}

@media screen and (max-width: 1100px) {
  .page_index .inter_standard {
    aspect-ratio: 1440/547;
    height: auto;
  }
}

.friend-box {
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1100px) {
  .friend-box {
    margin-top: 0 !important;
    padding-top: 20px !important;
  }
}

.friend-box .friend-content {
  width: 1126px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 45px;
}

@media screen and (max-width: 1100px) {
  .friend-box .friend-content {
    flex-direction: column;
    width: 100%;
  }
}

.friend-box .friend-content .friend-item {
  width: 200px;
  height: 78px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  margin-right: 30px;
  margin-bottom: 20px;
}

.friend-box .friend-content .friend-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.friend-box .friend-content .friend-item:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .friend-box .friend-content .friend-item {
    width: 100%;
    margin-right: 0;
  }
}

.ability_plan_page .detail_box_content {
  width: 100%;
  margin: 0 auto;
}

.ability_plan_page .block_content {
  width: 78.125%;
  margin: 0 auto;
}

.ability_plan_page .__fund_box__ {
  width: 78.125%;
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 50px;
}

.news_page_2 .news-tabs {
  width: 78.125%;
  margin: 0 auto;
  height: 52px;
  position: sticky;
  top: 93px;
  background-color: #ffffff;
  z-index: 888;
}

.news_page_2 .news-tabs .news-tab {
  height: 38px;
  border-radius: 21.74px;
  opacity: 1;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  padding: 7px 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.news_page_2 .news-tabs .news-tab.active {
  background-color: #0b308d;
  color: #ffffff;
}

.news_page_2 .news_content_2 {
  margin-top: 20px;
}

.__no-more__ {
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}

.lesson_tabs_box {
  position: sticky;
  top: 93px;
  background-color: #f8f8f8;
  z-index: 888;
}

@media screen and (max-width: 1100px) {
  .lesson_tabs_box {
    top: 0px;
  }
}

.lesson_tabs_box .news-tabs {
  width: 78.125%;
  margin: 0 auto;
  min-height: 52px;
}

@media screen and (max-width: 1100px) {
  .lesson_tabs_box .news-tabs {
    flex-wrap: wrap;
    padding: 5px 5px;
    width: 100%;
  }
}

.lesson_tabs_box .news-tabs .news-tab {
  height: 38px;
  border-radius: 21.74px;
  opacity: 1;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  padding: 7px 20px;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 2px;
}

.lesson_tabs_box .news-tabs .news-tab.active, .lesson_tabs_box .news-tabs .news-tab:hover {
  background-color: #0b308d;
  color: #ffffff;
}

@media screen and (max-width: 1100px) {
  .lesson_tabs_box .news-tabs .news-tab {
    font-size: 14px;
  }
}

.lesson_tabs_box .child-tabs {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 11%;
  min-height: 52px;
  background-color: #ffffff;
}

@media screen and (max-width: 1100px) {
  .lesson_tabs_box .child-tabs {
    flex-wrap: wrap;
    padding: 0px 10px;
    width: 100%;
  }
}

.lesson_tabs_box .child-tabs .child-tab {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  /* 灰色字 */
  color: #666666;
  margin-right: 30px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .lesson_tabs_box .child-tabs .child-tab {
    font-size: 13px;
  }
}

.lesson_tabs_box .child-tabs .child-tab.active, .lesson_tabs_box .child-tabs .child-tab:hover {
  color: #0b308d;
}

.lesson_tabs_box .child-tabs .child-tab.active::after, .lesson_tabs_box .child-tabs .child-tab:hover::after {
  content: "";
  width: 30px;
  height: 0px;
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  border-radius: 2px;
  /* #0B308D */
  border-top: 3px solid #0b308d;
}

@media screen and (max-width: 1100px) {
  .lesson_tabs_box .child-tabs .child-tab.active::after, .lesson_tabs_box .child-tabs .child-tab:hover::after {
    bottom: -5px;
  }
}

.lesson_page_content {
  margin-bottom: 115px !important;
}

.lesson_page_content .more_arr {
  color: #121212;
  font-size: 14px;
  opacity: 0.6;
}

.lesson_page_content .lesson_title {
  font-size: 28px;
  font-weight: normal;
  color: #121212;
}

.lesson_page_content .content-block-br {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 11%;
  padding-top: 30px;
}

@media screen and (max-width: 1100px) {
  .lesson_page_content .content-block-br {
    flex-direction: column;
    padding: 0 10px;
  }
}

.lesson_page_content .content-block-br .lesson_content_box .lesson_content {
  margin-top: 30px;
  box-sizing: border-box;
  padding: 30px;
  background: #ffffff;
  align-items: flex-start;
  box-shadow: 0px 6px 20px 0px rgba(226, 232, 248, 0.6039);
}

@media screen and (max-width: 1100px) {
  .lesson_page_content .content-block-br .lesson_content_box .lesson_content {
    flex-direction: column;
  }
}

.lesson_page_content .content-block-br .lesson_content_box .lesson_content .lesson_content_img {
  width: 252px;
  height: 178px;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 1100px) {
  .lesson_page_content .content-block-br .lesson_content_box .lesson_content .lesson_content_img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.lesson_page_content .content-block-br .lesson_content_box .lesson_content .lesson_content_text {
  width: calc(100% - 282px);
  margin-left: 30px;
}

@media screen and (max-width: 1100px) {
  .lesson_page_content .content-block-br .lesson_content_box .lesson_content .lesson_content_text {
    width: calc(100%);
    margin-left: 0px;
  }
}

.lesson_page_content .content-block-br .lesson_content_box .lesson_content .lesson_content_text .lesson_content_text_title {
  font-size: 22px;
  font-weight: normal;
  line-height: 22px;
  color: #121212;
  margin-bottom: 30px;
}

.lesson_page_content .content-block-br .lesson_content_box .lesson_content .lesson_content_text .lesson_content_text_content {
  color: #121212;
  opacity: 0.6;
  font-size: 16px;
}

.lesson_page_content .content-block-br .grid-content {
  padding-top: 57px;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .lesson_page_content .content-block-br .grid-content {
    flex-direction: column;
  }
}

.lesson_page_content .content-block-br .grid-content .grid-item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .lesson_page_content .content-block-br .grid-content .grid-item {
    width: 100%;
  }
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-title {
  font-size: 28px;
  color: #121212;
  margin-bottom: 30px;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-content_box {
  margin-top: 30px;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-content {
  box-sizing: border-box;
  padding: 25px;
  box-shadow: 0px 6px 20px 0px rgba(226, 232, 248, 0.6039);
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-content .grid-item-content_img {
  width: 100%;
  height: 142px;
  border-radius: 10px;
  overflow: hidden;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-content .grid-item-content_img .img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-content .lesson_content_list_item {
  font-size: 16px;
  color: #121212;
  margin-bottom: 20px;
  line-height: 1.25;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-content .lesson_content_list_item:last-child {
  margin-bottom: 0;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-content .lesson_content_list_item .lesson_content_list_item_title {
  width: calc(100% - 140px);
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-content .lesson_content_list_item .lesson_content_list_item_title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #c7c7c7;
  border-radius: 50%;
  margin-right: 10px;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-content .lesson_content_list_item .lesson_content_list_item_title .title_item {
  width: 100%;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-content .lesson_content_list_item .lesson_content_list_item_time {
  color: #777777;
  font-size: 14px;
  width: calc(130px);
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-ls {
  align-items: flex-start;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-ls:nth-child(2) {
  margin: 20px 0;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-ls .grid-item-ls_img {
  width: 140px;
  height: 104px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-ls .grid-item-ls_text {
  width: calc(100% - 140px);
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-ls .grid-item-ls_text .grid-item-ls_text_title {
  font-size: 16px;
  font-weight: normal;
  color: #121212;
  margin-bottom: 15px;
}

.lesson_page_content .content-block-br .grid-content .grid-item .grid-item-ls .grid-item-ls_text .grid-item-ls_text_content {
  opacity: 0.6;
  font-size: 14px;
  font-weight: 300;
  color: #121212;
}

.moke-page .block_content_2 {
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .moke-page .block_content_2 {
    flex-direction: column;
    justify-content: center;
  }
}

.moke-page .block_content_2 .left_block {
  width: calc(65% - 20px);
}

@media screen and (max-width: 1100px) {
  .moke-page .block_content_2 .left_block {
    width: 100%;
    margin-bottom: 30px;
  }
}

.moke-page .block_content_2 .right_block {
  width: calc(35% - 20px);
}

@media screen and (max-width: 1100px) {
  .moke-page .block_content_2 .right_block {
    width: 100%;
  }
}

.moke-page .block_content_2 .li-style {
  margin-bottom: 20px;
}

.moke-page .block_content_2 .li-style .li-style-title {
  color: #0b308d;
  margin-bottom: 6px;
}

.moke-page .block_content_2 .li-style .li-style-title::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/staticImg/arrow-right-s-fill-2x.png") no-repeat center center;
  background-size: 100% 100%;
}

.moke-page .block_content_2 .li-style .li-pre {
  padding-left: 24px;
  box-sizing: border-box;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 0;
  color: #121212;
}

.moke-page .block_content_2 .img_mb_box {
  width: 370px;
  height: 367px;
}

.moke-page .block_content_2 .img_mb_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .moke-page .block_content_2 .img_mb_box {
    width: 100%;
    object-fit: contain;
  }
}

.moke-page .block_content_3 {
  width: 100%;
}

.moke-page .block_content_3 .person_box {
  align-items: flex-start;
}

.moke-page .block_content_3 .person_box .person_img {
  width: 145px;
  height: 188px;
  border-radius: 20px;
  overflow: hidden;
}

.moke-page .block_content_3 .person_box .person_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0em;
  color: #121212;
  width: calc(100% - 145px);
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 12px;
}

.moke-page .block_content_4 {
  margin-top: 30px;
  margin-bottom: 100px;
}

.management-training-page .detail_box_content {
  margin-bottom: 100px;
}

.management-training-page .training_item {
  border-bottom: 1px solid #e2e8f8;
  box-sizing: border-box;
  padding: 20px 0;
  width: 78.125%;
  margin: 0 auto;
}

.management-training-page .training_item .left_info {
  width: 90%;
}

.management-training-page .training_item .left_info .title {
  opacity: 1;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 16px;
  color: #121212;
}

.management-training-page .training_item .left_info .time {
  opacity: 1;
  font-family: 思源黑体;
  font-size: 14px;
  color: #777777;
}

.management-training-page .training_item::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/staticImg/xiazai-42x.png") no-repeat center center;
  background-size: 100% 100%;
}

.management-training-page .training_item:hover::after {
  background: url("../images/staticImg/xiazai-4.png") no-repeat center center;
  background-size: 100% 100%;
}

.public-lecture-page .public-lecture-content {
  width: 78.125%;
  margin: 0 auto;
  padding-top: 50px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media screen and (max-width: 1100px) {
  .public-lecture-page .public-lecture-content {
    flex-direction: column;
  }
}

.public-lecture-page .public-lecture-content .public-lecture_item {
  width: calc(33% - 30px);
  margin-right: 30px;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 6px 20px 0px rgba(226, 232, 248, 0.6039);
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .public-lecture-page .public-lecture-content .public-lecture_item {
    width: 100%;
  }
}

.public-lecture-page .public-lecture-content .public-lecture_item .public-lecture_img {
  width: 100%;
  aspect-ratio: 355/201.8;
  position: relative;
}

.public-lecture-page .public-lecture-content .public-lecture_item .public-lecture_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-lecture-page .public-lecture-content .public-lecture_item .public-lecture_img .play_time {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 41px;
  opacity: 1;
  text-align: right;
  box-sizing: border-box;
  padding: 10px 15px;
  background: linear-gradient(180deg, transparent 0%, #000000 100%);
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-align: right;
  letter-spacing: 0em;
  /* 纯白 */
  color: #ffffff;
}

.public-lecture-page .public-lecture-content .public-lecture_item .public-lecture_info {
  padding: 20px 25px;
  width: 100%;
  box-sizing: border-box;
}

.public-lecture-page .public-lecture-content .public-lecture_item .public-lecture_info .title {
  opacity: 1;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 16px;
  color: #121212;
}

.public-lecture-page .public-lecture-content .public-lecture_item .public-lecture_info .time {
  opacity: 1;
  font-family: 思源黑体;
  font-size: 14px;
  color: #777777;
}

.teacher-page .teacher_box_content {
  margin-top: 50px;
  margin-bottom: 100px;
}

.teacher-page .teacher_box_content_list {
  flex-wrap: wrap;
  width: 78.125%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .teacher-page .teacher_box_content_list {
    flex-direction: column;
  }
}

.teacher-page .teacher_box_content_list .teacher_item {
  width: calc(50% - 15px);
  aspect-ratio: 547/235;
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box;
  padding: 30px;
  margin-right: 30px;
  background: #FFFFFF;
  margin-bottom: 30px;
  box-shadow: 0px 20px 40px 0px rgba(226, 232, 248, 0.6039);
}

.teacher-page .teacher_box_content_list .teacher_item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .teacher-page .teacher_box_content_list .teacher_item {
    width: 100%;
    margin-right: 0px;
  }
}

.teacher-page .teacher_box_content_list .teacher_item .avar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  margin-right: 20px;
}

.teacher-page .teacher_box_content_list .teacher_item .avar img {
  width: 100%;
  object-fit: cover;
}

.teacher-page .teacher_box_content_list .teacher_item .teacher_item_info {
  color: #121212;
  font-size: 20px;
  width: calc(100% - 100px);
}

.teacher-page .teacher_box_content_list .teacher_item .teacher_item_info .teacher_item_info_title {
  font-size: 14px;
  color: #0B308D;
}

.teacher-page .teacher_box_content_list .teacher_item .teacher_item_info_content {
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0em;
  color: #666666;
  margin-top: 15px;
}

.five_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.certificate-sample-page .certificate-sample {
  flex-wrap: wrap;
  width: 78.125%;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1100px) {
  .certificate-sample-page .certificate-sample {
    flex-direction: column;
  }
}

.certificate-sample-page .certificate-sample .certificate-sample-item {
  width: calc(25% - 24px);
  margin-right: 24px;
}

.certificate-sample-page .certificate-sample .certificate-sample-item:nth-child(4n) {
  margin-right: 0;
}

.certificate-sample-page .certificate-sample .certificate-sample-item .certificate-sample-item-img {
  width: 100%;
  aspect-ratio: 263/370;
}

.certificate-sample-page .certificate-sample .certificate-sample-item .certificate-sample-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificate-sample-page .certificate-sample .certificate-sample-item .certificate-sample-item-title {
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 16px;
  text-align: center;
  color: #121212;
  box-sizing: border-box;
  padding: 15px;
}

.comment-detail-page .detail-content-box {
  width: 78.125%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.comment-detail-page .detail-content-box .title-info {
  border-bottom: 1px solid #E7EBF0;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.comment-detail-page .detail-content-box .title-info .title {
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  color: #121212;
  margin-bottom: 19px;
  text-align: center;
}

.comment-detail-page .detail-content-box .title-info .time {
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0em;
  color: #777777;
}

.comment-detail-page .detail-content-box .rich_box {
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 16px;
  letter-spacing: 0em;
  color: #121212;
}
