@charset "UTF-8";
.banner_box_sub {
  width: 100%;
  height: calc(var(--top-navigation-all-height) + 20rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  padding-top: var(--top-navigation-all-height);
}
.banner_box_sub img {
  width: 100%;
  height: calc(100% - var(--top-navigation-all-height));
  object-fit: cover;
  position: absolute;
  z-index: 1;
}
.banner_box_sub .new_img_phone {
  display: none;
}
.banner_box_sub .width_1200 {
  z-index: 2;
}
.banner_box_sub .banner_test_a {
  font-size: 2.2rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 3.1rem;
}
.banner_box_sub .banner_test_b {
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 2.5rem;
}

.new_btn_product_big {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.85rem;
  margin-bottom: 0.8rem;
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.new_btn_product_big img {
  width: 1.1rem;
  height: 1.1rem;
}
.new_btn_product_big .right_box {
  transform: scaleX(-1);
}

.new_btn_product {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}

.new_btn_product_scroll::-webkit-scrollbar {
  display: none; /* 隐藏滚动条（Chrome/Safari） */
}

.new_btn_product_scroll.new_btn_product_scroll_100 {
  width: 100%;
}

.new_btn_product_scroll {
  width: calc(100% - 3.4rem);
  overflow-x: auto;
  scroll-behavior: smooth; /* 平滑滚动 */
  scrollbar-width: none; /* 隐藏滚动条（Firefox） */
  -ms-overflow-style: none; /* 隐藏滚动条（IE/Edge） */
}
.new_btn_product_scroll .new_btn_product_item.is-active {
  background: var(--el-color-primary);
  color: #ffffff;
}
.new_btn_product_scroll .new_btn_product_item {
  min-width: 7.5rem;
  background: #d8d8d8;
  color: #666666;
  border-radius: 1rem;
  line-height: 2rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.7rem;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 1.2rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.home_title_left {
  font-size: 1.5rem;
  color: #262729;
  line-height: 2.1rem;
  text-align: start;
  position: relative;
}

.home_title_left_sub {
  font-weight: 400;
  font-size: 0.7rem;
  color: #666666;
  line-height: 0.75rem;
  text-align: center;
  margin-top: 1.15rem;
}

.home_title_left::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.1rem;
  background: var(--el-color-primary);
  border-radius: 1px;
  position: absolute;
  left: 0;
  margin: auto;
  top: 2.4rem;
}

.new_center_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.new_center_box .new_left_box {
  width: calc(100% - 18.5rem);
}
.new_center_box .new_left_box .new_item_box:hover .new_img img {
  transform: scale(1.1);
}
.new_center_box .new_left_box .new_item_box:hover .new_title {
  color: var(--el-color-primary);
}
.new_center_box .new_left_box .new_item_box {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 0.7rem;
  color: #666666;
  line-height: 1.2rem;
  cursor: pointer;
}
.new_center_box .new_left_box .new_item_box .new_time_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999999;
  line-height: 0.95rem;
}
.new_center_box .new_left_box .new_item_box .new_time_box img {
  width: 0.95rem;
  height: 0.95rem;
  margin-right: 0.6rem;
}
.new_center_box .new_left_box .new_item_box .new_img {
  position: relative;
  width: 14.2rem;
  height: 8.8rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.new_center_box .new_left_box .new_item_box .new_img img {
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s linear;
}
.new_center_box .new_left_box .new_item_box .new_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #164a59;
  opacity: 0.3;
  z-index: 111;
}
.new_center_box .new_left_box .new_item_box .new_item_right {
  width: calc(100% - 16.2rem);
}
.new_center_box .new_left_box .new_item_box .new_title {
  width: 100%;
  font-weight: 500;
  font-size: 0.9rem;
  color: #262729;
  line-height: 1.25rem;
  margin-top: 1px;
}
.new_center_box .new_left_box .new_item_box .new_info {
  height: 3.6rem;
  width: 100%;
  margin-bottom: 1.85rem;
  margin-top: 0.6rem;
}

.new_border_bottom {
  border-bottom: 1px solid #eaeced;
}

.loading_box {
  height: 2.35rem;
  text-align: center;
  line-height: 2.35rem;
  background-color: transparent;
  position: relative;
}

@media screen and (max-width: 767px) {
  .banner_box_sub {
    height: calc(var(--top-navigation-all-height) + 19.8rem);
  }
  .banner_box_sub .new_img_pc {
    display: none;
  }
  .banner_box_sub .new_img_phone {
    display: unset;
  }
  .banner_box_sub .banner_test_a {
    font-size: 2.2rem;
    line-height: 3.1rem;
  }
  .banner_box_sub .banner_test_b {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .banner_box_sub .banner_test_b.f-m-t-2 {
    margin-top: 2.1rem;
  }
  .banner_box_sub .banner_test_b.f-m-b-30 {
    margin-bottom: 1.8rem;
  }
  .home_title_left {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-align: center;
  }
  .home_title_left.f-m-t-46 {
    margin-top: 3rem;
  }
  .home_title_left.f-m-b-26 {
    margin-bottom: 1.4rem;
  }
  .home_title_left::after {
    width: 1.6rem;
    top: 3rem;
    right: 0;
  }
  .new_center_box .new_left_box {
    width: 100%;
  }
  .new_center_box .new_left_box .new_item_box {
    padding: 2rem 0;
    font-size: 1.3rem;
  }
  .new_center_box .new_left_box .new_item_box .new_img {
    width: 8rem;
    height: 8rem;
  }
  .new_center_box .new_left_box .new_item_box .new_item_right {
    width: calc(100% - 9.1rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .new_center_box .new_left_box .new_item_box .new_title {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 0.5rem;
  }
  .new_center_box .new_left_box .new_item_box .new_title.ellipsis_one {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: unset;
  }
  .new_center_box .new_left_box .new_item_box .new_info {
    display: none;
  }
  .new_center_box .new_left_box .new_item_box .new_time_box {
    justify-content: flex-start;
    margin-bottom: 0.7rem;
  }
  .new_center_box .new_left_box .new_item_box .new_time_box img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
  }
  .new_btn_product {
    gap: 0;
  }
  .new_btn_product .new_btn_product_item:not(:last-child) {
    margin-right: 1rem;
  }
  .new_btn_product_big {
    margin-top: 0;
  }
  .new_btn_product_scroll .new_btn_product_item {
    border-radius: 1.25rem;
    line-height: 2.5rem;
    font-size: 1.3rem;
    min-width: 8.9rem;
    padding: 0 1.2rem;
    height: 2.5rem;
  }
  #scroll-left-btn,
  #scroll-right-btn {
    display: none;
  }
}
