﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿/* PB 2 3 4 5 模 版 网 整 站 模 板 下 载 网 站 W w w.pb2345.com*/
/* 提供仿站-建站-定制站-外贸站-建设服务 */
/* QQ：2 3 0 5 0 3 5 6 4 3 */
/* 推荐主机：cloud.qiannuo.net  */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* ==================== 产品中心列表页 ==================== */
.product-hub-page {
  position: relative;
  padding: 70px 0 86px;
  background: linear-gradient(180deg, #f2f7fb 0%, #ffffff 54%, #f7fafc 100%);
  color: #18324a;
  overflow: hidden;
}
  /*.product-hub-page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 360px;
    background:
      linear-gradient(135deg, rgba(8, 49, 86, 0.92), rgba(9, 118, 130, 0.78)),
      url(../images/bg7.jpg) center/cover no-repeat;
  }*/
.product-hub-page .container {
  position: relative;
  z-index: 1;
}
.product-hub-head {
  max-width: 860px;
  padding: 0 0 42px;
  color: #fff;
}
.product-hub-path {
  margin-bottom: 24px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}
.product-hub-path a {
  color: rgba(255,255,255,0.78);
}
.product-hub-path a:hover {
  color: #a9cd0a;
}
.product-hub-kicker {
  margin: 0 0 12px;
  color: #a9cd0a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-hub-head h1 {
  margin: 0 0 18px;
  font-size: 46px;
  line-height: 1.16;
  font-weight: 700;
}
.product-hub-desc {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-size: 17px;
  line-height: 1.9;
}
.product-hub-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 30px;
  padding: 14px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(18, 62, 102, 0.08);
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(18, 62, 102, 0.12);
}
.product-hub-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 8px;
  background: #eef5f8;
  color: #4e6374;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.product-hub-tabs a:hover,
.product-hub-tabs a.active {
  color: #fff;
  background: #087f8c;
  transform: translateY(-2px);
}
.product-hub-feature {
  margin-bottom: 34px;
}
.product-hub-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.78fr);
  min-height: 420px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(18, 62, 102, 0.12);
}
.product-hub-feature-img {
  min-height: 420px;
  background: #e8eef2 center/cover no-repeat;
  transition: transform 0.6s ease;
}
.product-hub-feature-card:hover .product-hub-feature-img {
  transform: scale(1.04);
}
.product-hub-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 52px;
}
.product-hub-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: #087f8c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.product-hub-label:before {
  content: "";
  width: 38px;
  height: 3px;
  margin-right: 12px;
  background: #a9cd0a;
}
.product-hub-feature-body h2 {
  margin: 0 0 18px;
  color: #18324a;
  font-size: 32px;
  line-height: 1.34;
  font-weight: 700;
}
.product-hub-feature-body p {
  margin: 0 0 28px;
  color: #566b7d;
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
}
.product-hub-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid #e7eef3;
}
.product-hub-meta span {
  color: #7a8d9d;
  font-size: 14px;
}
.product-hub-meta strong {
  display: inline-flex;
  align-items: center;
  color: #087f8c;
  font-size: 15px;
}
.product-hub-meta strong:after {
  content: "";
  width: 34px;
  height: 1px;
  margin-left: 12px;
  background: currentColor;
  transition: width 0.25s ease;
}
.product-hub-feature-card:hover .product-hub-meta strong:after {
  width: 50px;
}
.product-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.product-hub-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(18, 62, 102, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.product-hub-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 46px rgba(18, 62, 102, 0.14);
}
.product-hub-card a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
}
.product-hub-card-img {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  background: #e8eef2 center/cover no-repeat;
  overflow: hidden;
}
.product-hub-card-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,41,70,0.02), rgba(8,41,70,0.5));
}
.product-hub-card-img span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  max-width: calc(100% - 36px);
  padding: 7px 12px;
  border-radius: 6px;
  background: rgba(8, 127, 140, 0.92);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-hub-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 24px 22px 26px;
}
.product-hub-card-body h3 {
  margin: 0 0 12px;
  color: #18324a;
  font-size: 20px;
  line-height: 1.42;
  font-weight: 700;
}
.product-hub-card-body p {
  flex: 1 1 auto;
  margin: 0 0 20px;
  color: #607385;
  font-size: 14px;
  line-height: 1.78;
  text-align: justify;
}
.product-hub-card-body em {
  display: inline-flex;
  align-items: center;
  color: #087f8c;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.product-hub-card-body em:after {
  content: "";
  width: 26px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
  transition: width 0.25s ease;
}
.product-hub-card:hover .product-hub-card-body em:after {
  width: 42px;
}
.product-hub-pages {
  margin-top: 48px;
  text-align: center;
}
.product-hub-pages .pglist {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.product-hub-pages .pglist a,
.product-hub-pages .pglist span {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #dbe6ec;
  background: #fff;
  color: #526879;
  line-height: 38px;
  box-sizing: border-box;
}
.product-hub-pages .pglist a:hover,
.product-hub-pages .pglist span,
.product-hub-pages .pglist a.page-num-current {
  border-color: #087f8c;
  background: #087f8c;
  color: #fff;
}
.search-product-page {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1450px) {
  .product-hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-hub-feature-card {
    grid-template-columns: minmax(0, 1fr) 420px;
  }
}
@media screen and (max-width: 1024px) {
  .product-hub-page {
    padding: 54px 0 66px;
  }
  .search-product-page {
    padding-top: 86px;
    padding-bottom: 78px;
  }
  .product-hub-feature-card {
    grid-template-columns: 1fr;
  }
  .product-hub-feature-img {
    min-height: 320px;
  }
  .product-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .product-hub-page {
    padding: 42px 0 54px;
  }
  .search-product-page {
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .product-hub-page:before {
    height: 430px;
  }
  .product-hub-head {
    padding-bottom: 30px;
  }
  .product-hub-head h1 {
    font-size: 30px;
  }
  .product-hub-desc {
    font-size: 14px;
  }
  .product-hub-tabs {
    gap: 8px;
    padding: 10px;
  }
  .product-hub-tabs a {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    padding: 0 12px;
    font-size: 13px;
  }
  .product-hub-feature-img {
    min-height: 230px;
  }
  .product-hub-feature-body {
    padding: 30px 24px;
  }
  .product-hub-feature-body h2 {
    font-size: 24px;
  }
  .product-hub-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-hub-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product-hub-card-body h3 {
    font-size: 18px;
  }
}

/* ==================== 业务板块列表页 / 优化详情页 ==================== */
.business-list-page,
.business-detail-page {
  background: #f5f8fb;
  color: #18324a;
}
.business-list-head {
  padding: 74px 0 52px;
  background:
    linear-gradient(135deg, rgba(10, 54, 94, 0.92), rgba(11, 105, 122, 0.78)),
    url(../images/bg7.jpg) center/cover no-repeat;
  color: #fff;
}
.business-list-path,
.business-detail-path {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  margin-bottom: 24px;
}
.business-list-kicker,
.business-detail-title p,
.business-capability-title p {
  margin: 0 0 12px;
  color: #a9cd0a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.business-list-head h1 {
  margin: 0 0 20px;
  font-size: 46px;
  line-height: 1.16;
  font-weight: 700;
}
.business-list-intro {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-size: 17px;
  line-height: 1.9;
}
.business-list-grid-section {
  padding: 68px 0 42px;
}
.business-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.business-list-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(18, 62, 102, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.business-list-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 54px rgba(18, 62, 102, 0.14);
}
.business-list-card a {
  display: block;
  height: 100%;
  color: inherit;
}
.business-list-img {
  position: relative;
  height: 260px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.business-list-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,41,70,0.08), rgba(8,41,70,0.55));
}
.business-list-index {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(255,255,255,0.86);
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.business-list-body {
  min-height: 250px;
  padding: 30px 28px 32px;
  display: flex;
  flex-direction: column;
}
.business-list-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6f8190;
  font-size: 13px;
  margin-bottom: 14px;
}
.business-list-meta i {
  display: block;
  width: 38px;
  height: 3px;
  background: #a9cd0a;
}
.business-list-body h2 {
  margin: 0 0 14px;
  color: #18324a;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}
.business-list-body p {
  flex: 1 1 auto;
  margin: 0 0 24px;
  color: #566b7d;
  font-size: 15px;
  line-height: 1.85;
  text-align: justify;
}
.business-list-more {
  display: inline-flex;
  align-items: center;
  color: #087f8c;
  font-size: 15px;
  font-weight: 700;
}
.business-list-more:after {
  content: "";
  width: 32px;
  height: 1px;
  margin-left: 12px;
  background: currentColor;
  transition: width 0.25s ease;
}
.business-list-card:hover .business-list-more:after {
  width: 48px;
}
.business-list-capability {
  padding: 36px 0 86px;
}
.business-capability-panel {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 42px;
  align-items: center;
  padding: 42px 46px;
  background: #0b4f63;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(11, 79, 99, 0.18);
}
.business-capability-title h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 700;
}
.business-capability-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.business-capability-item {
  min-height: 112px;
  padding: 20px 18px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
}
.business-capability-item strong {
  display: block;
  margin-bottom: 18px;
  color: #a9cd0a;
  font-size: 24px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.business-capability-item span {
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  line-height: 1.55;
}
.business-detail-hero {
  padding: 70px 0 62px;
  background:
    linear-gradient(135deg, rgba(7, 42, 72, 0.94), rgba(8, 112, 128, 0.76)),
    url(../images/bg7.jpg) center/cover no-repeat;
  color: #fff;
}
.business-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 54px;
  align-items: center;
}
.business-detail-title h1 {
  margin: 0 0 20px;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 700;
}
.business-detail-summary {
  max-width: 780px;
  color: rgba(255,255,255,0.88);
  font-size: 17px;
  line-height: 1.9;
}
.business-detail-visual {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
}
.business-detail-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.business-detail-visual:hover img {
  transform: scale(1.04);
}
.business-detail-body {
  padding: 66px 0 88px;
}
.business-detail-body .container {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.business-detail-aside {
  position: sticky;
  top: 124px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(18, 62, 102, 0.08);
}
.business-detail-aside a,
.business-detail-aside span {
  display: block;
  padding: 13px 14px;
  border-radius: 8px;
  color: #4e6374;
  font-size: 14px;
  line-height: 1.4;
  background: #f4f8fb;
}
.business-detail-aside a {
  color: #fff;
  background: #087f8c;
  font-weight: 700;
  transition: background 0.25s ease, transform 0.25s ease;
}
.business-detail-aside a:hover {
  color: #fff;
  background: #066a74;
  transform: translateY(-2px);
}
.business-detail-content {
  padding: 48px 54px 56px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(18, 62, 102, 0.08);
}
.business-detail-content h2 {
  margin: 0 0 22px;
  color: #18324a;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
}
.business-detail-content h3 {
  margin: 40px 0 18px;
  padding-left: 15px;
  border-left: 4px solid #a9cd0a;
  color: #18324a;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
.business-detail-content p {
  margin: 0 0 18px;
  color: #4f6577;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.business-detail-content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  margin: 18px 0 30px;
  padding: 0;
}
.business-detail-content li {
  position: relative;
  min-height: 58px;
  padding: 18px 18px 18px 46px;
  background: #f4f8fb;
  border-radius: 9px;
  color: #4f6577;
  font-size: 15px;
  line-height: 1.78;
}
.business-detail-content li:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #087f8c;
}
.business-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 32px;
}
.business-flow span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px;
  border-radius: 8px;
  background: #0b4f63;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 1450px) {
  .business-detail-hero-grid {
    grid-template-columns: minmax(0, 1fr) 460px;
  }
}
@media screen and (max-width: 1024px) {
  .business-list-grid,
  .business-capability-panel,
  .business-detail-hero-grid,
  .business-detail-body .container {
    grid-template-columns: 1fr;
  }
  .business-capability-items,
  .business-detail-content ul,
  .business-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .business-detail-aside {
    position: static;
  }
}
@media screen and (max-width: 640px) {
  .business-list-head,
  .business-detail-hero {
    padding: 48px 0 42px;
  }
  .business-list-head h1,
  .business-detail-title h1 {
    font-size: 30px;
  }
  .business-list-grid,
  .business-capability-items,
  .business-detail-content ul,
  .business-flow {
    grid-template-columns: 1fr;
  }
  .business-capability-panel,
  .business-detail-content {
    padding: 28px 22px;
  }
  .business-list-body {
    min-height: auto;
  }
}
body {
	margin: 0;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
audio, video, canvas {
	display: inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #a9cd0a;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.foot-link {
	padding: 20px 0;
}
.foot-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #000;
	padding-bottom: 15px;
}
.foot-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.foot-link ul {
	margin-left: -20px;
}
.foot-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.kf {
	width: 208px;
	position: fixed;/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #000;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #fff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}
.kf .qq li a {
	height: 36px!important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a img {
	padding-right: 6px;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url(../images/lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.kf .contact1 {
	margin-top: 1px;
	height: auto;
}
.kf .contact1 p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}
.kf .contact1 p:nth-child(2n) {
	padding-left: 32px;
}
.kf .con h5.qr-icon {
	background: url(../images/erweima.png) 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}
.kf .con .qr img {
	width: 110px;
	height: 110px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(../images/huidaodingbu.png) center center no-repeat #000;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../images/jt-1.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url(../images/jt-2.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
	border-top: 1px solid rgba(0,0,0,0.06);
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-fix li a:active {
	color: #a9cd0a;
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.img-cover {
	overflow: hidden;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.container {
	padding: 0 15px;
	min-width: 1200px;
	margin: 0 auto;
	max-width: 1600px;
}
.more-big {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	line-height: 50px;
	margin-top: 50px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(214,214,214)), to(rgb(255,255,255)));
	background-image: linear-gradient(to top, rgb(214,214,214), rgb(255,255,255));
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.more-big span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	padding: 0 40px;
}
.more-big i {
	display: inline-block;
	background: url(../images/icon2a.png) no-repeat center;
	width: 50px;
	border-left: 1px solid #ccc;
	height: 50px;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.more-big:hover {
	background: #a9cd0a;
	color: #fff;
}
.more-big:hover i {
	border-color: rgba(255,255,255,0.4);
	background-image: url(../images/icon2.png);
}
.header {
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #fff;
}
/*.header .container {width: auto;padding: 0 60px;}*/
.header .logo {
  float: left;
  font-size: 0;
  height: 70px;
  line-height: 91px;
  text-align: left;
}
.header .logo .logo-white {
	display: none;
}
.header .logo .logo-normal {
	display: inline-block;
}
.header .nav {
	float: left;
	margin-left: 60px;
}
.header .nav li {
	margin-left: 10px;
	float: left;
	position: relative;
}
.header .nav li>a {
	display: block;
	font-size: 18px;
	line-height: 100px;
	position: relative;
	color: #333;
	padding: 0 30px;
}
.header .nav li>a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #a9cd0a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	content: '';
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	width: max-content;
	min-width: 140px;
	max-width: 240px;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header .nav .dropdown-box p {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 40px;
	color: #333;
}
.header .nav .dropdown-box a:hover {
	background-color: #a9cd0a;
	color: #fff;
}
.header .nav li.active>a, .header .nav li.open>a, .header .nav li>a:hover {
}
.header .nav li.open>a:after, .header .nav li.active>a:after, .header .nav li>a:hover:after {
	width: 100%;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.header .sc {
	float: right;
	position: relative;
	margin-left: 40px;
}
.header .header-phone {
	float: right;
	height: 100px;
	line-height: 100px;
	margin-left: 30px;
	white-space: nowrap;
}
.header .header-phone a {
	display: inline-block;
	position: relative;
	padding-left: 22px;
	font-size: 22px;
	font-weight: 700;
	color: #7fbd42;
	letter-spacing: 0;
}
.header .header-phone a:before {
	content: "\260E";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-18deg);
	transform: translateY(-50%) rotate(-18deg);
	font-size: 20px;
	line-height: 1;
	color: #7fbd42;
}
.header .sc-btn {
	display: block;
	height: 100px;
	width: 30px;
	background: url(../images/icon23.png) no-repeat center;
}
.header .sc-box {
	position: absolute;
	right: 0;
	top: 100%;
	overflow: hidden;
	display: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header .sc-box input {
	display: block;
	padding: 9px 62px 9px 12px;
	border: 1px solid transparent;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	width: 200px;
}
.header .sc-box button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	width: 60px;
	height: 40px;
	background: #a9cd0a;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-size: 14px;
}
.header-active,
.header:hover {
	background: #fff;
}
.header-active .nav li>a,
.header:hover .nav li>a {
	color: #333;
}
.header-active .sc-btn,
.header:hover .sc-btn {
	background-image: url(../images/icon23.png);
}
.menu-btn {
	display: none;
	padding: 6px 0;
	float: right;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #333;
	content: '';
}
.menu-btn:before {
	width: 24px;
}
.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}
.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}
.banner .banner-bg,
.banner .swiper-slide {
	background: no-repeat center / cover;
	min-height: 800px;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.banner .banner-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.home-banner .home-banner-swiper,
.home-banner .swiper-wrapper {
	height: 100%;
}
.home-banner {
	opacity: 0;
	-webkit-animation: homeBannerFadeIn 1.1s ease forwards;
	animation: homeBannerFadeIn 1.1s ease forwards;
}
.home-banner .swiper-slide:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 55%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.34) 56%, rgba(0,0,0,0) 100%);
	z-index: 0;
}
.banner .banner-bg img,
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .banner-bg .container,
.banner .swiper-slide .container {
	height: 100%;
	position: relative;
	z-index: 1;
}
.banner .banner-bg .wrap,
.banner .swiper-slide .wrap {
	display: table;
	height: 100%;
	width: 100%;
	color: #fff;
	text-align: center;
}
.home-banner .swiper-slide .wrap {
	text-align: left;
}
.banner .banner-bg .inner,
.banner .swiper-slide .inner {
	display: table-cell;
	vertical-align: middle;
}
.banner .banner-bg .inner h4,
.banner .banner-bg .inner small,
.home-banner .home-banner-more,
.banner .swiper-slide .inner h4,
.banner .swiper-slide .inner small {
	opacity: 0;
	-webkit-transform: translateY(28px);
	transform: translateY(28px);
	-webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
	transition: opacity 2s ease, -webkit-transform 2s ease;
	transition: opacity 2s ease, transform 2s ease;
	transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
}
.banner .banner-bg .inner small,
.banner .swiper-slide .inner small,
.home-banner .home-banner-more {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.banner .banner-bg.banner-text-in .inner h4,
.banner .banner-bg.banner-text-in .inner small,
.home-banner .swiper-slide.banner-text-in .home-banner-more,
.banner .swiper-slide.banner-text-in .inner h4,
.banner .swiper-slide.banner-text-in .inner small {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.banner .banner-bg h4,
.banner .swiper-slide h4 {
	margin: 0;
	font-size: 62px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
	text-shadow: 0 4px 20px rgba(0,0,0,0.35);
}
.banner .banner-bg h4:after,
.banner .swiper-slide h4:after {
	display: none;
	content: '';
	height: 3px;
	width: 40px;
	margin-top: 20px;
	background-color: #a9cd0a;
}
.banner .banner-bg small,
.banner .swiper-slide small {
	margin: 22px 0 0;
	font-size: 24px;
	line-height: 1.5;
	display: block;
	opacity: 1;
	text-transform: none;
	text-shadow: 0 3px 16px rgba(0,0,0,0.35);
}
.home-banner .home-banner-more {
	display: inline-block;
	margin-top: 44px;
	padding: 0 40px;
	height: 72px;
	line-height: 72px;
	background: #97bf25;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}
.home-banner .home-banner-more:hover {
	background: #7faa12;
	color: #fff;
}
.home-banner .swiper-slide-active .inner h4 {
	-webkit-animation: homeBannerTextIn .9s ease .2s both;
	animation: homeBannerTextIn .9s ease .2s both;
}
.home-banner .swiper-slide-active .inner small {
	-webkit-animation: homeBannerTextIn .9s ease .45s both;
	animation: homeBannerTextIn .9s ease .45s both;
}
.home-banner .swiper-slide-active .home-banner-more {
	-webkit-animation: homeBannerTextIn .9s ease .7s both;
	animation: homeBannerTextIn .9s ease .7s both;
}
@-webkit-keyframes homeBannerFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes homeBannerFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes homeBannerTextIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(34px);
		transform: translateY(34px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes homeBannerTextIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(34px);
		transform: translateY(34px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.banner .banner-bg .more-big,
.banner .swiper-slide .more-big {
	background: #a9cd0a;
	color: #fff;
}
.banner .banner-bg .more-big i,
.banner .swiper-slide .more-big i {
	border-color: rgba(255,255,255,0.4);
	background-image: url(../images/icon2.png);
}
.banner .swiper-pagination {
	bottom: 50%;
	left: auto;
	width: 80px;
	padding: 1px 0;
	right: 30px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.home-banner .home-banner-pagination {
	bottom: 46px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0;
	text-align: center;
	-webkit-transform: none;
	transform: none;
}
.banner .swiper-pagination-bullet {
	background-color: #b0cc42;
	display: block;
	width: 40px;
	margin: 15px auto !important;
	height: 2px;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.home-banner .home-banner-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px !important;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	vertical-align: middle;
}
.banner .swiper-pagination-bullet-active {
	width: 100%;
}
.home-banner .home-banner-pagination .swiper-pagination-bullet-active {
	width: 64px;
	height: 12px;
	border-radius: 999px;
	background: #97bf25;
}
.banner-sub {
	background: no-repeat center / cover;
	height: 550px;
}
.banner-sub .container {
	height: 100%;
}
.banner-sub .wrap {
	display: table;
	height: 100%;
	color: #fff;
}
.banner-sub .inner {
	display: table-cell;
	vertical-align: middle;
}
.banner-sub h4 {
	margin: 0;
	font-size: 44px;
	line-height: 1.1;
	text-transform: uppercase;
}
.banner-sub h4:after {
	display: block;
	content: '';
	height: 3px;
	width: 40px;
	margin-top: 20px;
	background-color: #fff;
}
.banner-sub small {
	margin: 20px 0 0;
	font-size: 34px;
	display: block;
	text-transform: uppercase;
}
.section {
	padding: 80px 0;
}
.section-title {
	margin-bottom: 50px;
}
.section-title .more-big {
	margin-top: 25px;
	float: right;
	display: none;
}
.section-title small {
	display: block;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 1.1;
	padding-bottom: 25px;
}
.section-title h4 {
	margin: -1px 0 0;
	padding-top: 25px;
	font-size: 48px;
	line-height: 1.1;
	border-top: 5px solid #a9cd0a;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
}
.section-title-1 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
}
.section-title-1 small {
	display: block;
	color: #999;
	font-size: 20px;
	text-transform: uppercase;
}
.section-title-1 i {
	display: block;
	content: '';
	background: url(../images/icon10.png) no-repeat center / contain;
	height: 32px;
	margin-top: 5px;
}
.contact-2 .map {
	height: 300px;
}
.contact-2 .info {
	padding: 15px;
	background-color: #f08300;
	color: #fff;
}
.contact-2 .info h4 {
	margin: 0 0 15px;
	border-bottom: 1px solid #faa34b;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 15px;
}
.contact-2 .info p {
	margin: 0 0 15px;
	background: no-repeat 0 center;
	background-size: 15px 15px;
	padding-left: 25px;
}
.contact-2 .info .btn {
	display: block;
	width: 120px;
	line-height: 40px;
	background-color: #fff;
	color: #f08300;
	text-align: center;
}
.contact-2 .map {
	float: left;
	width: 50%;
	height: 550px;
}
.contact-2 .info {
	margin-left: 50%;
	padding: 75px;
	height: 550px;
}
.contact-2 .info h4 {
	font-size: 34px;
	margin-bottom: 30px;
}
.contact-2 .info p {
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 20px;
}
.contact-2 .info .btn {
	line-height: 50px;
	font-size: 18px;
	width: 140px;
}
.bg1 {
	background: url(../images/bg1.png) no-repeat center / cover;
}
.bg2 {
	background: url(../images/bg2.jpg) no-repeat center / cover;
	color: #fff;
}
.bg3 {
	background: url(../images/bg3.jpg) no-repeat center / cover;
	color: #fff;
}
.bg3 .section-title-1 small {
	color: #fff;
}
.bg3 .section-title-1:after {
	background-image: url(../images/icon11.png);
}
.bg4 {
	background: url(../images/bg4.png) no-repeat center / cover;
}
.in-about {
	margin: 0;
}
.in-about dt {
	float: right;
	width: 50%;
	margin-top: -80px;
}
.in-about dd {
	margin: 0 50% 0 0;
	padding: 25px 5% 0 0;
	overflow: hidden;
}
.in-about dd p {
	margin: 0;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	text-indent: 2em;
}
.in-about ul {
	overflow: hidden;
	margin-top: 10%;
	border-bottom: 1px solid #ddd;
	margin-left: -30px;
}
.in-about li {
	float: left;
	width: 25%;
	padding-bottom: 30px;
	margin-bottom: -1px;
}
.in-about li .wrap {
	line-height: 1;
	border-right: 1px solid #eee;
	margin-left: 30px;
}
.in-about li p {
	font-size: 14px;
	line-height: 1;
	text-align: left;
	margin-top: 15px;
	text-indent: 0;
}
.in-about li .num strong {
	font-size: 30px;
	color: #a9cd0a;
	font-family: Impact;
	margin-right: 5px;
}
.in-about li.active {
	border-bottom: 3px solid #a9cd0a;
}
.in-about li:last-child .wrap {
	border-right: 0;
}
.about-s dt {
	margin-top: 0;
}
.about-s dd h4 {
	font-size: 28px;
	margin: 0 0 20px;
}
.about-s ul {
	border-bottom: 0;
}
.about-s li {
	margin-bottom: 0;
}

/* ==================== 关于我们 重新设计 ==================== */
.about-new {
	background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,250,252,0.96)), url('../images/bg1.png') no-repeat center center / cover;
	position: relative;
	overflow: hidden;
	padding: 86px 0 92px;
}

/* 背景网格和城市天际线装饰 */
.about-new::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		linear-gradient(rgba(169, 205, 10, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(8, 127, 140, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	pointer-events: none;
	z-index: 0;
}

.about-new::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	background: radial-gradient(circle at 78% 18%, rgba(169, 205, 10, 0.18), transparent 32%), linear-gradient(180deg, transparent, rgba(8, 127, 140, 0.055));
	pointer-events: none;
	z-index: 0;
}

.about-new .container {
	position: relative;
	z-index: 1;
}

/* 主要内容区域：Flexbox 两列布局 */
.about-main {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.88fr);
	align-items: center;
	gap: 88px;
	max-width: 1480px;
	margin: 0 auto;
}

/* 左侧文本区域 */
.about-left {
	max-width: 620px;
	margin-left: 0;
}

.about-title {
	font-size: 40px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 18px 0;
	line-height: 1.25;
	position: relative;
	letter-spacing: 0;
}

.about-title::after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: #a9cd0a;
	margin-top: 20px;
	border-radius: 2px;
}

.about-subtitle {
	font-size: 19px;
	color: #3f4f5d;
	margin: 0 0 18px 0;
	line-height: 1.8;
	font-weight: 500;
}

/* 波浪装饰线 */
.about-wave {
	display: none;
}

/* 描述文本 */
.about-descriptions {
	margin: 28px 0 34px;
}

.about-desc {
	font-size: 16px;
	line-height: 2.08;
	color: #536270;
	margin: 0 0 14px 0;
	text-align: justify;
}

/* 蓝色操作按钮 */
.about-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,0.72);
	color: #8aaf08;
	font-size: 15px;
	font-weight: 700;
	padding: 13px 32px;
	border: 1px solid rgba(169, 205, 10, 0.72);
	border-radius: 0;
	text-decoration: none;
	transition: color 0.28s ease, background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
	box-shadow: none;
	letter-spacing: 0;
}

.about-btn:hover {
	background: #a9cd0a;
	border-color: #a9cd0a;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(169, 205, 10, 0.24);
}

.about-btn-icon {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.about-btn-text {
	line-height: 1;
}

/* 右侧图片容器 */
.about-right {
	max-width: 640px;
}

.about-image-wrapper {
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(26, 42, 55, 0.12);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	background: #e8eef2;
}

.about-image-wrapper::after {
	content: '';
	position: absolute;
	inset: 0;
	border: 12px solid rgba(255, 255, 255, 0.28);
	border-radius: 0;
	pointer-events: none;
	z-index: 1;
}

.about-image-wrapper:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 76px rgba(26, 42, 55, 0.18);
}

.about-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16 / 10;
	transition: transform 0.65s ease, filter 0.65s ease;
	will-change: transform;
}

.about-image-wrapper:hover .about-image {
	transform: scale(1.08);
	filter: saturate(1.04) contrast(1.03);
}

/* 底部价值卡片区域 */
.about-values {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 58px;
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
}

.value-item {
	background: rgba(255, 255, 255, 0.84);
	border-radius: 6px;
	padding: 28px 24px 30px;
	text-align: left;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
	border: 1px solid rgba(226, 232, 240, 0.95);
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(4px);
}

.value-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: none;
	width: 0;
	height: 3px;
	background: #a9cd0a;
	transition: width 0.3s ease;
	border-radius: 0 0 3px 3px;
}

.value-item:hover {
	transform: translateY(-5px);
	background: #fff;
	box-shadow: 0 16px 34px rgba(22, 55, 78, 0.1);
	border-color: rgba(169, 205, 10, 0.34);
}

.value-item:hover::before {
	width: 100%;
}

.value-icon {
	margin-bottom: 18px;
	display: inline-block;
	color: #087f8c;
}

.value-icon svg circle,
.value-icon svg path,
.value-icon svg polygon {
	stroke: currentColor;
}

.value-icon svg circle[fill="#3b82f6"],
.value-icon svg path[fill="#3b82f6"] {
	fill: currentColor;
}

.value-icon svg {
	transition: transform 0.3s ease;
}

.value-item:hover .value-icon svg {
	transform: scale(1.1);
}

.value-title {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 12px 0;
}

.value-desc {
	font-size: 14px;
	line-height: 1.82;
	color: #64748b;
	margin: 0;
	text-align: justify;
}

/* 响应式设计 */
@media screen and (max-width: 1450px) {
	.about-main {
		gap: 54px;
		grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.8fr);
	}
	.about-title {
		font-size: 36px;
	}
	.about-left {
		max-width: 540px;
		margin-left: 0;
	}
	.about-right {
		max-width: 520px;
	}
	.about-values {
		max-width: 1180px;
	}
}

@media screen and (max-width: 767px) {
	.about-new {
		padding: 58px 0 64px;
	}
	.about-main {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.about-left {
		flex: none;
		max-width: 100%;
		margin-left: 0;
	}
	.about-right {
		flex: none;
		max-width: 100%;
	}
	.about-title {
		font-size: 28px;
	}
	.about-title::after {
		margin-top: 12px;
		width: 40px;
		height: 3px;
	}
	.about-subtitle {
		font-size: 15px;
		margin-bottom: 14px;
	}
	.about-wave {
		width: 120px;
		margin-bottom: 20px;
	}
	.about-desc {
		font-size: 14px;
		line-height: 1.82;
	}
	.about-btn {
		padding: 12px 26px;
		font-size: 14px;
	}
	.about-image-wrapper {
		border-radius: 0;
	}
	.about-image-wrapper::after {
		border-width: 8px;
		border-radius: 0;
	}
	.about-values {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
		margin-top: 40px;
	}
	.value-item {
		padding: 24px 18px;
		border-radius: 6px;
	}
	.value-title {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.value-desc {
		font-size: 13px;
	}
	.about-new::after {
		height: 60px;
	}
}

@media screen and (max-width: 480px) {
	.about-values {
		grid-template-columns: 1fr;
	}
}
.in-service .swiper-slide {
	height: 500px;
	font-size: 0;
	line-height: 500px;
}
.in-service .swiper-slide a {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	position: relative;
}
.in-service .swiper-slide a:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	border: 1px solid rgba(255,255,255,0.4);
	z-index: 1;
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.in-service .swiper-slide .img-cover {
	position: relative;
	background-color: #000;
	color: #fff;
}
.in-service .swiper-slide .img-cover span {
	height: 380px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.in-service .swiper-slide .img-cover p {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 22px;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.in-service .swiper-slide .img-cover p em {
	display: block;
	padding: 60px 7% 0;
	font-style: normal;
	text-align: justify;
}
.in-service .swiper-slide .img-cover i {
	position: absolute;
	bottom: 40px;
	left: 50%;
	background: url(../images/icon3.png) no-repeat center / contain;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.in-service .swiper-slide .text {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.in-service .swiper-slide .text span {
	display: block;
	width: 60%;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	border-bottom: 2px solid #ccc;
	padding: 15px 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.in-service .swiper-slide a:hover:before {
	opacity: 1;
}
.in-service .swiper-slide a:hover .img-cover span {
	opacity: 0.4;
	height: 350px;
}
.in-service .swiper-slide a:hover .img-cover p {
	opacity: 1;
}
.in-service .swiper-slide a:hover .img-cover i {
	opacity: 1;
}
.in-service .swiper-slide a:hover .text {
	background-color: #a9cd0a;
	padding: 30px 0 58px;
}
.in-service .swiper-slide a:hover .text span {
	color: #fff;
	border-color: #fff;
}
.in-service .swiper-button-next, .in-service .swiper-button-prev {
	background-color: #6e6e6e;
	width: 50px;
	height: 80px;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-service .swiper-button-next:hover, .in-service .swiper-button-prev:hover {
	opacity: 1;
}
.in-equipment {
	padding-bottom: 10px;
}
.in-equipment .swiper-slide {
	width: 1000px;
}
.in-equipment .swiper-slide a {
	display: block;
	position: relative;
}
.in-equipment .swiper-slide .img-cover span {
	padding-top: 52%;
	opacity: 0.5;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.in-equipment .swiper-slide .text {
	position: absolute;
	left: 40px;
	top: 50px;
	background-color: #fff;
	padding: 40px 30px;
	width: 280px;
	height: 320px;
	color: #333;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.in-equipment .swiper-slide .text h4 {
	margin: 0;
	font-size: 36px;
	font-weight: normal;
	position: relative;
}
.in-equipment .swiper-slide .text h4:after {
	display: block;
	content: '';
	margin-top: 20px;
	width: 150px;
	height: 3px;
	background-color: #a9cd0a;
	margin-left: -90px;
}
.in-equipment .swiper-slide .text p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin: 30px 0 0;
	text-align: justify;
	height: 140px;
	overflow: hidden;
}
.in-equipment .swiper-slide .text .more {
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	color: #a9cd0a;
	background: url(../images/icon4.png) no-repeat right center;
	padding-right: 36px;
}
.in-equipment .swiper-slide .text .p {
	position: absolute;
	right: 40px;
	bottom: 30px;
	font-size: 24px;
	color: #999;
}
.in-equipment .swiper-slide .text .p span {
	color: #a9cd0a;
}
.in-equipment .swiper-slide-active .img-cover span {
	opacity: 1;
}
.in-equipment .swiper-slide-active .text {
	opacity: 1;
}
.in-equipment .swiper-button-next, .in-equipment .swiper-button-prev {
	background-color: #6e6e6e;
	width: 50px;
	height: 80px;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: -40px;
}
.in-equipment .swiper-button-prev {
	left: 50%;
	margin-left: -600px;
}
.in-equipment .swiper-button-next {
	right: 50%;
	margin-right: -600px;
}
.in-equipment .swiper-button-next:hover, .in-equipment .swiper-button-prev:hover {
	opacity: 1;
}
.in-equipment .swiper-pagination {
	position: static;
	font-size: 0;
	margin-top: 50px;
}
.in-equipment .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 8px !important;
}
.in-equipment .swiper-pagination-bullet-active {
	background-color: #a9cd0a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.in-news-left {
	float: left;
	width: 380px;
}
.in-news-left .section-title {
	margin-top: 150px;
}
.in-news-left .section-title small {
	border-color: rgba(255,255,255,0.3);
}
.in-news-right {
	margin-left: 400px;
}
.list-1 {
	margin: -10px 0 0 -10px;
}
.list-1 li {
	float: left;
	width: 33.333333%;
}
.list-1 li .item {
	display: block;
	background-color: #fff;
	position: relative;
	margin: 10px 0 0 10px;
	padding: 40px 30px;
	height: 300px;
}
.list-1 li .item:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #a9cd0a;
	height: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.list-1 li .text {
	position: relative;
	z-index: 1;
}
.list-1 li h4 {
	margin: 0 0 40px;
	font-size: 24px;
	-webkit-transition: all 1s;
	transition: all 1s;
	padding-right: 25%;
	text-align: justify;
}
.list-1 li h4 span {
	display: block;
	height: 68px;
	overflow: hidden;
}
.list-1 li h4:after {
	display: block;
	content: '';
	margin-top: 25px;
	width: 36px;
	height: 2px;
	background-color: #a9cd0a;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.list-1 li .lm {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	font-size: 18px;
	text-align: center;
	opacity: 0.5;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.list-1 li .date {
	font-size: 18px;
	color: #999;
	-webkit-transition: all 1s;
	transition: all 1s;
	display: block;
}
.list-1 li .more {
	display: block;
	margin: 90px auto 0;
	line-height: 48px;
	width: 158px;
	-webkit-transition: all 1s;
	transition: all 1s;
	font-size: 18px;
	border: 1px solid transparent;
	background-color: #f7f7f7;
	text-align: center;
}
.list-1 li .item:hover:before {
	height: 100%;
}
.list-1 li .item:hover h4 {
	color: #fff;
}
.list-1 li .item:hover h4:after {
	background-color: #fff;
}
.list-1 li .item:hover .lm {
	color: #fff;
}
.list-1 li .item:hover .date {
	color: #fff;
}
.list-1 li .item:hover .more {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.list-1 li.last .wrap {
	margin: 10px 0 0 10px;
	line-height: 380px;
	text-align: center;
}
.list-1 li.last .wrap .more-big {
	margin-top: 0;
}
.footer {
	position: relative;
	overflow: hidden;
	background: #f3f3f3;
	padding: 70px 0 50px;
	color: #4d5860;
	border-top: 1px solid #ececec;
}
.footer:before {
	display: none;
}
.footer a {
	color: #2f3b43;
}
.footer a:hover {
	color: #a9cd0a;
}
.footer-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 80px;
}
.footer-left {
	float: none;
	margin-right: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}
.footer-right {
	float: none;
	width: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 34px;
}
.footer-entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 92px;
	margin-bottom: 58px;
}
.footer-entry a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 22px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	white-space: nowrap;
	-webkit-transition: transform 0.25s, color 0.25s;
	transition: transform 0.25s, color 0.25s;
}
.footer-entry a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.footer-entry-icon {
	display: block;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.footer-entry-icon.icon-building {
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 46V15L26 8L37 15V46' stroke='%23A9CD0A' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M9 46H43' stroke='%23A9CD0A' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M20 22H25M20 30H25M20 38H25M31 22H32M31 30H32M31 38H32' stroke='%23A9CD0A' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.footer-entry-icon.icon-grid {
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='10' width='13' height='13' rx='2' stroke='%23A9CD0A' stroke-width='3'/%3E%3Crect x='29' y='10' width='13' height='13' rx='6.5' stroke='%23A9CD0A' stroke-width='3'/%3E%3Crect x='10' y='29' width='13' height='13' rx='2' stroke='%23A9CD0A' stroke-width='3'/%3E%3Crect x='29' y='29' width='13' height='13' rx='2' stroke='%23A9CD0A' stroke-width='3'/%3E%3C/svg%3E");
}
.footer-entry-icon.icon-layer {
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 8L44 15L26 22L8 15L26 8Z' stroke='%23A9CD0A' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M43 25L26 32L9 25M43 35L26 42L9 35' stroke='%23A9CD0A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.footer-links {
	font-size: 16px;
	line-height: 1.8;
	color: #2f3b43;
}
.footer-links a {
	color: #2f3b43;
}
.footer-links span {
	padding: 0 8px;
	color: #9aa3a8;
}
.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	padding-top: 2px;
}
.footer-social-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	color: #444;
	font-size: 15px;
	font-weight: 700;
	-webkit-box-shadow: 0 8px 24px rgba(24,50,74,0.06);
	box-shadow: 0 8px 24px rgba(24,50,74,0.06);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.footer-social-item:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	color: #a9cd0a;
}
.footer-ewm {
	float: none;
	width: 142px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
}
.footer-ewm-img {
	height: 142px;
	padding: 8px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 10px 28px rgba(24,50,74,0.08);
	box-shadow: 0 10px 28px rgba(24,50,74,0.08);
}
.footer-ewm p {
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.4;
	color: #6b7378;
}
.footer-copy {
	margin-top: 28px;
	padding: 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	color: #5e6870;
}
.footer-copy span {
	margin-right: 8px;
}
.footer-copy a {
	color: #5e6870;
}
.footer-copy .zc {
	float: none;
}
.position {
	line-height: 34px;
	margin-top: -50px;
	margin-bottom: 60px;
}
.position .tit {
	font-size: 22px;
	background: url(../images/icon8.png) no-repeat 0 center;
	padding-left: 40px;
	font-weight: bold;
}
.position .tit:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 30px;
	height: 3px;
	background-color: #a9cd0a;
	margin-left: 20px;
}
.position .wz {
	float: right;
	color: #999;
	font-size: 16px;
	background: url(../images/icon9.png) no-repeat 0 center;
	padding-left: 28px;
}
.position .wz a {
	color: #999;
}
.position .wz a:hover {
	color: #a9cd0a;
}
.list-2 {
	margin: -30px 0 0 -40px;
}
.list-2 li {
	float: left;
	width: 33.333333%;
}
.list-2 li a {
	display: block;
	margin: 40px 0 0 40px;
}
.list-2 li .img-cover span {
	padding-top: 104%;
}
.list-2 li .text {
	width: 90%;
	margin: -30px auto 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-align: center;
	padding: 15px 0;
	position: relative;
	z-index: 1;
}
.list-2 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
}
.list-2 li .text p {
	margin: 0;
}
.list-2 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.equipment .swiper-slide {
	width: 820px;
}
.equipment .swiper-slide a {
	display: block;
}
.equipment .swiper-slide .img-cover {
	background-color: #fff;
}
.equipment .swiper-slide .img-cover span {
	padding-top: 56%;
	opacity: 0.4;
}
.equipment .swiper-slide .text {
	width: 90%;
	margin: -32px auto 0;
	position: relative;
	z-index: 1;
}
.equipment .swiper-slide .text span {
	display: block;
	line-height: 64px;
	text-align: center;
	background-color: #a9cd0a;
	color: #fff;
	font-size: 18px;
	height: 64px;
	overflow: hidden;
	width: 0;
}
.equipment .swiper-slide-active .img-cover span {
	opacity: 1;
}
.equipment .swiper-slide-active .text span {
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.equipment .swiper-button-next, .equipment .swiper-button-prev {
	background: no-repeat center #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-top: -30px;
}
.equipment .swiper-button-prev {
	left: 50%;
	margin-left: -600px;
	background-image: url(../images/icon13.png);
}
.equipment .swiper-button-next {
	right: 50%;
	margin-right: -600px;
	background-image: url(../images/icon12.png);
}
.shengchan .swiper-slide {
	width: 550px;
}
.shengchan .swiper-slide a {
	display: block;
	position: relative;
}
.shengchan .swiper-slide .img-cover span {
	padding-top: 122%;
}
.shengchan .swiper-slide .text {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #a9cd0a;
	color: #fff;
	text-align: center;
}
.shengchan .swiper-slide .text p {
	margin: 0;
	line-height: 60px;
	padding: 0 15px;
	font-size: 20px;
}
.shengchan .swiper-slide a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.shengchan .ctl {
	margin-top: 40px;
}
.shengchan .swiper-button-next, .shengchan .swiper-button-prev {
	float: left;
	width: 27px;
	height: 19px;
	margin: 0 20px 0 0;
	background: no-repeat center;
	position: static;
	outline: none;
}
.shengchan .swiper-button-next {
	background-image: url(../images/icon14.png);
}
.shengchan .swiper-button-prev {
	background-image: url(../images/icon15.png);
}
.shengchan .swiper-pagination {
	margin-left: 100px;
	position: static;
	height: 3px;
	margin-top: 8px;
}
.shengchan .swiper-pagination-progressbar-fill {
	background-color: #a9cd0a;
}
.list-3 {
	margin: -30px 0 0 -30px;
}
.list-3 li {
	float: left;
	width: 33.333333%;
}
.list-3 li a {
	margin: 30px 0 0 30px;
	display: block;
}
.list-3 li .img-cover span {
	padding-top: 60%;
}
.list-3 li .text {
	margin: 20px 0 0;
}
.list-3 li .text h4 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-3 li .text .date {
	margin: 10px 0 0;
	color: #666;
}
.list-3 li .text i {
	height: 1px;
	background-color: #ccc;
	margin-top: 10px;
	display: block;
	position: relative;
}
.list-3 li .text i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #a9cd0a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .text p {
	margin: 10px 0 0;
	height: 44px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #999;
	line-height: 22px;
}
.list-3 li a:hover .text i:after {
	width: 100%;
}
.list-4 {
	margin: -40px 0 0 -60px;
}
.list-4 li {
	float: left;
	width: 50%;
}
.list-4 li a {
	display: block;
	margin: 40px 0 0 60px;
	overflow: hidden;
}
.list-4 li .date {
	float: left;
	width: 90px;
	text-align: right;
	font-size: 25px;
	line-height: 1.1;
	color: #333;
}
.list-4 li .date span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
/* .list-4 li .text {margin-left: 120px;} */
.list-4 li .text h4 {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: normal;
}
.list-4 li .text p {
	color: #999;
	margin: 10px 0 0;
	-webkit-line-clamp: 2;
	height: 48px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 24px;
}
.content-title {
	margin-bottom: 30px;
}
.content-title h1 {
	border-left: 5px solid #a9cd0a;
	margin: 0;
	padding-left: 15px;
	font-size: 24px;
}
.content-title p {
	margin: 15px 0 0;
	font-size: 0;
}
.content-title p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	color: #999;
	font-size: 14px;
}
.content-body {
	line-height: 1.8;
	font-size: 16px;
}
.content-body img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}
.content-exp {
	margin-top: 50px;
}
.content-exp li {
	float: left;
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-exp li:last-child {
	text-align: right;
}
.prd-show {
	background-color: #f2f2f2;
	margin-bottom: 50px;
}
.prd-show .swiper-slide {
	height: 600px;
	line-height: 600px;
}
.prd-show .swiper-button-next, .prd-show .swiper-button-prev {
	background-color: #6e6e6e;
	width: 50px;
	height: 80px;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: -40px;
}
.prd-show .swiper-button-next {
	right: 0;
}
.prd-show .swiper-button-prev {
	left: 0;
}
.prd-show .swiper-button-next:hover, .prd-show .swiper-button-prev:hover {
	opacity: 1;
}
.contact {
	position: relative;
	top: -50px;
}
.contact li {
	float: left;
	width: 33.333333%;
	background-color: #fff;
	text-align: center;
	padding: 30px 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}
.contact li img {
	display: block;
	margin: 0 auto;
}
.contact li p {
	margin: 20px 0 0;
}
.contact-list {
	margin: -30px 0 0 -30px;
}
.contact-list li {
	float: left;
	width: 33.333333%;
}
.contact-list li .wrap {
	margin: 30px 0 0 30px;
	background-color: #fff;
	padding: 7%;
	-webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.06);
	box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.06);
}
.contact-list li h4 {
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 24px;
	background: url(../images/icon19.png) no-repeat 0 center;
	padding-left: 40px;
}
.contact-list li p {
	margin: 0;
	line-height: 1.8;
}
.contact-list li.c {
	clear: both;
	width: 100%;
}
.mo {
	display: none;
}
.nnnns {
	margin: 20px 0 30px 0;
}
.nnnns li {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	float: left;
	margin-right: 20px;
	border: #ddd 1px solid;
}
.nnnns li.on {
	background: #a9cd0a;
	color: #fff;
}
.nnnns li:hover {
	background: #a9cd0a;
	color: #fff;
}
.nnnns li.on a {
	color: #fff;
}

/* banner底部二级导航 */
.subnav-wrap {
	padding: 15px 0;
}
.subnav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.subnav-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}
.subnav-inner li {
	padding: 8px 24px;
	font-size: 15px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.subnav-inner li.on,
.subnav-inner li:hover {
	background: #a9cd0a;
	border-color: #a9cd0a;
	color: #fff;
}
.subnav-inner li a {
	color: #fff;
	text-decoration: none;
}
.subnav-inner li.on a,
.subnav-inner li:hover a {
	color: #fff;
}
.subnav-path {
	flex: 0 0 auto;
	margin-left: auto;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
	white-space: nowrap;
}
.subnav-path:before {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 14px;
	vertical-align: -2px;
	content: '';
	background: url(../images/icon9.png) no-repeat center / contain;
	filter: invert(58%) sepia(65%) saturate(518%) hue-rotate(35deg) brightness(94%) contrast(88%);
}
.subnav-path a {
	color: #fff;
	text-decoration: none;
}
.subnav-path a:hover {
	color: #a9cd0a;
}

/* ==================== 业务展示区块 ==================== */
.business-showcase {
  position: relative;
  overflow: hidden;
  padding: 66px 0;
  min-height: 570px;
  display: flex;
  align-items: center;
  background: #eef1ee;
}
.business-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/business-bg-1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
.business-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04) 52%, rgba(255, 255, 255, 0.1)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02));
  z-index: 1;
}
.business-showcase .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-product-card {
  display: grid;
  grid-template-columns: minmax(560px, 0.95fr) minmax(430px, 0.78fr);
  gap: 70px;
  align-items: center;
  width: min(1360px, 100%);
  min-height: 460px;
  margin: 0 auto;
  padding: 34px 86px 34px 72px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 15px 38px rgba(25, 42, 52, 0.08);
}
.business-product-visual {
  position: relative;
  min-height: 392px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.business-product-img {
  display: block;
  width: min(100%, 625px);
  max-height: 510px;
  object-fit: contain;
  margin-top: -26px;
  margin-bottom: -32px;
}
.business-product-copy {
  max-width: 520px;
  padding-top: 10px;
}
.business-product-code {
  margin: 0 0 16px;
  color: #2d3035;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}
.business-product-copy h2 {
  margin: 0 0 28px;
  color: #202126;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}
.business-product-copy > p:not(.business-product-code) {
  margin: 0 0 34px;
  color: #323944;
  font-size: 18px;
  line-height: 2.08;
  font-weight: 500;
  text-align: left;
}
.business-product-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  height: 54px;
  padding: 0 30px;
  border: 1px solid rgba(126, 176, 73, 0.82);
  border-radius: 0;
  color: #79ad3c;
  font-size: 17px;
  font-weight: 500;
  background: rgba(255,255,255,0.46);
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.business-product-more:hover {
  color: #fff;
  border-color: #79ad3c;
  background: #79ad3c;
  transform: translateY(-2px);
}

@media screen and (max-width: 1450px) {
  .business-showcase {
    min-height: 520px;
    padding: 54px 0;
  }
  .business-product-card {
    grid-template-columns: minmax(480px, 0.95fr) minmax(390px, 0.78fr);
    gap: 48px;
    width: min(1180px, 100%);
    min-height: 410px;
    padding: 30px 62px 30px 54px;
  }
  .business-product-visual {
    min-height: 342px;
  }
  .business-product-img {
    width: min(100%, 540px);
    max-height: 430px;
  }
  .business-product-code {
    font-size: 29px;
    margin-bottom: 12px;
  }
  .business-product-copy h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .business-product-copy > p:not(.business-product-code) {
    font-size: 16px;
    line-height: 1.96;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .business-showcase {
    min-height: auto;
    padding: 46px 0;
  }
  .business-product-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 34px 34px;
  }
  .business-product-visual {
    min-height: 300px;
    justify-content: center;
  }
  .business-product-copy {
    max-width: none;
    padding-top: 0;
    text-align: center;
  }
  .business-product-code,
  .business-product-copy > p:not(.business-product-code) {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .business-showcase {
    padding: 34px 15px;
  }
  .business-product-card {
    padding: 24px 18px 28px;
  }
  .business-product-visual {
    min-height: 230px;
  }
  .business-product-img {
    width: min(100%, 360px);
    max-height: 285px;
    margin-top: -14px;
    margin-bottom: -20px;
  }
  .business-product-code {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .business-product-copy h2 {
    font-size: 31px;
    margin-bottom: 14px;
  }
  .business-product-copy > p:not(.business-product-code) {
    font-size: 14px;
    line-height: 1.82;
    margin-bottom: 22px;
  }
  .business-product-more {
    min-width: 132px;
    height: 44px;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .business-product-visual {
    min-height: 200px;
  }
  .business-product-img {
    width: min(100%, 300px);
    max-height: 240px;
  }
  .business-product-copy h2 {
    font-size: 27px;
  }
}

/* ==================== 热卖爆款产品 ==================== */
.hot-product-showcase {
  position: relative;
  overflow: hidden;
  padding: 74px 0 92px;
  background: #fff;
}
.hot-product-showcase:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64%;
  background: linear-gradient(90deg, rgba(38, 16, 10, 0.9), rgba(99, 70, 24, 0.58) 26%, rgba(47, 12, 7, 0.94));
  z-index: 0;
}
.hot-product-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.74;
  z-index: 1;
}
.hot-product-showcase .container {
  position: relative;
  z-index: 2;
}
.hot-product-head {
  margin: 0 0 56px;
  text-align: center;
}
.hot-product-head h2 {
  margin: 0;
  color: #86bb34;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}
.hot-product-head p {
  margin: 8px 0 0;
  color: #545861;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
.hot-product-card {
  display: grid;
  grid-template-columns: minmax(520px, 0.98fr) minmax(430px, 0.86fr);
  align-items: center;
  gap: 58px;
  width: min(1320px, 100%);
  min-height: 520px;
  margin: 0 auto;
  padding: 46px 84px 48px 72px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(23, 31, 40, 0.18);
}
.hot-product-visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-product-img {
  display: block;
  width: min(100%, 650px);
  max-height: 500px;
  object-fit: contain;
}
.hot-product-copy {
  max-width: 560px;
  padding-top: 10px;
}
.hot-product-code {
  margin: 0 0 18px;
  color: #2d3035;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
}
.hot-product-copy h2 {
  margin: 0 0 26px;
  color: #202126;
  font-size: 50px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}
.hot-product-feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 540px);
  min-height: 58px;
  margin: 0 0 34px;
  padding: 10px 34px;
  border-radius: 999px;
  color: #fff;
  background: #8cbe31;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}
.hot-product-desc {
  margin: 0 0 44px;
  color: #333943;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}
.hot-product-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  height: 54px;
  padding: 0 30px;
  border: 1px solid rgba(126, 176, 73, 0.82);
  color: #79ad3c;
  font-size: 17px;
  font-weight: 500;
  background: rgba(255,255,255,0.62);
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.hot-product-more:hover {
  color: #fff;
  border-color: #79ad3c;
  background: #79ad3c;
  transform: translateY(-2px);
}

@media screen and (max-width: 1450px) {
  .hot-product-showcase {
    padding: 62px 0 76px;
  }
  .hot-product-head {
    margin-bottom: 44px;
  }
  .hot-product-head h2 {
    font-size: 42px;
  }
  .hot-product-head p {
    font-size: 21px;
  }
  .hot-product-card {
    grid-template-columns: minmax(460px, 0.98fr) minmax(390px, 0.86fr);
    gap: 46px;
    width: min(1180px, 100%);
    min-height: 450px;
    padding: 38px 62px 40px 54px;
  }
  .hot-product-visual {
    min-height: 360px;
  }
  .hot-product-img {
    width: min(100%, 560px);
    max-height: 420px;
  }
  .hot-product-code {
    font-size: 31px;
    margin-bottom: 12px;
  }
  .hot-product-copy h2 {
    font-size: 42px;
    margin-bottom: 22px;
  }
  .hot-product-feature {
    min-height: 52px;
    margin-bottom: 26px;
    font-size: 23px;
  }
  .hot-product-desc {
    margin-bottom: 34px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .hot-product-showcase {
    padding: 48px 0 58px;
  }
  .hot-product-showcase:before,
  .hot-product-bg {
    height: 72%;
  }
  .hot-product-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 34px 38px;
  }
  .hot-product-visual {
    min-height: 300px;
  }
  .hot-product-copy {
    max-width: none;
    padding-top: 0;
    text-align: center;
  }
  .hot-product-feature {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hot-product-showcase {
    padding: 36px 15px 44px;
  }
  .hot-product-showcase .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .hot-product-head {
    margin-bottom: 28px;
  }
  .hot-product-head h2 {
    font-size: 32px;
  }
  .hot-product-head p {
    font-size: 15px;
  }
  .hot-product-card {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 24px 18px 28px;
  }
  .hot-product-visual {
    width: 100%;
    justify-content: center;
    min-height: 230px;
  }
  .hot-product-img {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 360px);
    max-height: 285px;
  }
  .hot-product-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hot-product-code {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .hot-product-copy h2 {
    font-size: 31px;
    margin-bottom: 16px;
  }
  .hot-product-feature {
    min-height: 44px;
    margin-bottom: 20px;
    padding: 9px 18px;
    font-size: 17px;
  }
  .hot-product-desc {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.78;
  }
  .hot-product-more {
    min-width: 132px;
    height: 44px;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .hot-product-visual {
    min-height: 200px;
  }
  .hot-product-img {
    width: min(100%, 300px);
    max-height: 240px;
  }
  .hot-product-copy h2 {
    font-size: 27px;
  }
  .hot-product-feature {
    font-size: 15px;
  }
}

/* ==================== 7大产品系列 ==================== */
.product-series-showcase {
  padding: 96px 0 72px;
  background: #fff;
  overflow: hidden;
}
.product-series-showcase .container {
  position: relative;
}
.product-series-head {
  margin-bottom: 72px;
  text-align: center;
}
.product-series-head h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0;
  color: #30343a;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}
.product-series-head strong {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 100px;
  transform: rotate(7deg);
}
.product-series-head strong:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 72px;
  height: 84px;
  background: linear-gradient(145deg, rgba(134, 183, 45, 0.24), rgba(134, 183, 45, 0));
  filter: blur(2px);
  transform: rotate(-12deg);
  z-index: -1;
}
.product-series-head strong img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-series-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 34px;
}
.product-series-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 26px;
  color: #2f3338;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.product-series-nav a + a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 22px;
  background: #d9d9d9;
  transform: translateY(-50%);
}
.product-series-nav a:hover {
  color: #86b72d;
}
.product-series-search {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 390px;
  align-items: center;
  gap: 22px;
  min-height: 82px;
  padding: 18px 58px;
  background: #86b72d;
  color: #fff;
  box-sizing: border-box;
}
.product-series-search-title {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.product-series-keywords {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.product-series-keywords strong {
  margin-right: 6px;
  color: #fff;
}
.product-series-keywords a {
  color: rgba(255, 255, 255, 0.94);
}
.product-series-keywords a:hover {
  color: #1f2429;
}
.product-series-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px;
  gap: 12px;
  margin: 0;
}
.product-series-form input {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 0;
  outline: none;
  background: #fff;
  color: #333;
  font-size: 15px;
  box-sizing: border-box;
}
.product-series-form input::placeholder {
  color: #a8a8a8;
}
.product-series-form button {
  width: 122px;
  height: 40px;
  border: 0;
  background: #252525;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.product-series-form button:hover {
  background: #111;
  transform: translateY(-1px);
}
.product-series-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 42px;
  color: #33363b;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}
.product-series-phone-icon {
  display: inline-flex;
  color: #4b4d50;
}
.product-series-phone a {
  color: #262a30;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 0;
}
.product-series-phone a:hover {
  color: #86b72d;
}

.home-category-products {
  padding: 36px 0 50px;
  background: #f4f4f4;
}
.home-category-products .container {
  max-width: 1285px;
}
.home-category-products-grid {
  display: grid;
  grid-template-columns: 448px 825px;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
}
.home-category-feature,
.home-category-product-card {
  display: block;
  overflow: hidden;
  background: #fff;
}
.home-category-feature {
  position: relative;
  aspect-ratio: 448 / 825;
  height: auto;
  color: #fff;
}
.home-category-feature img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
/*.home-category-feature-mask {*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  !*background: linear-gradient(180deg, rgba(18, 48, 72, 0.2), rgba(12, 24, 34, 0.08) 45%, rgba(0, 0, 0, 0.18));*!*/
/*}*/
.home-category-feature:hover img {
  transform: scale(1.04);
}
.home-category-product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  align-content: stretch;
}
.home-category-product-card {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1 / 1;
  padding: 8px 8px 12px;
  text-align: center;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-category-product-img {
  flex: 1 1 auto;
  overflow: hidden;
  min-height: 0;
  background: #f6f6f6;
}
.home-category-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.home-category-product-card h3 {
  flex: 0 0 auto;
  overflow: hidden;
  margin: 8px 0 0;
  color: #333;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-category-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(32, 40, 48, 0.1);
}
.home-category-product-card:hover h3 {
  color: #86b72d;
}
.home-category-product-card:hover img {
  transform: scale(1.04);
}
.home-category-products-wrap .home-category-products:nth-child(even) {
  background: #fff;
}
.home-category-products-wrap .home-category-products:nth-child(even) .home-category-products-grid {
  grid-template-columns: 825px 448px;
}
.home-category-products-wrap .home-category-products:nth-child(even) .home-category-feature {
  order: 2;
}
.home-category-products-wrap .home-category-products:nth-child(even) .home-category-product-list {
  order: 1;
}
.home-category-products-wrap .home-category-products:nth-child(even) .home-category-product-card {
  background: #f4f4f4;
}

/* ==================== 应用领域 ==================== */
.application-area {
  padding: 92px 0 104px;
  background: #f3f3f3;
  overflow: hidden;
}
.application-area .container {
  max-width: 1285px;
}
.application-area-head {
  margin-bottom: 44px;
  text-align: center;
}
.application-area-head h2 {
  margin: 0;
  color: #86b72d;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}
.application-area-head p {
  margin: 6px 0 0;
  color: #555b64;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}
.application-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.application-area-card {
  display: block;
  min-height: 256px;
  color: #4b4d50;
  perspective: 1100px;
}
.application-area-card-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 256px;
  transform-style: preserve-3d;
  transition: transform 0.68s cubic-bezier(0.2, 0.72, 0.2, 1);
}
.application-area-card:hover .application-area-card-inner,
.application-area-card:focus .application-area-card-inner {
  transform: rotateY(180deg);
}
.application-area-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 256px;
  padding: 34px 24px 30px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.application-area-face-front {
  transition: filter 0.35s ease;
}
.application-area-card:hover .application-area-face-front,
.application-area-card:focus .application-area-face-front {
  filter: grayscale(1);
}
.application-area-face-back {
  color: #fff;
  background: #70757a;
  transform: rotateY(180deg);
}
.application-area-no {
  position: absolute;
  right: -6px;
  top: 40px;
  color: #eef5fb;
  font-size: 126px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  z-index: 0;
}
.application-area-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  color: #4b4d50;
}
.application-area-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.application-area-face strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 5px;
  color: #6b6f76;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
}
.application-area-face em {
  position: relative;
  z-index: 1;
  display: block;
  color: #737780;
  font-size: 21px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
}
.application-area-face-back strong,
.application-area-face-back em {
  color: #fff;
}
.application-area-face-back span {
  display: block;
  max-width: 218px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.72;
}

@media screen and (max-width: 1450px) {
  .product-series-showcase {
    padding: 78px 0 62px;
  }
  .product-series-head {
    margin-bottom: 58px;
  }
  .product-series-head h2 {
    gap: 32px;
    font-size: 36px;
  }
  .product-series-head strong {
    width: 72px;
    height: 86px;
  }
  .product-series-nav a {
    padding: 0 20px;
    font-size: 20px;
  }
  .product-series-search {
    grid-template-columns: 210px minmax(0, 1fr) 360px;
    padding: 16px 42px;
  }
  .product-series-search-title {
    font-size: 18px;
  }
  .product-series-keywords {
    font-size: 15px;
  }
  .home-category-products {
    padding: 32px 0 46px;
  }
  .home-category-products-grid {
    grid-template-columns: 448px 825px;
    gap: 10px;
  }
  .home-category-products-wrap .home-category-products:nth-child(even) .home-category-products-grid {
    grid-template-columns: 825px 448px;
  }
  .application-area {
    padding: 78px 0 88px;
  }
  .application-area-head h2 {
    font-size: 40px;
  }
  .application-area-head p {
    font-size: 18px;
  }
  .application-area-card,
  .application-area-card-inner,
  .application-area-face {
    min-height: 230px;
  }
  .application-area-no {
    top: 38px;
    font-size: 108px;
  }
}

@media screen and (max-width: 1024px) {
  .product-series-head h2 {
    flex-wrap: wrap;
    gap: 10px 24px;
    white-space: normal;
  }
  .product-series-nav {
    justify-content: flex-start;
    gap: 12px;
  }
  .product-series-nav a {
    padding: 8px 14px;
    background: #f4f8ee;
    font-size: 17px;
  }
  .product-series-nav a + a:before {
    display: none;
  }
  .product-series-search {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 28px;
  }
  .product-series-form {
    max-width: 520px;
  }
  .home-category-products {
    padding: 30px 0 42px;
  }
  .home-category-products-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
  .home-category-feature {
    aspect-ratio: 448 / 825;
  }
  .home-category-feature img {
    height: 100%;
    object-position: center top;
  }
  .home-category-products-wrap .home-category-products:nth-child(even) .home-category-products-grid {
    grid-template-columns: 1fr;
  }
  .home-category-products-wrap .home-category-products:nth-child(even) .home-category-feature {
    order: 1;
  }
  .home-category-products-wrap .home-category-products:nth-child(even) .home-category-product-list {
    order: 2;
  }
  .application-area {
    padding: 62px 0 70px;
  }
  .application-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .product-series-showcase {
    padding: 50px 15px 44px;
  }
  .product-series-head {
    margin-bottom: 34px;
  }
  .product-series-head h2 {
    gap: 6px 14px;
    font-size: 24px;
  }
  .product-series-head strong {
    width: 52px;
    height: 62px;
  }
  .product-series-nav {
    margin-bottom: 24px;
    gap: 8px;
  }
  .product-series-nav a {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 14px;
  }
  .product-series-search {
    padding: 18px 16px;
  }
  .product-series-search-title {
    font-size: 16px;
  }
  .product-series-keywords {
    font-size: 13px;
  }
  .product-series-form {
    grid-template-columns: 1fr 86px;
    gap: 8px;
    max-width: none;
  }
  .product-series-form input,
  .product-series-form button {
    height: 38px;
    font-size: 13px;
  }
  .product-series-form button {
    width: 86px;
  }
  .product-series-phone {
    flex-wrap: wrap;
    margin-top: 28px;
    gap: 7px;
    font-size: 20px;
  }
  .product-series-phone a {
    font-size: 23px;
  }
  .home-category-products {
    padding: 26px 15px 38px;
  }
  .home-category-products-grid {
    gap: 14px;
  }
  .home-category-feature {
    aspect-ratio: 4 / 5;
  }
  .home-category-feature img {
    height: 100%;
  }
  .home-category-product-list {
    grid-template-columns: 1fr;
  }
  .home-category-product-card {
    padding: 8px 8px 12px;
  }
  .home-category-product-card h3 {
    margin-top: 8px;
    font-size: 15px;
  }
  .application-area {
    padding: 48px 15px 56px;
  }
  .application-area-head {
    margin-bottom: 28px;
  }
  .application-area-head h2 {
    font-size: 32px;
  }
  .application-area-head p {
    font-size: 15px;
  }
  .application-area-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .application-area-card,
  .application-area-card-inner,
  .application-area-face {
    min-height: 210px;
  }
  .application-area-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 14px;
  }
  .application-area-face strong {
    font-size: 24px;
  }
  .application-area-face em {
    font-size: 18px;
  }
  .application-area-no {
    top: 34px;
    right: 18px;
    font-size: 92px;
  }
}

@media screen and (max-width: 480px) {
  .product-series-head h2 {
    font-size: 21px;
  }
  .product-series-head strong {
    width: 46px;
    height: 54px;
  }
  .product-series-form {
    grid-template-columns: 1fr;
  }
  .product-series-form button {
    width: 100%;
  }
  .application-area-card,
  .application-area-card-inner,
  .application-area-face {
    min-height: 190px;
  }
  .application-area-face {
    padding: 28px 18px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .application-area-card-inner {
    transition: none;
  }
  .application-area-card:hover .application-area-card-inner,
  .application-area-card:focus .application-area-card-inner {
    transform: none;
  }
  .application-area-face-back {
    display: none;
  }
}

/* 合肥秀站网络科技有限公司 */
/* 精品与原创织梦模板提供商，一站式建站 */
/* 主营业务：快速建站、快排、高权重域名、海外服务器 */
/* 麦站网：Www.Xiuzhanwang.Com */
/* 主机/服务器：Www.xiuzhanyun.Com */
/* 域名抢注：Www.xiuzhanmi.Com */
/* QQ：2361928288  835971066 */



@media screen and (max-width: 1450px) {
/*.header .container {padding: 0 15px;}*/
.header .nav {
	margin-left: 35px;
}
.header .nav li>a {
	padding: 0 20px;
}
.header .header-phone a {
	font-size: 18px;
}
.shengchan .swiper-slide {
	width: 380px;
}
.shengchan .swiper-slide .text p {
	line-height: 50px;
	font-size: 18px;
}
}
@media screen and (max-width: 767px) {
body {
	min-width: 320px;
	padding-top: 70px;
}
.container {
	width: auto;
	min-width: auto;
	max-width: none;
}
.footer-fix {
	display: block;
	padding-bottom: env(safe-area-inset-bottom);
}
.kf {
	display: none;
}
.more-big {
	margin-top: 30px;
	line-height: 40px;
}
.more-big span {
	font-size: 14px;
	padding: 0 20px;
}
.more-big i {
	height: 40px;
	width: 40px;
	background-size: 15px auto;
}
.header {
	height: 70px;
	padding: 0;
	background-color: #fff;
	z-index: 100;
}
.header .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header .container:before,
.header .container:after {
	display: none;
}
.header .logo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	height: 47px;
	line-height: 47px;
	float: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 220px;
	flex: 1 1 auto;
	max-width: calc(100% - 190px);
	text-align: left;
	padding: 0;
}
.header .nav {
	position: fixed;
	left: 0;
	right: 0;
	top: 70px;
	bottom: 0;
	z-index: 20;
	margin: 0;
	display: none;
	float: none;
	background-color: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header .nav.nav-show {
	-webkit-animation: mobileNavIn 0.24s ease both;
	animation: mobileNavIn 0.24s ease both;
}
.header .nav.nav-hide {
	-webkit-animation: mobileNavOut 0.24s ease both;
	animation: mobileNavOut 0.24s ease both;
}
@-webkit-keyframes mobileNavIn {
	from {
		opacity: 0;
		-webkit-transform: translateX(28px);
		transform: translateX(28px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes mobileNavIn {
	from {
		opacity: 0;
		-webkit-transform: translateX(28px);
		transform: translateX(28px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes mobileNavOut {
	from {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(28px);
		transform: translateX(28px);
	}
}
@keyframes mobileNavOut {
	from {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(28px);
		transform: translateX(28px);
	}
}
.header .nav li {
	display: block;
	position: relative;
	margin: 0;
	border-top: 1px solid #eee;
	float: none;
}
.header .nav li:first-child {
	border-top: 0;
}
.header .nav li:first-child>a {
	color: #a9cd0a;
}
.header .nav li a {
	display: block;
	line-height: 50px;
	padding: 0 44px;
	font-size: 15px;
	color: #111;
}
.header .nav li .arr {
	display: block;
	position: absolute;
	right: 22px;
	top: 0;
	z-index: 1;
	height: 50px;
	width: 40px;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #a9cd0a;
}
.header .nav li.open>a:after, .header .nav li.active>a:after, .header .nav li>a:hover:after {
	width: 0;
}
.header .nav li.open .arr:after {
	border-color: #999;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.header .nav .dropdown-box {
	position: static;
	background-color: #fafafa;
	width: auto;
	min-width: auto;
	max-width: none;
	text-align: left;
}
.header .nav .dropdown-box a {
	color: #333 !important;
	border-top: 1px solid #eee;
	padding: 0 58px;
	line-height: 54px;
	font-size: 15px;
	background-color: transparent !important;
	border-bottom: 0;
}
.menu-btn {
	display: block;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	float: none;
	width: 40px;
	height: 40px;
	margin-left: 8px;
	padding: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.menu-btn.open {
	background: url(../images/icon24.png) no-repeat center;
	background-size: 18px auto;
}
.menu-btn.open:before,
.menu-btn.open:after,
.menu-btn.open span {
	display: none;
}
.header .sc {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	float: none;
	margin-left: auto;
	margin-right: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header .header-phone {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	float: none;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header .header-phone a {
	padding-left: 16px;
	font-size: 14px;
	font-weight: 700;
}
.header .header-phone a:before {
	font-size: 14px;
}
.header .sc-btn {
	height: 40px;
	width: 40px;
	background-size: 18px auto;
	background-image: url(../images/icon23.png);
}
.header .sc-btn.open {
	background-image: url(../images/icon24.png);
}
.header .sc-box {
	position: fixed;
	left: 0;
	right: 0;
	top: 70px;
	width: 100%;
	margin: 0;
	padding: 12px 15px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header .sc-box form {
	position: relative;
}
.header .sc-box input {
	width: 100%;
	height: 44px;
	padding: 0 48px 0 0;
	border: 0;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header .sc-box button {
	width: 44px;
	height: 44px;
	background: url(../images/icon23.png) no-repeat center;
	background-size: 20px auto;
	font-size: 0;
	text-indent: -9999px;
}
.banner .banner-bg,
.banner .swiper-slide {
	height: 300px;
	min-height: auto;
}
.banner .banner-bg .container,
.banner .swiper-slide .container {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.banner .banner-bg h4,
.banner .swiper-slide h4 {
	font-size: 24px;
	line-height: 1.35;
	letter-spacing: 0;
}
.home-banner .swiper-slide .wrap {
	text-align: left;
}
.banner .banner-bg h4:after,
.banner .swiper-slide h4:after {
	margin-top: 15px;
}
.banner .banner-bg small,
.banner .swiper-slide small {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.5;
}
.home-banner .swiper-slide:before {
	width: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.28) 100%);
}
.home-banner .home-banner-more {
	height: 44px;
	line-height: 44px;
	margin-top: 24px;
	padding: 0 24px;
	font-size: 14px;
}
.banner .banner-bg .more-big,
.banner .swiper-slide .more-big {
	margin-top: 20px;
}
.banner .swiper-pagination {
	bottom: 20px;
	right: 0;
	width: 100%;
	font-size: 0;
}
.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 30px;
	margin: 0 5px !important;
}
.banner-sub {
	height: 200px;
}
.banner-sub h4 {
	font-size: 18px;
}
.banner-sub h4:after {
	margin-top: 15px;
}
.banner-sub small {
	margin-top: 15px;
	font-size: 18px;
}
.section {
	padding: 30px 0;
}
.section-title {
	margin-bottom: 30px;
}
.section-title small {
	font-size: 22px;
	padding-bottom: 15px;
}
.section-title h4 {
	padding-top: 15px;
	font-size: 22px;
}
.section-title .more-big {
	margin-top: 5px;
}
.section-title-1 {
	margin-bottom: 30px;
	font-size: 20px;
}
.section-title-1 small {
	font-size: 14px;
}
.section-title-1 i {
	height: 20px;
}
.in-about dt {
	float: none;
	width: auto;
	margin: 0;
}
.in-about dd {
	margin: 0;
	padding: 20px 0 0;
}
.in-about dd p {
	font-size: 14px;
	line-height: 1.8;
}
.in-about ul {
	margin-left: 0;
	margin-top: 20px;
}
.in-about li {
	width: 50%;
}
.in-about li .wrap {
	text-align: center;
	margin-left: 0;
}
.in-about li:nth-child(2) .wrap {
	border-right: 0;
}
.in-about li.active {
	border: 0;
}
.in-about li p {
	line-height: 1;
	margin-top: 10px;
	text-align: center;
}
.about-s dd h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.about-s ul {
	margin-bottom: -30px;
}
.in-service .swiper-slide {
	height: 276px;
	line-height: 276px;
}
.in-service .swiper-slide .img-cover span {
	height: 200px;
}
.in-service .swiper-slide .img-cover p {
	font-size: 12px;
}
.in-service .swiper-slide .img-cover p em {
	padding: 20px 20px 0;
}
.in-service .swiper-slide .img-cover i {
	height: 30px;
	bottom: 20px;
}
.in-service .swiper-slide .text span {
	width: 75%;
	font-size: 14px;
	padding: 10px 0;
}
.in-service .swiper-slide a:hover .img-cover span {
	height: 200px;
}
.in-service .swiper-slide a:hover .text {
	padding: 10px 0 30px;
}
.in-service .swiper-button-next, .in-service .swiper-button-prev {
	width: 30px;
	height: 50px;
	background-size: 15px auto;
}
.in-equipment .swiper-slide {
	width: 280px;
}
.in-equipment .swiper-slide .text {
	position: static;
	width: auto;
	height: auto;
	padding: 15px;
}
.in-equipment .swiper-slide .text h4 {
	font-size: 18px;
}
.in-equipment .swiper-slide .text h4:after {
	margin-left: 0;
	margin-top: 10px;
	width: 50px;
}
.in-equipment .swiper-slide .text p {
	font-size: 14px;
	margin-top: 15px;
	height: auto;
}
.in-equipment .swiper-slide .text .more {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	background-size: auto 6px;
	padding-right: 20px;
}
.in-equipment .swiper-slide .text .p {
	font-size: 12px;
	right: 15px;
	bottom: 15px;
}
.in-equipment .swiper-pagination {
	margin-top: 30px;
}
.in-equipment .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px !important;
}
.in-equipment .swiper-button-next, .in-equipment .swiper-button-prev {
	display: none;
}
.in-news-left {
	float: none;
	width: auto;
}
.in-news-left .section-title {
	margin-top: 0;
}
.in-news-left ul {
	overflow: hidden;
}
.in-news-left li {
	float: left;
}
.in-news-left li .more-big {
	margin-top: 0;
	margin-right: 10px;
}
.in-news-right {
	margin: 30px 0 0;
}
.list-1 li {
	width: 50%;
}
/*.list-1 li:nth-child(5) {display: none;}*/
.list-1 li.last {
	margin-top: 30px;
	width: 100%;
}
.list-1 li.last .wrap {
	height: auto;
	line-height: normal;
}
.list-1 li .item {
	padding: 15px;
	height: auto;
}
.list-1 li .text {
	padding: 0;
}
.list-1 li h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.list-1 li h4 span {
	height: 44px;
}
.list-1 li h4:after {
	margin-top: 10px;
}
.list-1 li .date {
	font-size: 12px;
}
.list-1 li .lm {
	position: static;
	display: block;
	width: auto;
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
}
.list-1 li .more {
	margin-top: 30px;
	width: auto;
	font-size: 14px;
	line-height: 32px;
}
.footer {
	padding: 34px 0 78px;
}
.footer-main {
	display: block;
}
.footer-left {
	display: block;
	max-width: none;
	margin-bottom: 26px;
}
.footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 18px;
	width: auto;
}
.footer-entry {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 26px;
}
.footer-entry a {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.35;
	white-space: normal;
}
.footer-entry-icon {
	width: 38px;
	height: 38px;
	margin: 0 auto 8px;
}
.footer-links {
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
}
.footer-links span {
	padding: 0 5px;
}
.footer-social {
	gap: 10px;
	padding-top: 0;
}
.footer-social-item {
	width: 38px;
	height: 38px;
	font-size: 12px;
}
.footer-ewm {
	width: 98px;
}
.footer-ewm-img {
	height: 98px;
	padding: 6px;
}
.footer-ewm p {
	margin-top: 7px;
	font-size: 12px;
}
.footer-copy {
	margin-top: 22px;
	font-size: 12px;
	padding: 0;
	text-align: center;
}
.footer-copy span,
.footer-copy a {
	display: inline-block;
	margin: 0 5px;
}
.footer-copy .zc {
	display: none;
}
.position {
	margin: 0 0 20px;
	line-height: 20px;
}
.position .tit {
	font-size: 18px;
	background-size: auto 20px;
	padding-left: 22px;
}
.position .tit:after {
	width: 20px;
	margin-left: 10px;
}
.position .wz {
	display: none;
}
.list-2 {
	margin: -10px 0 0 -10px;
}
.list-2 li {
	width: 50%;
}
.list-2 li a {
	margin: 10px 0 0 10px;
}
.list-2 li .text {
	padding: 10px 0;
}
.list-2 li .text h4 {
	font-size: 16px;
}
.list-2 li .text p {
	font-size: 12px;
}
.equipment .swiper-slide {
	width: 280px;
}
.equipment .swiper-slide .text {
	margin-top: -17px;
}
.equipment .swiper-slide .text span {
	line-height: 34px;
	height: 34px;
	font-size: 14px;
}
.equipment .swiper-button-next, .equipment .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background-size: 7px auto;
}
.equipment .swiper-button-next {
	right: 10px;
}
.equipment .swiper-button-prev {
	left: 10px;
}
.shengchan .swiper-slide {
	width: 170px;
}
.shengchan .swiper-slide .text p {
	font-size: 14px;
	line-height: 34px;
}
.shengchan .ctl {
	margin-top: 20px;
}
.shengchan .swiper-button-next, .shengchan .swiper-button-prev {
	height: 14px;
	background-size: contain;
	width: 20px;
	margin-right: 10px;
}
.shengchan .swiper-pagination {
	margin-top: 5px;
	margin-left: 65px;
}
.list-3 {
	margin: -10px 0 0 -10px;
}
.list-3 li {
	width: 50%;
}
.list-3 li a {
	margin: 10px 0 0 10px;
}
.list-3 li .text {
	margin-top: 10px;
}
.list-3 li .text h4 {
	font-size: 14px;
}
.list-3 li .text .date {
	margin-top: 5px;
	font-size: 12px;
}
.list-3 li .text p {
	font-size: 12px;
	height: 40px;
	line-height: 20px;
}
/*.list-4 {margin-top: -15px;}*/
.list-4 {
	margin: -10px 20px 0 -110px;
}
.list-4 li {
	width: 100%;
}
.list-4 li a {
	margin-top: 15px;
}
.list-4 li .date {
	font-size: 20px;
	width: 60px;
}
.list-4 li .date span {
	font-size: 14px;
}
.list-4 li .text {
	margin-left: 75px;
}
.list-4 li .text h4 {
	font-size: 16px;
}
.list-4 li .text p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	margin-top: 5px;
}
.content-title {
	margin-bottom: 20px;
}
.content-title h1 {
	font-size: 18px;
	padding-left: 10px;
	border-left-width: 3px;
}
.content-title p {
	margin-top: 10px;
}
.content-title p span {
	font-size: 12px;
}
.content-body {
	font-size: 14px;
}
.content-exp {
	margin-top: 20px;
	font-size: 12px;
}
.prd-show {
	margin-bottom: 30px;
}
.prd-show .swiper-slide {
	height: 300px;
	line-height: 300px;
}
.prd-show .swiper-button-next, .prd-show .swiper-button-prev {
	width: 30px;
	height: 50px;
	background-size: 15px auto;
	margin-top: -25px;
}
.contact {
	top: -30px;
}
.contact li {
	padding: 20px 0;
	width: 100%;
}
.contact-list {
	margin-top: -15px;
}
.contact-list li {
	width: 100%;
}
.contact-list li .wrap {
	margin-top: 15px;
}
.contact-list li h4 {
	font-size: 18px;
	background-size: auto 22px;
	padding-left: 30px;
}
.m-tc {
	text-align: center;
}
.mo {
	display: block;
}
.nnnns {
	margin: 10px 0;
}
.nnnns li {
	width: 25%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-right: 5%;
	border: #ddd 1px solid;
	margin-bottom: 10px;
}
.subnav-wrap {
	padding: 10px 0;
}
.subnav-inner {
	align-items: center;
	flex-direction: row;
	gap: 8px;
}
.subnav-inner ul {
	gap: 5px;
}
.subnav-inner li {
	float: left;
	padding: 5px 12px;
	margin-right: 5px;
	font-size: 13px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 2px;
}
.subnav-inner li.on,
.subnav-inner li:hover {
	background: #a9cd0a;
	border-color: #a9cd0a;
}
.subnav-inner li a {
	color: #fff;
}
.subnav-path {
	margin-left: auto;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
}
.subnav-path:before {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
@media screen and (max-width: 480px) {
	.subnav-inner {
		align-items: flex-start;
		flex-direction: column;
	}
	.subnav-path {
		align-self: flex-end;
	}
}
.header .nav .dropdown-box {
	background: none;
}
.header .nav .dropdown-box a {
	background: #fff!important;
}
}
/*网分页样式*/
.pages {
	clear: both;
	margin: 40px auto 20px auto;
	padding-top: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages ul li:hover {
	background: #2b2c2d;
	color: #fff;
	border: 1px solid #2b2c2d
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #2b2c2d;
	padding: 6px 15px;
	margin: 0 1px;
	background: #2b2c2d;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}
/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li:nth-child(1){ padding:0 10px}
.dede_pages ul li:nth-child(1) a{ padding:0}
.dede_pages ul li a{color:#555;display:block;padding: 0 10px;}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid; padding:0 10px}
.dede_pages ul li:last-child{ padding:0 10px}
.dede_pages ul li:last-child a{ padding:0}
.dede_pages ul li.thisclass a{color:#fff; padding:0}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}


/*分页样式*/
.pglist{padding: 120px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a,.pglist span{display: inline-block;color: #000;padding: 0 12px;margin: 0 5px;line-height: 32px;background:#fff;border:1px solid #d8dadf}
.pglist a:hover,.pglist span{background: #000;color:#fff;}
.pglist a.page-num-current{background: #000;color:#fff;}



 /*投诉维修*/
.Comprepair li {
	margin-bottom: 13px;
}
.Comprepair label {
	display: block;
	position: relative;
}
.Comprepair label span {
	display: block;
	margin-bottom: 5px;
	color: #4c4c4c;
	font-size: 16px;
}
.Comprepair label em {
	color: #fb0013;
	margin-right: 2px;
}
.Comprepair label input {
	font-family: "Microsoft YaHei";
}
.Comprepair label .inputext {
	display: block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dddddd;
	width: 100%;
	padding: 0px;
}
.Comprepair label .vccode {
	display: block;
	position: absolute;
	right: 0;
	top: 30px;
	width: 79px;
	height: 30px;
	cursor: pointer;
}
.Comprepair label .changecode {
	display: block;
}
.Comprepair label textarea {
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	padding: 10px 20px;
	height: 190px;
	font-family: "Microsoft YaHei";
}
.Comprepair label .submit {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	background-color: #d82019;
	margin: 0 auto;
}
.Comprepair .licode .inputext {
	width: 70%;
}
 @media (min-width: 768px) {
.Comprepair li {
	margin-bottom: 34px;
}
.Comprepair label span {
	float: left;
	width: 92px;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 0;
	height: 57px;
	line-height: 57px;
	text-align: right;
}
.Comprepair label .inputext {
	height: 56px;
	line-height: 56px;
	float: left;
	width: 380px;
}
.Comprepair label .vccode {
	top: 50%;
	margin-top: -15px;
}
}
 @media (min-width: 1024px) {
.Comprepairform {
	padding-top: 62px;
	padding-bottom: 97px;
}
.Comprepair {
	max-width: 1200px;
	margin: 0 auto;
}
.Comprepair li {
	float: left;
	width: 50%;
	max-width: 500px;
}
.Comprepair li:nth-child(odd) {
	margin-right: 60px;
}
.Comprepair .litextarea {
	margin-top: -7px;
}
.Comprepair .litextarea, .Comprepair .lisubmit {
	width: 100%;
	max-width: 100%;
}
.Comprepair .licode .inputext {
	max-width: 183px;
}
.Comprepair label textarea {
	float: left;
	width: 90%;
	max-width: 940px;
}
.Comprepair label .inputext .vccode {
	width: 280px;
	height: 40px;
	float: left;
}
.Comprepair label .submit {
	width: 300px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
}
}
 @media (min-width: 1199px) {
.Comprepair {
	background: url(../images/wicon18.png) no-repeat 0 0;
	/*-moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;*/
	padding: 56px 47px 56px 70px;
}
.Comprepair li {
	margin-bottom: 50px;
}
}
 @media (min-width: 1260px) {
.Comprepair {
	padding: 70px 70px 30px 47px;
}
}


/* ==================== 项目案例模块 ==================== */
/* ==================== 首页新闻模块 ==================== */
.home-news {
  position: relative;
  padding: 86px 0 96px;
  overflow: hidden;
  background: #fff;
}
.home-news::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 260px;
  background: linear-gradient(135deg, rgba(226, 241, 255, 0.92), rgba(255, 255, 255, 0));
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 45%);
  pointer-events: none;
}
.home-news::after {
  content: '';
  position: absolute;
  top: 42px;
  right: -120px;
  width: 520px;
  height: 220px;
  border-top: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: 50%;
  transform: rotate(12deg);
  pointer-events: none;
}
.home-news .container {
  position: relative;
  z-index: 1;
}
.home-news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 34px;
}
.home-news-eyebrow {
  margin: 0 0 6px;
  font-size: 14px;
  color: #8aa0b8;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-news-title {
  margin: 0 0 8px;
  font-size: 38px;
  line-height: 1.2;
  color: #1a1a1a;
  font-weight: 700;
  letter-spacing: 2px;
}
.home-news-wave {
  display: block;
}
.home-news-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: #3b82d6;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(59, 130, 214, 0.22);
  transition: all 0.3s ease;
}
.home-news-more:hover {
  background: #a9cd0a;
  color: #fff;
  transform: translateY(-2px);
}
.home-news-feature-card {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 410px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.86);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08);
}
.home-news-feature-img {
  min-height: 410px;
  background-color: #f1f5f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.6s ease;
}
.home-news-feature-card:hover .home-news-feature-img {
  transform: scale(1.04);
}
.home-news-feature-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 7.5%;
}
.home-news-tag {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(59, 130, 214, 0.1);
  color: #3b82d6;
  font-size: 13px;
  font-weight: 700;
}
.home-news-feature-info h3 {
  margin: 0 0 20px;
  color: #2b3340;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}
.home-news-feature-info p {
  margin: 0 0 34px;
  color: #7a8492;
  font-size: 15px;
  line-height: 1.9;
}
.home-news-feature-foot {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #98a2ae;
  font-size: 15px;
}
.home-news-feature-foot span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 46px;
  border-radius: 999px;
  background: #3b82d6;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(59, 130, 214, 0.2);
  transition: all 0.3s ease;
}
.home-news-feature-card:hover .home-news-feature-foot span {
  background: #a9cd0a;
}
.home-news-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 56px;
}
.home-news-item {
  display: grid;
  grid-template-columns: 190px 1fr 96px;
  align-items: center;
  min-height: 110px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
}
.home-news-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 58px rgba(59, 130, 214, 0.14);
}
.home-news-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #edf1f5;
  color: #3b82d6;
}
.home-news-date strong {
  display: block;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
}
.home-news-date span {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #e2e8f0;
  font-size: 18px;
  font-weight: 700;
}
.home-news-item h3 {
  margin: 0;
  padding: 0 36px;
  color: #2b3340;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #edf1f5;
  color: #3b82d6;
  transition: all 0.3s ease;
}
.home-news-item:hover .home-news-arrow {
  color: #a9cd0a;
  transform: translateX(4px);
}

@media screen and (max-width: 1450px) {
  .home-news {
    padding: 70px 0 78px;
  }
  .home-news-title {
    font-size: 32px;
  }
  .home-news-feature-card {
    min-height: 340px;
  }
  .home-news-feature-img {
    min-height: 340px;
  }
  .home-news-feature-info h3 {
    font-size: 22px;
  }
  .home-news-item h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home-news {
    padding: 48px 15px 56px;
  }
  .home-news-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .home-news-title {
    font-size: 24px;
  }
  .home-news-more {
    min-width: 118px;
    height: 40px;
    font-size: 13px;
  }
  .home-news-feature-card {
    display: block;
    min-height: 0;
    border-radius: 10px;
  }
  .home-news-feature-img {
    min-height: 210px;
  }
  .home-news-feature-info {
    padding: 26px 20px 28px;
  }
  .home-news-feature-info h3 {
    font-size: 18px;
  }
  .home-news-feature-info p {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .home-news-feature-foot {
    flex-wrap: wrap;
    gap: 14px;
    font-size: 13px;
  }
  .home-news-feature-foot span {
    min-width: 118px;
    height: 40px;
  }
  .home-news-list {
    margin-top: 28px;
    gap: 14px;
  }
  .home-news-item {
    grid-template-columns: 82px 1fr 46px;
    min-height: 82px;
    border-radius: 10px;
  }
  .home-news-date strong {
    font-size: 32px;
  }
  .home-news-date span {
    margin-top: 6px;
    padding-top: 5px;
    font-size: 12px;
  }
  .home-news-item h3 {
    padding: 0 14px;
    font-size: 14px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/* ==================== 新闻列表页 ==================== */
.news-list-page {
  position: relative;
  padding: 78px 0 92px;
  background:
    radial-gradient(circle at 88% 4%, rgba(59, 130, 214, 0.12), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 42%, #f8fafc 100%);
  overflow: hidden;
}
.news-list-page::before {
  content: '';
  position: absolute;
  top: 0;
  right: -140px;
  width: 620px;
  height: 260px;
  border-top: 1px solid rgba(59, 130, 214, 0.12);
  border-radius: 50%;
  transform: rotate(12deg);
  pointer-events: none;
}
.news-list-page .container {
  position: relative;
  z-index: 1;
}
.news-list-position {
  margin-top: 0;
  margin-bottom: 42px;
  padding: 20px 28px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(226, 232, 240, 0.88);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}
.news-list-header {
  max-width: 760px;
  margin-bottom: 42px;
}
.news-list-eyebrow {
  margin: 0 0 10px;
  color: #3b82d6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}
.news-list-header h1 {
  margin: 0;
  color: #1a1a1a;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2px;
}
.news-list-header h1::after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a9cd0a, rgba(169, 205, 10, 0));
}
.news-list-desc {
  max-width: 620px;
  margin: 18px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.9;
}
.news-list-feature-card {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 360px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.88);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
}
.news-list-feature-img {
  min-height: 360px;
  background-color: #eef4fb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.6s ease;
}
.news-list-feature-card:hover .news-list-feature-img {
  transform: scale(1.04);
}
.news-list-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 8%;
}
.news-list-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  color: #94a3b8;
  font-size: 14px;
}
.news-list-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(59, 130, 214, 0.1);
  color: #3b82d6;
  font-weight: 700;
}
.news-list-feature-body h2 {
  margin: 0 0 18px;
  color: #233044;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 700;
}
.news-list-feature-body p {
  margin: 0 0 30px;
  color: #6f7f92;
  font-size: 15px;
  line-height: 1.9;
}
.news-list-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 128px;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: #3b82d6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(59, 130, 214, 0.22);
  transition: all 0.3s ease;
}
.news-list-feature-card:hover .news-list-more {
  background: #a9cd0a;
}
.news-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}
.news-list-card {
  min-width: 0;
}
.news-list-card a {
  display: grid;
  grid-template-columns: 120px 1fr 58px;
  align-items: stretch;
  min-height: 164px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
}
.news-list-card a:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(59, 130, 214, 0.13);
}
.news-list-card-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #edf1f5;
  color: #3b82d6;
  font-variant-numeric: tabular-nums;
}
.news-list-card-date strong {
  display: block;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}
.news-list-card-date span {
  margin-top: 9px;
  padding-top: 7px;
  border-top: 1px solid #e2e8f0;
  font-size: 14px;
  font-weight: 700;
}
.news-list-card-body {
  min-width: 0;
  padding: 26px 24px;
}
.news-list-card-sort {
  display: block;
  margin-bottom: 10px;
  color: #3b82d6;
  font-size: 13px;
  font-weight: 700;
}
.news-list-card-body h3 {
  margin: 0 0 12px;
  color: #233044;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-card-body p {
  margin: 0;
  color: #7a8492;
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #edf1f5;
  color: #3b82d6;
  transition: all 0.3s ease;
}
.news-list-card a:hover .news-list-card-arrow {
  color: #a9cd0a;
  transform: translateX(4px);
}
.news-list-pages .pglist {
  padding: 54px 0 0;
}
.news-list-pages .pglist a,
.news-list-pages .pglist span {
  min-width: 36px;
  padding: 0 13px;
  margin: 0 4px 8px;
  line-height: 36px;
  border-radius: 999px;
  border: 1px solid #d9e2ec;
  background: #fff;
  color: #64748b;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  transition: all 0.25s ease;
}
.news-list-pages .pglist a:hover,
.news-list-pages .pglist span,
.news-list-pages .pglist a.page-num-current {
  border-color: #3b82d6;
  background: #3b82d6;
  color: #fff;
}

@media screen and (max-width: 1450px) {
  .news-list-page {
    padding: 64px 0 76px;
  }
  .news-list-header h1 {
    font-size: 34px;
  }
  .news-list-feature-card {
    min-height: 320px;
  }
  .news-list-feature-img {
    min-height: 320px;
  }
  .news-list-feature-body h2 {
    font-size: 23px;
  }
  .news-list-card-body h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .news-list-feature-card {
    grid-template-columns: 1fr;
  }
  .news-list-feature-img {
    min-height: 260px;
  }
  .news-list-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .news-list-page {
    padding: 42px 15px 54px;
  }
  .news-list-position {
    margin-bottom: 28px;
    padding: 16px 18px;
  }
  .news-list-position .wz {
    float: none;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .news-list-position .tit {
    font-size: 18px;
  }
  .news-list-header {
    margin-bottom: 28px;
  }
  .news-list-eyebrow {
    font-size: 12px;
  }
  .news-list-header h1 {
    font-size: 26px;
  }
  .news-list-desc {
    font-size: 14px;
  }
  .news-list-feature-card {
    border-radius: 12px;
  }
  .news-list-feature-img {
    min-height: 210px;
  }
  .news-list-feature-body {
    padding: 26px 20px 28px;
  }
  .news-list-meta {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
  }
  .news-list-feature-body h2 {
    font-size: 19px;
  }
  .news-list-feature-body p {
    font-size: 13px;
  }
  .news-list-card a {
    grid-template-columns: 82px 1fr 44px;
    min-height: 126px;
    border-radius: 10px;
  }
  .news-list-card-date strong {
    font-size: 31px;
  }
  .news-list-card-date span {
    font-size: 11px;
  }
  .news-list-card-body {
    padding: 18px 14px;
  }
  .news-list-card-sort {
    font-size: 12px;
  }
  .news-list-card-body h3 {
    font-size: 15px;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-list-card-body p {
    display: none;
  }
  .news-list-pages .pglist {
    padding-top: 34px;
  }
}

.project-cases {
  padding: 80px 0 90px;
  background: url('../images/bg6.jpg') no-repeat center center;
  background-size: cover;
}
/* 顶部：标题与控制区 */
.pc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 45px;
}
.pc-header-left {
  position: relative;
}
.pc-subtitle {
  font-size: 14px;
  color: #999;
  margin: 0 0 6px 0;
  letter-spacing: 1px;
}
.pc-title {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
.pc-wave {
  display: block;
}
/* 右侧导航按钮 */
.pc-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pc-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #e0e0e0;
  background: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  padding: 0;
}
.pc-nav-btn:hover {
  background: #a9cd0a;
  border-color: #a9cd0a;
  color: #fff;
}
.pc-nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
/* 轮播区 */
.pc-carousel {
  position: relative;
  overflow: hidden;
}
.pc-swiper {
  overflow: visible;
}
/* 卡片样式 */
.pc-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.pc-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.pc-card-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  z-index: 1;
}
.pc-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 24px 24px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pc-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 1px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
/* 箭头图标 */
.pc-card-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* Hover 交互效果 */
.pc-card:hover .pc-card-bg {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.pc-card:hover .pc-card-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.pc-card:hover .pc-card-title {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* ==================== 项目案例 响应式 ==================== */
@media screen and (max-width: 1450px) {
  .project-cases {
    padding: 60px 0 70px;
  }
  .pc-title {
    font-size: 32px;
  }
  .pc-card-title {
    font-size: 16px;
  }
  .pc-header {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .project-cases {
    padding: 40px 15px 50px;
  }
  .pc-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
  }
  .pc-title {
    font-size: 24px;
  }
  .pc-subtitle {
    font-size: 12px;
  }
  .pc-card-title {
    font-size: 14px;
  }
  .pc-card-content {
    padding: 0 16px 16px 16px;
  }
  .pc-nav-btn {
    width: 40px;
    height: 40px;
  }
  .pc-nav-btn svg {
    width: 16px;
    height: 16px;
  }
}

/* ==================== 公司简介页面 ==================== */
.company-profile {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}
.profile-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
.profile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.75) 0%, rgba(248,250,252,0.72) 50%, rgba(240,245,250,0.78) 100%);
  z-index: 1;
}
.company-profile .container {
  position: relative;
  z-index: 2;
}

/* 顶部标题区域 */
.profile-header {
  text-align: center;
  margin-bottom: 60px;
}
.profile-main-title {
  font-size: 52px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px 0;
  letter-spacing: 4px;
  line-height: 1.2;
}
.profile-title-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  margin: 0 auto 16px;
  border-radius: 2px;
}
.profile-header-sub {
  font-size: 18px;
  color: #64748b;
  margin: 0;
  letter-spacing: 6px;
  font-weight: 300;
}

/* 中部区域：左右两列布局 */
.profile-body {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 70px;
}

/* 左侧图片滑块 */
.profile-left {
  flex: 0 0 700px;
  max-width: 700px;
  position: relative;
}
.profile-slider {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  aspect-ratio: 4 / 3;
}
.profile-slide-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 4 / 3;
}
/* 水滴分页器 */
.profile-pagination {
  text-align: center;
  margin-top: 20px;
  font-size: 0;
}
.profile-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 20px;
  margin: 0 6px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: #cbd5e1;
  opacity: 1;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}
.profile-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
}
.profile-pagination .swiper-pagination-bullet-active {
  background: #3b82f6;
  width: 16px;
  height: 24px;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
}

/* 右侧富文本介绍 */
.profile-right {
  flex: 0 0 700px;
  min-width: 0;
  max-width: 700px;
}
.profile-content {
  width: 100%;
  aspect-ratio: 4 / 3;
  box-sizing: border-box;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  padding: 30px 36px;
  backdrop-filter: blur(4px);
  font-size: 15px;
  line-height: 1.9;
  color: #334155;
  text-align: justify;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}
.profile-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.profile-content p {
  margin-bottom: 16px;
  text-indent: 2em;
}
.profile-content h1,
.profile-content h2,
.profile-content h3,
.profile-content h4 {
  color: #1a1a2e;
  margin: 20px 0 12px 0;
}

/* 底部数据统计块 */
.profile-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: calc(700px + 60px + 680px);
  margin: 0 auto;
}
.stat-item {
  position: relative;
  text-align: center;
  padding: 40px 20px 30px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
}
.stat-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
}
/* 装饰性蓝色角边框 */
.stat-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #3b82f6;
  border-style: solid;
  transition: all 0.3s ease;
}
.stat-corner-tl {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px;
}
.stat-corner-tr {
  top: 8px;
  right: 8px;
  border-width: 2px 2px 0 0;
}
.stat-corner-bl {
  bottom: 8px;
  left: 8px;
  border-width: 0 0 2px 2px;
}
.stat-corner-br {
  bottom: 8px;
  right: 8px;
  border-width: 0 2px 2px 0;
}
.stat-item:hover .stat-corner {
  width: 28px;
  height: 28px;
  border-color: #2563eb;
}
.stat-number {
  font-size: 0;
  margin-bottom: 12px;
}
.stat-number .counter,
.stat-number span:first-child {
  font-size: 48px;
  font-weight: 800;
  color: #1e3a5f;
  font-family: 'Impact', 'Arial Black', sans-serif;
  letter-spacing: 1px;
}
.stat-unit {
  font-size: 20px;
  font-weight: 700;
  color: #3b82f6;
  margin-left: 2px;
  vertical-align: super;
}
.stat-label {
  font-size: 15px;
  font-weight: 600;
  color: #1e3a5f;
  margin: 0;
  letter-spacing: 1px;
}

/* 公司简介页面 响应式 */
@media screen and (max-width: 1450px) {
  .company-profile {
    padding: 60px 0 80px;
  }
  .profile-main-title {
    font-size: 42px;
    letter-spacing: 3px;
  }
  .profile-header-sub {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .profile-body {
    gap: 40px;
  }
  .profile-left {
    flex: 0 0 520px;
    max-width: 520px;
  }
  .profile-right {
    flex: 0 0 520px;
    max-width: 520px;
  }
  .profile-stats {
    max-width: calc(520px + 40px + 520px);
  }
  .profile-content {
    padding: 24px 28px;
    font-size: 14px;
    line-height: 1.8;
  }
  .profile-stats {
    gap: 20px;
  }
  .stat-number .counter {
    font-size: 40px;
  }
  .stat-unit {
    font-size: 17px;
  }
  .stat-label {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .company-profile {
    padding: 40px 0 60px;
  }
  .profile-header {
    margin-bottom: 12px;
  }
  .profile-main-title {
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0 0 4px 0;
  }
  .profile-header-sub {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .profile-title-line {
    width: 50px;
    height: 3px;
  }
  .profile-body {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }
  .profile-left {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .profile-right {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .profile-slider {
    aspect-ratio: auto;
    height: 280px;
    border-radius: 14px;
  }
  .profile-content {
    aspect-ratio: auto;
    height: 280px;
    padding: 16px 18px;
    font-size: 13px;
    line-height: 1.75;
    border-radius: 10px;
  }
  .profile-content p {
    text-indent: 1.5em;
  }
  .profile-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 14px;
    margin: 0 4px;
  }
  .profile-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 18px;
  }
  .profile-section {
    padding: 12px 16px;
    border-left-width: 2px;
    border-radius: 8px;
  }
  .profile-section-title {
    font-size: 15px;
    gap: 8px;
  }
  .profile-section-text {
    font-size: 13px;
    line-height: 1.7;
    text-indent: 1.5em;
  }
  .profile-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 100%;
  }
  .stat-item {
    padding: 28px 14px 22px;
  }
  .stat-number .counter {
    font-size: 32px;
  }
  .stat-unit {
    font-size: 15px;
  }
  .stat-label {
    font-size: 12px;
  }
  .stat-corner {
    width: 14px;
    height: 14px;
  }
  .stat-item:hover .stat-corner {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .profile-header {
    margin-bottom: 10px;
  }
  .profile-stats {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .profile-main-title {
    font-size: 26px;
    margin: 0 0 4px 0;
  }
  .profile-header-sub {
    font-size: 13px;
  }
  .profile-body {
    gap: 10px;
    margin-bottom: 16px;
  }
  .profile-slider {
    height: 220px;
  }
  .profile-content {
    height: 220px;
    padding: 14px 14px;
    font-size: 13px;
  }
  .profile-content p {
    text-indent: 1.2em;
  }
  .stat-item {
    padding: 22px 12px 18px;
  }
  .stat-number .counter {
    font-size: 28px;
  }
  .stat-unit {
    font-size: 14px;
  }
}

/* ==================== 企业核心价值观 ==================== */
.core-values {
  position: relative;
  padding: 80px 0 100px;
  background: linear-gradient(180deg, #f0f4f8 0%, #e8edf3 50%, #f0f4f8 100%);
  overflow: hidden;
}
.core-values::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,130,246,0.25), transparent);
}

/* 板块标题 */
.cv-header {
  text-align: center;
  margin-bottom: 56px;
}
.cv-main-title {
  font-size: 40px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 14px 0;
  letter-spacing: 3px;
}
.cv-title-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #93c5fd);
  margin: 0 auto 14px;
  border-radius: 2px;
}
.cv-sub-title {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  letter-spacing: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

/* 卡片容器 */
.cv-cards {
  display: flex;
  gap: 30px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  position: relative;
  max-width: calc(700px + 60px + 680px);
  margin: 0 auto;
}
/* 单个卡片 */
.cv-card {
  flex: 1;
  display: flex;
  padding: 28px 20px;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  transition: all 0.35s ease;
  background: rgba(255,255,255,0.7);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.cv-card:hover {
  background: rgba(255,255,255,0.9);
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(59, 130, 246, 0.12);
}

/* 图标区域 */
.cv-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cv-card-icon svg {
  width: 44px;
  height: 44px;
}

/* 文字区域 */
.cv-card-text {
  flex: 1;
  min-width: 0;
}
.cv-card-label {
  font-size: 11px;
  color: #94a3b8;
  margin: 0 0 2px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cv-card-title {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 1px 0;
  letter-spacing: 2px;
  line-height: 1.1;
}
.cv-card-en {
  font-size: 11px;
  color: #3b82f6;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
  font-weight: 600;
}
.cv-card-divider {
  width: 100%;
  height: 0;
  border-top: 1.5px dashed rgba(59,130,246,0.25);
  margin-bottom: 10px;
}
.cv-card-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
  text-align: justify;
}

/* 响应式 */
@media screen and (max-width: 1450px) {
  .core-values {
    padding: 60px 0 80px;
  }
  .cv-cards {
    max-width: calc(520px + 40px + 560px);
  }
}

@media screen and (max-width: 991px) {
  /* 全局：释放 container 和 body 的最小宽度 */
  body {
    min-width: 320px;
  }
  .container {
    min-width: auto;
    max-width: 100%;
  }

  /* 公司简介：左右布局改为纵向堆叠 */
  .profile-body {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 35px;
  }
  .profile-left {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .profile-right {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .profile-slider {
    aspect-ratio: auto;
    height: 360px;
  }
  .profile-content {
    aspect-ratio: auto;
    height: 360px;
    padding: 18px 20px;
    font-size: 13px;
    line-height: 1.75;
  }
  .profile-content p {
    text-indent: 1.5em;
  }
  .profile-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 100%;
  }
  .profile-header {
    margin-bottom: 18px;
  }
  .profile-main-title {
    font-size: 34px;
    margin: 0 0 6px 0;
  }

  .cv-cards {
    flex-wrap: wrap;
    gap: 16px;
    max-width: 100%;
    /*padding: 0 15px;*/
  }
  .cv-card {
    flex: 0 0 calc(50% - 8px);
    padding: 22px 18px;
    gap: 12px;
    box-sizing: border-box;
  }
  .cv-card-icon {
    width: 36px;
    height: 36px;
  }
  .cv-card-icon svg {
    width: 36px;
    height: 36px;
  }
  .cv-card-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .core-values {
    padding: 40px 0 60px;
  }
  .cv-cards {
    flex-direction: column;
    gap: 14px;
  }
  .cv-card {
    flex: none;
    width: 100%;
    padding: 20px 18px;
    gap: 14px;
    box-sizing: border-box;
  }
  .cv-card-icon {
    width: 38px;
    height: 38px;
  }
  .cv-card-icon svg {
    width: 38px;
    height: 38px;
  }
  .cv-card-title {
    font-size: 22px;
  }
  .cv-card-desc {
    font-size: 13px;
  }
}

/* ==================== 子公司 ==================== */
.subsidiaries {
  position: relative;
  padding: 80px 0 100px;
  background: #ffffff;
}
.subsidiaries::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,130,246,0.2), transparent);
}

/* 板块标题 */
.sub-header {
  text-align: center;
  margin-bottom: 50px;
}
.sub-main-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 12px 0;
  letter-spacing: 3px;
}
.sub-title-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #93c5fd);
  margin: 0 auto;
  border-radius: 2px;
}

/* 卡片容器 */
.sub-cards {
  display: flex;
  gap: 30px;
  max-width: calc(700px + 60px + 680px);
  margin: 0 auto;
}

/* 单个卡片 */
.sub-card {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.35s ease;
}
.sub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(59,130,246,0.12);
}

/* 图片滑块区域 */
.sub-card-slider {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.sub-slide-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 分页器 */
.sub-pagination {
  text-align: center;
  padding: 12px 0;
  background: #fff;
}
.sub-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  opacity: 1;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-block;
}
.sub-pagination .swiper-pagination-bullet-active {
  background: #3b82f6;
  width: 20px;
  border-radius: 4px;
}

/* 卡片正文 */
.sub-card-body {
  padding: 28px 24px 32px;
}
.sub-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 14px 0;
  letter-spacing: 1px;
  line-height: 1.4;
}
.sub-card-divider {
  width: 100%;
  height: 0;
  border-top: 1.5px dashed rgba(59,130,246,0.25);
  margin-bottom: 14px;
}
.sub-card-desc {
  font-size: 14px;
  line-height: 1.85;
  color: #64748b;
  margin: 0;
  text-align: justify;
}

/* 响应式 */
@media screen and (max-width: 1450px) {
  .subsidiaries {
    padding: 60px 0 80px;
  }
  .sub-cards {
    max-width: calc(520px + 40px + 560px);
    gap: 24px;
  }
  .sub-card-slider {
    height: 220px;
  }
}

@media screen and (max-width: 991px) {
  .sub-cards {
    flex-direction: column;
    max-width: 100%;
    gap: 24px;
  }
  .sub-card-slider {
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .subsidiaries {
    padding: 40px 15px 60px;
  }
  .sub-main-title {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .sub-card-slider {
    height: 200px;
  }
  .sub-card-body {
    padding: 20px 16px 24px;
  }
  .sub-card-title {
    font-size: 16px;
  }
  .sub-card-desc {
    font-size: 13px;
    line-height: 1.75;
  }
}

/* PB 2 3 4 5 模 版 网 整 站 模 板 下 载 网 站 W w w.pb2345.com*/
/* 提供仿站-建站-定制站-外贸站-建设服务 */
/* QQ：2 3 0 5 0 3 5 6 4 3 */
/* 推荐主机：cloud.qiannuo.net  */

/* ==================== 发展历程页面 ==================== */
.dev-history {
  position: relative;
  padding: 130px 0 100px;
  overflow: hidden;
  min-height: 800px;
}
.dev-history-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, #e8f4fd 0%, #f0f8ff 30%, #ffffff 50%, #f5faff 70%, #eaf2fb 100%);
  z-index: 0;
}
.dev-history-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 1;
  pointer-events: none;
}
.dev-history-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.08) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
  animation: devGlowPulse 6s ease-in-out infinite alternate;
}
.dev-history-glow-left {
  top: -200px; left: -200px;
}
.dev-history-glow-right {
  bottom: -200px; right: -200px;
  animation-delay: 3s;
}
@keyframes devGlowPulse {
  0% { opacity: 0.5; transform: scale(1); }
  100% { opacity: 0.9; transform: scale(1.15); }
}
.dev-history-streamlines {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 800px 200px at 20% 30%, rgba(59,130,246,0.04) 0%, transparent 100%),
    radial-gradient(ellipse 600px 150px at 80% 70%, rgba(96,165,250,0.03) 0%, transparent 100%);
}
.dev-history .container {
  position: relative;
  z-index: 2;
}

/* 页面标题 */
.dev-history-header {
  text-align: center;
  margin-bottom: 80px;
}
.dev-history-title {
  font-size: 52px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px 0;
  letter-spacing: 8px;
  line-height: 1.2;
  font-family: "SimHei", "Microsoft Yahei", sans-serif;
}
.dev-history-title-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  margin: 0 auto 16px;
  border-radius: 2px;
}
.dev-history-subtitle {
  font-size: 16px;
  color: #94a3b8;
  margin: 0;
  letter-spacing: 6px;
  font-weight: 400;
}

/* 时间轴区域 */
.dev-timeline-wrapper {
  position: relative;
  margin-bottom: 80px;
}

/* 导航箭头 */
.dev-timeline-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: 1.5px solid rgba(59,130,246,0.2);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  transition: all 0.35s ease;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(59,130,246,0.08);
}
.dev-timeline-nav svg {
  width: 20px;
  height: 20px;
}
.dev-timeline-nav:hover {
  background: rgba(59,130,246,0.9);
  border-color: #3b82f6;
  color: #fff;
  box-shadow: 0 6px 24px rgba(59,130,246,0.25);
  transform: translateY(-50%) scale(1.08);
}
.dev-timeline-nav-prev {
  left: -26px;
}
.dev-timeline-nav-next {
  right: -26px;
}

/* 时间轴滚动容器 */
.dev-timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.dev-timeline-scroll::-webkit-scrollbar {
  display: none;
}

/* 时间轴轨道 */
.dev-timeline-track {
  position: relative;
  min-width: 1200px;
  height: 440px;
  margin: 0 auto;
}

/* SVG 波浪线 */
.dev-wave-svg {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
}

/* 里程碑卡片 */
.dev-milestone {
  position: absolute;
  width: 340px;
  z-index: 5;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dev-milestone-top {
  top: 20px;
}
.dev-milestone-bottom {
  top: 260px;
}
.dev-milestone-inner {
  background: rgba(255,255,255,0.75);
  border-radius: 12px;
  padding: 24px 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(59,130,246,0.08);
  border: 1px solid rgba(59,130,246,0.12);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
.dev-milestone-inner::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #3b82f6, #60a5fa);
  border-radius: 4px 0 0 4px;
  opacity: 0.7;
  transition: opacity 0.3s ease, width 0.3s ease;
}
.dev-milestone-inner.dev-milestone-hover,
.dev-milestone-inner:hover {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 8px 40px rgba(59,130,246,0.18);
  border-color: rgba(59,130,246,0.3);
  transform: translateY(-4px);
}
.dev-milestone-inner:hover::before,
.dev-milestone-inner.dev-milestone-hover::before {
  opacity: 1;
  width: 6px;
}
.dev-milestone-year {
  font-size: 28px;
  font-weight: 800;
  color: #1e3a5f;
  margin: 0 0 8px 0;
  letter-spacing: 2px;
  font-family: 'Impact', 'Arial Black', 'SimHei', sans-serif;
  line-height: 1;
}
.dev-milestone-desc {
  font-size: 14px;
  line-height: 1.75;
  color: #475569;
  margin: 0;
  text-align: justify;
}

/* 卡片连接线指示 */
.dev-milestone-top::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 8px;
  background: #3b82f6;
  opacity: 0.6;
  border-radius: 1px;
}
.dev-milestone-bottom::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 8px;
  background: #3b82f6;
  opacity: 0.6;
  border-radius: 1px;
}

/* 底部数据概览 */
.dev-history-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.dev-stat-item {
  text-align: center;
  padding: 36px 24px 30px;
  background: rgba(255,255,255,0.65);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 24px rgba(59,130,246,0.06);
  border: 1px solid rgba(59,130,246,0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.dev-stat-item::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 3px;
  background: #3b82f6;
  transition: width 0.3s ease;
  border-radius: 0 0 3px 3px;
}
.dev-stat-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(59,130,246,0.15);
  border-color: rgba(59,130,246,0.2);
}
.dev-stat-item:hover::before {
  width: 60%;
}
.dev-stat-icon {
  margin-bottom: 16px;
  display: inline-block;
}
.dev-stat-icon svg {
  width: 48px;
  height: 48px;
  transition: transform 0.3s ease;
}
.dev-stat-item:hover .dev-stat-icon svg {
  transform: scale(1.1);
}
.dev-stat-number {
  font-size: 0;
  margin-bottom: 10px;
}
.dev-stat-number .counter {
  font-size: 42px;
  font-weight: 800;
  color: #1e3a5f;
  font-family: 'Impact', 'Arial Black', sans-serif;
  letter-spacing: 1px;
}
.dev-stat-unit {
  font-size: 18px;
  font-weight: 700;
  color: #3b82f6;
  margin-left: 2px;
  vertical-align: super;
}
.dev-stat-label {
  font-size: 14px;
  font-weight: 600;
  color: #1e3a5f;
  margin: 0;
  letter-spacing: 1px;
}

/* 发展历程页面 响应式 */
@media screen and (max-width: 1450px) {
  .dev-history {
    padding: 60px 0 80px;
  }
  .dev-history-title {
    font-size: 42px;
    letter-spacing: 6px;
  }
  .dev-history-header {
    margin-bottom: 40px;
  }
  .dev-milestone {
    width: 190px;
  }
  .dev-milestone-year {
    font-size: 24px;
  }
  .dev-milestone-desc {
    font-size: 13px;
  }
  .dev-milestone-inner {
    padding: 20px 16px;
  }
  .dev-stat-number .counter {
    font-size: 36px;
  }
  .dev-stat-unit {
    font-size: 16px;
  }
  .dev-history-stats {
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  body { min-width: 320px; }
  .container { min-width: auto; max-width: 100%; }
  .dev-history {
    padding: 50px 0 60px;
    min-height: auto;
  }
  .dev-history-title {
    font-size: 32px;
    letter-spacing: 4px;
  }
  .dev-history-header {
    margin-bottom: 30px;
  }
  .dev-timeline-wrapper {
    margin-bottom: 50px;
  }
  .dev-timeline-track {
    min-width: 1000px;
    height: 340px;
  }
  .dev-wave-svg {
    top: 80px;
    height: 180px;
  }
  .dev-milestone-top {
    top: 20px;
  }
  .dev-milestone-bottom {
    top: 200px;
  }
  .dev-milestone {
    width: 170px;
  }
  .dev-milestone-inner {
    padding: 18px 14px;
  }
  .dev-milestone-year {
    font-size: 22px;
  }
  .dev-milestone-desc {
    font-size: 12px;
    line-height: 1.65;
  }
  .dev-timeline-nav {
    width: 44px;
    height: 44px;
  }
  .dev-timeline-nav svg {
    width: 16px;
    height: 16px;
  }
  .dev-history-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .dev-stat-item {
    padding: 28px 18px;
  }
  .dev-stat-number .counter {
    font-size: 32px;
  }
  .dev-stat-icon svg {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .dev-history {
    padding: 40px 15px 50px;
  }
  .dev-history-title {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .dev-history-subtitle {
    font-size: 13px;
    letter-spacing: 4px;
  }
  .dev-history-header {
    margin-bottom: 24px;
  }
  .dev-timeline-wrapper {
    margin-bottom: 40px;
  }
  .dev-timeline-track {
    min-width: 900px;
    height: 320px;
  }
  .dev-wave-svg {
    top: 70px;
    height: 160px;
  }
  .dev-milestone-top {
    top: 20px;
  }
  .dev-milestone-bottom {
    top: 180px;
  }
  .dev-milestone {
    width: 150px;
  }
  .dev-milestone-inner {
    padding: 16px 12px;
    border-radius: 10px;
  }
  .dev-milestone-year {
    font-size: 20px;
  }
  .dev-milestone-desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .dev-timeline-nav {
    width: 40px;
    height: 40px;
  }
  .dev-timeline-nav-prev {
    left: -10px;
  }
  .dev-timeline-nav-next {
    right: -10px;
  }
  .dev-history-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .dev-stat-item {
    padding: 22px 14px;
    border-radius: 12px;
  }
  .dev-stat-number .counter {
    font-size: 28px;
  }
  .dev-stat-unit {
    font-size: 14px;
  }
  .dev-stat-label {
    font-size: 12px;
  }
  .dev-stat-icon svg {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 480px) {
  .dev-history-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .dev-history-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .dev-stat-item {
    padding: 20px 12px;
  }
  .dev-stat-number .counter {
    font-size: 24px;
  }
}

/* ==================== 资质荣誉页面 ==================== */
.qualifications {
  position: relative;
  padding: 80px 0 100px;
  background: #f7f8fa url(../images/bg7.jpg) center/cover no-repeat;
}

/* 顶部标题区域 */
.quals-header {
  text-align: center;
  margin-bottom: 60px;
}
.quals-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 12px 0;
  letter-spacing: 6px;
  line-height: 1.2;
  font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quals-subtitle {
  font-size: 15px;
  color: #94a3b8;
  margin: 0;
  letter-spacing: 4px;
  font-weight: 400;
  text-transform: uppercase;
}

/* 卡片网格：2行4列 */
.quals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
}

/* 单个卡片 */
.quals-card {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06), 0 8px 32px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.quals-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.10), 0 14px 48px rgba(0, 0, 0, 0.06);
}
.quals-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* 证书图片区域 */
.quals-card-img {
  width: 100%;
  padding-top: 75%; /* 4:3 比例 */
  position: relative;
  overflow: hidden;
  background: #fafbfc;
}
.quals-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  box-sizing: border-box;
}

/* 标签文字 */
.quals-card-label {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  text-align: center;
  margin: 0;
  padding: 18px 16px 22px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 分页 */
.quals-pagination {
  margin-top: 50px;
  text-align: center;
}

/* 响应式 */
@media screen and (max-width: 1450px) {
  .qualifications {
    padding: 60px 0 80px;
  }
  .quals-title {
    font-size: 40px;
    letter-spacing: 4px;
  }
  .quals-header {
    margin-bottom: 48px;
  }
  .quals-grid {
    gap: 24px;
    max-width: 1120px;
  }
  .quals-card-label {
    font-size: 14px;
    padding: 14px 12px 18px;
  }
}

@media screen and (max-width: 991px) {
  body { min-width: 320px; }
  .qualifications {
    padding: 50px 0 60px;
  }
  .quals-title {
    font-size: 32px;
    letter-spacing: 3px;
  }
  .quals-subtitle {
    font-size: 13px;
    letter-spacing: 3px;
  }
  .quals-header {
    margin-bottom: 36px;
  }
  .quals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 100%;
  }
  .quals-card-label {
    font-size: 13px;
    padding: 12px 12px 16px;
  }
}

@media screen and (max-width: 767px) {
  .qualifications {
    padding: 40px 15px 50px;
  }
  .quals-title {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .quals-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .quals-header {
    margin-bottom: 28px;
  }
  .quals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .quals-card-img {
    padding-top: 70%;
  }
  .quals-card-img img {
    padding: 12px;
  }
  .quals-card-label {
    font-size: 12px;
    padding: 10px 10px 14px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .quals-title {
    font-size: 24px;
  }
  .quals-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .quals-card-img {
    padding-top: 72%;
  }
  .quals-card-img img {
    padding: 10px;
  }
  .quals-card-label {
    font-size: 11px;
    padding: 8px 8px 12px;
  }
}

/* ==================== 业务板块子页面 (蓝白风格) ==================== */

/* ---- 页面主体背景 ---- */
.segment-page {
  background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 40%, #ffffff 100%);
  padding-bottom: 80px;
}

/* ---- 药丸按钮切换 ---- */
.segment-pills-wrapper {
  padding: 50px 0 30px;
  text-align: center;
}
.segment-pills {
  display: inline-flex;
  gap: 12px;
  background: #e2e8f0;
  border-radius: 50px;
  padding: 5px;
}
.segment-pill {
  padding: 12px 36px;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  color: #64748b;
  letter-spacing: 0.5px;
  white-space: nowrap;
  outline: none;
}
.segment-pill.active {
  background: #3b82f6;
  color: #fff;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35);
}
.segment-pill:hover:not(.active) {
  color: #334155;
  background: rgba(255, 255, 255, 0.5);
}

/* ---- Tab内容面板 ---- */
.segment-content {
  position: relative;
}
.segment-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.segment-panel.active {
  display: block;
  opacity: 1;
}

/* ---- 主标题 ---- */
.segment-main-title {
  text-align: center;
  padding: 30px 0 40px;
}
.segment-main-title h1 {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px 0;
  letter-spacing: 1px;
}
.segment-main-sub {
  font-size: 16px;
  color: #64748b;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* ---- 大卡片：左图右文 ---- */
.segment-card {
  max-width: 80%;
  min-width: auto;
  margin: 0 auto 50px;
  display: flex;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}
.segment-card-img {
  flex: 0 0 48%;
  overflow: hidden;
  position: relative;
}
.segment-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.segment-card-body {
  flex: 1 1 auto;
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.segment-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px 0;
}
.segment-card-divider {
  width: 50px;
  height: 3px;
  background: #3b82f6;
  border-radius: 2px;
  margin-bottom: 22px;
}
.segment-card-text {
  font-size: 15px;
  color: #475569;
  line-height: 2;
  margin: 0;
  text-align: justify;
}

/* ---- 底部蓝色图标 ---- */
.segment-icon-wrap {
  text-align: center;
  padding: 0 0 60px;
}
.segment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #eff6ff;
  border-radius: 50%;
  border: 2px solid #bfdbfe;
}

/* ---- 通用区块标题 ---- */
.segment-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.segment-section-sub {
  font-size: 14px;
  color: #3b82f6;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.segment-section-title {
  font-size: 34px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.segment-section-wave {
  display: block;
  margin: 0 auto;
}

/* ---- 关键步骤/工艺流程 ---- */
.segment-process {
  padding: 90px 0 100px;
  background: #f8fafc;
}
.segment-process .segment-section-header,
.segment-process .segment-process-grid {
  max-width: 80%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}
.segment-process .segment-section-header {
  margin-bottom: 56px;
}
.segment-process-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.process-item {
  display: flex;
  gap: 28px;
  padding: 28px 32px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}
.process-item:last-child {
  margin-bottom: 0;
}
.process-item:hover {
  border-left-color: #3b82f6;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.12);
  transform: translateX(4px);
}
.process-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}
.process-text {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 4px;
}
.process-text h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.process-text p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* ---- 应用场景/案例微缩图 ---- */
.segment-cases {
  padding: 90px 0 100px;
  background: #fff;
}
.segment-cases .segment-section-header,
.segment-cases .segment-cases-grid {
  max-width: 80%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}
.segment-cases .segment-section-header {
  margin-bottom: 56px;
}
.segment-cases-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.case-card {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.35s ease;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}
.case-card-img {
  width: 100%;
  padding-top: 72%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.case-card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(59, 130, 246, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 4px;
  letter-spacing: 1px;
}
.case-card-label {
  font-size: 14px;
  color: #334155;
  font-weight: 600;
  padding: 18px 16px 22px;
  line-height: 1.5;
  background: #fff;
  text-align: center;
}

/* ---- 技术优势 Grid ---- */
.segment-advantages {
  padding: 90px 0 100px;
  background: #f8fafc;
}
.segment-advantages .segment-section-header,
.segment-advantages .segment-advantages-grid {
  max-width: 80%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}
.segment-advantages .segment-section-header {
  margin-bottom: 56px;
}
.segment-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.advantage-card {
  background: #fff;
  border-radius: 14px;
  padding: 36px 28px 32px;
  transition: all 0.35s ease;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.advantage-card:hover {
  border-color: #3b82f6;
  box-shadow: 0 8px 28px rgba(59, 130, 246, 0.12);
  transform: translateY(-4px);
}
.advantage-icon {
  margin-bottom: 18px;
}
.advantage-dot {
  width: 12px;
  height: 12px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.15);
}
.advantage-body h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
.advantage-body p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* ---- 业务板块子页面 响应式 ---- */
@media screen and (max-width: 1450px) {
  .segment-card,
  .segment-process .segment-section-header,
  .segment-process .segment-process-grid,
  .segment-cases .segment-section-header,
  .segment-cases .segment-cases-grid,
  .segment-advantages .segment-section-header,
  .segment-advantages .segment-advantages-grid {
    max-width: 90%;
  }
  .segment-main-title h1 {
    font-size: 36px;
  }
  .segment-section-title {
    font-size: 30px;
  }
  .segment-cases-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .segment-advantages-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .segment-card,
  .segment-process .segment-section-header,
  .segment-process .segment-process-grid,
  .segment-cases .segment-section-header,
  .segment-cases .segment-cases-grid,
  .segment-advantages .segment-section-header,
  .segment-advantages .segment-advantages-grid {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .segment-card {
    flex-direction: column;
  }
  .segment-card-img {
    flex: none;
    height: 280px;
  }
  .segment-card-body {
    padding: 32px 28px;
  }
  .segment-main-title h1 {
    font-size: 30px;
  }
  .segment-main-sub {
    font-size: 14px;
  }
  .segment-pill {
    padding: 10px 24px;
    font-size: 14px;
  }
  .segment-section-title {
    font-size: 26px;
  }
  .segment-cases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .segment-advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .process-item {
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
  }
  .process-num {
    width: 44px;
    height: 44px;
    font-size: 16px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .segment-pills-wrapper {
    padding: 30px 0 20px;
  }
  .segment-pill {
    padding: 10px 18px;
    font-size: 13px;
  }
  .segment-main-title {
    padding: 20px 20px 30px;
  }
  .segment-main-title h1 {
    font-size: 26px;
  }
  .segment-card-body {
    padding: 24px 20px;
  }
  .segment-card-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .segment-section-header {
    margin-bottom: 36px;
  }
  .segment-section-title {
    font-size: 22px;
  }
  .segment-process,
  .segment-cases,
  .segment-advantages {
    padding: 50px 0 60px;
  }
  .segment-cases-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .segment-advantages-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .advantage-card {
    padding: 24px 20px;
  }
  .segment-icon {
    width: 56px;
    height: 56px;
  }
  .segment-icon svg {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .segment-pill {
    padding: 8px 14px;
    font-size: 12px;
  }
  .segment-main-title h1 {
    font-size: 22px;
  }
  .segment-main-sub {
    font-size: 13px;
  }
  .segment-card-img {
    height: 200px;
  }
  .segment-card-title {
    font-size: 18px;
  }
  .segment-card-text {
    font-size: 13px;
    line-height: 1.7;
  }
  .segment-section-title {
    font-size: 20px;
  }
  .segment-cases-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .case-card-label {
    font-size: 12px;
    padding: 12px 10px 16px;
  }
  .process-text h4 {
    font-size: 15px;
  }
  .process-text p {
    font-size: 13px;
  }
  .advantage-body h4 {
    font-size: 15px;
  }
  .advantage-body p {
    font-size: 13px;
  }
}

.section.product-hub-page {
  padding: 70px 0 86px;
}
.section.product-hub-page.search-product-page {
  padding: 150px 0 100px;
}
@media screen and (max-width: 1024px) {
  .section.product-hub-page {
    padding: 54px 0 66px;
  }
  .section.product-hub-page.search-product-page {
    padding: 120px 0 78px;
  }
}
@media screen and (max-width: 640px) {
  .section.product-hub-page {
    padding: 42px 0 54px;
  }
  .section.product-hub-page.search-product-page {
    padding: 96px 0 60px;
  }
}

.footer {
	background: #1b2021;
	padding: 90px 0 46px;
	color: #747d81;
	border-top: 0;
}
.footer a {
	color: #747d81;
}
.footer a:hover {
	color: #ffffff;
}
.footer-main-modern {
	display: grid;
	grid-template-columns: minmax(300px, 390px) minmax(0, 1fr) minmax(150px, 190px);
	align-items: start;
	gap: 42px;
}
.footer-contact {
	min-height: 258px;
	padding: 8px 38px 0 0;
	border-right: 1px solid rgba(255,255,255,0.12);
}
.footer-contact h3 {
	margin: 0 0 20px;
	color: #f3f7f8;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 700;
}
.footer-contact p {
	margin: 0 0 10px;
	color: #747d81;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 600;
}
.footer-contact span {
	color: #899195;
}
.footer-contact a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.footer-nav {
	min-height: 258px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	padding: 0 32px 0 0;
	border-right: 1px solid rgba(255,255,255,0.12);
}
.footer-nav-col h4,
.footer-qrcode h4 {
	margin: 0 0 22px;
	color: #dfe8ea;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 700;
}
.footer-nav-col h4 a {
	color: #dfe8ea;
}
.footer-nav-col > a {
	display: block;
	margin-bottom: 18px;
	color: #747d81;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
}
.footer-qrcode {
	padding-top: 2px;
}
.footer-qrcode .footer-ewm-img {
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #ffffff;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
}
.footer-qrcode .footer-ewm-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer-backtop {
	width: 120px;
	height: 38px;
	margin-top: 50px;
	border: 1px solid rgba(255,255,255,0.22);
	background: transparent;
	color: #747d81;
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.footer-backtop:hover {
	border-color: rgba(255,255,255,0.55);
	color: #ffffff;
	background: rgba(255,255,255,0.04);
}
.footer-copy {
	margin-top: 56px;
	padding-top: 34px;
	border-top: 1px solid rgba(255,255,255,0.11);
	color: rgba(116,125,129,0.58);
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}
.footer-copy span {
	margin-right: 10px;
}
.footer-copy a {
	color: rgba(116,125,129,0.58);
}

@media (max-width: 991px) {
	.footer {
		padding: 46px 0 82px;
	}
	.footer-main-modern {
		display: grid;
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.footer-contact,
	.footer-nav {
		min-height: 0;
		padding: 0;
		border-right: 0;
	}
	.footer-contact {
		text-align: left;
	}
	.footer-contact h3 {
		font-size: 20px;
	}
	.footer-contact p,
	.footer-nav-col > a {
		font-size: 14px;
	}
	.footer-nav {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 16px;
		padding-top: 26px;
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	.footer-nav-col h4,
	.footer-qrcode h4 {
		margin-bottom: 14px;
		font-size: 15px;
	}
	.footer-nav-col > a {
		margin-bottom: 10px;
	}
	.footer-qrcode {
		padding-top: 24px;
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	.footer-qrcode .footer-ewm-img,
	.footer-backtop {
		width: 108px;
	}
	.footer-qrcode .footer-ewm-img {
		height: 108px;
	}
	.footer-backtop {
		margin-top: 18px;
	}
	.footer-copy {
		margin-top: 32px;
		padding-top: 24px;
		font-size: 12px;
	}
}

@media (max-width: 560px) {
	.footer-nav {
		grid-template-columns: 1fr 1fr;
	}
	.footer-nav-col-product {
		grid-row: span 2;
	}
}
