#home-view.home-page .home-banner {
  position: relative;
  margin-top: 100px;
}
#home-view.home-page .home-banner .swiper-container {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  /* 轮播图左右切换按钮 - 灰色圆形按钮，使用 SVG 图标 */
}
#home-view.home-page .home-banner .swiper-container:hover .swiper-wrapper .swiper-slide .slide-box img {
  transform: scale(1.05);
}
#home-view.home-page .home-banner .swiper-container .swiper-wrapper .swiper-slide .slide-box {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: center;
}
#home-view.home-page .home-banner .swiper-container .swiper-wrapper .swiper-slide .slide-box img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
#home-view.home-page .home-banner .swiper-container .swiper-pagination {
  bottom: 16px;
}
#home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 4px;
  transition: all 0.3s ease;
}
#home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  height: 12px;
  border-radius: 6px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
#home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--primary-color);
  animation: changeWidth 10s linear;
}
#home-view.home-page .home-banner .swiper-container .swiper-button-prev,
#home-view.home-page .home-banner .swiper-container .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin-top: -25px;
  background-image: none;
  margin: 0 60px;
  background-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: all 0.3s ease;
}
#home-view.home-page .home-banner .swiper-container .swiper-button-prev::after,
#home-view.home-page .home-banner .swiper-container .swiper-button-next::after {
  content: "";
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  font-size: 0;
}
#home-view.home-page .home-banner .swiper-container .swiper-button-prev:hover,
#home-view.home-page .home-banner .swiper-container .swiper-button-next:hover {
  background-color: var(--primary-color);
}
#home-view.home-page .home-banner .swiper-container .swiper-button-prev,
#home-view.home-page .home-banner .swiper-container .swiper-button-prev.swiper-button-white {
  left: 0;
}
#home-view.home-page .home-banner .swiper-container .swiper-button-prev::after,
#home-view.home-page .home-banner .swiper-container .swiper-button-prev.swiper-button-white::after {
  background-image: url("../svg/chevron-left.svg");
}
#home-view.home-page .home-banner .swiper-container .swiper-button-next,
#home-view.home-page .home-banner .swiper-container .swiper-button-next.swiper-button-white {
  right: 0;
}
#home-view.home-page .home-banner .swiper-container .swiper-button-next::after,
#home-view.home-page .home-banner .swiper-container .swiper-button-next.swiper-button-white::after {
  background-image: url("../svg/chevron-right.svg");
}
@media (max-width: 1780px) {
  #home-view.home-page .home-banner {
    margin-top: 100px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination {
    bottom: 14px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
    height: 10px;
  }
}
@media (max-width: 1680px) {
  #home-view.home-page .home-banner {
    margin-top: 90px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination {
    bottom: 12px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    height: 10px;
  }
}
@media (max-width: 1440px) {
  #home-view.home-page .home-banner {
    margin-top: 80px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination {
    bottom: 10px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
  }
}
@media (max-width: 1200px) {
  #home-view.home-page .home-banner {
    margin-top: 60px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination {
    bottom: 8px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-button-prev,
  #home-view.home-page .home-banner .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
    margin: 0 30px;
    margin-top: -20px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-button-prev::after,
  #home-view.home-page .home-banner .swiper-container .swiper-button-next::after {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home-view.home-page .home-banner .swiper-container .swiper-pagination {
    bottom: 8px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 6px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-button-prev,
  #home-view.home-page .home-banner .swiper-container .swiper-button-next {
    width: 36px;
    height: 36px;
    margin: 0 20px;
    margin-top: -18px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-button-prev::after,
  #home-view.home-page .home-banner .swiper-container .swiper-button-next::after {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  #home-view.home-page .home-banner .swiper-container .swiper-pagination {
    bottom: 8px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 6px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-button-prev,
  #home-view.home-page .home-banner .swiper-container .swiper-button-next {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    margin-top: -16px;
  }
  #home-view.home-page .home-banner .swiper-container .swiper-button-prev::after,
  #home-view.home-page .home-banner .swiper-container .swiper-button-next::after {
    width: 14px;
    height: 14px;
  }
}
#home-view.home-page .certificate-showcase {
  position: relative;
  background-image: url(../images/home/banner/banner1.png);
  max-width: 1920px;
  height: 1080px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 140px;
  margin: auto;
}
@media (max-width: 1200px) {
  #home-view.home-page .certificate-showcase {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  #home-view.home-page .certificate-showcase {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  #home-view.home-page .certificate-showcase {
    padding: 20px 0;
  }
}
#home-view.home-page .certificate-showcase .certificate-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 150px;
  width: 100%;
  overflow: hidden;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title {
  max-width: 450px;
  text-align: left;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header {
  margin-top: 20px;
  margin-bottom: 16px;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
  letter-spacing: 1px;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header .dots {
  display: flex;
  gap: 8px;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header .dots i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c9cdd4;
  transition: background-color 0.3s ease;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header .dots i.dd-1 {
  background-color: var(--primary-color);
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header .dots i.dd-2 {
  background-color: #85b1d2;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header .dots i.dd-3 {
  background-color: #b9d2e5;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header p {
  margin-top: 0;
  margin-bottom: 16px;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header .dots {
  justify-content: flex-start;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title p {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 16px;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .tt {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: calc(198px * 3 + 26px * 2);
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
#home-view.home-page .certificate-showcase .certificate-list .certificate-row-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  width: calc(198px * 4 + 26px * 3);
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
#home-view.home-page .certificate-showcase .certificate-list .swiper-container {
  width: 100%;
  overflow: hidden;
}
#home-view.home-page .certificate-showcase .certificate-list .swiper-container .swiper-slide {
  width: 198px;
}
#home-view.home-page .certificate-showcase .certificate-list .swiper-container .swiper-slide .certificate-item {
  width: 198px;
  max-width: 100%;
  margin-top: 20px;
  height: 280px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-origin: center bottom;
}
#home-view.home-page .certificate-showcase .certificate-list .swiper-container .swiper-slide .certificate-item:hover {
  transform: translateY(-10px);
}
#home-view.home-page .certificate-showcase .certificate-list .swiper-container .swiper-slide .certificate-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1430px) {
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-bottom {
    width: calc(198px * 3 + 26px * 2);
  }
}
@media (max-width: 1230px) {
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .tt {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: calc(198px * 2 + 26px * 1);
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  #home-view.home-page .certificate-showcase {
    background-image: none;
    background-color: #f3f7fd;
    height: auto;
    overflow: hidden;
  }
  #home-view.home-page .certificate-showcase .certificate-list {
    gap: 40px;
    overflow: hidden;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    overflow: hidden;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title {
    margin-bottom: 0;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header {
    margin-top: 0;
    margin-bottom: 12px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header .dots {
    gap: 6px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header .dots i {
    width: 5px;
    height: 5px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 28px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title p {
    font-size: 14px;
    line-height: 14px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .tt {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    overflow: hidden;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-bottom {
    display: none;
  }
  #home-view.home-page .certificate-showcase .certificate-list .swiper-container {
    width: 100%;
    overflow: hidden;
  }
  #home-view.home-page .certificate-showcase .certificate-list .swiper-container .swiper-slide {
    width: 210px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .swiper-container .swiper-slide .certificate-item {
    width: 210px;
    height: auto;
    aspect-ratio: 198 / 280;
  }
  #home-view.home-page .certificate-showcase .certificate-list .swiper-container .swiper-slide .certificate-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top {
    gap: 0;
    align-items: center;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title {
    width: 100%;
    text-align: center;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header {
    margin-top: 0;
    margin-bottom: 12px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header .dots {
    justify-content: center;
    gap: 6px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title .certificate-header .dots i {
    width: 3px;
    height: 3px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title h2 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .certificate-title p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }
  #home-view.home-page .certificate-showcase .certificate-list .certificate-row-top .tt {
    gap: 15px;
    margin-top: 0;
    width: 100%;
    overflow: hidden;
  }
  #home-view.home-page .certificate-showcase .certificate-list .swiper-container {
    width: 100%;
    overflow: hidden;
  }
  #home-view.home-page .certificate-showcase .certificate-list .swiper-container .swiper-slide {
    width: 100px;
    min-width: 80px;
  }
  #home-view.home-page .certificate-showcase .certificate-list .swiper-container .swiper-slide .certificate-item {
    width: 100px;
    height: auto;
    aspect-ratio: 198 / 280;
  }
  #home-view.home-page .certificate-showcase .certificate-list .swiper-container .swiper-slide .certificate-item img {
    height: 100%;
    object-fit: contain;
  }
}
#home-view.home-page .qualification-section {
  position: relative;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  #home-view.home-page .qualification-section {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  #home-view.home-page .qualification-section {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  #home-view.home-page .qualification-section {
    padding: 20px 0;
  }
}
#home-view.home-page .qualification-section .qualification-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home-view.home-page .qualification-section .qualification-content .qualification-header {
  text-align: center;
  margin-bottom: 80px;
}
#home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
  letter-spacing: 1px;
}
#home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en .dots {
  display: flex;
  gap: 8px;
}
#home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en .dots i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c9cdd4;
  transition: background-color 0.3s ease;
}
#home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en .dots i.dd-1 {
  background-color: var(--primary-color);
}
#home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en .dots i.dd-2 {
  background-color: #85b1d2;
}
#home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en .dots i.dd-3 {
  background-color: #b9d2e5;
}
#home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en .dots {
  margin-top: 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
#home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-desc {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin: 0;
}
#home-view.home-page .qualification-section .qualification-content .qualification-metrics {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 50px;
  margin-bottom: 58px;
}
#home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item {
  text-align: center;
  padding: 0 70px;
}
#home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item .metric-value {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 6px;
}
#home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item .metric-value .unit {
  font-size: 28px;
  line-height: 100%;
}
#home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item .metric-label {
  font-size: 18px;
  color: #222222;
  line-height: 28px;
}
#home-view.home-page .qualification-section .qualification-content .qualification-metrics .tt {
  width: 1px;
  background-color: #eaeaea;
  height: 50px;
  flex-shrink: 0;
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates {
  width: 100%;
  overflow: hidden;
  height: 316px;
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container {
  width: 100%;
  overflow: visible;
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper {
    gap: 0;
  }
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item {
  width: 320px;
  height: 316px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item:hover {
  cursor: pointer;
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item:hover > img {
  transform: scale(1.05);
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item > img {
  width: 100%;
  height: 226px;
  display: block;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item .certificate-reflection {
  position: absolute;
  top: 226px;
  left: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  pointer-events: none;
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item .certificate-reflection img {
  width: 100%;
  height: 226px;
  display: block;
  object-fit: cover;
  transform: scaleY(-1);
  opacity: 0.6;
  transition: transform 0.3s ease;
}
#home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item:hover .certificate-reflection img {
  transform: scaleY(-1) scale(1.05);
}
@media (max-width: 1400px) {
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item {
    width: 200px;
    height: 197px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item > img {
    height: 141px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item .certificate-reflection {
    top: 141px;
    height: 56px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item .certificate-reflection img {
    height: 141px;
  }
}
@media (max-width: 992px) {
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item {
    width: 180px;
    height: 178px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item > img {
    height: 127px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item .certificate-reflection {
    top: 127px;
    height: 51px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item .certificate-reflection img {
    height: 127px;
  }
}
@media (max-width: 767px) {
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item {
    width: 160px;
    height: 158px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item > img {
    height: 113px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item .certificate-reflection {
    top: 113px;
    height: 45px;
    mask: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide .certificate-item .certificate-reflection img {
    height: 113px;
  }
}
@media (max-width: 992px) {
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 15px;
  }
}
@media (max-width: 1500px) {
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics {
    gap: 20px;
    margin-bottom: 20px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item {
    padding: 0 30px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item .metric-value {
    font-size: 30px;
    line-height: 38px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item .metric-value .unit {
    font-size: 14px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item .metric-label {
    font-size: 16px;
    line-height: 36px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .certificate-box .certificate-img {
    gap: 20px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .certificate-box .certificate-img .certificate-item {
    width: 180px;
  }
}
@media (max-width: 1200px) {
  #home-view.home-page .qualification-section .qualification-content .qualification-header {
    margin-bottom: 0;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en {
    margin-bottom: 12px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en .dots {
    gap: 6px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en .dots i {
    width: 5px;
    height: 5px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 28px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics {
    gap: 20px;
    margin: 25px 0;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item {
    padding: 0 20px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item .metric-value {
    font-size: 22px;
    line-height: 30px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item .metric-value .unit {
    font-size: 14px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item .metric-label {
    font-size: 16px;
    line-height: 22px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates {
    height: 200px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .certificate-box .certificate-img {
    gap: 20px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .certificate-box .certificate-img .certificate-item {
    width: 180px;
  }
}
@media (max-width: 767px) {
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates {
    height: 150px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header {
    width: 100%;
    margin-bottom: 10px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en {
    margin-bottom: 12px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en .dots {
    gap: 6px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-title-en .dots i {
    width: 3px;
    height: 3px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header h2 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-header .qualification-desc {
    font-size: 12px;
    line-height: 18px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics {
    flex-wrap: wrap;
    width: 350px;
    gap: 20px;
    margin: 15px 0;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item {
    padding: 0 40px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .metric-item .metric-label {
    font-size: 12px;
    line-height: 18px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-metrics .tt {
    display: none;
    height: 40px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates {
    padding-bottom: 30px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .certificate-box .certificate-img {
    gap: 15px;
  }
  #home-view.home-page .qualification-section .qualification-content .qualification-certificates .certificate-box .certificate-img .certificate-item {
    width: 160px;
  }
}
#home-view.home-page .background-banner {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-image: url("../images/home/banner/banner2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* Banner模块 媒体查询（嵌套在自身内） */
}
#home-view.home-page .background-banner img {
  width: 100%;
}
#home-view.home-page .background-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 140px;
  transform: translate(-50%, -50%);
  color: #fff;
}
#home-view.home-page .background-banner .banner-text .banner-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 64px;
  line-height: 90px;
  margin: 0;
  color: #0d66ba;
}
#home-view.home-page .background-banner .banner-text .banner-subtitle {
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 38px;
  font-weight: 400;
  margin: 0;
  background: linear-gradient(#498bcb, #a6c5e7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
}
@media (max-width: 1780px) {
  #home-view.home-page .background-banner .banner-text .banner-title {
    font-size: 58px;
  }
  #home-view.home-page .background-banner .banner-text .banner-subtitle {
    font-size: 34px;
  }
}
@media (max-width: 1680px) {
  #home-view.home-page .background-banner .banner-text .banner-title {
    font-size: 54px;
  }
  #home-view.home-page .background-banner .banner-text .banner-subtitle {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  #home-view.home-page .background-banner .banner-text .banner-title {
    font-size: 48px;
  }
  #home-view.home-page .background-banner .banner-text .banner-subtitle {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  #home-view.home-page .background-banner .banner-text .banner-title {
    font-size: 42px;
  }
  #home-view.home-page .background-banner .banner-text .banner-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  #home-view.home-page .background-banner .banner-text .banner-title {
    font-size: 36px;
  }
  #home-view.home-page .background-banner .banner-text .banner-subtitle {
    font-size: 22px;
  }
}
#home-view.home-page .background-banner .dna-report-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 100px 0;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content {
  max-height: 920px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text {
  width: 100%;
  color: #fff;
  margin-bottom: 96px;
  text-align: left;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header {
  margin-bottom: 30px;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 56px;
  margin: 0;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-subtitle {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-subtitle .highlight {
  color: #ffcf24;
  font-weight: 600;
  font-size: 54px;
  line-height: 70px;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-features {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  line-height: 22px;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-features .feature-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-features .feature-item::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  flex-shrink: 0;
  background: url("../svg/icon-5.svg") center / contain no-repeat;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  border: 1px solid #c6c7c8;
  border-radius: 50px;
  padding: 13px 31px;
  font-size: 14px;
  line-height: 22px;
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
  transition: all 0.3s ease;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-btn::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: currentColor;
  mask: url("../svg/icon-4.svg") center / contain no-repeat;
  -webkit-mask: url("../svg/icon-4.svg") center / contain no-repeat;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-btn:hover {
  background: #fff;
  color: var(--primary-color);
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-samples {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 350px;
  gap: 20px;
  flex-wrap: nowrap;
  overflow: hidden;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-samples .sample-item {
  flex-shrink: 0;
  width: 250px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-samples .sample-item img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1440px) {
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text {
    margin-bottom: 80px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-title {
    font-size: 36px;
    line-height: 50px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-subtitle {
    font-size: 30px;
    line-height: 60px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-subtitle .highlight {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 1200px) {
  #home-view.home-page .background-banner .dna-report-wrapper {
    padding: 60px 0;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content {
    max-width: 55%;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text {
    margin-bottom: 60px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header {
    margin-bottom: 25px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-title {
    font-size: 28px;
    line-height: 40px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-subtitle {
    font-size: 20px;
    line-height: 40px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-subtitle .highlight {
    font-size: 24px;
    line-height: 40px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-features {
    margin-bottom: 35px;
    gap: 18px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-features .feature-item {
    font-size: 15px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-btn {
    padding: 12px 28px;
    font-size: 14px;
    line-height: 20px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-samples {
    gap: 18px;
    height: 213px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-samples .sample-item {
    width: 150px;
    height: 100%;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-samples .sample-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-features {
    flex-direction: column;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-samples {
    height: 142px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-samples .sample-item {
    width: 100px;
    height: 100%;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-samples .sample-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  #home-view.home-page .background-banner .dna-report-wrapper {
    padding: 15px 0;
    justify-content: center;
    margin-left: 110px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content {
    max-width: 90%;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text {
    margin: 20px 0;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header {
    margin-bottom: 18px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-title {
    font-size: 20px;
    line-height: 32px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-subtitle {
    font-size: 16px;
    line-height: 28px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-header .report-subtitle .highlight {
    font-size: 18px;
    line-height: 28px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-features {
    margin-bottom: 25px;
    gap: 12px;
    flex-direction: column;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-features .feature-item {
    font-size: 14px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-text .report-btn {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 20px;
  }
  #home-view.home-page .background-banner .dna-report-wrapper .dna-report-content .report-samples {
    display: none !important;
  }
}
@media (max-width: 568px) {
  #home-view.home-page .background-banner .dna-report-wrapper {
    margin: 0;
    justify-content: end;
  }
}
#home-view.home-page .news-section {
  background-color: #fff;
  padding: 120px 0;
}
@media (max-width: 1200px) {
  #home-view.home-page .news-section {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  #home-view.home-page .news-section {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  #home-view.home-page .news-section {
    padding: 20px 0;
  }
}
#home-view.home-page .news-section .news-header {
  margin-bottom: 60px;
}
#home-view.home-page .news-section .news-header .news-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home-view.home-page .news-section .news-header .news-header-top .news-header-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
  letter-spacing: 1px;
}
#home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en .dots {
  display: flex;
  gap: 8px;
}
#home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en .dots i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c9cdd4;
  transition: background-color 0.3s ease;
}
#home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en .dots i.dd-1 {
  background-color: var(--primary-color);
}
#home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en .dots i.dd-2 {
  background-color: #85b1d2;
}
#home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en .dots i.dd-3 {
  background-color: #b9d2e5;
}
#home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en .dots {
  align-items: center;
  margin-top: 16px;
  gap: 6px;
}
#home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-desc {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin: 0;
}
#home-view.home-page .news-section .news-header .news-header-top .news-all-btn {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease;
  border-radius: 30px;
  padding: 11px 30px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#home-view.home-page .news-section .news-header .news-header-top .news-all-btn:hover {
  cursor: pointer;
  background: var(--primary-color);
  color: #fff;
}
#home-view.home-page .news-section .news-cards-wrapper {
  width: 100%;
  position: relative;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news {
  width: 100%;
  overflow: hidden;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .swiper-wrapper {
  padding: 20px 0;
  margin: 0;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list {
  display: flex;
  align-items: stretch;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide {
  flex-shrink: 0;
  height: auto;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card {
  max-height: 524px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f5f5f5;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card:hover .news-card-image img {
  transform: scale(1.05);
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-content {
  border: 1px solid #eaeaea;
  border-top: 0;
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-content .news-card-date {
  font-size: 16px;
  color: #0ea5ae;
  margin-bottom: 20px;
  line-height: 22px;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-content .news-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 12px 0;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-content .news-card-snippet {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home-view.home-page .news-section .news-cards-wrapper .swiper-button-prev,
#home-view.home-page .news-section .news-cards-wrapper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  background-image: none;
  margin-top: 0;
}
#home-view.home-page .news-section .news-cards-wrapper .swiper-button-prev::after,
#home-view.home-page .news-section .news-cards-wrapper .swiper-button-next::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #999999;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: block;
}
#home-view.home-page .news-section .news-cards-wrapper .swiper-button-prev:hover,
#home-view.home-page .news-section .news-cards-wrapper .swiper-button-next:hover {
  background-color: #f5f5f5;
}
#home-view.home-page .news-section .news-cards-wrapper .swiper-button-prev {
  left: -8%;
}
#home-view.home-page .news-section .news-cards-wrapper .swiper-button-prev::after {
  mask-image: url("../svg/chevron-left.svg");
  -webkit-mask-image: url("../svg/chevron-left.svg");
}
#home-view.home-page .news-section .news-cards-wrapper .swiper-button-next {
  right: -8%;
}
#home-view.home-page .news-section .news-cards-wrapper .swiper-button-next::after {
  mask-image: url("../svg/chevron-right.svg");
  -webkit-mask-image: url("../svg/chevron-right.svg");
}
@media (max-width: 1200px) {
  #home-view.home-page .news-section .news-header {
    margin-bottom: 50px;
  }
  #home-view.home-page .news-section .news-header .news-header-left {
    margin-bottom: 0;
  }
  #home-view.home-page .news-section .news-header .news-header-left .news-title-en {
    margin-bottom: 12px;
  }
  #home-view.home-page .news-section .news-header .news-header-left .news-title-en p {
    font-size: 14px!important;
    margin-bottom: 12px!important;
  }
  #home-view.home-page .news-section .news-header .news-header-left .news-title-en .dots {
    gap: 6px;
  }
  #home-view.home-page .news-section .news-header .news-header-left .news-title-en .dots i {
    width: 5px;
    height: 5px;
  }
  #home-view.home-page .news-section .news-header .news-header-left h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 28px;
  }
  #home-view.home-page .news-section .news-header .news-header-left p {
    font-size: 14px;
    line-height: 14px;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide {
    width: 340px;
    height: auto;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card {
    width: 100%;
    height: 100%;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-image {
    width: 100%;
    height: 100%;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-content {
    padding: 14px;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-content .news-card-date {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-content .news-card-title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide .news-card .news-card-content .news-card-snippet {
    font-size: 12px;
    line-height: 18px;
  }
  #home-view.home-page .news-section .news-cards-wrapper .swiper-button-prev,
  #home-view.home-page .news-section .news-cards-wrapper .swiper-button-next {
    display: none;
  }
  #home-view.home-page .news-section .news-cards-wrapper .swiper-button-prev {
    left: -20px;
  }
  #home-view.home-page .news-section .news-cards-wrapper .swiper-button-next {
    right: -20px;
  }
}
@media (max-width: 1000px) {
  #home-view.home-page .news-section .news-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #home-view.home-page .news-section {
    /* ⭐ 重点修正区域 */
  }
  #home-view.home-page .news-section .news-header {
    margin-bottom: 0px;
  }
  #home-view.home-page .news-section .news-header .news-header-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  #home-view.home-page .news-section .news-header .news-header-top .news-header-left {
    align-items: center;
  }
  #home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  #home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en p {
    font-size: 14px!important;
    line-height: 14px!important;
    margin-bottom: 12px!important;
  }
  #home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en .dots {
    justify-content: center;
    gap: 6px;
  }
  #home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-title-en .dots i {
    width: 3px;
    height: 3px;
  }
  #home-view.home-page .news-section .news-header .news-header-top .news-header-left h2 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  #home-view.home-page .news-section .news-header .news-header-top .news-header-left .news-desc {
    font-size: 12px;
    line-height: 18px;
  }
  #home-view.home-page .news-section .news-header .news-header-top .news-all-btn {
    padding: 5px 15px;
    font-size: 13px;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-cards-list .swiper-slide {
    width: 100%;
    height: auto;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-card {
    max-height: 350px !important;
    aspect-ratio: 3/4;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-card-image {
    width: 100%;
    aspect-ratio: 12 / 9;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-card-content {
    padding: 14px;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-card-content .news-card-date {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-card-content .news-card-title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  #home-view.home-page .news-section .news-cards-wrapper #swiper-news .news-card-content .news-card-snippet {
    font-size: 12px;
    line-height: 18px;
  }
  #home-view.home-page .news-section .news-cards-wrapper .swiper-button-prev,
  #home-view.home-page .news-section .news-cards-wrapper .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  #home-view.home-page .news-section .news-cards-wrapper .swiper-button-prev::after,
  #home-view.home-page .news-section .news-cards-wrapper .swiper-button-next::after {
    width: 12px;
    height: 12px;
  }
  #home-view.home-page .news-section .news-cards-wrapper .swiper-button-prev {
    left: -14px;
  }
  #home-view.home-page .news-section .news-cards-wrapper .swiper-button-next {
    right: -14px;
  }
}
#news-center-view.page .news-content {
  width: 100%;
  height: auto;
  display: flex;
}
#news-center-view.page .news-content .container {
  display: flex;
  position: relative;
  /* ===== 响应式适配 ===== */
}
#news-center-view.page .news-content .container .news-list {
  width: 100%;
  height: auto;
  padding-top: 80px;
}
#news-center-view.page .news-content .container .news-list .news-item ul li .item {
  width: 100%;
  height: 146px;
  display: flex;
  align-items: center;
  margin-bottom: 34px !important;
  margin-top: 0;
  cursor: pointer;
  transition: transform 0.3s;
  /* ==== 图片样式（不裁剪版） ==== */
}
@media (max-width: 576px) {
  #news-center-view.page .news-content .container .news-list .news-item ul li .item {
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
  }
}
#news-center-view.page .news-content .container .news-list .news-item ul li .item:hover {
  transform: translateY(-3px);
}
#news-center-view.page .news-content .container .news-list .news-item ul li .item img {
  width: 220px;
  height: 146px;
  margin-right: 20px;
  object-fit: contain;
  object-position: center;
  background-color: #ffffff;
  border-radius: 4px;
  display: block;
  flex-shrink: 0;
  border: none;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  #news-center-view.page .news-content .container .news-list .news-item ul li .item img {
    width: 100%;
    height: 238px;
    margin-right: 0;
    object-fit: contain;
  }
}
#news-center-view.page .news-content .container .news-list .news-item ul li .item .news-item-text {
  width: 100%;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #news-center-view.page .news-content .container .news-list .news-item ul li .item .news-item-text {
    padding-right: 0;
  }
}
#news-center-view.page .news-content .container .news-list .news-item ul li .item .news-item-text .title {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  height: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  #news-center-view.page .news-content .container .news-list .news-item ul li .item .news-item-text .title {
    margin-top: 12px;
  }
}
.news-item:hover #news-center-view.page .news-content .container .news-list .news-item ul li .item .news-item-text .title {
  color: #0275c2;
}
#news-center-view.page .news-content .container .news-list .news-item ul li .item .news-item-text .description {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  height: 56px;
  margin-bottom: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news-center-view.page .news-content .container .news-list .news-item ul li .item .news-item-text .description p {
  line-height: 28px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
#news-center-view.page .news-content .container .news-list .news-item ul li .item .news-item-text .time {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #999999;
}
@media (max-width: 1200px) {
  #news-center-view.page .news-content .container .news-left {
    display: none;
  }
  #news-center-view.page .news-content .container .news-list {
    padding-top: 15px;
  }
}
@media (max-width: 992px) {
  #news-center-view.page .news-content .container .news-list {
    padding-top: 15px;
    padding-left: 0;
  }
  #news-center-view.page .news-content .container .news-item ul li .item .news-item-text {
    padding-right: 0 !important;
  }
  #news-center-view.page .news-content .container .news-item ul li .item .news-item-text .title {
    font-size: 16px !important;
    margin-top: 10px !important;
    margin-bottom: 4px !important;
  }
  #news-center-view.page .news-content .container .news-item ul li .item .news-item-text .description {
    font-size: 14px !important;
    margin-bottom: 0px !important;
  }
  #news-center-view.page .news-content .container .news-item ul li .item .news-item-text .time {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  #news-center-view.page .news-content .container .news-list {
    padding-top: 15px;
  }
  #news-center-view.page .news-content .container .news-list .news-item ul li .item {
    margin-bottom: 20px !important;
  }
}
#news-detail-view.page {
  color: #222;
}
#news-detail-view.page .breadcrumb-nav .breadcrumb {
  background: #fff;
  line-height: 28px;
  padding: 16px 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 575px) {
  #news-detail-view.page .breadcrumb-nav .breadcrumb {
    padding-top: 16px;
    padding-bottom: 0;
    gap: 5px;
  }
}
#news-detail-view.page .breadcrumb-nav .breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
#news-detail-view.page .breadcrumb-nav .breadcrumb a:hover {
  color: #222;
}
#news-detail-view.page .breadcrumb-nav .breadcrumb .separator {
  color: #999;
}
#news-detail-view.page .breadcrumb-nav .breadcrumb .current {
  color: #222;
}
#news-detail-view.page .news-detail .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#news-detail-view.page .news-detail .container .passage {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 576px) {
  #news-detail-view.page .news-detail .container .passage {
    margin-top: 0;
  }
}
#news-detail-view.page .news-detail .container .passage .passage-info h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
  color: var(--primary-color);
}
@media (max-width: 576px) {
  #news-detail-view.page .news-detail .container .passage .passage-info h1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
    line-height: 30px;
  }
}
#news-detail-view.page .news-detail .container .passage .passage-info .source {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}
@media (max-width: 576px) {
  #news-detail-view.page .news-detail .container .passage .passage-info .source {
    margin-top: 5px;
  }
}
#news-detail-view.page .news-detail .container .passage .passage-info .source .time {
  font-size: 16px;
  margin: 0;
  color: #666666;
  line-height: 21px;
}
#news-detail-view.page .news-detail .container .main-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 36px;
  color: #3c3c3c;
}
#news-detail-view.page .news-detail .container .main-text img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  margin-top: 30px;
}
#news-detail-view.page .news-detail .container .main-text p {
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  margin: 30px 0 0 0;
}
#news-detail-view.page .news-detail .container .main-text .sub-poster {
  display: flex;
  gap: 22px;
}
#news-detail-view.page .news-detail .container .main-text .sub-poster img {
  width: calc(50% - 11px);
}
@media (max-width: 576px) {
  #news-detail-view.page .news-detail .container .main-text {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #news-detail-view.page .news-detail .container .main-text img {
    margin-top: 10px;
  }
  #news-detail-view.page .news-detail .container .main-text p {
    margin: 10px 0 0 0;
  }
}
#news-detail-view.page .news-detail .container .page-turn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  #news-detail-view.page .news-detail .container .page-turn {
    margin-bottom: 20px;
  }
}
#news-detail-view.page .news-detail .container .page-turn .previous {
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news-detail-view.page .news-detail .container .page-turn .previous:hover {
  color: var(--primary-color);
  cursor: pointer;
}
#news-detail-view.page .news-detail .container .page-turn .next {
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news-detail-view.page .news-detail .container .page-turn .next:hover {
  color: var(--primary-color);
  cursor: pointer;
}
#inspection-service-view {
  color: #222;
}
#inspection-service-view .authoritative-testing {
  padding: 100px 0;
}
#inspection-service-view .authoritative-testing .testing-header {
  margin-bottom: 60px;
}
#inspection-service-view .authoritative-testing .testing-header .testing-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 40px;
}
#inspection-service-view .authoritative-testing .testing-header .testing-desc {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
#inspection-service-view .authoritative-testing .testing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}
#inspection-service-view .authoritative-testing .testing-grid .testing-card {
  background-color: #f3f7fd;
  border-radius: 10px;
  padding: 30px 30px 26px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 210px;
}
#inspection-service-view .authoritative-testing .testing-grid .testing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
#inspection-service-view .authoritative-testing .testing-grid .testing-card .card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#inspection-service-view .authoritative-testing .testing-grid .testing-card .card-title .card-title-text {
  line-height: 26px;
}
#inspection-service-view .authoritative-testing .testing-grid .testing-card .card-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#inspection-service-view .authoritative-testing .testing-grid .testing-card .card-details p {
  font-size: 14px;
  color: #222;
  line-height: 24px;
  margin: 0 0 6px 0;
}
#inspection-service-view .authoritative-testing .testing-grid .testing-card .card-details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #inspection-service-view .authoritative-testing {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  #inspection-service-view .authoritative-testing {
    padding: 40px 0;
  }
  #inspection-service-view .authoritative-testing .testing-header {
    margin-bottom: 40px;
  }
  #inspection-service-view .authoritative-testing .testing-header .testing-title {
    font-size: 28px;
  }
  #inspection-service-view .authoritative-testing .testing-header .testing-desc {
    font-size: 16px;
  }
  #inspection-service-view .authoritative-testing .testing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #inspection-service-view .authoritative-testing {
    padding: 20px 0;
  }
  #inspection-service-view .authoritative-testing .testing-header {
    margin-bottom: 15px;
  }
  #inspection-service-view .authoritative-testing .testing-header .testing-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  #inspection-service-view .authoritative-testing .testing-header .testing-desc {
    font-size: 14px;
  }
  #inspection-service-view .authoritative-testing .testing-grid {
    margin-top: 15px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #inspection-service-view .authoritative-testing .testing-grid .testing-card {
    padding: 15px;
    min-height: auto;
  }
  #inspection-service-view .authoritative-testing .testing-grid .testing-card .card-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #inspection-service-view .authoritative-testing .testing-grid .testing-card .card-details p {
    font-size: 13px;
  }
}
#inspection-service-detail-view {
  color: #222;
}
#inspection-service-detail-view .breadcrumb-nav .breadcrumb {
  background: #fff;
  line-height: 28px;
  padding: 16px 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 575px) {
  #inspection-service-detail-view .breadcrumb-nav .breadcrumb {
    gap: 5px;
  }
}
#inspection-service-detail-view .breadcrumb-nav .breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
#inspection-service-detail-view .breadcrumb-nav .breadcrumb a:hover {
  color: #222;
}
#inspection-service-detail-view .breadcrumb-nav .breadcrumb .separator {
  color: #999;
}
#inspection-service-detail-view .breadcrumb-nav .breadcrumb .current {
  color: #222;
}
#inspection-service-detail-view .service-detail-content {
  padding: 40px 0 100px;
}
#inspection-service-detail-view .service-detail-content .detail-card {
  background-color: #f3f7fd;
  border-radius: 10px;
  padding: 40px;
}
#inspection-service-detail-view .service-detail-content .detail-card .detail-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: var(--primary-color);
}
#inspection-service-detail-view .service-detail-content .detail-card .detail-description {
  margin: 20px 0 124px;
  font-size: 16px;
  line-height: 32px;
  color: #222;
}
#inspection-service-detail-view .service-detail-content .detail-card .detail-requirements {
  border-top: 1px solid #dee7ed;
  padding-top: 30px;
}
#inspection-service-detail-view .service-detail-content .detail-card .detail-requirements .requirement-item {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  line-height: 19px;
  color: #222;
}
#inspection-service-detail-view .service-detail-content .detail-card .detail-requirements .requirement-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #inspection-service-detail-view .service-detail-content {
    padding: 30px 0 40px;
  }
  #inspection-service-detail-view .service-detail-content .detail-card {
    padding: 40px 30px;
  }
  #inspection-service-detail-view .service-detail-content .detail-card .detail-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  #inspection-service-detail-view .service-detail-content .detail-card .detail-description {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 26px;
  }
  #inspection-service-detail-view .service-detail-content .detail-card .detail-requirements {
    padding-top: 25px;
  }
  #inspection-service-detail-view .service-detail-content .detail-card .detail-requirements .requirement-item {
    margin-bottom: 18px;
    gap: 8px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #inspection-service-detail-view .service-detail-content {
    padding: 0 0 15px;
  }
  #inspection-service-detail-view .service-detail-content .detail-card {
    padding: 15px;
  }
  #inspection-service-detail-view .service-detail-content .detail-card .detail-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  #inspection-service-detail-view .service-detail-content .detail-card .detail-description {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 25px;
  }
  #inspection-service-detail-view .service-detail-content .detail-card .detail-requirements {
    padding-top: 20px;
  }
  #inspection-service-detail-view .service-detail-content .detail-card .detail-requirements .requirement-item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
}
#contact-us-view.page .content-box {
  margin: 100px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(24px, 6vw, 232px);
}
@media (max-width: 1200px) {
  #contact-us-view.page .content-box {
    margin: 80px;
  }
}
@media (max-width: 992px) {
  #contact-us-view.page .content-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    gap: 0;
  }
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#contact-us-view.page .content-box .content-left {
  flex: 0 0 46%;
  width: 46%;
  max-width: 46%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  #contact-us-view.page .content-box .content-left {
    width: 100%;
    flex: none;
    max-width: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  #contact-us-view.page .content-box .content-left {
    margin-bottom: 20px;
  }
}
#contact-us-view.page .content-box .content-left .left-top {
  height: 116px;
}
@media (max-width: 992px) {
  #contact-us-view.page .content-box .content-left .left-top {
    height: auto;
  }
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box .content-left .left-top {
    height: auto;
  }
}
#contact-us-view.page .content-box .content-left .left-top h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box .content-left .left-top h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
#contact-us-view.page .content-box .content-left .left-top p {
  line-height: 24px;
  margin: 0px;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box .content-left .left-top p {
    margin: 0px;
    font-size: 14px;
  }
}
#contact-us-view.page .content-box .content-left .left-bottom {
  margin-top: 110px;
  height: 140px;
  border-left: var(--primary-color) solid 2px;
  position: relative;
}
@media (max-width: 992px) {
  #contact-us-view.page .content-box .content-left .left-bottom {
    display: none;
  }
}
#contact-us-view.page .content-box .content-left .left-bottom p {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: rgba(52, 103, 194, 0.1);
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
#contact-us-view.page .content-box .content-right {
  flex: 1;
  width: auto;
  min-width: 0;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  #contact-us-view.page .content-box .content-right {
    width: 100%;
    flex: none;
  }
}
#contact-us-view.page .content-box .content-right .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box .content-right .form-group {
    margin-bottom: 16px;
  }
}
#contact-us-view.page .content-box .content-right .form-group .form-label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #222;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box .content-right .form-group .form-label {
    margin-bottom: 2px;
  }
}
#contact-us-view.page .content-box .content-right .user-info {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box .content-right .user-info {
    margin-bottom: 16px;
  }
}
#contact-us-view.page .content-box .content-right .user-info ul {
  display: flex;
  gap: 18px;
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box .content-right .user-info ul {
    flex-direction: column;
    gap: 16px;
  }
}
#contact-us-view.page .content-box .content-right .user-info ul li {
  flex: 1;
}
#contact-us-view.page .content-box .content-right .user-info ul li .form-group {
  margin-bottom: 0;
}
#contact-us-view.page .content-box .content-right .message {
  margin-bottom: 50px;
}
#contact-us-view.page .content-box .content-right .message .form-group {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box .content-right .message {
    margin-bottom: 15px;
  }
}
#contact-us-view.page .content-box .content-right .form-control {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #eaeaea;
  height: 44px;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 16px;
  color: #222;
  transition: background-color 0.3s;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box .content-right .form-control {
    padding: 10px 14px;
  }
}
#contact-us-view.page .content-box .content-right .consultation-type {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #contact-us-view.page .content-box .content-right .consultation-type {
    margin-bottom: 16px;
  }
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap {
  position: relative;
  z-index: 3;
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select {
  position: relative;
  display: inline-block;
  appearance: none;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select .select-selected {
  height: 100%;
  padding: 12px 0;
  margin-top: -12px;
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select.has-selected .select-selected {
  color: #222;
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select .select-items {
  margin-top: 21px;
  padding: 0;
  width: 100%;
  position: absolute;
  background-color: #fff;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: none;
  border-radius: 6px;
  border: 1px solid #eaeaea;
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select .select-items div {
  cursor: pointer;
  padding: 7px 0;
  padding-left: 12px;
  border-radius: 5px;
  color: #666;
  font-size: 14px;
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select .select-items div:hover {
  color: #fff;
  margin: 6px 6px;
  background-color: var(--primary-color);
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select .select-items .select-selected.active {
  background-color: #ccc;
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select .select-items .select-items.show {
  color: #fff;
  display: block;
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select .select-items .select-disabled-active {
  background-color: #c8c8c8;
  color: #fff;
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select .ishidden {
  display: block;
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .form-select-active {
  border: 1px solid var(--primary-color);
}
#contact-us-view.page .content-box .content-right .consultation-type .form-group .select-wrap .select-icon {
  position: absolute;
  right: 8px;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 12px;
}
#contact-us-view.page .content-box .content-right textarea.form-control {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
  padding-top: 12px;
  padding-bottom: 12px;
}
#contact-us-view.page .content-box .content-right .sub-box {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  gap: 16px;
  flex-wrap: wrap;
}
#contact-us-view.page .content-box .content-right .sub-box #slider {
  width: 280px;
  height: 50px;
  position: relative;
  border-radius: 2px;
  background-color: var(--primary-color);
  overflow: hidden;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  flex-shrink: 0;
}
#contact-us-view.page .content-box .content-right .sub-box #slider .slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--primary-color);
  z-index: 1;
}
#contact-us-view.page .content-box .content-right .sub-box #slider .label {
  width: 48px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0;
  line-height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 3;
  border-radius: 0px;
  cursor: move;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}
#contact-us-view.page .content-box .content-right .sub-box #slider .labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff !important;
  line-height: 50px;
  text-align: center;
  z-index: 2;
  font-weight: 600;
}
@media (max-width: 576px) {
  #contact-us-view.page .content-box .content-right .sub-box #slider .labelTip {
    padding-left: 48px;
  }
}
#contact-us-view.page .content-box .content-right .sub-box .btn {
  width: 120px;
  height: 46px;
  border-radius: 4px;
  font-size: 16px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
#contact-us-view.page .content-box .content-right .sub-box .btn:hover {
  background-color: var(--primary-color-8);
}
#contact-us-view.page .content-box .content-right .sub-box .btn:focus {
  outline: none;
}
@media (max-width: 576px) {
  #contact-us-view.page .content-box .content-right .sub-box .btn {
    width: 100%;
    height: 44px;
    font-size: 15px;
  }
}
#contact-us-view.page .authoritative-testing {
  padding: 100px 0;
  background-color: #f3f7fd;
}
#contact-us-view.page .authoritative-testing .testing-header {
  margin-bottom: 56px;
  text-align: center;
}
#contact-us-view.page .authoritative-testing .testing-header .testing-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 42px;
  color: #222;
}
#contact-us-view.page .authoritative-testing .testing-header .testing-desc {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
#contact-us-view.page .authoritative-testing .testing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  gap: 16px;
}
#contact-us-view.page .authoritative-testing .testing-grid .testing-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#contact-us-view.page .authoritative-testing .testing-grid .testing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
#contact-us-view.page .authoritative-testing .testing-grid .testing-card .card-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  line-height: 21px;
}
#contact-us-view.page .authoritative-testing .testing-grid .testing-card .card-address {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
#contact-us-view.page .authoritative-testing .testing-grid .testing-card .card-address .location-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
#contact-us-view.page .authoritative-testing .testing-grid .testing-card .card-address span {
  flex: 1;
}
@media (max-width: 1200px) {
  #contact-us-view.page .authoritative-testing {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  #contact-us-view.page .authoritative-testing {
    padding: 40px 0;
  }
  #contact-us-view.page .authoritative-testing .testing-header {
    margin-bottom: 20px;
  }
  #contact-us-view.page .authoritative-testing .testing-header .testing-desc {
    font-size: 16px;
  }
  #contact-us-view.page .authoritative-testing .testing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #contact-us-view.page .authoritative-testing .testing-grid .testing-card {
    padding: 18px;
  }
  #contact-us-view.page .authoritative-testing .testing-grid .testing-card .card-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #contact-us-view.page .authoritative-testing .testing-grid .testing-card .card-address {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #contact-us-view.page .authoritative-testing {
    padding: 20px 0;
  }
  #contact-us-view.page .authoritative-testing .testing-header .testing-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  #contact-us-view.page .authoritative-testing .testing-header .testing-desc {
    font-size: 14px;
  }
  #contact-us-view.page .authoritative-testing .testing-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #contact-us-view.page .authoritative-testing .testing-grid .testing-card {
    padding: 16px;
  }
  #contact-us-view.page .authoritative-testing .testing-grid .testing-card .card-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #contact-us-view.page .authoritative-testing .testing-grid .testing-card .card-address {
    font-size: 13px;
    line-height: 20px;
  }
  #contact-us-view.page .authoritative-testing .testing-grid .testing-card .card-address .location-icon {
    width: 14px;
    height: 14px;
  }
}
#contact-us-view.page .content-bottom {
  margin: 0;
  padding: 0;
}
#contact-us-view.page .content-bottom img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}
#report-query-view .report-query-module .query-container {
  display: flex;
  height: 600px;
  margin: 100px 0;
  border-radius: 10px;
  background-color: #F3F7FD;
}
#report-query-view .report-query-module .query-container .container-left {
  width: 43%;
  background: var(--primary-color) url(../svg/back-left.svg) no-repeat center;
  background-position: left;
  background-size: contain;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#report-query-view .report-query-module .query-container .container-left .l-title {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  color: #f7feff;
}
#report-query-view .report-query-module .query-container .container-left .l-tell {
  font-size: 16px;
  color: #F3F7FD;
  display: flex;
  align-items: center;
  gap: 16px;
}
#report-query-view .report-query-module .query-container .container-left .l-tell .triangle-right {
  width: 80px;
  height: 1px;
  background: #F3F7FD66;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
#report-query-view .report-query-module .query-container .container-left .l-tell .triangle-left {
  width: 80px;
  height: 1px;
  background: #F3F7FD66;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
#report-query-view .report-query-module .query-container .container-left .l-tell .text {
  display: inline-block;
  white-space: nowrap;
}
#report-query-view .report-query-module .query-container .container-right {
  width: 57%;
  padding: 48px 130px;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group {
  margin: 0 0 30px 0;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .code-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .code-wrap .code-input {
  min-width: 150px;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .code-wrap img.code-img {
  min-width: 110px;
  height: 44px;
  background-color: #fff;
  display: block;
  cursor: pointer;
  object-fit: contain;
  box-sizing: border-box;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .form-label {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 8px;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .form-control {
  width: 100%;
  padding: 10px 16px;
  border: none;
  height: 44px;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 16px;
  color: #222;
  transition: background-color 0.3s;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  #report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .form-control {
    padding: 10px 14px;
  }
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap {
  position: relative;
  z-index: 3;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select {
  position: relative;
  display: inline-block;
  appearance: none;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select .select-selected {
  height: 100%;
  padding: 12px 0;
  margin-top: -12px;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select.has-selected .select-selected {
  color: #222;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select .select-items {
  margin-top: 21px;
  padding: 0;
  width: 100%;
  position: absolute;
  background-color: #fff;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: none;
  border-radius: 6px;
  border: 1px solid #eaeaea;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select .select-items div {
  cursor: pointer;
  padding: 7px 0;
  padding-left: 12px;
  border-radius: 5px;
  color: #666;
  font-size: 14px;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select .select-items div:hover {
  color: #fff;
  margin: 6px 6px;
  background-color: var(--primary-color);
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select .select-items .select-selected.active {
  background-color: #ccc;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select .select-items.show {
  display: block;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select .select-items .select-disabled-active {
  background-color: #c8c8c8;
  color: #fff;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select .ishidden {
  display: block;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .form-select-active {
  border: 1px solid var(--primary-color);
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group .select-wrap .select-icon {
  position: absolute;
  right: 8px;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 12px;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .btn-default {
  height: 44px;
  padding: 9px 44px;
  margin-top: 30px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .btn-default:hover {
  background-color: var(--primary-color-8);
}
#report-query-view .report-query-module .query-container .container-right .form-horizontal .btn-default:focus {
  outline: none;
}
@media (max-width: 1280px) {
  #report-query-view .report-query-module .query-container {
    margin: 80px 0;
  }
  #report-query-view .report-query-module .query-container .container-right {
    padding: 30px 60px;
  }
  #report-query-view .report-query-module .query-container .container-right .form-horizontal .btn-default {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  #report-query-view .report-query-module .query-container {
    width: 100%;
    margin: 0 auto;
    margin: 40px 0;
  }
  #report-query-view .report-query-module .query-container .container-right {
    padding: 20px;
  }
  #report-query-view .report-query-module .query-container .container-right .form-horizontal .btn-default {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #report-query-view .report-query-module .query-container {
    width: 100%;
    height: 100%;
    margin: 20px 0;
    flex-direction: column;
  }
  #report-query-view .report-query-module .query-container .container-left {
    width: 100%;
    height: 100px;
    gap: 0;
  }
  #report-query-view .report-query-module .query-container .container-left .l-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #report-query-view .report-query-module .query-container .container-left .l-tell {
    font-size: 13px;
    color: #fff;
  }
  #report-query-view .report-query-module .query-container .container-right {
    width: 100%;
    padding: 15px;
  }
  #report-query-view .report-query-module .query-container .container-right .form-horizontal .form-group {
    margin: 0 0 15px 0;
  }
  #report-query-view .report-query-module .query-container .container-right .form-horizontal .btn-default {
    width: 100%;
    margin-top: 0;
  }
}
