.page_banner .img.img_aba {
  width: 50.9375%;
  --h: 97.2392638%;
}
.page_banner .head {
  padding-bottom: 13.2rem;
}
.page_banner .head p {
  max-width: 52rem;
  margin-top: 2.6rem;
}
.home_highlights {
  background-color: var(--bg);
  border: 1px solid var(--border);
  padding: 11.1rem 0 12.4rem;
}
.home_highlights h2 {
  max-width: 60rem;
}
.home_highlights .flex {
  margin-top: 5.2rem;
}
.home_highlights .image {
  width: 47.5%;
  clip-path: polygon(0 0, calc(100% - var(--cp)) 0, 100% var(--cp), 100% 100%, var(--cp) 100%, 0 calc(100% - var(--cp)));
  background-color: #fff;
  --cp: 1.8rem;
}
.home_highlights .image::before {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: var(--border);
  transition: all 0.3s;
  clip-path: polygon(evenodd, 0 0, calc(100% - var(--cp)) 0, 100% var(--cp), 100% 100%, var(--cp) 100%, 0 calc(100% - var(--cp)), 0 0, -1px -1px, 1px 1px, 1px calc(100% - var(--cp) - 0.5px), calc(var(--cp) + 0.5px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(var(--cp) + 0.5px), calc(100% - var(--cp) - 0.5px) 1px, 1px 1px);
}
.home_highlights .image .img {
  padding-bottom: 77.15654952%;
}
.home_highlights .image + .info {
  max-width: 60rem;
}
.home_highlights .info {
  flex: 1;
  width: 100%;
  padding-top: 0.6rem;
}
.home_highlights .info p {
  color: var(--text);
  line-height: 2.4rem;
}
.home_highlights .info p + p {
  margin-top: 2.4rem;
}
.home_highlights .info ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.9rem 1.7rem;
  margin-top: 3.5rem;
}
.home_highlights .info ul li {
  background-color: #fff;
  border-left: 0.3rem solid var(--tertiary);
  padding: 1.7rem 2.5rem 1.1rem;
}
.home_highlights .info ul strong {
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
}
.home_highlights .info ul p {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.home_highlights .info .btn_line {
  margin-top: 3.5rem;
}
.home_about {
  padding: 14.4rem 0 4rem;
  overflow: hidden;
}
.home_about .head {
  flex: 1;
  width: 100%;
  max-width: 59rem;
  padding-bottom: 1.2%;
}
.home_about p {
  max-width: 54.2rem;
  margin-top: 4.2rem;
}
.home_about p + p {
  margin-top: 2.4rem;
}
.home_about .btn_line {
  margin-top: 4.9rem;
}
.home_about .image {
  position: relative;
  width: 71.59090909%;
  margin-right: -22.72727273%;
  padding: 0 0 4.6969697% 2.1212121%;
}
.home_about .image .img {
  padding-bottom: 64.34023991%;
}
.home_about .image .num_box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: var(--primary);
  color: #fff;
  display: inline-grid;
  grid-template-columns: 6rem 1fr;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 83.8% 100%, 0 100%);
  min-height: 17.64%;
  min-width: 57.99%;
  padding: 2rem 5.5rem 2rem 4.1rem;
  gap: 2.7rem;
}
.home_about .image .num_box .icon {
  padding-bottom: 100%;
}
.home_about .image .num_box strong {
  font-size: 3.6rem;
  font-weight: 600;
}
.home_about .image .num_box p {
  opacity: 0.8;
  text-transform: uppercase;
  margin-top: 2px;
  font-weight: 300;
  letter-spacing: 0.012rem;
}
.home_advantages {
  padding: 2.5rem 0 6.6rem;
}
.home_applications {
  background-color: var(--bg);
  border: 1px solid var(--border);
  padding: 11.2rem 0 9.5rem;
}
.home_applications .main {
  margin-top: 5rem;
}
.home_applications .main .lt {
  width: 25%;
  max-width: 25.7rem;
  min-width: 20rem;
}
.home_applications .main .rt {
  flex: 1;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 3.030303% 6.4393939%;
}
.home_applications .nav {
  --w: 3.6rem;
}
.home_applications .nav .nav_item {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2rem;
  font-weight: 500;
  color: #596075;
  padding: 1.8rem 1.7rem 1.85rem;
  gap: 1.4rem;
}
.home_applications .nav .nav_item::before {
  position: absolute;
  width: calc(100% + var(--w));
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  pointer-events: none;
  background-color: var(--primary);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--w)) 100%, 0 100%);
  transition: all 0.4s, opacity 0.3s;
  transform: scaleX(0.8);
  opacity: 0;
  transform-origin: left center;
}
.home_applications .nav .nav_item.active {
  color: #fff;
  font-weight: 600;
}
.home_applications .nav .nav_item.active .icon {
  filter: contrast(0) brightness(2);
}
.home_applications .nav .nav_item.active::before {
  transform: scale(1);
  opacity: 1;
}
.home_applications .nav .icon {
  padding-bottom: 100%;
  transition: all 0.3s;
}
.home_applications .home_applications_swiper {
  overflow: hidden;
  margin-bottom: 2px;
}
.home_applications .home_applications_swiper .flex {
  height: 100%;
}
.home_applications .home_applications_swiper .img {
  width: 53.87205387%;
  --h: 88.125%;
}
.home_applications .home_applications_swiper .info {
  flex: 1;
  width: 100%;
  max-width: 31.8rem;
  padding-top: 2.6%;
}
.home_applications .home_applications_swiper .info .title {
  font-size: 3rem;
  font-weight: 600;
}
.home_applications .home_applications_swiper .info .desc {
  line-height: 2.4rem;
  color: var(--text);
  max-width: 30.1rem;
  margin-top: 2.2rem;
}
.home_applications .home_applications_swiper .info .btn_line {
  margin-top: 2.5rem;
}
.home_news {
  padding: 8.8rem 0 14.4rem;
}
.home_news .list {
  margin-top: 4rem;
}
.home_news .list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.1rem 5%;
}
.home_news .nw_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 100%;
  border-bottom: 1px solid #e0e0e0;
  gap: 3.3rem 2rem;
  padding: 0.5rem 0 2.9rem;
}
.home_news .nw_item:hover img {
  transform: scale(1.03);
}
.home_news .nw_item:hover .title {
  text-decoration-color: var(--title);
}
.home_news .nw_item .image {
  position: relative;
  width: 42.42424242%;
  align-self: center;
  padding-top: 1.3rem;
}
.home_news .nw_item .cat {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 88.9% 100%, 0 100%);
  line-height: 3.3rem;
  padding: 0 2.4rem 0 2.1rem;
  min-width: 11.4rem;
  letter-spacing: 0.05rem;
}
.home_news .nw_item .img {
  padding-bottom: 63.53383459%;
}
.home_news .nw_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5% 0 0.5%;
}
.home_news .nw_item .info .text {
  flex: 1;
}
.home_news .nw_item .date {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text);
  text-transform: uppercase;
}
.home_news .nw_item .title {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: underline transparent;
  margin-top: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_news .nw_item .btn_i {
  margin-top: 1rem;
}
.home_news .lar {
  grid-row: span 3;
  align-self: start;
}
.home_news .lar .nw_item {
  border-bottom: none;
  padding: 0;
  flex-direction: column;
}
.home_news .lar .image {
  width: 100%;
  padding-top: 1.2rem;
}
.home_news .lar .img {
  padding-bottom: 63.79585327%;
}
.home_news .lar .info {
  padding: 0;
}
.home_news .lar .date {
  font-size: 1.6rem;
  padding-bottom: 1px;
}
.home_news .lar .title {
  font-size: 2.4rem;
}
.home_news p.right:has(.btn_line) {
  text-align: right;
  margin-top: 0.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .home_about .image {
    margin-right: 0;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .home_highlights {
    padding: 50px 0;
  }
  .home_highlights .flex {
    margin-top: 30px;
  }
  .home_highlights .image {
    --cp: 10px;
  }
  .home_highlights .info {
    padding: 0;
  }
  .home_highlights .info p {
    line-height: 1.5;
  }
  .home_highlights .info p + p {
    margin-top: 12px;
  }
  .home_highlights .info ul {
    margin-top: 20px;
    gap: 14px;
  }
  .home_highlights .info ul li {
    padding: 14px;
    border-left-width: 2px;
  }
  .home_highlights .info ul strong {
    font-size: 18px;
  }
  .home_highlights .info ul p {
    font-size: 14px;
    margin-top: 5px;
  }
  .home_highlights .info .btn_line {
    margin-top: 20px;
  }
  .home_about {
    padding: 50px 0 30px;
  }
  .home_about .head {
    padding: 0;
  }
  .home_about .image {
    margin-right: 0;
    width: 50%;
  }
  .home_about .image .num_box {
    grid-template-columns: 32px 1fr;
    padding: 14px 35px 14px 20px;
    gap: 12px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
  .home_about .image .num_box strong {
    font-size: 20px;
  }
  .home_about .image .num_box p {
    margin-top: 0;
    letter-spacing: unset;
  }
  .home_advantages {
    padding: 30px 0 50px;
    overflow: hidden;
  }
  .home_advantages .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .home_applications {
    padding: 50px 0;
  }
  .home_applications .main {
    margin-top: 20px;
    display: block;
  }
  .home_applications .main .lt {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
  .home_applications .main .rt {
    padding: 20px;
    margin-top: 30px;
  }
  .home_applications .nav {
    --w: 0;
  }
  .home_applications .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    display: flex;
    gap: 14px;
  }
  .home_applications .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_applications .nav .nav_item {
    grid-template-columns: 40px 1fr;
    font-size: 16px;
    gap: 10px;
    padding: 5px 20px 5px 10px;
    white-space: nowrap;
  }
  .home_applications .nav .nav_item::before {
    width: 100%;
    transform: scale(1);
  }
  .home_applications .home_applications_swiper {
    margin: 0;
  }
  .home_applications .home_applications_swiper .img {
    width: 44%;
  }
  .home_applications .home_applications_swiper .info {
    padding: 0;
  }
  .home_applications .home_applications_swiper .info .title {
    font-size: 18px;
  }
  .home_applications .home_applications_swiper .info .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_applications .home_applications_swiper .info .btn_line {
    margin-top: 20px;
  }
  .home_news {
    padding: 50px 0;
  }
  .home_news .list {
    margin-top: 30px;
  }
  .home_news .list ul {
    gap: 20px 16px;
  }
  .home_news .list .nw_item {
    gap: 20px;
    padding: 0 0 20px;
  }
  .home_news .list .nw_item .image {
    padding-top: 10px;
  }
  .home_news .list .nw_item .image .cat {
    line-height: 2;
    padding: 0 16px 0 12px;
    min-width: 80px;
    letter-spacing: unset;
  }
  .home_news .list .nw_item .info {
    padding: 0;
  }
  .home_news .list .nw_item .info .date {
    font-size: 14px;
    padding: 0;
  }
  .home_news .list .nw_item .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .home_news .list .nw_item .info .btn_i {
    margin-top: 20px;
  }
  .home_news p.right:has(.btn_line) {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .home_highlights .image {
    width: 100%;
  }
  .home_about .image {
    width: 100%;
    order: -1;
  }
  .home_applications .home_applications_swiper .img {
    width: 100%;
  }
  .home_news .list ul {
    grid-template-columns: 1fr;
  }
}
