:root {
  --bs-body-font-weight: 400;
  --bs-body-font-size: 0.8rem;
  --bs-blue: #009241;
}

body {
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif !important;
  font-size: 0.8rem;
}

img {
  max-width: 100%;
}

.index-banner {
  height: 600px;
}

@media screen and (max-width: 1024px) {
  .index-banner {
    background-position: 0 100%;
    height: 400px;
  }
  .index-banner h1, .index-banner p {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(4px);
  }
  .site001-index-case .site001-index-case-title {
    font-size: 0.75rem;
  }
  .navbar-collapse {
    height: 100vh;
  }
  .site001-index-main-pd {
    margin-top: 0 !important;
    box-shadow: none !important;
  }
  .site001-footer-form-wrapper {
    flex-wrap: wrap;
  }
  .site001-footer-form-btn {
    width: 100%;
  }
  .breadcrumb-item {
    max-width: 100%;
  }
  .breadcrumb-item a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tags-item {
    padding-bottom: 0.6rem;
  }
  .tags-item:last-child {
    padding-bottom: 0;
  }
  .tags-item p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.index-news {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  border-radius: 4px;
}
.index-news:hover {
  box-shadow: 0 0 10px var(--bs-blue);
}

.site001-case-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}
.site001-case-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bs-blue), #2ecc71, var(--bs-blue));
}
.site001-case-section h3 {
  color: #333;
  position: relative;
  display: inline-block;
}
.site001-case-section h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--bs-blue);
  border-radius: 2px;
}
.site001-case-section .display-8 {
  color: #666;
  margin-top: 15px;
}

.site001-index-case {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.site001-index-case img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  transition: transform 0.3s ease;
}
.site001-index-case:hover img {
  transform: scale(1.05);
}
.site001-index-case:hover {
  box-shadow: 0 8px 25px rgba(0, 146, 65, 0.2);
}
.site001-index-case .site001-index-case-title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 146, 65, 0.95), rgba(0, 146, 65, 0.7));
}

.site001-footer-form {
  border-radius: 0;
}

.form-floating textarea.form-control {
  padding: 0.6rem 1rem !important;
}
.form-floating .form-control {
  padding: 0.2rem 1rem !important;
  height: 1.5rem;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.site001-footer-form-btn {
  padding: 0.3rem 1rem;
  font-size: 14px;
}

.tags-list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.tags-list h3 {
  padding-left: 0.8rem;
  position: relative;
}
.tags-list h3::before {
  content: "";
  width: 3px;
  height: 80%;
  background-color: var(--bs-blue);
  position: absolute;
  left: 0;
  bottom: 10px;
}
.tags-list a:hover h4 {
  color: var(--bs-blue);
}
.tags-list p {
  color: #999;
}

.bottom-copyright {
  white-space: pre-line;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar-nav .dropdown > .nav-link-wrapper > .nav-link::after {
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid var(--bs-blue);
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: transform 0.2s ease;
  }
  .navbar-nav .dropdown:hover > .nav-link-wrapper > .nav-link::after {
    transform: rotate(180deg);
  }
}

@media (max-width: 991.98px) {
  .nav-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-link-wrapper .nav-link {
    flex: 1;
  }
  .dropdown-toggle-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .dropdown-toggle-btn::after {
    content: "";
    display: inline-block;
    border-top: 0.3em solid var(--bs-blue);
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .dropdown-toggle-btn.active {
    transform: rotate(180deg);
  }
  .navbar-nav .dropdown-menu {
    display: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
    padding: 0;
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    padding-left: 2rem;
    color: #fff;
  }
}

.float-call-btn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--bs-blue), #2ecc71);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 146, 65, 0.4);
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: all 0.3s ease;
  animation: pulse 1.5s ease-in-out infinite;
}
.float-call-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 30px rgba(0, 146, 65, 0.6);
  color: #fff;
}
.float-call-btn svg {
  width: 28px;
  height: 28px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 146, 65, 0.7);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(0, 146, 65, 0);
    transform: scale(1.08);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 146, 65, 0);
    transform: scale(1);
  }
}

@media (max-width: 991.98px) {
  .float-call-btn {
    display: flex;
  }
}

.case-list-img {
  overflow: hidden;
  border-radius: 8px;
}
.case-list-img img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  transition: transform 0.3s ease;
}
.case-list-img:hover img {
  transform: scale(1.05);
}

.product-list-img {
  overflow: hidden;
  border-radius: 8px;
}
.product-list-img img {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover !important;
  transition: transform 0.3s ease;
}
.product-list-img:hover img {
  transform: scale(1.05);
}

@media (max-width: 575.98px) {
  .pagebar {
    padding: 15px 10px;
  }
  .pagebar .pagination {
    flex-wrap: wrap;
    gap: 5px;
  }
  .pagination a,
  .pagination span {
    font-size: 12px !important;
    padding: 6px 10px !important;
    margin: 2px !important;
    white-space: nowrap;
    min-width: auto;
  }
  .pagination a {
    border-radius: 4px;
  }
}

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