.news-banner .jrs-line { display: none; }

.area-content {
  max-width: min(1240px, 92vw) !important;
  padding-left: clamp(12px, 2.5vw, 24px);
  padding-right: clamp(12px, 2.5vw, 24px);
}


.area1 {
  background: #F5F8F9;
}

.area1 .breadcrumb {
  margin-top: 42px;
  margin-bottom: 81px;
  border-radius: 8px;
  background: #F5F5F5;
  width: fit-content;
  padding: 6px 10px;

  color: #212121;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.24px;
  transition: all .3s;

  background-color: #fff;
}

.area1 .breadcrumb:hover {
  transform: scale(1.1);
}



.news-banner-bg img {
  transform: scale(1.1);
}


/* .a1-title {
  margin-top: 80px;
} */

.a1-title-t1 {
  color: #212121;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: clamp(1.375rem, 4vw, 3.125rem); /* 22px - 50px */
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1.75rem, 4.6vw, 3.625rem); /* 28px - 58px */
  letter-spacing: 0.06em;
}

.a1-title-t2 {
  margin-top: 25px;
  color: #212121;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: clamp(0.875rem, 2.4vw, 1.25rem); /* 14px - 20px */
  font-style: normal;
  font-weight: 300;
  line-height: clamp(1rem, 2vw, 1.25rem); /* 16px - 20px */
  letter-spacing: 0.04em;
}

.a1-content {
  margin-top: clamp(42px, 3.3vw, 60px);
}

.a1-content-category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px 7px;
  margin-bottom: 46px;
}

.a1-content-category > div.active > a {
  background: #ff6e00;
  color: #fff;
}


.left-slide-content-item.active > a {
  background: #ff6e00;
  color: #fff;
}

@media screen and (min-width: 1100px) {
  .a1-content-category > div {
    flex: 1;
    flex-shrink: 0 !important;
  }
}

.a1-content-category-item {
  flex-shrink: 0;
  border-radius: 50px;
  background: #fff;
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;

  min-height: 44px; /* 触摸目标面积 */
  height: 52px;

  flex: 1 1 auto;
  min-width: 165px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 clamp(12px, 2vw, 20px);
  transition: all .3s;
}

.a1-content-category-item:hover {
  background: #ff6e00;
  color: #fff;
}


.a1-content-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.6vw, 16px);
}

.a1-content-list-item {
  position: relative;
  border-radius: 0;
  background: linear-gradient(135deg, #fff 0%, #b6c8e5 100%);
  border: 1px solid #EAEAEA;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.a1-content-list-item img {
  transition: all .3s;
}
.a1-content-list-item:hover img {
  transform: scale(1.1);
}

.a1-content-list-item-cover {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.a1-content-list-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a1-content-list-item-content {
  width: 100%;
  height: 250px;
  transform: translateY(0px);
  transition: all .3s;
}




.a1-content-list-item-features {
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: all .3s;
}

.a1-content-list-item-features-item-icon {
  width: clamp(16px, 2.2vw, 20px);
  height: clamp(16px, 2.2vw, 20px);
}

.a1-content-list-item-features-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a1-content-list-item-features-item > div {
  margin-top: 8px;

  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: clamp(0.625rem, 1.6vw, 0.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.a1-content-list-item-title {
  position: relative;
  z-index: 10;
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  width: 100%;
  background: #FFF;
  height: 60px;
  transition: all .3s;
  padding: 0 5%;

  display: flex;
  align-items: center;
  justify-content: center;
}


.a1-content-list-item-warp {
  transition: all .3s;
}
.a1-content-list-item-warp:hover {
  box-shadow: -5px 10px 10px 0 #0000000d;
}

.a1-content-more {
  margin-top: 72px;
}

.a1-content-more a {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  min-height: 44px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #212121;

  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.02em;

  display: flex;
  align-items: center;
  justify-content: center;
}

.area2 {
  padding-top: 153px;
  padding-bottom: 116px;
  background: #F5F8F9;
}

.a2-title-t1 {
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: clamp(1.375rem, 4vw, 3.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1.75rem, 4.6vw, 3.625rem);
  letter-spacing: 0.06em;
}

.a2-title-t2 {
  margin-top: 25px;
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: clamp(0.875rem, 2.4vw, 1.25rem);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0.04em;
}

.a2-title {
  margin-bottom: 120px;
}

.a2-content-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(12px, 2.4vw, 25px) clamp(16px, 3vw, 54px);
}

.a2-content-list-item {
  flex-shrink: 0;
  display: inline-flex;
  padding: clamp(10px, 1.6vw, 13px) clamp(20px, 4vw, 52px);
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  background: #F5F5F5;
  min-height: 44px;
}

.a2-content-more {
  margin-top: 52px;
}

.a2-content-more a {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  min-height: 44px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #212121;

  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.02em;

  display: flex;
  align-items: center;
  justify-content: center;
}


.a2-content-list-item {
  transition: all .3s;
}

.a1-content img,
.a2-content img {
  max-width: 100%;
  /* height: auto; */
}

.a2-content-table {
  display: flex;
  border: 1px solid #EAEAEA;
  max-height: 600px;
}

.a2-content-table-left {
  flex: 461;
  background: #F8F8F8;
  padding: 21px 26px;
  padding-right: 0;
}

.a2-content-table-left-item {
  display: flex;
  gap: 15px;
  /* background-color: #fff; */

  padding: 15px 20px;
  border-radius: 6px 0 0 6px;
}

.a2-content-table-left-item.active {
  background-color: #fff;
}

.a2-content-table-left-item-icon {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.34px;
}

.a2-content-table-left > .a2-content-table-left-item:nth-child(1) .a2-content-table-left-item-icon {
  color: #e70000;
}

.a2-content-table-left > .a2-content-table-left-item:nth-child(2) .a2-content-table-left-item-icon {
  color: #FF6E00;
}

.a2-content-table-left > .a2-content-table-left-item:nth-child(3) .a2-content-table-left-item-icon {
  color: #FFA866;
}

.a2-content-table-left-item-title {
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: clamp(12px, 0.89vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.34px;
}


.a2-content-table-right-a-title {
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: clamp(12px, 0.89vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.28px;
}

.a2-content-table-right {
  flex: 739;
  background-color: #fff;

  padding: 21px 26px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.a2-content-table-right > div {
  display: flex;
  gap: 20px;
}

.a2-content-table-right-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #FF6E00;

  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.34px;
  text-align: center;
  line-height: 36px;
}

.a2-content-table-right-icon.q {
  background: #FFF9F2;
  color: #ff6e00;
}

.a2-content-table-right-q-title {
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.34px;
}

.a2-content-table-right-a {
  overflow: auto;
}
.a2-content-table-right-q-title {
  padding-top: 8px;
}

/* @media screen and (max-width: 1440px) and (min-width: 1280px) {
  .a1-content-list { grid-template-columns: repeat(3, 1fr); }
} */

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .a1-content { margin-top: 80px; }
  .a1-content-category { gap: 10px 8px; }
  .a1-content-list { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .a2-content-list { gap: 16px 24px; }
}

@media screen and (max-width: 767px) {
  .area1 .breadcrumb { font-size: 0.75rem; padding: 6px 10px; }
  .a1-title { margin-top: 48px; }
  .a1-content { margin-top: 60px; }
  .a1-content-category { gap: 8px; }
  .a1-content-category-item { min-width: calc(50% - 8px); }
  .a1-content-list { grid-template-columns: 1fr; gap: 12px; }
  .a1-content-list-item-content { height: auto; }
  .a1-content-list-item-features { max-width: 100%; justify-content: space-between; opacity: 1; }

  .a2-title { margin-bottom: 48px; }
  .a2-content-list { gap: 12px 10px; padding: 0 6px; }

  .a2-content-table {
    flex-direction: column;
    max-height: none;
    border: none;
  }

  .a2-content-table-left {
    padding: 0;
    background: transparent;
    margin-bottom: 20px;
    flex: none;
  }
  
  .a2-content-table-left-item {
    padding: 12px 15px;
    background: #F8F8F8;
    margin-bottom: 10px;
    border-radius: 6px;
  }
  
  .a2-content-table-left-item.active {
    background: #fff;
    border: 1px solid #FF6E00;
  }

  .a2-content-table-right {
    padding: 20px;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    flex: none;
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  .a1-content-category-item { min-width: 100%; }
}




.left-slide {
  position: fixed;
  left: -100%;
  top: 50%;
  transform: translateY(calc(-50% + var(--hh) / 2));
  width: 156px;
  flex-shrink: 0;
  border-radius: 0 20px 20px 0;
  background: #fff;
  z-index: 10;

  padding: 57px 0px;
  transition: all 1s;
}

.left-slide-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.left-slide-title-text {
  flex-shrink: 0;
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.36px;
}


.left-slide-content {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 10px;
}

.left-slide-content-item {
  flex-shrink: 0;
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.24px;
  border-radius: 50px;

  transition: all .3s;
  display: flex;
  align-items: center;
}

.left-slide-content-item a {
  width: 100%;
  padding: 8px;
  line-height: 12px;
  border-radius: 50px;
  transition: all .3s;
}

.left-slide-content-item:hover a {
  background: #FF6E00;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .left-slide { display: none;}
}


.a1-title-t1 span, .a1-title-t2 span,
.a2-title-t1 span, .a2-title-t2 span {
  display: inline-block;
  transition: all .3s;
}

.a1-title-t1 span:hover, .a1-title-t2 span:hover,
.a2-title-t1 span:hover, .a2-title-t2 span:hover {
  transform: scale(1.1);
}



.a1-content-more a, .a2-content-more a {
  transition: all .3s;
}

.a1-content-more a:hover, .a2-content-more a:hover {
  border-radius: 100px;
  background: #fff;
  border-color: #fff;
}

.a2-content-list-item, .a2-content-list-item:hover img {
  transition: all .3s;
}

.a2-content-list-item:hover {
  background-color: #ff6e03;
  color: #fff;
}

.a2-content-list-item:hover img {
  filter: brightness(0) invert(1);
}

@media (min-width: 1000px) and (max-width: 1920px) {
  .area-content {
    max-width: 64.58vw !important;
    /* max-width: calc(1200px + 2.5vw) !important; */
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  
  .search-container {
    max-width: 46.875vw !important;
  }

  /* Area 1 */
  .area1 .breadcrumb {
    margin-top: 2.19vw;
    margin-bottom: 2.19vw;
    border-radius: 0.42vw;
    padding: 0.31vw 0.52vw;
    font-size: clamp(12px, 0.625vw, 14px);
  }

  /* .a1-title {
    margin-top: 4.17vw;
  } */

  .a1-title-t1 {
    font-size: clamp(24px, 2.60vw, 50px);
    line-height: clamp(30px, 3.02vw, 58px);
  }

  .a1-title-t2 {
    margin-top: 1.30vw;
    font-size: clamp(14px, 1.04vw, 20px);
    line-height: clamp(16px, 1.04vw, 20px);
  }

  .a1-content {
    /* margin-bottom: 64px 改成vw */
    margin-top: 3.3vw;
  }

  .a1-content-category {
    gap: 0.57vw 0.36vw;
    margin-bottom: 3.2vw;
  }

  .a1-content-category-item {
    border-radius: 2.60vw;
    font-size: clamp(12px, 0.83vw, 16px);
    height: 2.71vw;
    min-height: 2.29vw;
    min-width: 8.20vw;
    padding: 0 1.04vw;
  }

  .a1-content-list {
    gap: 1.04167vw;
  }


  .a1-content-list-item-content {
    height: 11.146vw;
  }
  
  .a1-content-list-item-features {
    max-width: 13.02vw;
  }

  .a1-content-list-item-features-item-icon {
    width: 1.04vw;
    height: 1.04vw;
  }

  .a1-content-list-item-features-item > div {
    margin-top: 0.42vw;
    font-size: clamp(10px, 0.625vw, 12px);
  }

  .a1-content-list-item-title {
    font-size: clamp(12px, 0.83vw, 16px);
    height: clamp(30px, 3.125vw, 60px);
  }

  .a1-content-more {
    margin-top: 3.75vw;
  }

  .a1-content-more a, .a2-content-more a {
    max-width: 46.88vw;
    height: 2.71vw;
    min-height: 2.29vw;
    font-size: clamp(14px, 0.83vw, 16px);
    border-radius: 5.21vw;
  }

  /* Area 2 */
  .area2 {
    padding-top: 7.97vw;
    padding-bottom: 6.04vw;
  }

  .a2-title {
    margin-bottom: 6.25vw;
  }

  .a2-title-t1 {
    font-size: clamp(24px, 2.60vw, 50px);
    line-height: clamp(30px, 3.02vw, 58px);
  }

  .a2-title-t2 {
    margin-top: 1.30vw;
    font-size: clamp(14px, 1.04vw, 20px);
    line-height: clamp(16px, 1.04vw, 20px);
  }

  .a2-content-list {
    gap: 1.30vw 2.81vw;
  }

  .a2-content-list-item {
    padding: 0.68vw 2.71vw;
    gap: 0.21vw;
    border-radius: 5.21vw;
    min-height: 2.29vw;
  }
  
  .a2-content-list-item-title {
      font-size: clamp(14px, 0.83vw, 16px);
  }

  .a2-content-more {
    margin-top: 2.71vw;
  }

  /* Left Slide */
  .left-slide {
    width: 9.13vw;
    border-radius: 0 1.04vw 1.04vw 0;
    padding: 2.97vw 0;
  }

  .left-slide-title {
    gap: 0.42vw;
  }

  .left-slide-title-text {
    font-size: clamp(14px, 0.94vw, 18px);
    line-height: 0.83vw;
    letter-spacing: 0.02vw;
  }

  .left-slide-content {
    margin-top: 1.30vw;
    padding: 0 1.04vw;
    gap: 0.52vw;
  }

  .left-slide-content-item {
    font-size: clamp(12px, 0.63vw, 12px);
    line-height: 2.08vw;
    letter-spacing: 0.01vw;
  }

  .left-slide-content-item a {
    padding: 0.42vw;
    line-height: 0.63vw;
    font-size: clamp(10px, 0.63vw, 12px) !important;
  }

  .a2-content-table {
    max-height: 31.25vw;
  }
  
  .a2-content-table-left {
    padding: 1.09vw 1.35vw;
    padding-right: 0;
  }
  
  .a2-content-table-left-item {
    gap: 0.78vw;
    padding: 0.78vw 1.04vw;
  }
  
  .a2-content-table-left-item-icon {
    font-size: clamp(14px, 0.89vw, 17px);
    letter-spacing: 0.02vw;
  }
  
  .a2-content-table-right {
    padding: 1.09vw 1.35vw;
    gap: 1.56vw;
  }
  
  .a2-content-table-right > div {
    gap: 1.04vw;
  }
  
  .a2-content-table-right-icon {
    width: 1.88vw;
    height: 1.88vw;
    font-size: clamp(14px, 0.89vw, 17px);
    line-height: 1.88vw;
  }
  
  .a2-content-table-right-q-title {
    font-size: clamp(14px, 0.89vw, 17px);
    line-height: 1.04vw;
  }

  .a2-content-table-right-q-title {
    padding-top: 0.42vw;
  }
}

@media screen and (max-width: 1200px) {
  /* .a1-title-warp {
    flex-direction: column;
  } */
  .a1-title {
    margin-top: 0;
  }
}