@charset "UTF-8";
.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;
  }
}

.navmenu ul li:last-child {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.navmenu ul li:last-child a {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 15px 28px;
  margin: 0;
  border: 0;
  background: rgb(234, 84, 63);
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.navmenu ul li:last-child a:hover {
  background: rgb(234, 84, 63);
  color: #fff;
  opacity: 0.9;
}
.navmenu ul li:last-child dl {
  display: none !important;
}

.contact-float-btn {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: 15px 8px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  box-shadow: 0 10px 40px rgba(30, 58, 95, 0.3);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.contact-float-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.contact-float-btn:hover {
  transform: translateY(calc(-50% - 10px)) scale(1.08);
  box-shadow: 0 15px 50px rgba(30, 58, 95, 0.45);
}
.contact-float-btn:hover::before {
  left: 100%;
}
.contact-float-btn:hover .contact-icon {
  transform: scale(1.1) rotate(-5deg);
}
.contact-float-btn .contact-icon {
  width: 32px;
  height: 32px;
  color: #ffffff;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.contact-float-btn .contact-label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.contact-float-btn .contact-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%);
  animation: contact-pulse 2s ease-in-out infinite;
  opacity: 0;
}
@media (max-width: 768px) {
  .contact-float-btn {
    right: 15px;
    top: auto;
    bottom: 40px;
    min-width: 70px;
    padding: 8px 3px;
    transform: none;
  }
  .contact-float-btn .contact-icon {
    width: 28px;
    height: 28px;
  }
  .contact-float-btn .contact-label {
    font-size: 11px;
  }
}

@keyframes contact-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0.5;
  }
}
.message-form-section {
  padding: 30px 0;
  border-radius: 4px;
}

.form-header {
  margin-bottom: 25px;
}
.form-header .form-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.form-header .form-subtitle {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}

.message-form {
  max-width: 800px;
}

.form-row {
  display: flex;
  gap: 20px;
}
.form-row .form-group {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}
.form-group label .required {
  color: #c01a20;
  margin-left: 2px;
}
.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email],
.form-group select {
  height: 45px;
  line-height: 45px;
}
.form-group select {
  background-color: #fff;
  cursor: pointer;
}
.form-group select.wide-select {
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0066cc;
}
.form-group textarea {
  resize: vertical;
  font-family: inherit;
  margin-top: 0;
}
.captcha-input {
  display: flex;
  align-items: center;
  gap: 15px;
}
.captcha-input input {
  flex: 1;
  max-width: 200px;
}

.captcha-img {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.form-submit {
  margin-top: 25px;
}

.submit-btn {
  background-color: #0066cc;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.submit-btn:hover {
  background-color: #0055aa;
}

@media (max-width: 768px) {
  .message-form-section {
    padding: 20px 0;
  }
  .captcha-input {
    flex-direction: column;
    align-items: flex-start;
  }
  .captcha-input input {
    max-width: 100%;
  }
}
/**
 * 新闻卡片组件
 */
.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.card-grid .card {
  flex: 0 0 calc(50% - 20px / 2);
  display: flex;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-grid .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.card-grid .card:hover .card-image img {
  transform: scale(1.05);
}
.card-grid .card .card-image {
  flex: 0 0 40%;
  position: relative;
  overflow: hidden;
}
.card-grid .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.card-grid .card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.card-grid .card .card-content .card-main .card-title {
  margin: 0 0 10px 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-grid .card .card-content .card-main .card-summary {
  margin: 0;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-grid .card .card-content .card-footer {
  margin-top: 16px;
}
.card-grid .card .card-content .card-footer .card-date {
  font-size: 0.75rem;
  color: #999999;
}
@media (max-width: 768px) {
  .card-grid .card {
    flex: 0 0 100%;
    flex-direction: column;
  }
  .card-grid .card .card-image {
    flex: none;
    height: 180px;
  }
}

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