/* 分页样式 */
.page-pagination {
  text-align: center;
  width: 100%;
}

.page-pagination .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-radius: 8px;
}

.page-pagination .pagination>li {
  display: inline;
}

.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--theme-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-pagination .pagination>li:first-child>a,
.page-pagination .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-pagination .pagination>li:last-child>a,
.page-pagination .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-pagination .pagination>li>a:focus,
.page-pagination .pagination>li>a:hover,
.page-pagination .pagination>li>span:focus,
.page-pagination .pagination>li>span:hover {
  z-index: 2;
  color: var(--theme-color);
  background-color: #eee;
  border-color: #ddd;
}

.page-pagination .pagination>.active>a,
.page-pagination .pagination>.active>a:focus,
.page-pagination .pagination>.active>a:hover,
.page-pagination .pagination>.active>span,
.page-pagination .pagination>.active>span:focus,
.page-pagination .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.page-pagination .pagination>.disabled>a,
.page-pagination .pagination>.disabled>a:focus,
.page-pagination .pagination>.disabled>a:hover,
.page-pagination .pagination>.disabled>span,
.page-pagination .pagination>.disabled>span:focus,
.page-pagination .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-pagination .pagination .jumpto {
  display: inline-block;
  margin-left: 2px;
}

.page-pagination .pagination .jumpto input {
  padding: 6px;
  /* line-height: 1.42857143; */
  color: #2c3e50;
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  height: 34px;
}

.page-pagination .pagination .jumpto .page_number {
  width: 45px;
  margin-right: -1px;
}

/* 详情页的上一页下一页 */
.next-prev {
  margin-top: 40px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eee;
}

.next-prev {
  padding: 20px 0;
}

.next-prev .next-prev-left,
.next-prev .next-prev-right {
  font-size: 14px;
  color: #666;
}

.next-prev .next-prev-right {
  text-align: right;
}

.next-prev a {
  color: var(--theme-color);
}

/* ================================ index.html START ================================ */
@media screen and (min-width: 769px) {
  .logo {
    width: 200px;
  }
}

/* nav.html */
.language img,
.change-language img {
  width: 18px;
}

.heaer-wraper .header .layout {
  min-height: 80px;
}

.head-social li a,
.head-social li a:hover,
.foot-social li a {
  color: #fff !important;
  border: 0;
}

.rslides video,
.rslides img,
.rev_slider video,
.rev_slider img {
  max-width: 100%;
}
/* ================================ index.html END ================================ */

/* ================================ detail_xxx.html START ================================ */
#submitBtn {
  background-color: #303030;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 200px;
  margin-top: 20px;
  line-height: 40px;
  border-radius: 5px;
  border: 0;
}

#submitBtn:hover {
  background-color: var(--theme-color);
}

#form-group-4 {
  text-align: right;
}

.container .shown_news_b a,
.container .shown_products_b_a a {
  font-weight: 600;
}

/* list_case.html */
.left-block .product-name,
.left-block .product-desc {
  overflow: hidden;
  width: 100%;
  display: block;
  height: 22px;
  line-height: 22px;
}

.left-block .product-desc {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case ul.product_list.grid>li .product-container {
  padding: 20px 0 10px 0;
}

.case .col-sm-12 {
  padding: 0;
}

.case .row {
  margin: 0;
}

.search-empty {
  text-align: center;
  font-size: 12px;
}

/* ================================ detail_xxx.html END ================================ */


/* ================= 194 首页 News / Case 公共模块 ================= */

.co-194 .index.news,
.co-194 .index.case-index {
  width: 100%;
  padding: 70px 0 60px;
  box-sizing: border-box;
}

.co-194 .index.news {
  background: #f3f3f3;
}

.co-194 .index.case-index {
  background: #fff;
}

.co-194 .index .layout {
  width: calc(100% - 80px);
  max-width: 1140px;
  margin: 0 auto;
}

/* 标题 */
.co-194 .index .index-title {
  text-align: center;
  margin-bottom: 45px;
}

.co-194 .index .index-title h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
  font-size: 36px;
  line-height: 1.2;
  color: #111;
  font-weight: 400;
}

.co-194 .index .index-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #7894a7;
  transform: translateX(-50%);
}

/* 一行三个 */
.co-194  .index-news,
.co-194 .index-case-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}

/* 卡片公共 */
.co-194 .index-news .news-item,
.co-194 .case-item {
  display: block;
  background: #fff;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.co-194 .index-news .news-item:hover,
.co-194 .case-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

/* 图片公共 */
.co-194 .index-news .news-img,
.co-194 .case-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #eee;
}

.co-194 .index-news .news-img img,
.co-194 .case-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.co-194 .news-item:hover .news-img img,
.co-194 .case-item:hover .case-img img {
  transform: scale(1.06);
}

/* ================= News 单独样式 ================= */

.co-194 .index-news .news-item {
  display: flex;
  flex-direction: column;
  height: 510px;
}

.co-194 .news-info {
  position: relative;
  height: 270px;
  padding: 22px 30px 24px;
  box-sizing: border-box;
  overflow: hidden;
}

.co-194 .news-info h4 {
  margin: 0 0 46px;
  font-size: 20px;
  line-height: 1.35;
  color: #111;
  font-weight: 400;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.co-194 .news-time {
  position: absolute;
  left: -10px;
  top: 82px;
  display: inline-block;
  min-width: 170px;
  height: 36px;
  padding: 0 20px;
  background: #809bad;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  box-sizing: border-box;
  z-index: 2;
}

.co-194 .news-time::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6f899a;
  border-left: 10px solid transparent;
}

.co-194 .news-desc {
  margin: 0 0 16px;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #777;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 防止富文本撑高 */
.co-194 .news-desc span,
.co-194 .news-desc strong,
.co-194 .news-desc em {
  font-size: 16px !important;
  line-height: 1.6 !important;
  white-space: normal !important;
  font-weight: normal !important;
}

.co-194 .news-desc br {
  display: none !important;
}

.co-194 .news-more {
  position: absolute;
  left: 30px;
  bottom: 24px;
  display: inline-block;
  min-width: 138px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #809bad;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
}

.co-194 .index-news .news-item:hover .news-more {
  background: #6e8798;
}

/* ================= Case 单独样式 ================= */

.co-194 .case-img {
  height: 260px;
}

.co-194 .case-info {
  padding: 18px 22px;
  box-sizing: border-box;
}

.co-194 .case-info h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  font-weight: 500;
  text-align: center;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ================= 响应式 ================= */

@media screen and (max-width: 991px) {
  .co-194 .index-news,
  .co-194 .index-case-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .co-194 .news-img,
  .co-194 .case-img {
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .co-194 .index.news,
  .co-194 .index.case-index {
    padding: 45px 0;
  }

  .co-194 .index .layout {
    width: calc(100% - 30px);
  }

  .co-194 .index .index-title h3 {
    font-size: 30px;
  }

  .co-194 .index-news,
  .co-194 .index-case-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .co-194 .index-news .news-item {
    height: auto;
  }

  .co-194 .news-info {
    height: auto;
    min-height: 260px;
  }

  .co-194 .index-news .news-img,
  .co-194 .case-img {
    height: 220px;
  }
}

.co-194 .abimg{
  display: none;
}
/* banner 按 1920:750 比例自适应 */
.co-194 #rev_slider_3_1_wrapper,
.co-194 #rev_slider_3_1,
.co-194 #rev_slider_3_1 .tp-revslider-mainul,
.co-194 #rev_slider_3_1 .tp-revslider-slidesli {
  width: 100% !important;
  height: 39.0625vw !important;
  max-height: 750px !important;
  min-height: auto !important;
  overflow: hidden !important;
}

/* 图片撑满 banner 区域 */
.co-194 #rev_slider_3_1 .slide-item a,
.co-194 #rev_slider_3_1 .slide-item img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.co-194 #rev_slider_3_1 .slide-item img {
  object-fit: cover;
}

/* 左右箭头垂直居中 */
.co-194 #rev_slider_3_1_wrapper .tp-leftarrow,
.co-194 #rev_slider_3_1_wrapper .tp-rightarrow {
  top: 50% !important;
  margin-top: -35px !important;
}

/* 小圆点位置 */
.co-194 #rev_slider_3_1_wrapper .tp-bullets {
  bottom: 20px !important;
}

.dy-stats-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.dy-stats-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 10px 0 10px;
  box-sizing: border-box;

  /* 核心：适配深色背景 */
  /*background: rgba(13, 22, 34, 0.72);*/
  /*border: 1px solid rgba(255, 255, 255, 0.08);*/
  /*backdrop-filter: blur(10px);*/
  /*-webkit-backdrop-filter: blur(10px);*/
  /*box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);*/
}

.dy-stats-item {
  flex: 0 0 20%;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.dy-stats-num {
  font-size: 58px;
  line-height: 1.15;
  color: #f07c00;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.dy-plus,
.dy-unit {
  font-size: 30px;
  margin-left: 2px;
  vertical-align: 14px;
  color: #f07c00;
}

.dy-stats-item p {
  margin: 10px auto 0;
  max-width: 240px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

/* 平板 */
@media screen and (max-width: 1024px) {
  .dy-stats-item {
    flex: 0 0 33.333%;
    margin-bottom: 30px;
  }

  .dy-stats-num {
    font-size: 48px;
  }
}

/* 手机 */
@media screen and (max-width: 768px) {
  .dy-stats-list {
    padding: 30px 20px;
  }

  .dy-stats-item {
    flex: 0 0 50%;
    margin-bottom: 24px;
  }

  .dy-stats-num {
    font-size: 38px;
  }

  .dy-plus,
  .dy-unit {
    font-size: 22px;
    vertical-align: 8px;
  }

  .dy-stats-item p {
    font-size: 14px;
  }
}

.co-194 .sc-svg{
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  width: 60%;
}

.co-194 .index-tit-bar .title{
  text-align: center;
}
body, html {
  font-family: 'jost' !important;
}