.tel-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tel-label.center {
  justify-content: center;
}
.tel-label svg {
  flex-shrink: 0;
}
.tel-label span {
  font-size: 14px;
  color: #c01a20;
  font-weight: bold;
  letter-spacing: 1px;
}

.copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
}

.lang-switcher {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.lang-switcher:hover .lang-dropdown {
  display: block;
}
.lang-switcher:hover .lang-arrow {
  transform: rotate(180deg);
}

.lang-current {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  color: #7c7c7c;
}
.lang-current:hover {
  color: #c01a20;
}

.globe-icon {
  flex-shrink: 0;
  display: block;
}

.lang-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.2s ease;
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 100px;
  padding: 4px 0;
  z-index: 1000;
  white-space: nowrap;
}
.lang-dropdown a {
  display: block;
  padding: 6px 16px;
  font-size: 13px;
  color: #4d4746;
  text-decoration: none;
  transition: background 0.2s;
}
.lang-dropdown a:hover {
  background: #f5f5f5;
  color: #c01a20;
}

@media (max-width: 1200px) {
  .lang-switcher {
    margin-left: 0;
  }
  .lang-current {
    height: auto;
    line-height: 30px;
  }
  .lang-dropdown {
    left: 0;
    transform: none;
  }
}
.banner {
  position: relative;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 100%;
}
.banner-text .banner-title {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.1;
}
.banner-text .banner-subtitle {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .banner-text .banner-title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .honor li .pic img {
    width: 100%;
    height: 300px;
    object-fit: contain;
  }
}
.category-nav {
  width: 100%;
}
.category-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-nav__item {
  position: relative;
}
.category-nav__link {
  display: block;
  padding: 12px 0;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
  transition: color 0.2s;
}
.category-nav__link:hover {
  color: #c01a20;
}
.category-nav__link--l1 {
  font-weight: bold;
}
.category-nav__link--l2 {
  font-weight: normal;
  color: #666;
}
.category-nav__toggle {
  display: none;
}
.category-nav__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .category-nav__item {
    display: flex;
    align-items: center;
  }
  .category-nav__link {
    border-bottom: 1px solid #e8e8e8;
  }
  .category-nav__link--l1 {
    flex-shrink: 0;
    min-width: 115px;
  }
  .category-nav__link--l2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .category-nav__sublist {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .category-nav__item {
    display: block;
  }
  .category-nav__link--l1 {
    padding-right: 44px;
    padding-left: 15px;
  }
  .category-nav__toggle {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    transition: transform 0.3s ease;
    z-index: 1;
  }
  .category-nav__item.active .category-nav__toggle {
    transform: rotate(180deg);
  }
  .category-nav__sublist {
    display: none;
    padding-left: 16px;
  }
  .category-nav__item.active .category-nav__sublist {
    display: block;
  }
  .category-nav__subitem:last-child .category-nav__link--l2 {
    border-bottom: none;
  }
}

.topench .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .topench .cert_text {
    display: none;
  }
}

/*# sourceMappingURL=components.css.map */
