.staecore-home-projects {
  padding: 66px 0 72px;
  background: #f3f5f4;
}

.staecore-home-projects .head_block {
  margin-bottom: 28px;
}

.staecore-home-projects .head_block .title {
  color: #22272a;
}

.staecore-home-projects .head_block .remark {
  max-width: 900px;
  color: #626a6f;
  line-height: 1.7;
}

.staecore-home-projects .index_section5_box {
  width: calc(100% - 48px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 52px;
}

.staecore-home-projects .index_section5_box .swiper-container {
  overflow: hidden;
  padding: 0;
}

.staecore-home-projects .index_section5_box .swiper-wrapper {
  align-items: stretch;
}

.staecore-home-projects .index_section5_box .swiper-slide {
  height: auto;
}

.staecore-home-projects .index_section5_box .item {
  height: 100%;
  overflow: hidden;
  border: 1px solid #dce1e2;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(29, 38, 42, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.staecore-home-projects .index_section5_box .item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(29, 38, 42, .13);
}

.staecore-home-projects .index_section5_box .item > a {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.staecore-home-projects .index_section5_box .item .img_box {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe4e3;
}

.staecore-home-projects .index_section5_box .item .img_box::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  background: linear-gradient(180deg, rgba(18, 25, 28, 0) 72%, rgba(18, 25, 28, .12) 100%);
  content: "";
  pointer-events: none;
}

.staecore-home-projects .index_section5_box .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.04);
  transition: transform .45s ease;
}

.staecore-home-projects .index_section5_box .item:hover .img_box img {
  transform: scale(1.025);
}

.staecore-home-projects .index_section5_box .item .txt {
  position: static;
  display: flex;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 218px;
  flex: 1;
  flex-direction: column;
  margin: 0;
  padding: 19px 20px 20px;
  color: #252a2d;
  font-family: RobotoRegular, Arial, sans-serif;
  text-align: left;
}

.staecore-home-projects .project-meta {
  display: flex;
  min-height: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.staecore-home-projects .project-meta small,
.staecore-home-projects .project-meta b {
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.staecore-home-projects .project-meta small {
  color: #f36f21;
}

.staecore-home-projects .project-meta b {
  color: #858b8e;
}

.staecore-home-projects .index_section5_box .item .txt h3 {
  display: -webkit-box;
  min-height: 52px;
  overflow: hidden;
  margin: 0 0 10px;
  color: #24292c;
  font-family: RobotoBold, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.36;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.staecore-home-projects .index_section5_box .item .txt .remark {
  display: -webkit-box;
  min-height: 64px;
  overflow: hidden;
  margin: 0 0 14px;
  color: #676f73;
  font-family: RobotoRegular, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.staecore-home-projects .index_section5_box .item .txt > span {
  align-self: flex-start;
  margin-top: auto;
  padding: 7px 0 0;
  border-top: 2px solid #f36f21;
  background: transparent;
  color: #343a3d;
  font-family: RobotoBold, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  transition: color .25s ease;
}

.staecore-home-projects .index_section5_box .item:hover .txt > span {
  background: transparent;
  color: #f36f21;
}

.staecore-home-projects .swiper-button-prev,
.staecore-home-projects .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 1px solid #d6dbdc;
  border-radius: 50%;
  background-color: #fff;
  background-size: 12px auto;
  box-shadow: 0 8px 20px rgba(29, 38, 42, .09);
}

.staecore-home-projects .index_section5_box .swiper-button-prev {
  left: 0;
}

.staecore-home-projects .index_section5_box .swiper-button-next {
  right: 0;
}

@media (max-width: 1080px) {
  .staecore-home-projects .index_section5_box {
    padding: 0 48px;
  }
}

@media (max-width: 640px) {
  .staecore-home-projects {
    padding: 44px 0 50px;
  }

  .staecore-home-projects .head_block {
    margin-bottom: 22px;
  }

  .staecore-home-projects .index_section5_box {
    width: 100%;
    padding: 0 14px;
  }

  .staecore-home-projects .index_section5_box .item .txt {
    min-height: 214px;
    padding: 17px 17px 18px;
  }

  .staecore-home-projects .index_section5_box .item .txt h3 {
    min-height: 50px;
    margin-bottom: 9px;
    font-size: 18px;
  }

  .staecore-home-projects .index_section5_box .item .txt .remark {
    min-height: 63px;
    font-size: 13px;
  }

  .staecore-home-projects .swiper-button-prev,
  .staecore-home-projects .swiper-button-next {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .staecore-home-projects .index_section5_box .item,
  .staecore-home-projects .index_section5_box .item .img_box img {
    transition: none;
  }
}
