:root {
    --swiper-theme-color:var(--c);
}
.nav {
  border-top: 3px solid var(--c);
}
.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 li {
  background-color: #efefef;
}
.index-section-products li section {
  padding: 20px;
}
.index-section-products li section .title a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.index-section-products li section .more a {
  font-weight: bold;
  font-size: 14px;
  color: var(--c);
}
.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;
}
.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:.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;
}