:root {
  --swiper-theme-color: var(--c);
  --c: #014391;
  --cc: #ea5719;
}
.nav {
  border-top: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
}
.nav .bottom {
  background-color: #ededed;
}
.nav .bottom a.level-1 {
  display: block;
  line-height: 50px;
  font-size: 16px;
}
.nav .bottom a.level-1:hover {
  background-color: var(--c);
  color: #fff;
}
.nav .top .wmc {
  align-items: center;
}
.nav .top .tel a {
  color: var(--c);
  font-weight: bold;
  font-size: 28px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.nav .logo {
  max-width: none;
}
.nav .logo img {
  height: 53px;
}
.nav .qr {
  max-width: 66px;
  text-align: right;
  margin-left: auto;
}
.index-section-banner img {
  width: 100%;
}
.index-section-banner .swiper-pagination span {
  background-color: #fff;
}
.index-section-about section:nth-child(1) h5 {
  color: #000;
  font-size: 32px;
}
.index-section-about section:nth-child(1) h5:after {
  content: "";
  display: block;
  width: 2em;
  height: 3px;
  background-color: var(--c);
  margin-top: 15px;
  margin-bottom: 15px;
}
.index-section-about section:nth-child(1) h1 {
  font-size: 24px;
  color: var(--c);
  margin-bottom: 1em;
}
.index-section-about section:nth-child(1) p {
  font-size: 16px;
  color: #555;
  margin-bottom: 1em;
}
.index-section-about section:nth-child(1) ul {
  gap: 10px;
}
.index-section-about section:nth-child(1) li {
  padding: 20px;
  background-color: #eef2f6;
  position: relative;
  z-index: 10;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.index-section-about section:nth-child(1) li:before {
  content: "";
  display: block;
  background-color: var(--cc);
  transition: 1s;
  transform: scale(1, 0.02);
  transform-origin: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index-section-about section:nth-child(1) li:hover:before {
  transform: scale(1);
}
.index-section-about section:nth-child(1) li:hover svg path {
  fill: #fff;
}
.index-section-about section:nth-child(1) li:hover {
  color: #fff;
}
.index-section-about section:nth-child(1) li a {
  display: block;
  text-align: center;
  margin-top: 5px;
  transition: 0.5s;
}
.index-section-about section:nth-child(1) li:hover a {
  color: #fff;
}
.index-section-about section:nth-child(1) svg {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.index-section-about section:nth-child(1) svg path {
  fill: var(--cc);
  transition: 0.5s;
}
.index-section-products {
  background: url(/static/upload/image/20260802/1785646909910310.jpg) top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-section-products li {
  background-color: #fff;
}
.index-section-case {
  background: url(/static/upload/image/20250604/1749017289935220.jpg) no-repeat
    center / cover;
}
.index-section-case ul li {
  padding: 20px;
  background-color: #fff;
}
.index-section-case ul li .pic {
  position: relative;
}
.index-section-case ul li .pic .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1113;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section-case ul li .pic .mask a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.index-section-case ul li section {
  padding: 10px;
}
.index-section-case ul li section .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  line-height: 3;
  font-size: 16px;
  font-weight: bold;
}
.index-section-case ul li section .more a {
  font-size: 14px;
  color: #888;
}
.index-section-case ul li section .more svg {
  width: auto;
  height: 20px;
  transition: 1s;
}
.index-section-case ul li section .more svg path {
  fill: #888;
}
.index-section-case ul li section .more a:hover svg {
  transform: rotateX(180deg);
}
.index-section-case ul li section .more a:hover path {
  fill: var(--c);
}
.index-section-ad {
  position: relative;
}
.index-section-ad .words {
  position: relative;
  display: flex;
}
.index-section-ad .words img {
  width: 100%;
}
.index-section-ad .words .float {
  position: absolute;
  top: 10%;
  left: 10vw;
  width: var(--wmc);
  max-width: 550px;
}
.index-section-ad .words .float h3 {
  font-size: 32px;
  color: #fff;
}
.index-section-ad .words .float p {
  font-size: 16px;
  color: #fff;
  margin-top: 1em;
}
.index-section-ad .words ul {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #fff5;
  border-left: 1px solid #fff5;
}
.index-section-ad .words ul li {
  padding: 20px;
  border-right: 1px solid #fff5;
  text-align: center;
}
.index-section-ad .words ul li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.index-section-ad .words ul li a img {
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index-section-ad .words ul li span {
  font-size: 18px;
  color: #fff;
}
.index-section-honor .list ul li {
  margin-right: 10px;
}
.index-section-honor .list ul li img {
  width: auto;
  height: clamp(100px, 22vw, 22rem);
  border: 1px solid #ddd;
}
.index-section-news {
  background-color: #f0f0f0;
  background: url(/static/upload/image/20260802/1785660493419559.jpg) center;
  background-size: cover;
  padding-bottom: 40px;
}
.index-section-news .list section:nth-child(1) {
  position: relative;
  display: flex;
}
.index-section-news .list section:nth-child(1) img {
  aspect-ratio: 1.5;
  object-fit: cover;
  height: 100%;
}
.index-section-news .list section:nth-child(1) .float {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 3;
  background-color: #111a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.index-section-news .list section:nth-child(2) ul {
  display: grid !important;
  grid-gap: 15px;
}
.index-section-news .list section:nth-child(2) ul li {
  background-color: #fff;
  padding: 20px;
  display: grid !important;
  grid-template-columns: auto 1fr;
}
.index-section-news .list section:nth-child(2) ul li .date {
  font-size: 14px;
  color: var(--c);
  text-align: center;
  border-right: 1px solid #ddd;
  padding-right: 30px;
  margin-right: 30px;
}
.index-section-news .list section:nth-child(2) ul li .date strong {
  font-size: 32px;
  color: var(--c);
  display: block;
}
.index-section-news .list section:nth-child(2) ul li .date span {
  color: var(--c);
  display: block;
}
.index-section-news .list section:nth-child(2) ul li .words a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.index-section-news .list section:nth-child(2) ul li .words p {
  font-size: 14px;
  color: #555;
  margin-top: 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.footer {
  background-color: var(--c);
  padding-top: 3rem;
  padding-bottom: 25px;
}
.footer * {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .top {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 4vw;
}
.footer .top h3 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5em;
}
.footer .top section:nth-child(2) {
  border-left: 1px solid #fff5;
  border-right: 1px solid #fff5;
  padding-left: 4vw;
  padding-right: 4vw;
}
.footer .top section:nth-child(2) .content {
  display: grid;
  grid-template-columns: 1fr 120px;
  grid-gap: 25px;
  align-items: flex-start;
}
.footer .top section:nth-child(2) img {
  width: 100%;
}
.footer .top section:nth-child(2) .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 25px;
}
.footer .top section:nth-child(3) .content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.footer .top section:nth-child(3) .content input {
  height: 45px;
  line-height: 45px;
  padding: 10px;
  color: #333;
}
.footer .top section:nth-child(3) .content input::placeholder {
  font-size: 14px;
  color: #888;
}
.footer .top section:nth-child(3) .content button {
  padding: 10px 40px;
  background-color: #956e43;
}
.footer .bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #fff5;
  text-align: center;
}

.jumbotron {
  height: auto;
  position: relative;
  padding: 0;
  margin: 0 !important;
  background-blend-mode: multiply;
  background-blend-mode: revert;
  background-color: #b4b4b4 !important;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  aspect-ratio: 1920/500;
}
.wd-20250119233041 {
  display: flex;
  gap: 15px;
}
.wd-container-20250315130546 {
  display: grid !important;
  grid-template-columns: 1fr auto;
  grid-gap: 15px;
  align-items: center;
}
.wd-news-detail-hot-news {
  padding: var(--2);
  border-top: 3px solid var(--c);
  box-shadow: var(--shadow);
}
.wd-news-detail-hot-news h3 {
  color: var(--c);
  margin-bottom: 20px;
  font-size: 24px;
}
.wd-container-20250315130546 {
  display: grid !important;
  grid-template-columns: 1fr auto;
  grid-gap: 15px;
  align-items: center;
}
.wd-20250119224705 {
  font-size: 20px;
  color: #fff;
  background-color: var(--c);
  padding: 20px;
}
.wd-20250119233049 {
  border: none;
}
.wd-20250119233041 {
  display: flex;
  gap: 15px;
}
.wd-20250119233100 a {
  display: block;
  padding: 11px 25px;
  border-bottom: none;
  font-size: 16px;
  color: #333;
  transition: 0.5s;
  background: #fff;
}
.wd-20250119233100 a.wd-current {
  background-color: var(--c);
  color: #fff;
  border-bottom-color: var(--c);
}
.wd-20250120000034 {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #333 !important;
  font-size: 14px;
}
.wd-20250120000034 svg {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.wd-20250120000034 * {
  color: #333 !important;
}
.wd-20250120000034 a {
  display: inline-block;
  margin: 0 5px;
}
.wd-img-20250615104144 {
  border: 4px solid #e8e8e8;
  padding: 1rem;
  background-color: #f8f8f8;
}
.wd-img-20250615104144 img {
  height: auto;
  aspect-ratio: 533/800;
  object-fit: scale-down;
}
.wd-sub-main-container.wd-left-right {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-gap: 25px;
}
.wd-sub-main-container.wd-left-right h1 {
  font-size: 1.2rem;
  color: #333;
  background-color: #ededed;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 10px;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree a {
  display: flex;
  padding: 15px;
  background-color: #ededed;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  gap: 10px;
  justify-content: space-between;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree a svg {
  width: 25px;
  height: auto;
  position: relative;
  top: 1px;
  transition: 1s;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree a svg path {
  fill: #aaa;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree .wd-sub {
  display: none;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree .wd-current .wd-sub {
  display: block;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree .wd-current > a {
  background-color: var(--c);
  color: #fff;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree .wd-current > a svg {
  transform: rotateX(180deg);
}
.wd-sub-main-container.wd-left-right
  .wd-sub-category-tree
  .wd-current
  > a
  svg
  path {
  fill: #fff;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree .wd-sub a {
  padding-left: 25px;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree a.wd-current {
  background-color: var(--c);
  color: #fff;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree a:hover {
  background-color: var(--c);
  color: #fff;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree a:hover svg path {
  fill: #fff;
}
.wd-sub-main-container.wd-left-right
  .wd-sub-category-tree
  a.wd-current
  svg
  path {
  fill: #fff;
}
.wd-sub-main-container.wd-left-right .wd-sub-category-tree a.wd-rotate svg {
  transform: rotateX(180deg);
}

.wd-item-20250615182424 {
  transition: 1s;
  background-color: #fff;
  position: relative;
}
.wd-item-20250615182424:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--c);
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  transform: scale(0, 1);
  transition: 1s;
  transform-origin: top left;
}
.wd-item-20250615182424:hover:after {
  transform: scale(1);
}
.wd-item-20250615182424:hover {
  box-shadow: 0 0 15px #1111;
}
.wd-item-20250615182424 h5 a {
  padding: 1rem;
  text-align: center;
  font-size: 18px;
  color: #333;
  display: flex;
  min-height: 6em;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-bottom: none;
}
.wd-item-20250615182424 h5 a:hover {
  color: var(--c);
}
.wd-item-20250615182424 .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 1rem;
  color: var(--c);
  gap: 15px;
}
.wd-item-20250615182424 .more a svg {
  width: 20px;
  height: auto;
}
.wd-item-20250615182424 .more a svg path {
  fill: var(--c);
}
.wd-products-detail-container .wd-20250120174206 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.wd-products-detail-container .m-20250127225415-big {
  border: 1px solid #ddd;
  padding: 10px;
}
.wd-products-detail-container .m-20250127225415-big img {
  max-height: 400px;
  object-fit: scale-down;
}
.wd-products-detail-container .m-20250127225415-small {
  margin-top: 10px;
}
.wd-products-detail-container .m-20250127225415-small img {
  aspect-ratio: 3/2;
  object-fit: scale-down;
  border: 1px solid #ddd;
  padding: 5px;
}
.wd-products-detail-container .wd-20250120173000 {
  margin-top: var(--1);
  padding-bottom: var(--1);
  border-bottom: 1px solid #eee;
  margin-bottom: var(--1);
  color: var(--c);
  font-size: 18px;
  font-weight: bold;
}
.wd-products-detail-container.wd-sub-content {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}
.wd-products-detail-container .wd-sub-content p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.wd-products-detail-container .wd-20250120173010 {
  margin-top: var(--1);
  padding-top: var(--1);
  border-top: 1px solid #eee;
}
.wd-products-detail-container .wd-20250120173010 p {
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #555;
}

.wd-20250120095424 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}
.wd-20250120095424 .wd-20250120095419 {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  display: grid !important;
  grid-template-columns: 240px 1fr;
  grid-gap: 15px;
}
.wd-20250120095424 .wd-20250120110746 {
  background: #eee;
  padding: 10px;
}
.wd-20250120095424 .wd-20250120094827 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.wd-20250120095424 .wd-20250120094845 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.wd-20250120095424 .wd-20250120094859 {
  font-size: 14px;
  color: #888;
  display: flex;
  align-items: center;
}

.wd-grid-20250316095555 {
  display: grid;
  grid-template-columns: 1fr 360px;
  grid-gap: 45px;
}
.a .wd-grid-20250316095555 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.wd-grid-20250316095555 > div {
  overflow: visible;
}
.wd-grid-20250316095555 .wd-20250120095905 {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  text-wrap: balance;
}
.wd-grid-20250316095555 .wd-20250120100041 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.wd-grid-20250316095555 .wd-20250120100126 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}
.wd-grid-20250316095555 .wd-news-detail-hot-news {
  padding: var(--2);
  border-top: 3px solid var(--c);
  box-shadow: var(--shadow);
}
.wd-grid-20250316095555 .wd-news-detail-hot-news h3 {
  color: var(--c);
  margin-bottom: 20px;
  font-size: 24px;
}
.wd-grid-20250316095555 .wd-20250316101051 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.wd-20250316103111 {
  padding: var(--2);
  box-shadow: var(--shadow);
}

.wd-d-contact h2 {
  font-size: 2rem;
  color: var(--c);
  margin-bottom: 0.5em;
}

.wd-d-contact p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.wd-d-contact svg {
  width: auto;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}
.wd-d-contact svg path {
  fill: var(--c);
}
.wd-d-contact p a:hover {
  color: var(--c);
  text-decoration: underline;
}
.s .wd-cate-tree {
  position: sticky;
  top: 10px;
  align-self: flex-start;
}

.wd-20250903211232 input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 10px;
  background: #eee;
}
.wd-20250903211232 textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  background: #eee;
}
.wd-20250903211232 label {
  margin-bottom: 10px;
  display: block;
}
.wd-20250903211232 .form-group {
  margin-bottom: 20px;
}
.wd-grid-auto-1fr {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
.wd-20250903211232 button {
  padding: 10px 50px;
  background-color: var(--c);
  color: #fff;
}
.wd-flex {
  display: flex;
}
.wd-align-center {
  align-items: center;
}
.wd-gap-10 {
  gap: 10px;
}
.a .index-section-products ul {
  display: block !important;
}
.a .index-section-products .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.a .index-section-products {
  background-color: #f8f8f8;
}
.a .index-section-case ul {
  display: block !important;
}
.index-section-case .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.a .ptb {
  padding-top: 35px;
  padding-bottom: 35px;
}
.a .index-title-1 {
  font-size: 24px;
  text-align: center;
}
.a .title-mb {
  margin-bottom: 20px;
}
.a .index-section-ad .words ul {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  position: static;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 15px;
}
.a .index-section-ad .words .float {
  position: static;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.a .index-section-ad .words img {
  object-fit: cover;
  position: static;
  inset: 0;
  width: auto;
  height: 35px;
}
.a .index-section-ad .words {
  display: block;
}
.a .index-section-ad .words .float h3 {
  color: var(--c);
}
.a .index-section-ad .words .float p {
  color: #555;
}
.a .index-section-ad .words ul li {
  background-color: var(--c);
  padding: 10px;
  color: #fff;
}
.a .index-section-ad .words ul li span {
  font-size: 14px;
  text-wrap: balance;
  line-height: 1.3;
}
.a .index-section-ad .words > img {
  width: 100%;
  height: auto;
}
.a .index-section-honor .index-more {
  display: none !important;
}
.a .index-title-1:after {
  margin-left: auto;
  margin-right: auto;
}
.a .index-section-honor .list ul li img {
  height: 200px;
}
.a .index-section-news .index-more {
  display: none;
}
.a .index-section-news .list {
  display: block !important;
}
.a .footer .top {
  display: block;
}
.a .footer .top section:nth-child(2) {
  display: none;
}
.a .footer .top h3 {
  font-size: 20px;
}
.footer .top section + section {
  margin-top: 10px;
}
.a .nav .top [wmc] {
  display: flex !important;
  justify-content: space-between;
}
.a .nav .qr {
  display: none;
}
.a .wd-full-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
  min-height: 100vh;
  overflow-y: auto;
  padding: 15% 5%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%) scale(0.9);
  transition: 0.5s;
}
.a .wd-full-nav.wd-current {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%) scale(1);
}
.a .wd-full-nav .nav-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.a .wd-full-nav .nav-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
}
.a .wd-full-nav .nav-item a svg {
  width: 20px;
  height: 20px;
}
.a .wd-full-nav .nav-item a svg path {
  fill: #aaa;
}
.a .wd-full-nav .wd-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.a .wd-full-nav .wd-close svg {
  width: 100%;
  height: 100%;
}
.a .wd-full-nav .wd-close svg path {
  fill: var(--c);
}
.a .nav .logo img {
  width: 70vw;
  height: auto;
}
.a .nav .tel section {
  display: none;
}
.a .nav .tel .wd-nav-trigger svg {
  width: 30px;
  height: 30px;
}
.a .nav .tel .wd-nav-trigger svg path {
  fill: var(--c);
}
.a .nav .tel {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.a .nav .top .wmc {
  grid-template-columns: 1fr auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.a .wd-container-20250315130546 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.a .wd-20250119233041 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}
.a .wd-sub-cate-bread {
  padding-left: 0;
  padding-right: 0;
}
.a .wd-sub-main-container.wd-left-right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.a .grid-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.a .wd-20250119233100 a {
  padding: 10px;
}
.a .wd-20250120095424 .wd-20250120095419 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.a .wd-grid-20250316095555 .wd-20250120095905 {
  font-size: 20px;
}
.a .index-section-banner img {
  height: 30vh;
  object-fit: cover;
}
.a .index-section-about section:nth-child(1) h1 {
  font-size: 20px;
}
.title-1 {
  color: var(--c);
  font-size: clamp(20px, 3vw, 3rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 1;
  margin-bottom: 5px;
  &.fff {
    color: #fff;
  }
  span {
    color: var(--cc);
  }
  &:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #1113;
  }
  &:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #1113;
  }
  &.left {
    justify-content: flex-start;
  }
  &.left:before {
    display: none;
  }
  &.left:after {
    display: none;
  }
}
.title-2 {
  color: #1113;
  font-size: clamp(16px, 1vw, 1rem);
  text-align: center;
  text-transform: uppercase;
  &.left {
    text-align: left;
  }
  &.fff {
    color: #fff3;
  }
}

.grid-1fr-1fr-1fr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.w20260802133016 {
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.w20260802133201 {
  background-color: var(--c);
  position: absolute;
  inset: 0;
  opacity: 0.8;
  z-index: -1;
}
.w20260802125445 {
  position: absolute;
  inset: 0;
  z-index: 10;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.w20260802133016:hover .w20260802125445 {
  opacity: 1;
  visibility: visible;
}
.w20260802125534 a {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.w20260802125451 {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 1em;
}
.more a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 10px 20px;
  border-radius: 50vw;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--c);
  font-size: 14px;
  color: #fff;
  &.left {
    margin-left: 0;
  }
  svg {
    width: 11px;
    height: 11px;
    transition: 0.5s;
    path {
      fill: #fff;
    }
  }
  &:hover svg {
    transform: rotate(360deg);
  }
}

.more.bg-fff a {
  background-color: #fff;
  color: var(--c);
  svg {
    path {
      fill: var(--c);
    }
  }
}

.index-section-advantage {
  background: url(/static/upload/image/20260802/1785649655617301.jpg) top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.w20260802135116 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
  color: #fff;
  font-size: 16px;
}
.w20260802152637 {
  font-family: Impact;
  font-size: clamp(20px, 4vw, 4rem);
}
.w20260802135126 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;

  &:after {
    content: "";
    display: block;
    width: 2em;
    height: 2px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.w20260802135118 {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 200px;
  z-index: 10;
  padding-bottom: 50px;
  &:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #fff0, #fff);
    position: absolute;
    top: 0;
    left: 0;
  }
  &:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ea571900, #ea5719dd);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
  }
  &:hover:after {
    opacity: 1;
  }
}
.title-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  &.left {
    justify-content: flex-start;
  }
  span {
    display: block;
    width: 3em;
    height: 2px;
    background-color: var(--cc);
    &:nth-child(2) {
      background-color: #444;
    }
  }
}
.grid-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.grid-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}
.grid-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.grid-5 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}
.w20260802160730 img {
  aspect-ratio: 5/3;
  object-fit: cover;
}
.w20260802160724 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.w20260802161358 {
  padding: 20px;
  background-color: #fff;
}
.w20260802160730 {
  display: flex;
}
.w20260802160730 a {
  display: flex;
  width: 100%;
}
.w20260802160720 {
  font-size: 14px;
  color: #555;
}
.w20260802160722 {
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}

.w20260802160652 {
  background-color: #fff;
}
.w20260802161906 {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}
.w20260802162126 {
  background-color: #fff;
  box-shadow: 0 0 15px #1111;
  padding: 20px;
}
.w20260802161837 {
  font-size: 14px;
  color: #555;
}
.w20260802161849 {
  color: var(--cc);
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.w20260802161858 {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #777;
}
.w20260802162511 {
  padding-left: max(5vw, calc(50vw - var(--wmc) / 2));
}
.clamp\:5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.wd-20260802124305 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(20px, 2vw, 2rem);
}
.wd-20260802124338 {
  font-size: clamp(20px, 2vw, 2rem);
  font-weight: bold;
  color: var(--c);
  line-height: 1;
}
.wd-20260802124345 {
  font-size: 14px;
  color: #555;
}
.wd-20260802124329 {
  font-size: 18px;
  text-align: center;
  color: #333;
}
.w20260802162949 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.wd-20260802124314 {
  border-right: 1px solid #ddd;
}
.wd-20260802124314:last-child {
  border: none;
}

.w20260802215310 {
  display: grid;
  grid-template-columns: 1fr 1fr 130px;
  gap: 5px;
  input {
    height: 50px;
    line-height: 50px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    ::placeholder {
      font-size: 14px;
      color: #aaa;
    }
  }
  button {
    width: 130px;
    height: 50px;
    line-height: 50px;
    background-color: var(--c);
  }
}

.w20260802163216 img {
  border-bottom-left-radius: 5vw;
}

.index-section-about {
  background: url(/static/upload/image/20260802/1785659735596521.jpg) bottom
    left;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  &:after {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    background-color: #eee;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

.w20260802163706 {
  display: grid !important;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 45px;
}

.w20260802163749 {
  display: flex;
}
.w20260802221557 {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #fff3;
}

.w20260802221555 {
  display: grid;
  grid-template-columns: 2fr 1fr auto;
  border-top: 1px solid #fff3;
  margin-top: 30px;
}
.w20260802221510 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right20260802221611 {
  font-size: 20px;
  color: #fff;
}
.w20260802221508 {
  background-color: var(--c);
  color: #fff;
  padding-top: 150px;
}
.w20260802230559 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--cc);
  border-radius: 20px;
  color: #fff;
  padding: 40px;
  position: relative;
  top: 100px;
}
.w20260802165001 {
  /* background-color: var(--c); */
  margin-top: -200px;
}
.w20260802222203 {
  font-size: 18px;
}
.w20260802215152 {
  font-size: 30px;
  &:after {
    content: "";
    display: block;
    width: 1.3em;
    height: 2px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.w20260802215205 {
  font-size: 16px;
  color: #fffa;
  margin-bottom: 3em;
}

.w20260802222315 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.mibble20260802222335 {
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.left20260802222331 {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.right20260802222338 {
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.w20260802231117 {
  font-size: 14px;
}
.w20260802222203 {
  margin-bottom: 15px;
}
.w20260802222404 {
  font-size: 12px;
  margin-bottom: 1em;
}
