.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  /*background-color: var(--nav-bg);*/
  color: var(--nav-color);
  display: flex;
  z-index: 999;
  background: rgba(255, 255, 255, .1);
}

.top-active {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  /* background: #ffffff; */
}
.top-page-3.top-active .nav-menu-item a,.top-page-5.top-active .nav-menu-item a{
  color: #ffffff;
}

.index-banner {
  width: 100%;
  height: 100%;
}

.index-banner-content {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}

.mouse {
  position: absolute;
  bottom: 0.66rem;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url('../images/mouse.png') no-repeat;
  background-size: contain;
  animation: mouse 1.8s ease-in-out infinite;
  z-index: 11;
}

.mouse-blue {
  background: url('../images/mouse-blue.png') no-repeat;
  background-size: contain;
}

.mouse-gray {
  background: url('../images/mouse-gray.png') no-repeat;
  background-size: contain;
}

@keyframes mouse {
  0% {
    bottom: 0.66rem;
  }

  50% {
    bottom: 0.8rem;
  }

  100% {
    bottom: 0.66rem;
  }
}

.placeholder {
  padding: var(--nav-height) 0 0 0;
}

.slide-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.slide-inner .slide-inner__top h2 {

  font-weight: bold;
  font-size: 0.8rem;
  color: #FFFFFF;
  /*line-height: 96px;*/
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 0.2rem;
}

.slide-inner .slide-inner__top .desc-en {
  font-weight: 600;
  font-size: 0.4rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  text-align: center;
}

.slide-inner__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2rem;
}

.slide-inner__bottom .slide-inner__bottom-item {
  position: relative;
  padding: 0 0.6rem;
  max-width: 500px;
}

.slide-inner__bottom .slide-inner__bottom-item:before {
  content: "";
  width: 1px;
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.30);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.slide-inner__bottom .slide-inner__bottom-item:last-child:before {
  display: none;
}

.slide-inner__bottom .slide-inner__bottom-item .title {
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.2rem;
}

.slide-inner__bottom .slide-inner__bottom-item .desc-en {
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}



/*.slide-inner h2::before {*/
/*  content: "";*/
/*  width: 40px;*/
/*  height: 4px;*/
/*  background-color: #5BC1E5;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  bottom: -22px;*/
/*  transform: translateX(-50%);*/
/*}*/
/*.slide-inner p {*/
/*  font-family: Microsoft YaHei, Microsoft YaHei;*/
/*  font-weight: 400;*/
/*  font-size: 0.2rem;*/
/*  color: rgba(255, 255, 255, 0.6);*/
/*  line-height: 30px;*/
/*  text-align: center;*/
/*  font-style: normal;*/
/*  padding: 0.22rem 0;*/
/*  text-transform: none;*/
/*}*/
.slide-inner .more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-next,
.slide-prev {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}

.slide-next:after,
.slide-prev:after {
  content: "";
}

.slide-next {
  background: url('../images/next.png') no-repeat center;
}

.slide-prev {
  background: url('../images/prev.png') no-repeat center;
}

.slide-pagination {
  bottom: 1.6rem !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #E9E9E9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 14px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #FFA51E;
}


.tab-item__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #007aff;
  margin: 0 5px;
}

.tab-item__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #FFA51E;
  margin: 0 5px;
}

.page-about {
  /*padding: 0.38rem 0 0 0;*/
}

.section {
  font-size: 16px;
}

.about-section {
  background: #f4f4f4 url("../images/about-bg.png") no-repeat center bottom;
  background-size: 100% 440px;
}

.about-top__title {
  width: 255px;
  height: 85px;
  background: url('../images/about.png') no-repeat;
  background-size: contain;
  float: left;
}

.about-top__title2 {
  background: url('../images/product-tit.png') no-repeat;
  background-size: contain;
  margin-bottom: 60px;
}

.about-top__title3 {
  background: url('../images/service-tit.png') no-repeat;
  background-size: contain;
}

.about-top__title4 {
  background: url('../images/case.png') no-repeat;
  background-size: contain;
}

.about-top__sub {
  width: 0.86rem;
  height: 0.65rem;
  background: url('../images/about-sub.png') no-repeat;
  background-size: contain;
  float: right;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem 0;
  position: relative;
}

.about-content__left {
  flex: 1;
  max-width: 820px;
}

.about-content__left .tit {
  /*height: 159px;*/
  background: rgba(96, 96, 96, 0.03);
  border-radius: 0px 0px 0px 0px;
  border-top: 1px solid var(--color-primary);
  padding: 20px 10px;
}

.about-content__left .tit h2 {
  /*font-family: PingFang SC, PingFang SC;*/
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  line-height: 39px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}

.about-content__left .tit p {
  /*font-family: PingFang SC, PingFang SC;*/
  margin-top: 13px;
  font-size: 20px;
  color: #7E7E7E;
  line-height: 30px;
  text-align: right;
  padding-right: 25px;
}

.about-content__left .desc {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
  margin: 0.6rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.about-content__right {
  width: 588px;
  height: 331px;
  margin-left: 0.7rem;
  background: rgba(0, 0, 0, 0.4);
  padding-right: 0.6rem;
}

.about-content__right-bg {
  height: 7.5rem;
  background: #01408A;
  padding: 0 30px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 294px;
}

.about-content__right-bg h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.17);
  position: absolute;
  bottom: 0.46rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.about-content__right .right-video {
  height: 100%;
}

.about-content__right .right-video .video-box {
  height: 100%;
}

.about-bottom {
  height: 107px;
  /*background: var(--color-primary);*/
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}

.about-bottom__item {
  font-size: 16px;
  width: 25%;
  /*padding-left: 80px;*/
  position: relative;
}

.about-bottom__item.border-right::before {
  content: "";
  height: 56px;
  width: 1px;
  background: #fff;
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
}

.about-bottom__item dt {
  font-size: 12px;
  color: #01408A;
  text-align: left;
}

.about-bottom__item dt span {
  display: inline-block;
  font-weight: 400;
  font-size: 0.48rem;
  color: #01408A;

  line-height: 0.72rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 8px 0 0;
  font-family: DoHyeon;
  min-width: 49px;
}

.about-bottom__item dt .unit {
  font-style: normal;
  background: #01408A;
  border-radius: 12px 12px 12px 12px;
  color: #ffffff;
  padding: 4px 9px;
  font-size: 12px;
}

.about-bottom__item dd {
  font-size: 14px;
  color: #01408A;
}

.xgplayer-skin-default .xgplayer-start div svg {
  fill: #000000 !important;
}

.xgplayer-skin-default .xgplayer-start {
  background-color: #ffffff !important;
}

.production {
  background: url(../images/product-bg.jpg) no-repeat;
  /* background-position: left 80px; */
  background-size: 100% 100%;
}

.tabs {
  display: flex;
  align-items: center;
  background: #ffffff;
  height: 1.2rem;
  margin: 0 0 18px 0;
}

.tabs-item {
  width: 25%;
  padding: 0.2rem;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tabs-item__icon {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 auto 8px;
}

.tabs-item__icon .img {
  display: block;
  width: 100%;
  height: 100%;
}

.tabs-item__icon2 {
  background-size: contain;
}

.tabs-item__icon3 {
  background-size: contain;
}

.tabs-item__icon4 {
  background-size: contain;
}

.tabs-item__text {
  text-align: center;
  color: var(--tab-color);
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  text-transform: none;
}

.tabs-item.active,
.tabs-item:hover {
  background: var(--tab-color);
}

.tabs-item.active .img,
.tabs-item:hover .img {
  display: none;
}

.tabs-item.active .img-hover,
.tabs-item:hover .img-hover {
  display: block;
}

.tabs-item.active .tabs-item__icon2,
.tabs-item:hover .tabs-item__icon2 {
  background-size: contain;
}

.tabs-item.active .tabs-icon__icon3,
.tabs-item:hover .tabs-icon__icon3 {
  background-size: contain;
}

.tabs-item.active .tabs-item__icon4,
.tabs-item:hover .tabs-item__icon4 {
  background-size: contain;
}

.tabs-item.active .tabs-item__text,
.tabs-item:hover .tabs-item__text {
  color: #ffffff;
}

.production-inner {
  padding: 80px 0 0 0;
  user-select: none;
}

.product-card {
  display: flex;
  background-color: #ffffff;
  /* margin: 18px 0 0 0; */
  padding: 0.2rem;
}

.product-card__left {
  width: 560px;
  height: 400px;
  background: #EEEEEE;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.product-card__left-img {
  width: 100%;
  height: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;
  touch-action: none;
  overflow: hidden;
  cursor: grab;
  padding: 10px;
}

.product-card__left img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  /* transform-origin: center center; */
  cursor: grab;
  user-select: none;
  max-width: none;
  /* 关键：不限制图片尺寸 */
  pointer-events: none;
  /* 防止拖拽选中 */
  will-change: transform;
}

.product-card__right {
  flex: 1;
  margin-left: 0.38rem;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.product-card__right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 0 0;
}

.product-card__right-top h3 {
  font-weight: bold;
  font-size: 24px;
  color: #01408A;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.product-card__right-body {}

.product-card__right-body__content {

  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 0 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.product-card__right-body h4 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 0 10px 0;
}

.product-card__right-body p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 0 15px 0;

}

.product-card__right-bottom {
  position: relative;
  padding: 0 45px;
}

.product-card__right-bottom .prev,
.product-card__right-bottom .next {
  width: 38px;
  height: 68px;
  top: 50%;
  margin-top: -34px;
}

.product-card__right-bottom .prev:after,
.product-card__right-bottom .next:after {
  content: "";
}

.product-card__right-bottom .prev {
  background: url(../images/p-prev.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
}

.product-card__right-bottom .prev:hover {
  background: url(../images/p-prev-selected.png) no-repeat;
  background-size: 100% 100%;
}

.product-card__right-bottom .next {
  background: url(../images/p-next.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
}

.product-card__right-bottom .next:hover {
  background: url(../images/p-next-selected.png) no-repeat;
  background-size: 100% 100%;
}

.product-case .swiper-slide {
  border: 1px solid #eee;
  height: 68px;
}

.product-case .swiper-slide.swiper-slide-active {
  border-color: #FFA51E;
}

.product-case .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-case .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-card__empty .product-card__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-card__empty .product-card__left img {
  width: 150px;
}

.product-card__empty .product-card__left p {
  color: #999;
}

.service {
  background: #999 url(../images/service-bg.png) no-repeat;
  background-size: 100% 100%;
}

.service-inner__content {
  margin: 0.6rem  0 0.4rem;
}

.service-inner__list {
  display: flex;
  align-items: center;
}

.service-inner__item {
  flex: 1;
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.service-inner__item:nth-child(1) .service-inner__item-top {
  background: url(../images/service-icon1.png) no-repeat center center;
  background-size: auto 53px;
}

.service-inner__item:nth-child(2) .service-inner__item-top {
  background: url(../images/service-icon2.png) no-repeat center center;
  background-size: auto 53px;
}

.service-inner__item:nth-child(3) .service-inner__item-top {
  background: url(../images/service-icon3.png) no-repeat center center;
  background-size: auto 53px;
}

.service-inner__item-top {
  width: 100%;
  height: 53px;
  margin: 0 0 0.1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-inner__item-top img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.service-inner__item-body h3 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 0 0.1rem 0;
}

.service-inner__item-body p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.service-inner__item:hover {
  background: #01408A;
}

.service-inner__item:hover .service-inner__item-body h3,
.service-inner__item:hover .service-inner__item-body p {
  color: #FFA51E;
}

.service-inner__item:hover:nth-child(1) .service-inner__item-top {
  background: url(../images/service-icon1-selected.png) no-repeat center center;
  background-size: auto 53px;
}

.service-inner__item:hover:nth-child(2) .service-inner__item-top {
  background: url(../images/service-icon2-selected.png) no-repeat center center;
  background-size: auto 53px;
}

.service-inner__item:hover:nth-child(3) .service-inner__item-top {
  background: url(../images/service-icon3-selected.png) no-repeat center center;
  background-size: auto 53px;
}

.service-inner__item:nth-child(2) {
  margin: 0 0.2rem;
}

/* 水平无缝滚动列表样式 */
.scroll-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 0.2rem 0;
}

.scroll-content {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  gap: 10px;
}

/* 鼠标悬停时暂停动画 */
.scroll-content:hover {
  animation-play-state: paused;
}

.scroll-item {
  flex-shrink: 0;
  /* width: 2rem; */
  width: calc(100% / 6 - 9px);
  height: 0.6rem;
  min-height: 55px;
  /* margin: 0 0.2rem 0 ; */
  background-color: #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  overflow: hidden;
}

.scroll-item:hover {
  /* transform: scale(1.05); */
}



.scroll-item img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  transition: transform 0.3s;
}

.scroll-item img:hover{
  transform: scale(1.1);
}

/* 定义滚动动画 */
@keyframes scrollX {
  0% {
    transform: translateX(0);
  }

  100% {
    /* 根据实际内容宽度调整，这里假设每个item宽度+margin共2.4rem，10个item */
    transform: translateX(calc(-2.4rem * 10));
  }
}

/* .case-card {
  display: flex;
  background-color: #ffffff;
  margin: 0 -20px 0 0;
}
.case-card__item {
  width: 33.33%;
  margin: 0 20px 0 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  box-sizing: border-box;
} */
/* .case-card__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D3D3D3;
  transition: all 0.3s ease-in-out;
}
.case-card__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  overflow: hidden;
}
.case-card__item-img img {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.case-card__item-body {
  padding: 16px 8px;
}
.case-card__item-body h3 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.case-card__item-body p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
}
.case-card__item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: var(--color-primary);
} */
.case-card__item:hover::after {
  background-color: #085FAE;

}

.case-card__item:hover .case-card__item-img img {
  transform: scale(1.1);
}

.case-card__item-top .day {
  color: var(--color-primary);
  font-size: 30px;
  margin: 0 0 10px 0;
}

.case-card__item-top .year-month {
  font-size: 16px;
  color: #666;
}

.case-card__item .title {
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0;
  color: #101010;
}

.case-card__item:hover .title,
.case-card__item:hover .year-month,
.case-card__item:hover .day,
.case-card__item:hover .case-card__item-body p {
  color: #fff;
}

.news {
  background: #f5f5f5 url("../images/about-bg.jpg") no-repeat center bottom;
  background-size: 100% 100%;
}

.news-inner {
  position: relative;
}

.news-inner__left {
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
}

.news-inner__left-top {
  margin: 0 0 0.3rem 0;
}

.news-inner__left-top .tit {
  font-weight: bold;
  font-size: 30px;
  color: #01408A;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
}

.news-inner__left-top .tit::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #01408A;
  display: inline-block;
  position: relative;
  bottom: -3px;
}

.news-inner__left-top .sub {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.news-inner__right {
  padding-left: 253px;
  width: 100%;
  box-sizing: border-box;
}

.news-inner__tabs {
  display: flex;
  flex-direction: column;
}

.news-inner__tabs-item {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #01408A;
  margin: 0 0 20px 0;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
}

.news-inner__tabs-item:hover,
.news-inner__tabs-item.selected {
  color: #ffffff;
  background-color: #01408A;
}

.news-card__list .news-card {
  width: calc(50% - 5px);
  padding: 0.3rem 0.3rem;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  float: left;
  margin: 0 5px 5px 0;
}

.news-card__list .news-card .news-card__top .news-card__top-left {
  float: left;
  width: 110px;
}

.news-card__list .news-card .news-card__top .news-card__top-body {
  margin-left: 120px;
}

.news-card__list .news-card__date {
  font-family: DoHyeon;
  /*margin: 0 0 0.2rem 0;*/
}

.news-card__list .news-card__date span {
  display: block;
}

.news-card__list .news-card__date .day {
  font-size: 24px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-weight: bold;
  line-height: 28px;
  margin: 0 0 5px 0;
}

.news-card__list .news-card__date .year {
  font-size: 14px;
  color: #666666;
  text-align: left;
  font-weight: normal;
}

.news-card__list .news-card__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.news-card__list .news-card__title h2 {
  font-size: 18px;
  white-space: nowrap;
  margin: 0 0 0.15rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-card__list .news-card__img {
  height: 200px;
  overflow: hidden;
  background-color: #f5f5f5;
  margin: 0.16rem 0;
}

.news-card__list .news-card__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.news-card__list .news-card__body {
  height: 56px;
}

.news-card__list .news-card__body p {
  font-size: 14px;
  color: #666666;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 1.4;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-card__list .news-card__footer {
  margin: 0.16rem 0 0 0;
  height: 30px;
  /*line-height: 48px;*/
  /*text-align: center;*/
  /*border: 1px solid rgba(1, 64, 138, 0.08);*/
  color: #01408A;
  font-style: normal;
  text-transform: none;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  padding: 0 0.2rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.news-card__list .news-card__footer span {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 30px;
  background: #ffffff;
  color: #01408A;
  z-index: 2;
  padding: 0 5px 0 10px;
}

.news-card__list .news-card__footer:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: 0;
}

.news-card__list .news-card:hover .news-card__footer span {
  background: var(--color-primary);

  color: #ffffff;
}

.news-card__list .news-card:hover {
  background: var(--color-primary);
}


.news-card__list .news-card:hover .news-card__date .day,
.news-card__list .news-card:hover .news-card__date .year,
.news-card__list .news-card:hover .news-card__title,
.news-card__list .news-card:hover .news-card__body p {
  color: #ffffff;
}

.contact-wrapper {
  padding-top: 150px;
}

.contact {
  background-color: #f4f4f4;
}

.contact-inner {
  margin-bottom: 90px;
}

.contact-inner__left-title {
  height: 0.92rem;
  background: url(../images/contact-tit.png) no-repeat;
  background-size: contain;
}

.contact-form {
  width: 316px;
  margin-left: 60px;
  margin-top: 50px;
}

.contact-form .t-btn {
  width: 100%;
}

.contact-inner {
  display: flex;
  flex-wrap: wrap;
}

.contact-inner__left {
  width: 470px;
  margin-right: 14px;
}

.contact-inner__right {
  flex: 1;
  padding: 10px;
  max-height: 470px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.contact-inner__right img {
  width: 100%;
  height: 100%;
  display: block;
}

.form-group {
  display: flex;
  align-items: center;
  margin: 0 0 0.4rem 0;
  border-bottom: 1px solid #E9E9E9;
  font-size: 16px;
}

.form-group .input {
  outline: none;
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  border: none;
  background: transparent;
}

.form-group .textarea {
  outline: none;
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  border: none;
  resize: none;
  background: transparent;
}

/* 2026 1 30 */
.product-item {
  padding: 0 0 0 240px;
  position: relative;
  background-color: #ffffff;
}

.product-names {
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f2f2;
  bottom: 0;
  padding: 20px 10px;
  width: 240px;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
}

.product-names::-webkit-scrollbar-track {
  background: transparent;
}

.product-names .product-names__item {
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  border-left: 2px solid transparent;
}

.product-names .product-names__item.active {
  background: rgba(1, 64, 138, 0.24);
  border-radius: 0px 0px 0px 0px;
  border-left: 2px solid #01408A;
  font-size: 16px;
  color: #01408A;
}

.success-case__swiper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.success-case__title {
  margin: 0 0 40px;
  padding: 0 0 49px 0;
  text-align: center;
  position: relative;
  user-select: none;
}

.success-case__title::after {
  content: "";
  width: 80px;
  height: 6px;
  background: #1B4781;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.success-case__title .en {
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 60px;
  color: #CACACA;
  line-height: 90px;
}

.success-case__title .cn {
  font-weight: bold;
  font-size: 48px;
  color: #01408A;
  line-height: 72px;
  position: absolute;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
}

.case-card__swiper .swiper-slide {
  width: auto;
}

.case-card__swiper .swiper-slide img {
  /* height: 6rem; */
  max-height: 5rem;
  width: 10rem;
}

.case-card__swiper .swiper-handle {
  width: 10rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
}

.case-card__swiper .swiper-handle .swiper-button-prev,
.case-card__swiper .swiper-handle .swiper-button-next {
  width: 80px;
  height: 40px;
  background: #1B4781;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.case-card__swiper .swiper-handle .swiper-button-prev {
  left: -40px;

}

.case-card__swiper .swiper-handle .swiper-button-next {
  right: -40px;
}

.case-card__swiper .swiper-handle .swiper-button-prev:after,
.case-card__swiper .swiper-handle .swiper-button-next:after {
  font-size: 15px;
  color: #ffffff;
}

.case-card__swiper:hover .swiper-button-prev,
.case-card__swiper:hover .swiper-button-next {
  opacity: 1;
}

.case-card__swiper .swiper-handle .swiper-button-prev:hover,
.case-card__swiper .swiper-handle .swiper-button-next:hover {
  background: #FFBC56;
}

.case-card__swiper .swiper-handle .swiper-button-prev.swiper-button-disabled,
.case-card__swiper .swiper-handle .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}

.case-card__swiper {
  padding-bottom: 0.6rem;
}

.model-info {
  width: 3.8rem;
  /*height: 3.5rem;*/
  padding: 0.2rem;
  position: absolute;
  bottom: -0.5rem;
  left: 0.8rem;
  background-color: #ffffff;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  min-width: 250px;
}

.swiper-slide:hover .model-info {
  opacity: 1;
  z-index: 10;
}

.model-info .model-info__title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.model-info .model-info__content {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  /*height: 1.7rem;*/
  overflow: hidden;
  margin: 0 0 0.3rem 0;
  /* 5行展示 */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.success-case{
  background: linear-gradient( 180deg, #F4F4F4 0%, #E4E4E4 100%);
}
.service-top{
  display: flex;
  align-items: flex-end;
  justify-content: space-between; 
}
.service-title{
  flex: 1;
}
.service-title h2{
font-weight: bold;
font-size: 0.48rem;
color: #FFA51E;
margin: 0 0 10px 0;
}
.service-title p {
  font-family: PingFang SC;
font-weight: 400;
font-size: 0.3rem;
color: #FFFFFF;
}
/* end */

@media screen and (max-width: 1799px) {
  .mouse {
    width: 0.4rem;
    height: 0.4rem;
  }

  .service-title h2{
    font-size: 35px;
  }

  .about-top__title2 {
    margin-bottom: 0.1rem;
  }

  .tabs {
    margin: 0 0 0.15rem 0;
  }

  .success-case__title {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .success-case__title .en {
    font-size: 40px;

  }

  .success-case__title .cn {
    font-size: 30px;
    bottom: 16px;
  }
  .model-info .model-info__content{
    -webkit-line-clamp: 4;
    /*height: 1.5rem;*/
  }
}

@media screen and (max-width: 1499px) {

  .contact-form {
    margin: 50px 30px 0 0;
    width: 90%;
  }
.model-info .model-info__content{
    -webkit-line-clamp: 3;
    /*height: 1.3rem;*/
  }
  .container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-content__left .tit {
    /*height: 1.59rem;*/
    padding: 0.2rem 0.25rem;
  }

  .about-content__left .tit h2 {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }

  .about-content__left .tit p {
    font-size: 0.2rem;
    margin-top: 0.13rem;
    line-height: 0.3rem;
  }

  .about-content__left .desc {
    font-size: 12px;
  }

  .about-content__right {
    /*height: 220px;*/
  }

  /* .success-case__inner {
    padding: 0.5rem 10px 0;
  } */
  /* .case-card__item {
    margin: 0 0.2rem 0 0;
  }
  .case-card__item-img {
    height: 2.6rem;
  }
  .case-card__item-body {
    padding: 0.16rem 0;
  }
  .case-card__item-body h3 {
    font-size: 0.3rem;
  }
  .case-card__item-body p {
    font-size: 0.28rem;
  } */
  .product-card {
    /* margin: 0.18rem 0 0 0; */
    align-items: center;
  }

  .product-card__left {
    width: 6rem;
    height: 4rem;
  }

  .product-card__right-body p {
    margin: 0 0 0.15rem 0;
  }

  .service-inner {
    padding-top: 0.5rem;
  }

  .service-inner__item-top {
    height: 0.6rem;
    background-size: auto 0.6rem !important;
  }

  .service-inner__item-body h3 {
    font-size: 0.32rem;
    line-height: 0.3rem;
  }

  .service-inner__item-body p {
    font-size: 0.28rem;
  }

  .mouse {
    width: 0.5rem;
    height: 0.5rem;
  }

  .news-inner__left-top .tit,
  .news-inner__left-top .sub {
    /*font-size: 0.36rem;*/
  }
}