.df {
  flex-flow: row nowrap;
  place-content: stretch space-between;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cc {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yy {
  box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.notext {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.fd {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.fbj {
  display: flex;
  flex-wrap: wrap;
}
.pac {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(130, 130, 130, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #2362ff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb:active {
  background-color: #2362ff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
  border-radius: 0 0 8px 0;
}
::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
  height: 2px;
  width: 2px;
}
a {
  text-decoration: none;
  color: #2f2e3f;
}
a:hover {
  text-decoration: none;
  color: #000;
}
body,
html {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
img {
  max-width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
/* 去除iphone按钮默认样式代码 */
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: #d1d1d1;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
  opacity: 1;
  /* 修复Firefox 18- 的不透明度问题 */
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
  opacity: 1;
  /* 修复Firefox 19+ 的不透明度问题 */
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d1d1d1;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.w {
  width: 1300px;
  margin: 0 auto;
}
.w:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
@media (max-width: 1440px) {
  .w {
    width: 1190px;
  }
}
@media (max-width: 1200px) {
  .w {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .w {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .w {
    width: 92%;
    margin: 0 4%;
  }
  .uk-button-primary {
    margin: 0 auto;
  }
  .solution-overview,.solution-details {
    text-align: center;
  }
}

.uk-button-primary {
  background-color: #C8102E;
  color: #fff;
}
.uk-button-primary svg{
  vertical-align: middle;

}
.uk-button-primary:hover {
  background-color: #e62242;
}

/* About section styling */
.about-section {
  padding: 60px 0;
}

.section-subtitle {
  color: #C8102E;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}

.about-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
}

.about-image-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Stats Counter Section */
.stats-section {
  background-color: transparent;
  padding: 60px 0;
}

.stat-item h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #C8102E;
  margin-bottom: 10px;
  line-height: 1;
}

.stat-label {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
  margin: 0;
}

/* Products Section */
.products-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.product-image {
  transition: all 0.3s ease;
}

.product-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.product-image:hover img {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.product-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-top: 15px;
}

/* Expert CTA Section */
.expert-cta {
  background-image: url('../images/valve-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 80px 0;
}

.expert-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.expert-cta .uk-container {
  position: relative;
  z-index: 1;
}

.cta-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.cta-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  margin: 0;
}

.cta-button {
  background-color: #C8102E !important;
  color: white !important;
  padding: 6px 30px !important;
  font-size: 1.1rem !important;
  border-radius: 4px;
  text-transform: none !important;
  transition: background-color 0.3s ease !important;
}

.cta-button:hover {
  background-color: #a80d27 !important;
}

/* Section Header & Description Styling */
.section-header {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}

.section-description {
  text-align: center;
  width: 66.666%;
  margin: 0 auto 40px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #666;
}

/* Responsive Adjustments */
@media (max-width: 960px) {
  .section-header {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  
  .section-description {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .stat-item h2 {
    font-size: 2.8rem;
  }
  
  .stat-label {
    font-size: 1rem;
  }
  
  .product-title {
    font-size: 1.1rem;
  }
  
  .expert-cta {
    padding: 60px 0;
  }
  
  .cta-title {
    font-size: 2rem;
  }
  
  .cta-description {
    font-size: 1.1rem;
    color: #fff;
  }
  
  .cta-subtitle {
    font-size: 1rem;
  }
}

/* Testimonials Section */
.testimonials-section {
  padding: 80px 0;
  background-color: #fff;
}

.testimonials-swiper {
  padding: 0px 0 50px;
  margin-top: 40px;
}
.rating-stars svg{
  margin-right: 5px;
}
.author-avatar {
  border-radius: 20px;
}
.author-avatar img{
  border-radius: 20px;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.author-info{
  margin-top: 12px;
}

.testimonial-card {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-content {
  flex-grow: 1;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-rating {
  margin-bottom: 20px;
  color: #C8102E;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.author-info p {
  margin: 5px 0 0;
  font-size: 0.9rem;
  color: #666;
}

/* Swiper Navigation Customization */
.swiper-button-next,
.swiper-button-prev {
  color: #C8102E;
  width: 40px;
  height: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-pagination-bullet-active {
  background-color: #C8102E;
}

/* Responsive adjustments */
@media (max-width: 960px) {
  .testimonials-swiper {
    padding: 0px 0 20px;
  }
  
  .testimonial-text {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .testimonials-swiper {
    padding: 0 ;
  }
  
  .testimonial-card {
    padding: 20px;
  }
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.faq-container {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  background-color: #fff;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-item.active .faq-question {
  background-color: #C8102E;
  color: white;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  flex-grow: 1;
}

.faq-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.faq-icon:before,
.faq-icon:after {
  content: '';
  position: absolute;
  background-color: #C8102E;
  transition: all 0.3s ease;
}

.faq-icon:before {
  width: 2px;
  height: 16px;
  top: 4px;
  left: 11px;
}

.faq-icon:after {
  width: 16px;
  height: 2px;
  top: 11px;
  left: 4px;
}

.faq-item.active .faq-icon:before,
.faq-item.active .faq-icon:after {
  background-color: white;
}

.faq-item.active .faq-icon:before {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  background-color: #fff;
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 20px 30px;
  max-height: 500px;
}

.faq-answer p {
  margin: 0;
  color: #444;
  line-height: 1.6;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .faq-question {
    padding: 15px 20px;
  }
  
  .faq-question h3 {
    font-size: 1rem;
  }
  
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  
  .faq-answer p {
    font-size: 0.95rem;
  }
}

/* Contact Experts CTA Section */
.contact-experts-cta {
  background-color: #C8102E;
  padding: 80px 0;
  color: white;
  position: relative;
}

.triangle-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-2%);
  width: 60px;
  height: 30px;
  background-color: #f8f9fa;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.cta-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.cta-description {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.white-button {
  background-color: white !important;
  color: #333 !important;
  padding: 12px 30px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  border: 2px solid white !important;
  border-radius: 4px !important;
  text-transform: none !important;
  transition: all 0.3s ease !important;
}

.white-button:hover {
  background-color: transparent !important;
  color: white !important;
}

.yellow-button {
  background-color: #ffdd00 !important;
  color: #333 !important;
  padding: 12px 30px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  border: 2px solid #ffdd00 !important;
  border-radius: 4px !important;
  text-transform: none !important;
  transition: all 0.3s ease !important;
}

.yellow-button:hover {
  background-color: #ffd000 !important;
  border-color: #ffd000 !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .contact-experts-cta {
    padding: 60px 0;
  }
  
  .cta-main-title {
    font-size: 2rem;
  }
  
  .cta-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .white-button, .yellow-button {
    width: 80%;
    padding: 10px 20px !important;
    font-size: 1rem !important;
  }
}

/* Footer Section */
.site-footer {
  background-color: #f8f9fa;
  padding: 80px 0 0;
  border-top: 1px solid #c8c8c8;
  color: #333;
}

.footer-logo {
  margin-bottom: 20px;
  max-width: 180px;
}


.company-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

.social-icons {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #C8102E;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-3px);
}

.footer-heading {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
  position: relative;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu a {
  color: #555;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-menu a:hover {
  color: #C8102E;
  transform: translateX(5px);
}

.contact-label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
  font-size: 1.2rem;  
}

.contact-value {
  margin-top: 0;
  margin-bottom: 20px;
  color: #555;
  font-size: 1.2rem;
}

.contact-value a {
  color: #C8102E;
  transition: all 0.3s ease;
}

.contact-value a:hover {
  color: #a80d27;
}

.copyright-bar {
  background-color: #eaeaea;
  padding: 20px 0;
  margin-top: 60px;
  text-align: center;
}

.copyright-bar p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

/* Responsive adjustments */
@media (max-width: 960px) {
  .site-footer {
    padding: 60px 0 0;
  }
  
  .footer-company-info,
  .footer-links,
  .footer-products,
  .footer-contact {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0 0;
  }
  
  .footer-heading {
    margin-bottom: 15px;
  }
  
  .social-icons {
    flex-wrap: wrap;
  }
  
  .copyright-bar {
    margin-top: 40px;
    padding: 15px 0;
  }
}

/* Top Bar */
.top-bar {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #eaeaea;
}

.company-tagline {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.top-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-menu li {
  margin-left: 20px;
}

.top-menu a {
  color: #666;
  font-size: 1.1rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-menu a:hover {
  color: #C8102E;
}

.quote-btn {
  background-color: #C8102E;
  color: white !important;
  padding: 12px 15px;
  border-radius: 4px;
}

.quote-btn:hover {
  background-color: #a80d27;
}

/* Main Navigation */
.main-header {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: relative;
  z-index: 100;
}

.uk-logo img {
  height: 50px;
  width: auto;
}

.main-menu > li > a {
  font-size: 1.3rem;
  color: #333 !important;
  padding: 0 18px;
  height: 80px;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}

.main-menu > li:hover > a,
.main-menu > li.uk-active > a {
  color: #C8102E !important;
}

.uk-navbar-dropdown {
  background-color: white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding:12px 25px;
  margin-top: 0;
  top: 80px !important;
}

.uk-navbar-dropdown-nav > li > a {
  color: #555;
  padding: 10px 0;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.uk-navbar-dropdown-nav > li > a:hover {
  color: #C8102E;
  padding-left: 5px;
}

.search-icon a {
  color: #333 !important;
  font-size: 1.2rem;
}

.search-icon a:hover {
  color: #C8102E !important;
}

/* Mobile Menu */
.uk-offcanvas-bar {
  background-color: #f8f8f8;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  color: #333;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  color: #C8102E;
  font-weight: 600;
}

.uk-offcanvas-bar .uk-nav-default > li > a:hover {
  color: #C8102E;
}

.uk-offcanvas-bar .uk-nav-sub {
  padding: 5px 0 5px 15px;
  background-color: #f8f8f8;
}

.uk-offcanvas-bar .uk-nav-sub > li > a {
  color: #333 !important;
  font-size: 14px;
  padding: 8px 0;
}

.uk-offcanvas-bar .uk-nav-sub > li > a:hover {
  color: #C8102E !important;
}

.uk-offcanvas-bar .uk-nav-sub > li.uk-active > a {
  color: #C8102E !important;
  font-weight: 600;
}

/* 修改关闭按钮颜色 */
.uk-offcanvas-close {
  color: #333;
}

.uk-offcanvas-close:hover {
  color: #C8102E;
}

/* 确保移动端导航正确展开子菜单 */
.uk-parent > .uk-nav-sub {
  display: none;
}

.uk-parent.uk-open > .uk-nav-sub {
  display: block;
}

/* 添加展开指示器 */
.uk-parent > a::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  transition: transform 0.3s ease;
}

.uk-parent.uk-open > a::after {
  transform: rotate(180deg);
}
.uk-navbar-nav {
  gap: 15px;
}

/* 修复移动端导航显示问题 */
@media (max-width: 959px) {
  /* 确保电脑端导航在手机端隐藏 */
  .uk-navbar-nav.main-menu {
    display: none;
  }
  
  /* 确保移动端菜单按钮显示 */
  .uk-navbar-toggle {
    display: block;
  }
}

/* Search Overlay */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-overlay-content {
  width: 80%;
  max-width: 800px;
  text-align: center;
  position: relative;
  padding: 40px;
}

.search-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
  padding: 10px;
}

.search-overlay h2 {
  color: white;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 300;
}

.search-input-container {
  position: relative;
  display: flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.search-input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 15px 50px 15px 0;
  font-size: 1.5rem;
  color: white;
  outline: none;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .search-overlay-content {
    width: 90%;
    padding: 20px;
  }
  
  .search-overlay h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .search-input {
    font-size: 1.2rem;
  }
}

/* Page Banner */
.page-banner {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.page-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
/* 大于1200px执行这段css */
@media screen and (min-width: 1200px) {
  .banner-content .uk-container{
    width: 1290px;
    }
}

.page-title {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}

/* Breadcrumb Navigation */
.breadcrumb-container {
  background-color: #f8f9fa;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}

.uk-breadcrumb {
  margin: 0;
}

.uk-breadcrumb > li > a {
  color: #666;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.uk-breadcrumb > li > a:hover {
  color: #C8102E;
  text-decoration: none;
}

.uk-breadcrumb > li > span {
  color: #C8102E;
  font-size: 0.95rem;
  font-weight: 600;
}

.uk-breadcrumb > li:not(:last-child)::after {
  margin: 0 10px;
  color: #999;
}

@media (max-width: 767px) {
  .breadcrumb-container {
    padding: 10px 0;
  }
  
  .uk-breadcrumb > li > a,
  .uk-breadcrumb > li > span {
    font-size: 0.85rem;
  }
}

/* About Content Section */
.section-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

.section-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.mt-5 {
  margin-top: 40px;
}

.about-image-container {
  position: relative;
}

.about-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-stats {
  position: absolute;
  bottom: -30px;
  left: 20px;
  right: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  padding: 20px 10px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #C8102E;
  display: inline-block;
}

.stat-plus {
  font-size: 1.8rem;
  font-weight: 700;
  color: #C8102E;
}

.stat-label {
  display: block;
  font-size: 0.9rem;
  color: #555;
  margin-top: 5px;
}

/* Core Values Section */
.core-values-section {
  background-color: #f8f9fa;
}

.value-card {
  background-color: white;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
  font-size: 2.5rem;
  color: #C8102E;
  margin-bottom: 20px;
}

.value-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.value-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 960px) {
  .page-title {
    font-size: 2.5rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .about-stats {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .page-banner {
    height: 200px;
  }
  
  .page-title {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .value-card {
    margin-bottom: 20px;
  }
}

/* 公司简介部分样式 */
.company-profile {
  padding: 70px 0;
}

.company-description {
  margin-top: 30px;
}

.company-motto {
  font-style: italic;
  border-left: 4px solid #C8102E;
  padding-left: 20px;
  margin-top: 30px;
}

.company-image-container {
  position: relative;
  margin-top: 20px;
}

.company-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* 公司优势部分样式 */
.company-advantages {
  background-color: #f8f9fa;
}

.advantage-card {
  background-color: white;
  border-radius: 8px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.advantage-icon {
  font-size: 2.5rem;
  color: #C8102E;
  margin-bottom: 20px;
}

.advantage-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.advantage-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

/* 响应式调整 */
@media (max-width: 960px) {
  .company-certifications {
    flex-direction: column;
    align-items: center;
  }
  
  .certification-item {
    margin-bottom: 20px;
  }
  
  .certification-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .company-profile {
    padding: 50px 0;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .company-motto {
    margin-top: 20px;
  }
  
  .advantage-card {
    margin-bottom: 20px;
  }
}

/* 技术优势部分样式 */
.technical-advantages {
  background-color: #f8f9fa;
}

.technical-intro {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}

.tech-image-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tech-image {
  width: 100%;
  display: block;
}

.tech-image-caption {
  padding: 20px;
  background-color: white;
}

.tech-image-caption h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.tech-image-caption p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.quote-button {
  display: block;
  text-align: center;
  padding: 12px;
  font-weight: 600;
  margin: 0;
  border-radius: 0;
}

.tech-advantages-list {
  padding-left: 20px;
}

.tech-advantage-item {
  display: flex;
  margin-bottom: 30px;
}

.tech-advantage-icon {
  flex-shrink: 0;
  margin-right: 20px;
  padding-top: 5px;
}

.icon-circle {
  width: 16px;
  height: 16px;
  background-color: #C8102E;
  border-radius: 50%;
}

.tech-advantage-content {
  flex-grow: 1;
}

.tech-advantage-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  margin-top: 0;
}

.tech-advantage-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* 响应式调整 */
@media (max-width: 960px) {
  .tech-advantages-list {
    padding-left: 0;
    margin-top: 40px;
  }
  
  .technical-intro {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .tech-advantage-item {
    margin-bottom: 20px;
  }
  
  .tech-image-caption h3 {
    font-size: 1.2rem;
  }
  
  .tech-advantage-title {
    font-size: 1.1rem;
  }
}

/* 认证部分样式 */
.certifications-section {
  background-color: #fff;
  position: relative;
}

.certification-slider {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding-bottom: 40px; /* 为分页器留出空间 */
}

.certification-slide-image {
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.certification-slide-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.certification-slide-caption {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 0 0 8px 8px;
}

.certification-slide-caption h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.certifications-swiper .swiper-slide:hover .certification-slide-image img {
  transform: scale(1.05);
}

/* Swiper Navigation Customization */
.certifications-section .swiper-button-next,
.certifications-section .swiper-button-prev {
  color: #C8102E;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.certifications-section .swiper-button-next:after,
.certifications-section .swiper-button-prev:after {
  font-size: 18px;
}

.certifications-section .swiper-pagination {
  bottom: 10px;
}

.certifications-section .swiper-pagination-bullet-active {
  background-color: #C8102E;
}

/* Responsive adjustments */
@media (max-width: 960px) {
}

@media (max-width: 767px) {
  .certification-slide-image {
  }
  
  .certification-slide-caption h4 {
    font-size: 1rem;
  }
}

/* 特色部分样式 */
.featured-sections {
  background-color: #f8f9fa;
}

.featured-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.featured-image {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.featured-image-container:hover .featured-image {
  transform: scale(1.05);
}

.featured-content {
  padding: 20px;
}

.featured-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.featured-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.featured-button {
  padding: 12px 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.featured-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(200, 16, 46, 0.3);
}

/* 响应式调整 */
@media (max-width: 960px) {
  .featured-title {
    font-size: 2rem;
  }
  
  .featured-text {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .featured-content {
    padding: 20px 0;
    text-align: center;
  }
  
  .featured-image-container {
    margin-bottom: 30px;
  }
  
  .uk-grid-large.uk-margin-large-bottom {
    margin-bottom: 40px !important;
  }
}

/* 产品列表页样式 */
.product-categories-sidebar {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.category-header {
  background-color: #C8102E;
  color: white;
  padding: 15px 20px;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  border-bottom: 1px solid #f0f0f0;
}

.category-list li:last-child {
  border-bottom: none;
}

.category-list a {
  display: block;
  padding: 12px 20px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.category-list a:hover {
  background-color: #f8f9fa;
  color: #C8102E;
  padding-left: 25px;
}

.products-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.product-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.product-image {
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-info {
  padding: 15px;
}

.product-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.product-name a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-name a:hover {
  color: #C8102E;
}

/* 分页样式 */
.uk-pagination > li > a,
.uk-pagination > li > span {
  color: #555;
  border-radius: 4px;
  padding: 5px 12px;
  margin: 0 3px;
  transition: all 0.3s ease;
}

.uk-pagination > li.uk-active > span {
  background-color: #C8102E;
  color: white;
}

.uk-pagination > li > a:hover {
  background-color: #f0f0f0;
  color: #C8102E;
}

/* 响应式调整 */
@media (max-width: 960px) {
  .product-categories-sidebar {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .products-title {
    font-size: 1.5rem;
    text-align: center;
  }
  
  .product-card {
    margin-bottom: 20px;
  }
}

/* 产品详情页样式 */
.product-detail-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.product-detail-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.product-detail-image:hover img {
  transform: scale(1.2);
}

/* 放大镜图标悬停效果增强 */
.image-zoom {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0;
  transform: translateY(10px);
}

.product-detail-image:hover .image-zoom {
  opacity: 1;
  transform: translateY(0);
}

.image-zoom:hover {
  background-color: #C8102E;
  color: white;
  transform: scale(1.1);
}

/* 添加图片放大时的遮罩效果 */
.product-detail-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease;
  pointer-events: none;
}

.product-detail-image:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.product-detail-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.product-specifications {
  margin-bottom: 30px;
}

.spec-item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.spec-item:last-child {
  border-bottom: none;
}

.spec-label {
  font-weight: 600;
  color: #555;
  display: inline-block;
  width: 150px;
}

.spec-value {
  color: #333;
}

.product-actions {
  margin: 30px 0;
}

.quote-button {
  padding: 0 20px;
  display: inline-block;
  font-size: 1rem;border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-meta {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.meta-item {
  margin-bottom: 10px;
}

.meta-label {
  font-weight: 600;
  color: #555;
  margin-right: 10px;
}

.meta-value {
  color: #C8102E;
  text-decoration: none;
}

.meta-value:hover {
  text-decoration: underline;
}

/* 产品描述标签页 */
.uk-tab > li > a {
  font-weight: 600;
  color: #555;
  padding: 10px 20px;
}

.uk-tab > .uk-active > a {
  color: #C8102E;
  font-size: 1.2rem;
  border-color: #C8102E;
}

.product-description h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.description-list {
  padding-left: 20px;
}

.description-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.description-list li:before {
  content: "•";
  color: #C8102E;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.additional-info p {
  margin-bottom: 15px;
  line-height: 1.7;
}

/* 相关产品 */
.related-products-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

/* 响应式调整 */
@media (max-width: 960px) {
  .product-detail-title {
    font-size: 1.8rem;
  }
  
  .spec-label {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .product-detail-title {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  
  .product-detail-image {
    margin-bottom: 20px;
  }
  
  .spec-label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  
  .spec-value {
    display: block;
  }
  
  .uk-tab > li > a {
    padding: 10px;
    font-size: 0.9rem;
  }
}

/* 解决方案页面样式 */
.solution-overview,
.solution-details {
  position: relative;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  position: relative;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #C8102E;
  z-index: 1; /* 确保元素在上层 */
}

.uk-text-center .section-title:after {
  left: 50%;
  transform: translateX(-50%);
}

.section-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.solution-image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.solution-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.solution-image:hover img {
  transform: scale(1.05);
}

/* 特性卡片样式 */
.feature-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  color: #C8102E;
  margin-bottom: 20px;
}

.feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.feature-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
}

/* 应用卡片样式 */
.application-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.application-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.application-icon {
  color: #C8102E;
  margin-bottom: 15px;
}

.application-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.application-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666;
}

/* CTA 部分样式 */
.solution-cta {
  background-color: #f8f9fa;
}

.cta-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.cta-description {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(200, 16, 46, 0.3);
}

/* 响应式调整 */
@media (max-width: 960px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .cta-title {
    font-size: 1.7rem;
  }
  
  .cta-container {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
    text-align: center;
  }
  
  .section-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .section-content {
    text-align: center;
  }
  
  .solution-image {
    margin-bottom: 30px;
  }
  
  .feature-card,
  .application-card {
    margin-bottom: 20px;
  }
  
  .cta-title {
    font-size: 1.5rem;
  }
  
  .cta-description {
    font-size: 1rem;
  }
  
  .cta-container {
    padding: 30px 20px;
  }
}

/* 为什么选择我们部分样式 */
.section-subtitle {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #555;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.advantage-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 35px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f0f0f0;
}

.advantage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: #C8102E;
}

.advantage-icon {
  color: #C8102E;
  margin-bottom: 25px;
}

.advantage-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.advantage-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #666;
}

@media (max-width: 767px) {
  .advantage-card {
    margin-bottom: 20px;
    padding: 25px 20px;
  }
  
  .advantage-title {
    font-size: 1.3rem;
  }
  
  .advantage-description {
    font-size: 1rem;
  }
}

/* 增强标题下划线居中规则的优先级 */
.why-choose-us.uk-section .uk-text-center .section-title:after,
.why-choose-us.uk-section .section-title.uk-text-center:after {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* 专门为居中标题创建的类 */
.centered-title:after {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* 联系页面样式 */
.contact-section {
  position: relative;
}

.contact-info-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-details li {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}

.contact-icon {
  color: #C8102E;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 3px;
}

.contact-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.contact-text a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-text a:hover {
  color: #C8102E;
}

/* 报价表单样式 */
.quote-form-container {
  background-color: #C8102E;
  border-radius: 8px;
  padding: 40px;
  color: white;
  height: 100%;
}

.quote-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: white;
}

.uk-form-label {
  color: white;
  font-weight: 500;
  margin-bottom: 8px;
}

.uk-input,
.uk-textarea {
  border-radius: 4px;
  border: none;
}

.uk-input:focus,
.uk-textarea:focus {
  border-color: rgba(255, 255, 255, 0.7);
}

.submit-button {
  background-color: white;
  color: #C8102E;
  border-radius: 4px;
  padding:0 30px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.submit-button:hover {
  background-color: transparent;
  color: white;
  border-color: white;
}

/* 地图部分样式 */
.map-section {
  position: relative;
}

.map-container {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* 响应式调整 */
@media (max-width: 960px) {
  .quote-form-container,
  .contact-info-container {
    padding: 25px;
  }
  
  .quote-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .contact-info-container {
    margin-bottom: 30px;
  }
  
  .contact-details li {
    margin-bottom: 15px;
  }
  
  .quote-form-container {
    padding: 20px;
  }
  
  .quote-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  
  .map-container {
    height: 350px;
  }
}

/* Article List Page Styles */
.articles-listing-section {
  padding: 60px 0;
  background-color: #fff;
}

.articles-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}

.articles-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #C8102E;
}

.article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.article-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.article-image {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.article-info {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.article-meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.article-date {
  font-size: 0.9rem;
  color: #777;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.article-date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: #C8102E;
}

.article-category {
  font-size: 0.9rem;
  color: #C8102E;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.article-category:before {
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.article-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.4;
}

.article-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.article-title a:hover {
  color: #C8102E;
}

.article-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.read-more-link {
  align-self: flex-start;
  color: #C8102E;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.read-more-link span {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.read-more-link:hover {
  color: #a80d27;
}

.read-more-link:hover span {
  transform: translateX(5px);
}

/* Article Sidebar Styles */
.article-sidebar-widget {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.widget-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.widget-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #C8102E;
}

.widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-list li {
  border-bottom: 1px solid #f0f0f0;
}

.widget-list li:last-child {
  border-bottom: none;
}

.widget-list a {
  display: block;
  padding: 12px 0;
  color: #555;
  font-weight: 500;
  transition: all 0.3s ease;
}

.widget-list a:hover {
  color: #C8102E;
  padding-left: 5px;
}

/* Recent Posts Widget */
.recent-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-post-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.recent-post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-post-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.recent-post-image {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}

.recent-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post-info {
  flex-grow: 1;
}

.recent-post-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.recent-post-date {
  font-size: 0.85rem;
  color: #777;
}

.recent-post-item a:hover .recent-post-title {
  color: #C8102E;
}

/* Tags Cloud */
.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-link {
  display: inline-block;
  padding: 6px 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  color: #555;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tag-link:hover {
  background-color: #C8102E;
  color: white;
}

/* Responsive Adjustments */
@media (max-width: 960px) {
  .articles-title {
    font-size: 1.8rem;
  }
  
  .article-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .articles-listing-section {
    padding: 30px 0;
  }
  
  .articles-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .articles-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .article-grid {
    gap: 20px;
  }
  
  .article-image {
    height: 200px;
  }
  
  .article-info {
    padding: 20px;
  }
  
  .article-title {
    font-size: 1.2rem;
  }
  
  .article-sidebar-widget {
    margin-top: 40px;
  }
}

.uk-pagination > .uk-active > * {
  color: #C8102E;
}

/* Sticky Header Styles */
.main-header {
    transition: all 0.3s ease;
    z-index: 1000;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 940;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
}

.main-header.sticky .uk-navbar-nav > li > a {
    color: #333;
}

.main-header.sticky .uk-navbar-nav > li:hover > a {
    color: #C8102E;
}

.main-header.sticky .uk-logo img {
    max-height: 50px;
    transition: max-height 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Add padding to body when header is sticky */
body.has-sticky-header {
    padding-top: 80px;
}

@media (max-width: 960px) {
    body.has-sticky-header {
        padding-top: 70px;
    }
    
    .main-header.sticky .uk-logo img {
        max-height: 40px;
    }
}




/* 招聘页面样式 */
.job_list_section {
  padding: 0 0 80px; 
  position: relative;
  z-index: 10;
}

.job_list_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 职位卡片样式 */
.job_card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(1, 92, 56, 0.05);
}

.job_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.job_title {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.job_meta {
  display: flex;
  gap: 30px;
  color: #666;
  font-size: 14px;
}

.job_meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.job_salary {
  color: #ff6b6b;
  font-weight: 500;
  font-size: 16px;
}

/* 职位详情 */
.job_content h3 {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 500;
  margin-bottom: 15px;
}

.job_content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.job_content ul {
  color: #666;
  line-height: 1.8;
  padding-left: 20px;
  margin-bottom: 20px;
}

.job_content ul li {
  margin-bottom: 10px;
}

/* 应聘按钮 */
.apply_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.apply_btn:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
}

/* 应聘弹窗 */
.apply_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
}

.modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.modal_title {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 600;
}

.close_modal {
  cursor: pointer;
  font-size: 24px;
  color: #999;
}

/* 响应式调整 */
@media (max-width: 991px) {
  .job_header {
    flex-direction: column;
    gap: 15px;
  }
  
  .job_meta {
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .job_card {
    padding: 20px;
  }
  
  .job_title {
    font-size: 18px;
  }
}


@media (min-width: 1300px) {
  .uk-container {
    width: 1290px;
    max-width: 1290px;
  }
}

@media (min-width: 960px) {
  .uk-container {
      padding-left:0px;
      padding-right: 0px
  }
}



.language_switch {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 15px;
}

.language_btn {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
.language_dropdown {

  position: relative;
  z-index: 1020;
}

.language_btn i {
  font-size: 16px;
}

.language_btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* 语言下拉菜单样式 */
.language_menu {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border-radius: 8px;
    padding: 8px 0;
    min-width: 150px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.3s ease;
    z-index: 99999;
}

/* 电脑端hover效果 */
@media (min-width: 992px) {
    .language_dropdown:hover .language_menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(-10PX);
        display: block;
    }
}

/* 移动端样式 */
@media (max-width: 991px) {
    .language_menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }
}

.language_dropdown:hover .language_menu {
  opacity: 1;
  display: block;
  visibility: visible!important;
  transform: translateY(0);
}

/* 小箭头样式 */
.language_menu::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

/* 语言选项样式 */
.language_item {
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-color);
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 14px;
}

.language_item:hover {
  background: rgba(1, 92, 56, 0.05);
  color: var(--primary-color);
}

.language_item.active {
  color: var(--primary-color);
  font-weight: 500;
}

.flag {
  width: 16px;
  height: 11px;
  background: url("/images/flags.png");
  margin-top: 4px;
  margin-right: 10px;
  padding: 0!important;
  display: inline-block;
}
.zw {
  background-position: 0px 0px;
}
.zm {
  background-position: -16px 0px;
}
.za {
  background-position: 0px -11px;
}
.yt {
  background-position: -16px -11px;
}
.ye {
  background-position: -32px 0px;
}
.ws {
  background-position: -32px -11px;
}
.wf {
  background-position: 0px -22px;
}
.vu {
  background-position: -32px -22px;
}
.vie {
  background-position: 0px -33px;
}
.vi {
  background-position: -16px -33px;
}
.vg {
  background-position: -32px -33px;
}
.ve {
  background-position: -48px 0px;
}
.vc {
  background-position: -48px -11px;
}
.va {
  background-position: -48px -22px;
}
.uz {
  background-position: -48px -33px;
}
.uy {
  background-position: 0px -44px;
}
.us {
  background-position: -16px -44px;
}
.um {
  background-position: -16px -44px;
}
.ug {
  background-position: -32px -44px;
}
.ua {
  background-position: -48px -44px;
}
.tz {
  background-position: -64px 0px;
}
.tw {
  background-position: -64px -11px;
}
.tv {
  background-position: -64px -22px;
}
.tt {
  background-position: -64px -33px;
}
.tr {
  background-position: -64px -44px;
}
.to {
  background-position: 0px -55px;
}
.tn {
  background-position: -16px -55px;
}
.tm {
  background-position: -32px -55px;
}
.tl {
  background-position: -48px -55px;
}
.tk {
  background-position: -64px -55px;
}
.tj {
  background-position: 0px -66px;
}
.th {
  background-position: -16px -66px;
}
.tg {
  background-position: -32px -66px;
}
.tf {
  background-position: -48px -66px;
}
.td {
  background-position: -64px -66px;
}
.tc {
  background-position: -80px 0px;
}
.sz {
  background-position: -80px -11px;
}
.sy {
  background-position: -80px -22px;
}
.sx {
  background-position: -80px -33px;
}
.sv {
  background-position: -80px -44px;
}
.st {
  background-position: -80px -55px;
}
.ss {
  background-position: -80px -66px;
}
.sr {
  background-position: 0px -77px;
}
.so {
  background-position: -16px -77px;
}
.sn {
  background-position: -32px -77px;
}
.sm {
  background-position: -48px -77px;
}
.sl {
  background-position: -64px -77px;
}
.sk {
  background-position: -80px -77px;
}
.si {
  background-position: -96px 0px;
}
.sh {
  background-position: -96px -11px;
}
.sg {
  background-position: -96px -22px;
}
.se {
  background-position: -96px -33px;
}
.sd {
  background-position: -96px -44px;
}
.sc {
  background-position: -96px -66px;
}
.sb {
  background-position: -96px -77px;
}
.sa {
  background-position: 0px -88px;
}
.rw {
  background-position: -16px -88px;
}
.ru {
  background-position: -32px -88px;
}
.rs {
  background-position: -48px -88px;
}
.ro {
  background-position: -64px -88px;
}
.qa {
  background-position: -80px -88px;
}
.py {
  background-position: -96px -88px;
}
.pw {
  background-position: 0px -99px;
}
.pt {
  background-position: -16px -99px;
}
.ps {
  background-position: -32px -99px;
}
.per {
  background-position: -48px -99px;
}
.pn {
  background-position: -64px -99px;
}
.pm {
  background-position: -80px -99px;
}
.pl {
  background-position: -96px -99px;
}
.pk {
  background-position: -112px 0px;
}
.ph {
  background-position: -112px -11px;
}
.pg {
  background-position: -112px -22px;
}
.pf {
  background-position: -112px -33px;
}
.pe {
  background-position: -112px -44px;
}
.pa {
  background-position: -112px -55px;
}
.om {
  background-position: -112px -66px;
}
.nz {
  background-position: -112px -77px;
}
.nu {
  background-position: -112px -88px;
}
.nr {
  background-position: -112px -99px;
}
.no {
  background-position: 0px -110px;
}
.bv {
  background-position: 0px -110px;
}
.sj {
  background-position: 0px -110px;
}
.nl {
  background-position: -16px -110px;
}
.ni {
  background-position: -32px -110px;
}
.ng {
  background-position: -48px -110px;
}
.nf {
  background-position: -64px -110px;
}
.ne {
  background-position: -80px -110px;
}
.nc {
  background-position: -96px -110px;
}
.na {
  background-position: -112px -110px;
}
.mz {
  background-position: -128px 0px;
}
.my {
  background-position: -128px -11px;
}
.mx {
  background-position: -128px -22px;
}
.mw {
  background-position: -128px -33px;
}
.mv {
  background-position: -128px -44px;
}
.mu {
  background-position: -128px -55px;
}
.mt {
  background-position: -128px -66px;
}
.ms {
  background-position: -128px -77px;
}
.mr {
  background-position: -128px -88px;
}
.mq {
  background-position: -128px -99px;
}
.mp {
  background-position: -128px -110px;
}
.mo {
  background-position: 0px -121px;
}
.mn {
  background-position: -16px -121px;
}
.mm {
  background-position: -32px -121px;
}
.ml {
  background-position: -48px -121px;
}
.mk {
  background-position: -64px -121px;
}
.mh {
  background-position: -80px -121px;
}
.ara {
  background-position: -96px -121px;
}
.me {
  background-position: 0px -132px;
  height: 12px;
}
.md {
  background-position: -112px -121px;
}
.mc {
  background-position: -128px -121px;
}
.ma {
  background-position: -16px -132px;
}
.ly {
  background-position: -32px -132px;
}
.lv {
  background-position: -48px -132px;
}
.lu {
  background-position: -64px -132px;
}
.lt {
  background-position: -80px -132px;
}
.ls {
  background-position: -96px -132px;
}
.lr {
  background-position: -112px -132px;
}
.lk {
  background-position: -128px -132px;
}
.li {
  background-position: -144px 0px;
}
.lc {
  background-position: -144px -11px;
}
.lb {
  background-position: -144px -22px;
}
.la {
  background-position: -144px -33px;
}
.kz {
  background-position: -144px -44px;
}
.ky {
  background-position: -144px -55px;
}
.kw {
  background-position: -144px -66px;
}
.kor {
  background-position: -144px -77px;
}
.kp {
  background-position: -144px -88px;
}
.kn {
  background-position: -144px -99px;
}
.km {
  background-position: -144px -110px;
}
.ki {
  background-position: -144px -121px;
}
.kh {
  background-position: -144px -132px;
}
.kg {
  background-position: 0px -144px;
}
.ke {
  background-position: -16px -144px;
}
.jp {
  background-position: -32px -144px;
}
.jo {
  background-position: -48px -144px;
}
.jm {
  background-position: -64px -144px;
}
.je {
  background-position: -80px -144px;
}
.it {
  background-position: -96px -144px;
}
.is {
  background-position: -112px -144px;
}
.ir {
  background-position: -128px -144px;
}
.iq {
  background-position: -144px -144px;
}
.io {
  background-position: -160px 0px;
}
.hi {
  background-position: -160px -11px;
}
.im {
  background-position: -160px -22px;
  height: 9px;
}
.il {
  background-position: -160px -31px;
}
.ie {
  background-position: -160px -42px;
}
.id {
  background-position: -160px -53px;
}
.hu {
  background-position: -160px -64px;
}
.ht {
  background-position: -160px -75px;
}
.hr {
  background-position: -160px -86px;
}
.hn {
  background-position: -160px -97px;
}
.hk {
  background-position: -160px -108px;
}
.gy {
  background-position: -160px -119px;
}
.gw {
  background-position: -160px -130px;
}
.gu {
  background-position: -160px -141px;
}
.gt {
  background-position: 0px -155px;
}
.gs {
  background-position: -16px -155px;
}
.gr {
  background-position: -32px -155px;
}
.gq {
  background-position: -48px -155px;
}
.gp {
  background-position: -64px -155px;
}
.gn {
  background-position: -80px -155px;
}
.gm {
  background-position: -96px -155px;
}
.gl {
  background-position: -112px -155px;
}
.gi {
  background-position: -128px -155px;
}
.gh {
  background-position: -144px -155px;
}
.gg {
  background-position: -160px -155px;
}
.ge {
  background-position: -176px 0px;
}
.gd {
  background-position: -176px -11px;
}
.en {
  background-position: -176px -22px;
}
.ga {
  background-position: -176px -33px;
}
.fr {
  background-position: -176px -44px;
}
.gf {
  background-position: -176px -44px;
}
.re {
  background-position: -176px -44px;
}
.mf {
  background-position: -176px -44px;
}
.bl {
  background-position: -176px -44px;
}
.fo {
  background-position: -176px -55px;
}
.fm {
  background-position: -176px -66px;
}
.fk {
  background-position: -176px -77px;
}
.fj {
  background-position: -176px -88px;
}
.fi {
  background-position: -176px -99px;
}
.eu {
  background-position: -176px -121px;
}
.et {
  background-position: -176px -132px;
}
.es {
  background-position: -176px -143px;
}
.er {
  background-position: -176px -154px;
}
.eh {
  background-position: -16px -166px;
}
.eg {
  background-position: -32px -166px;
}
.ee {
  background-position: -48px -166px;
}
.ec {
  background-position: -64px -166px;
}
.dz {
  background-position: -80px -166px;
}
.do {
  background-position: -96px -166px;
}
.dm {
  background-position: -112px -166px;
}
.dk {
  background-position: -128px -166px;
}
.dj {
  background-position: -144px -166px;
}
.de {
  background-position: -160px -166px;
}
.cz {
  background-position: -176px -166px;
}
.cy {
  background-position: 0px -177px;
}
.cx {
  background-position: -16px -177px;
}
.cw {
  background-position: -32px -177px;
}
.cv {
  background-position: -48px -177px;
}
.cu {
  background-position: -64px -177px;
}
.cs {
  background-position: -80px -177px;
}
.cr {
  background-position: -96px -177px;
}
.co {
  background-position: -112px -177px;
}
.zh {
  background-position: -128px -177px;
}
.cm {
  background-position: -144px -177px;
}
.cl {
  background-position: -160px -177px;
}
.ck {
  background-position: -176px -177px;
}
.ci {
  background-position: -192px 0px;
}
.cg {
  background-position: -192px -11px;
}
.cf {
  background-position: -192px -22px;
}
.cd {
  background-position: -192px -33px;
}
.cc {
  background-position: -192px -44px;
}
.ca {
  background-position: -192px -66px;
}
.bz {
  background-position: -192px -77px;
}
.by {
  background-position: -192px -88px;
}
.bw {
  background-position: -192px -99px;
}
.bt {
  background-position: -192px -110px;
}
.bs {
  background-position: -192px -121px;
}
.br {
  background-position: -192px -132px;
}
.bq {
  background-position: -192px -143px;
}
.bo {
  background-position: -192px -154px;
}
.bn {
  background-position: -192px -165px;
}
.bm {
  background-position: -192px -176px;
}
.bj {
  background-position: 0px -188px;
}
.bi {
  background-position: -16px -188px;
}
.bh {
  background-position: -32px -188px;
}
.bg {
  background-position: -48px -188px;
}
.bf {
  background-position: -64px -188px;
}
.be {
  background-position: -80px -188px;
}
.bd {
  background-position: -96px -188px;
}
.bb {
  background-position: -112px -188px;
}
.ba {
  background-position: -128px -188px;
}
.az {
  background-position: -144px -188px;
}
.ax {
  background-position: -160px -188px;
}
.aw {
  background-position: -176px -188px;
}
.au {
  background-position: -192px -188px;
}
.hm {
  background-position: -192px -188px;
}
.at {
  background-position: -208px 0px;
}
.as {
  background-position: -208px -11px;
}
.ar {
  background-position: -208px -22px;
}
.ao {
  background-position: -208px -33px;
}
.an {
  background-position: -208px -44px;
}
.am {
  background-position: -208px -55px;
}
.al {
  background-position: -208px -66px;
}
.ai {
  background-position: -208px -77px;
}
.ag {
  background-position: -208px -88px;
}
.af {
  background-position: -208px -99px;
}
.ae {
  background-position: -208px -110px;
}
.ad {
  background-position: -208px -121px;
}
.np {
  background-position: -208px -132px;
}
.ch {
  background-position: -208px -143px;
}

/* 响应式调整 */
@media (max-width: 991px) {
  .language_menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
  }
  
  .language_menu::before {
    right: 20px;
    left: auto;
  }
}

/* Certifications Section Styles - Updated */
.certifications-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.certification-content {
  padding-right: 30px;
}

.certification-description-main {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.certification-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.certification-list li {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 3px solid #C8102E;
}

.certification-list h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 5px 0;
}

.certification-list p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.certification-btn {
  margin-top: 20px;
}

/* Certification Slider */
.certification-slider {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow:inherit;
}
.certifications-swiper .swiper-wrapper {
  padding-bottom: 40px;
}
.certification-slide-image {
  width: 100%;
  overflow: hidden;
}

.certification-slide-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.certifications-swiper:hover .certification-slide-image img {
  transform: scale(1.05);
}

/* Swiper Navigation Customization */
.certifications-section .swiper-button-next,
.certifications-section .swiper-button-prev {
  color: #C8102E;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.certifications-section .swiper-button-next:after,
.certifications-section .swiper-button-prev:after {
  font-size: 18px;
}

.certifications-section .swiper-pagination {
  bottom: 10px;
}

.certifications-section .swiper-pagination-bullet-active {
  background-color: #C8102E;
}

/* Responsive adjustments */
@media (max-width: 960px) {
  .certifications-section {
    padding: 20px 0;
  }
  
  .certification-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .certification-slider {
    padding-bottom: 0;
  }
  
}

@media (max-width: 767px) {
  .certification-description-main {
    font-size: 1rem;
  }
  
  .certification-list li {
    margin-bottom: 15px;
  }
  
  .certification-list h4 {
    font-size: 1.1rem;
  }
  
}

.solution-overview .uk-grid,.solution-details .uk-grid{
  align-items: center;

}


/* 手机端 */
@media (max-width: 767px) {
  .uk-width-expand {
    display: none;
  }
  .top-bar .uk-first-column {
    float: right;
  }
  .top-bar .uk-grid{
    float: right;
    justify-content: flex-end;
  }
  .uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    min-height: 60px;
    line-height: 60px;
  }
  .uk-logo img {
    height: 42px;
    width: auto;
  }
  .main-header .uk-navbar-toggle svg {
    position: relative; 
    top: 6px;
  }
  .top-menu >li >a {
    display: none;
  }
  .top-bar {
    height: 45px;
    line-height: 45px;
    display: none;
  }
  .quote-btn {
    padding:8px 12px;

  }
  .uk-parent >a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

/* Banner Section Styles */
.banner-section {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-container {
	position: relative;
	width: 100%;
	height: 600px;
}

.banner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
}

.banner-text {
	max-width: 50%;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}

.banner-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
	text-align: left;
	line-height: 1.2;
}

.banner-subtitle {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
	text-align: left;
	line-height: 1.4;
}

.banner-description {
	font-size: 1rem;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.9);
	text-align: left;
	line-height: 1.6;
}

.banner-button {
	display: inline-flex;
	align-items: center;
	background-color: #C8102E;
	color: #fff;
	padding: 12px 30px;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.banner-button span {
	margin-left: 10px;
	transition: transform 0.3s ease;
}

.banner-button:hover {
	background-color: #a00d24;
	color: #fff;
}

.banner-button:hover span {
	transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
	.banner-text {
		max-width: 60%;
	}
}

@media (max-width: 960px) {
	.banner-container {
		height: 500px;
	}
	
	.banner-title {
		font-size: 2rem;
	}
	
	.banner-subtitle {
		font-size: 1.3rem;
	}
	
	.banner-text {
		max-width: 70%;
	}
}

@media (max-width: 767px) {
	.stats-sectionm,.about-section {
		padding: 20px 0;
	}
	.banner-container {
		height: 400px;
	}
	
	.banner-text {
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	
	.banner-title {
		font-size: 1.8rem;
		text-align: center;
	}
	
	.banner-subtitle {
		font-size: 1.1rem;
		text-align: center;
	}
	
	.banner-description {
		font-size: 0.9rem;
		text-align: center;
	}
	
	.banner-button {
		padding: 10px 20px;
		font-size: 0.9rem;
		margin: 0 auto;
	}
}

/* Testimonials Section Styles */
.testimonials-section {
	padding: 80px 0;
}

.testimonial-card {
	background-color: #f8f8f8;
	border-radius: 8px;
	box-shadow: inherit;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.testimonial-content {
	margin-bottom: 20px;
	font-size: 1.2rem;
}

.testimonial-text {
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
	font-style: italic;
	position: relative;
	padding-left: 25px;
}

.testimonial-text:before {
	content: '"';
	font-size: 3rem;
	color: #C8102E;
	position: absolute;
	left: 0;
	top: -15px;
	font-family: Georgia, serif;
	opacity: 0.5;
}

.testimonial-author {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.author-avatar {
	margin-top: 10px;
}

.author-name {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 5px;
	color: #333;
}

.author-position {
	font-size: 0.9rem;
	color: #777;
	margin: 0;
}

/* Swiper Navigation Customization */
.testimonials-swiper .swiper-button-next,
.testimonials-swiper .swiper-button-prev {
	color: #C8102E;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.testimonials-swiper .swiper-button-next:after,
.testimonials-swiper .swiper-button-prev:after {
	font-size: 18px;
}

.testimonials-swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.testimonials-swiper .swiper-pagination-bullet-active {
	background-color: #C8102E;
}

@media (max-width: 767px) {
	.testimonial-card {
		padding: 20px;
	}
	
	.testimonial-text {
		font-size: 0.95rem;
	}
	
	.author-avatar {
		width: 50px;
		height: 50px;
	}
	
	.rating-stars {
		justify-content: center;
		width: 100%;
	}
	
	.testimonial-author {
		align-items: center;
	}
}

/* 添加星星评分样式 */
.rating-stars {
	display: flex;
	margin-bottom: 10px;
	color: #FFD700; /* 金色星星 */
}
.main-header .language_switch {
  display: none;
}
/* 手机端产品和新闻显示样式 */
@media (max-width: 767px) {
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .main-header .language_switch {
    display: block;
  }
  
  .product-title {
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .product-image {
    margin-bottom: 5px;
  }
  
  .uk-grid-large {
    margin-left: -15px;
  }
  
  .uk-grid-large > * {
    padding-left: 15px;
  }
  
  .uk-grid-large > .uk-grid-margin {
    margin-top: 15px;
  }
  
  .products-section {
    padding: 40px 0;
  }
  
  .section-header {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  
  .section-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  /* footer-logo */
  .footer-logo img{
    height: 42px;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .company-description {
    margin-top: 10px;
  }
  .social-icons {
    margin-top: 10px!important;
    margin-bottom: 20px!important;
  }
  .company-description {
    margin-bottom: 10px;
  }
  .back-to-top {
    bottom: 40px!important;
  }
  .about-section .section-subtitle {
    display: none;
  }
  .author-avatar img {
    height: 50px;
    width: 50px;
  }
  .testimonials-section .swiper-wrapper {
    padding-bottom: 40px!important;
  }
  .testimonials-section {
    padding: 30px 0;
  }
  .testimonials-swiper{
    margin-top: 30px;
  }
  .faq-section {
    padding: 30px 0;
  }
  .faq-container {
    margin-top: 20px;
  }
  .cta-buttons .white-button,.cta-buttons .yellow-button{
    width: 32%;
    padding: 0px 20px !important;
  }
  .cta-buttons {
    
    flex-direction: row;
  }
  .cta-main-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .article-detail-section {
    padding: 12px 0!important;
  }
  .article-detail-container {
    padding: 18px 8px!important;
  }
  .next-article {
    text-align: left;
  }
  .related-title {
    font-size: 1.5rem!important;
  }
  .related-article-item {
    padding: 0!important;
    border-bottom: none!important;
  }
  .stat-item h2 {
    font-size: 2rem!important;
  }
  .stats-section {
    padding: 18px 0 24px!important;
  }
  .section-header {
    font-size: 1.4rem!important;
  }
  .cta-title {
    font-size: 1.4rem!important;
  }
  .cta-button {
    padding: 0px 20px !important;
  }
  .footer-heading {
    font-size: 1.2rem!important;
  }
  .cta-title {
    margin-bottom: 8px!important;
  }

}

#quote-modal .uk-modal-dialog {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  background-color: #C8102E;
  border-radius: 8px;
}

#quote-modal .quote-form-container {
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
}

#quote-modal .quote-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}

#quote-modal .uk-form-label {
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

#quote-modal .uk-input,
#quote-modal .uk-textarea {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  transition: all 0.3s ease;
}

#quote-modal .uk-input:focus,
#quote-modal .uk-textarea:focus {
  border-color: #C8102E;
  box-shadow: 0 0 0 1px rgba(30, 135, 240, 0.2);
}

#quote-modal .submit-button {
  display: inline-block;
  width: auto;
  padding: 2px 30px;
  margin-top: 10px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#quote-modal .submit-button:hover {
  background-color: #fff;
  transform: none;
  color: #C8102E;
  box-shadow: none;
}

@media (max-width: 767px) {
  #quote-modal .quote-form-container {
    padding: 0;
  }
  #quote-modal .uk-modal-dialog {
    width: 95%;
    max-width: 95%;
  }
  .uk-grid + .uk-grid-medium, .uk-grid + .uk-grid-row-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-row-medium > .uk-grid-margin, * + .uk-grid-margin-medium {
    margin-top: 12px;
}.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 36px;
  vertical-align: middle;
  display: inline-block;
}
.uk-modal-body {
  display: flow-root;
  padding: 30px 20px;
}
  #quote-modal .quote-title {
    font-size: 20px;
  }
  
  #quote-modal .submit-button {
    padding: 2px 15px;
    font-size: 14px;
    width: 100%;
  }
}

#quote-modal .uk-modal-close-default {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s;
}

#quote-modal .uk-modal-close-default:hover {
  opacity: 1;
  color: #fff;
}