.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  background: #1115;
  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: #fff;
  font-weight: bold;
  font-size: 24px;
  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) ul strong {
  font-size:50px;
  font-weight:bold;
  font-family:Impact;
  color:var(--c);
  line-height: 1;
}
.index-section-about section:nth-child(1) ul strong span {
  font-size:14px;
  color:#555;
  font-weight: normal;
}
.index-section-about section:nth-child(1) li a {
  display: block;
  margin-top: 5px;
  transition: 0.5s;
}
.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;
}
.footer {
  background-color: var(--c);
  padding-top: 3rem;
  padding-bottom: 25px;
}
.footer * {
  font-size: 14px;
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .top {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 4vw;
  text-align: left;
  border-bottom: 1px solid #fff5;
  padding-bottom: 2rem;
}
.footer .top img {
  width:auto;
  height: 86px;
}
.footer .top h3 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5em;
}
.footer .top section:nth-child(2) {

}
.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;
}
.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: 0;
  padding-top: 2rem;
  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: 10px 11px;
    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: 910/683;
    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: #f8f8f8;
    position:relative;
    border: 1px solid #ddd;
    padding: 1rem;
}
.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: 0;
    font-size:18px;
    color:#333;
    display:block;
    margin-bottom: 5px;
}
.wd-item-20250615182424 h5 a:hover {
    color:var(--c);
}
.wd-item-20250615182424 .more a {
    display:flex;
    align-items:center;
    font-size:14px;
    padding: 0;
    color:var(--c);
    gap:15px;
    margin-top: 1rem;
}
.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;
}
.c-fff {
  color:#fff;
}
.nav .tel {
  align-items: center;
}
.nav .tel p {
  font-size:12px;
  line-height:1;
}

.index-section-banner .s2 {
  display:flex;
  gap:10px;
  color:#333;
  position:absolute;
  bottom:0;
  left:50%;
  width:var(--wmc);
  transform:translateX(-50%);
  z-index:10;
  align-items: flex-end;
}
.index-section-banner .s2 .item {
  background-color:#fffa;
  padding:30px;
  flex:1;
}
.index-section-banner .s1 a {
  display:flex;
}
.index-section-banner .s2 .item.current {
  background-color:var(--c);
  color:#fff;
}
.index-section-banner .s2 h2 {
  font-size:20px;
  margin-bottom:5px;
}
.index-section-banner .s2 h4 {
  display:none;
}
.index-section-banner {
  position:relative;
}
.index-section-banner .s2 p {
  font-size:16px;
  opacity:1;
  font-weight: normal;
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
}
.s-20250706004122 svg {
  width:40px;
  height:auto;
}
.s-20250706004122 svg path {
  fill:#fff;
}
.s-grid-1fr-auto {
  display:grid;
  grid-template-columns:1fr auto;
  grid-gap:20px;
}
.index-section-about {
  background:url(/static/upload/image/20250708/1751904957767261.jpg) no-repeat fixed top center / cover;
}
.index-section-ad-1 {
  background:url(/static/upload/image/20250708/1751934209640513.png) no-repeat top center / cover;
  font-size:2rem;
  color:#fff;
  text-align:center;
  position:relative;
}
.index-section-ad-1 h3:after {
  content:"";
  display:block;
  width:2em;
  height:3px;
  background-color:#fff;
  border-radius:50vw;
  margin:20px auto 0;
}
.index-section-ad-1 svg {
  width:2rem;
  height:auto;
  margin:auto 0 15px;
  transform:translate(-50%, -10px);
  position:absolute;
  top:0;
  left:50%;
}
.index-section-ad-1 svg path {
  fill:var(--c);
}
.title-20250708083343 {
  background: #0c3078;
  padding:15px;
  font-size:18px;
  color:#fff;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.title-20250708083343 a:nth-child(2) {
  font-size:14px;
}
.title-bg-20250708084008 {
  background-color:#fe4e00;
}
.list-20250708083404 {
  background-color:#fff;
  padding:15px;
}
.list-20250708083404 ul {
  display:grid !important;
  grid-template-columns:repeat(1, 1fr);
  grid-gap:11px;
}
.list-20250708083404 li {
  padding:10px;
  display:grid !important;
  grid-template-columns:1fr auto;
  grid-gap:15px;
  background-color:#f5f5f5
}
.a .list-20250708083404 li {
  display:grid !important;
  grid-template-columns:repeat(1, 1fr);
  grid-gap:5px;
}
.list-20250708083404 li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.list-20250708083404 li p {
  font-size:14px;
  color:#555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.s-20250708083621 {
  display:grid !important;
  grid-template-columns:200px 1fr;
  grid-gap:15px;
}
.a .s-20250708083621 {
  display:grid !important;
  grid-template-columns:repeat(1, 1fr);
  grid-gap:5px;
}
.s-20250708083621 p {
  margin-top:10px;
  margin-bottom:10px;
}
.list-20250708083404 li span {
  font-size:14px;
  color:#888;
}
.s-20250708083621 img {
  max-height:135px;
  object-fit:cover;
}
.a .s-20250708083621 img {
  max-height: none;
}
.s-20250708085941 {
  display:grid !important;
  grid-template-columns:1fr 300px;
  grid-gap:25px;   
}
.s-20250708085941 > * {
  overflow:hidden;
}
.s-20250708085941 .left a:first-child {
  display:flex;
}
.s-20250708085941 .left img {
  width:auto;
  height:250px;
}
.s-20250708085941 .left li {
  margin-right:20px;
}
.s-20250708085941 .left a:last-child {
  display:block;
  text-align:center;
  background-color:#fff;
  padding:10px;
}
.index-section-teachers {
  background:url(/static/upload/image/20250708/1751940495754864.jpg) no-repeat top center/cover;
  font-size:16px;
  color:#fff;
}
.s-20250708085941 .right h3 {
  font-size:32px;
}
.s-20250708085941 .right h3:after {
  content:"";
  display:block;
  width:1em;
  height:3px;
  background-color:var(--cc);
  margin-top:10px;
  margin-bottom:10px;
}
.s-20250708085941 .right p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.index-section-demeanour {
  font-size:16px;
  color:#333;
  text-align:center;
}
.index-section-partners {
  font-size:16px;
  color:#fff;
  text-align:center;
  background:url(/static/upload/image/20250708/1751944761583940.jpg) no-repeat fixed center/cover;
}
.s-list-20250708103143 span {
  display:block;
}
.s-list-20250708111743 li {
  margin-right:20px;
}
.s-list-20250708111743 img {
  width:200px;
  height:80px;
  background-color:#fff;
  padding:15px;
  object-fit: scale-down;
}
.s-list-20250708111743 span {
  display:block;
  text-align:center;
}
.grid-20250708120011 {
  display:grid !important;
  grid-template-columns: 80px 1fr;
  grid-gap:15px;
  align-items: center;
  margin-top: 1rem;
}
.a .grid-20250708120011 {
  display:grid !important;
  grid-template-columns:repeat(1, 1fr);
  grid-gap:11px;
}
.a .grid-20250708120011 img {
    max-width:120px;
}
.footer .middle {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 4vw;
    text-align: left;
    border-bottom: 1px solid #fff5;
    padding-bottom: 2rem;
    padding-bottom: 0;
}
.footer .middle section {
  padding-top:2rem;
  padding-bottom:2rem;
}
.footer .middle section:nth-child(2) {
  padding-left:4vw;
  border-left:1px solid #fff5;
}
nav.nav .list .nav-item {
  position:relative;
}
nav.nav .list .nav-item .sub-nav {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  min-width:max-content;
  background-color:#f8f8f8;
  color:#333;
  line-height:1.7;
  text-align:center;
  z-index:10;
  display:none;
}
nav.nav .list {
  overflow: visible;
}
nav.nav .list .nav-item .sub-nav a {
  display:block;
  padding:10px;
  border-bottom:1px solid #eee;
}
nav.nav .list .nav-item > a {
  line-height:100px;
  display:block;
  text-align:center;
}
.wd-20250810111256 {
  padding-right:2rem;
}
.a .wd-20250810111256 {
  padding-right:0;
}
.wd-20250810121429 label {
  font-size: 14px;
  color: #555;
}
.wd-20250810121429 input {
  height: 50px;
  line-height: 50px;
  padding: 15px;
  background-color: #f8f8f8;
  width: 100%;
}
.wd-20250810121429 textarea {
  width: 100%;
  height: 200px;
  background-color: #f8f8f8;
  padding: 15px;
}
.wd-20250810121429 .wd-20250810121627 {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 25px;
  align-items: center;
}
.wd-20250810121429 [type='submit'] {
  display: block;
  width: max-content;
  margin: 20px auto 0;
  padding: 10px 30px;
  background-color: var(--c);
  color: #fff;
}

.footer h2 {
  font-size:20px;
  margin-bottom:.5em;
}
.footer .top section:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
}
.footer .top section:nth-child(2) a {
  font-size: 24px;
  font-weight: bold;
}
.footer .footer-nav {
  display: flex;
}
.footer .footer-nav li {
  flex: 1 0 auto;
}
.footer .footer-nav li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.footer .footer-nav li .sub-nav a {
  font-size: 14px;
  font-weight: normal;
}

.a .index-section-about section:nth-child(1) ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.a .index-section-about section:nth-child(1) ul li {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 15px;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.a nav.nav .list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #333;
  visibility: hidden;
  transform: translateX(100%);
  transition:1s;
  overflow-y:auto;
}
.wd-show-nav.a nav.nav .list {
    transform:translateX(0);
    visibility:visible;
}
.a nav.nav .list ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
  padding: 40px;
}

.a nav.nav .list .nav-item > a {
    line-height:2;
}
.a .nav .tel {
    display:none !important;
}
.a .nav {
    background-color:#111a;
}
.a .nav .logo {
    display:flex;
    align-items:center;
}
.a .nav .logo a {
    display:flex;
    align-items:center;
}
.a .nav .top .wmc {
    padding-top:10px;
    padding-bottom:10px;
}
.a .ptb {
    padding-top:30px;
    padding-bottom:30px;
}
.a .index-title-1.align-left {
    text-align:center;
    margin-bottom: 10px;
}
.a .index-title-en.align-left {
    text-align:center;
}
.a .grid-2 {
    display:grid;
    grid-template-columns:repeat(1, 1fr);
    grid-gap:15px;
}
.a .s-20250708085941{
    display:grid;
    grid-template-columns:repeat(1, 1fr);
    grid-gap:15px;
}
.a .footer .top {
    display:grid;
    grid-template-columns:repeat(1, 1fr);
    grid-gap:15px;
}
.a .footer .footer-nav {
    display:grid;
    grid-template-columns:repeat(1, 1fr);
    grid-gap:15px;
}
.a .footer .middle{
    display:grid;
    grid-template-columns:repeat(1, 1fr);
    grid-gap:15px;
}
.a .footer .middle section:nth-child(2) {
    padding:0;
    border:none;
}
.a .footer .bottom {
    margin-top:25px;
}
.a .footer .footer-nav li .sub-nav {
    display:flex;
    flex-wrap:wrap;
    gap:0 10px;
}
.a .index-section-banner .s2 .item {
    padding:10px;
}
.a .index-section-banner img {
    height:50vh;
    object-fit:cover;
}
.a .s-grid-1fr-auto {
    display:grid;
    grid-template-columns:repeat(1, 1fr);
    grid-gap:15px;
}
.a .s-20250706004122 {
    display:none;
}
.a .index-section-banner .s2 {
    display:none;
}
.a .nav .top .wmc {
    display:grid;
    grid-template-columns:1fr auto;
    grid-gap:15px;
}
.a .nav .top .wmc svg {
    width:30px;
    height:30px;
}
.a .nav .top .wmc svg path {
    fill:#fff;
}
nav.nav .list svg {
    position:absolute;
    top:10px;
    right:10px;
    width:20px !important;
    height:20px !important;
    transition:1s;
}
nav.nav .list svg:hover {
    transform:rotate(90deg);
}
nav.nav .list svg path {
    fill:var(--c) !important;
}
.a nav.nav .list .nav-item .sub-nav {
    display:flex;
    flex-wrap:wrap;
    gap: 0 16px;
    position:static;
    min-width:auto;
    background-color:transparent;
    padding: 10px;
}
.a nav.nav .list .nav-item .sub-nav a {
    border:none;
    padding: 0;
}
.a nav.nav .list .nav-item > a {
    background-color:#f8f8f8;
    padding-top:10px;
    padding-bottom:10px;
}
.a .wd-container-20250315130546 {
    display:grid;
    grid-template-columns: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-20250119233100 a {
    font-size:14px;
    text-align:center;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top:0;
    padding-bottom:0;
    line-height:3;
}
.a.wd-sub [ptb] {
    padding-top:30px !important;
    padding-bottom:30px !important;
}
.a .wd-sub-content-title {
    font-size:24px;
}
.a .wd-sub-banner {
    aspect-ratio:auto;
    height:30vh;
}
.a .wd-20250120095424 .wd-20250120095419 {
    display:grid;
    grid-template-columns:repeat(1, 1fr);
    grid-gap:15px;
}