.language-switcher {
    position: relative;
    display: inline-block;
    /* margin-top: 10px; */
}
@media (min-width: 1024px) {
    .language-switcher {
        width: 200px;
        left: 150px;
    }
}
@media (min-width: 1024px) and (max-width:1200px){
 .lanyun-section-sc15vjgy .lanyun-section-elmeihy4{
			position: relative;
        background: rgba(0, 0, 0, 0.5);
top:200px
}
body.page-5473 .lanyun-section-6krtu42c>.lanyun-widget-container{
justify-content: space-between;
}
body.page-5473 .lanyun-section-4akjdaux .lanyun-tab-tag{
padding:0px !important;
margin-bottom:60px;
}
body.page-5473 .lanyun-section-4l20cj4w>.lanyun-widget-container{
background-position-y: 15%;
}
    [data-bottom]{
        position: relative !important;
        bottom: -201px !important;
}
    .search-container{
				left:auto !important;
top: 22% !important;
right:13% !important;
}
.language-switcher {
        position: absolute;
        right: 2% !important;
        top: 25% !important;
        width: auto;
        left: auto;
        transform: none !important;
        transition: none !important;
    }
.search-form-container{
left:-81vw !important;
right:auto !important;
top:7vh !important;
}

}
@media (max-width: 1023px) {
    .lanyun-section-nav .direction-h .mobile-dropdown{
        display: block !important;
        position: absolute;
        right: 0;
    }
    .lanyun-section-nav .direction-h .lanyun-nav-first{
					
    }
}
@media(min-width:768px){
.lanyun-img-wrap .content-img{
position: relative;
left: 5%;
bottom: -30px;
}
}
.language-dropdown {
    position: relative;
}

.language-btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    /* 移除可能导致位置变化的transition */
    transition: background 0.3s ease, border-color 0.3s ease;
    /* 确保位置固定 */
    position: relative;
    transform: none !important;
}

.language-btn:hover {
    background: #f5f5f5;
    border-color: #999;
}

.language-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 120px;
    z-index: 1000;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    cursor: pointer;
    /* 确保位置固定 */
    transform: none !important;
    transition: none !important;
}

.language-menu.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.language-item {
    margin: 0;
    padding: 0;
}

.language-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease;
}

.language-link:hover {
    background: #f5f5f5;
    text-decoration: none;
}

.flag-icon {
    font-size: 16px;
}

.lang-text {
    font-size: 14px;
}

/* 平板端样式 */
@media (min-width: 768px) and (max-width: 1025px) {
    .language-btn span {
        display: none;
    }
    
    .language-btn i.fas.fa-chevron-down {
        display: none;
    }
    
    .language-btn {
        justify-content: center;
        padding: 10px;
        min-width: 40px;
					 border:0px;
					
    }
.search-container{
position:absolute !important;
right:14%;
top:14%;
}
    
    .language-btn i.fas.fa-globe {
        font-size: 16px;
    }
    .language-switcher {
        position: absolute;
        right: 1%;
        top: 16%;
        /* 防止点击时位置变化 */
        transform: none !important;
        transition: none !important;
    }
    .search-form-container{
                top: 7vh !important;
        left: -79vw;
        right: auto;
        min-width: 97vw !important;
    }
    body.page-5476 .lanyun-section-98z5eprm>.lanyun-widget-container{
        padding: 15px 0px 0px 30px !important;
    }
    .language-link .lang-text {
        display: none;
    }
    .language-menu{
        left: -2px;
        min-width: 45px;
    }
}
@media (min-width: 820px) and (max-width: 1180px) {
    .mobile-nav-mobileIcon{
        display: block;
    }
    .lanyun-section-nav .direction-h .lanyun-nav-first{
display:none;
        position: absolute;
        width:100%;
        left: 0;
        top: 100%;
        background: #fff;
        z-index: 1000;
    }
    .lanyun-section-nav .direction-h, .lanyun-section-nav .direction-v{
        position: static;
    }
}


/* 手机端样式 */
@media (max-width: 767px) {
    .language-btn {
        padding: 12px;
        min-width: 44px;
    }
		.text-content{
		margin-top:7%;
}
    
    /* 隐藏按钮文字和箭头 */
    .language-btn span {
        display: none !important;
    }
    
    .language-btn i.fas.fa-chevron-down {
        display: none !important;
    }
    .lanyun-section-ihv6q632 {
        position: relative;
        top: -1px;
        left: -92px;
    }
    
    .language-btn i.fas.fa-globe {
        font-size: 18px;
    }
    .language-switcher {
        position: absolute;
        right: 8px;
        top: -2px;
        /* 防止点击时位置变化 */
        transform: none !important;
        transition: none !important;
    }
    .language-btn{
        border: 0px;
        justify-content: center !important;
        /* 防止点击时位置变化 */
        transform: none !important;
        transition: none !important;
    }
    /* 确保菜单默认隐藏 */
    .language-menu {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        position: absolute !important;
        top: 100% !important;
        left: -2px !important;
        /* 防止点击时位置变化 */
        transform: none !important;
        transition: none !important;
    }
    /* 只有添加show类时才显示 */
    .language-menu.show {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        /* 防止点击时位置变化 */
        transform: none !important;
    }
    /* 隐藏菜单栏中的文字 */
    .language-link .lang-text {
        display: none;
    }
    [data-header]{
        height:50px;
        justify-content: center;
    }
    
    /* 调整菜单项布局 */
    .language-link {
        justify-content: center;
        /* padding: 15px 12px; */
    }
    /* 调整菜单项布局 - 竖状条布局 */
    .language-menu.show {
        min-width: auto;
        width: 50px;
        display: flex !important;
        flex-direction: column;
        gap: 0;
        border-radius: 6px;
        /* overflow: hidden; */
        left: -3px;
        top: -9px;
        /* 防止点击时位置变化 */
        transform: none !important;
        transition: none !important;
    }
    
    .language-item {
        border-bottom: 1px solid #eee;
    }
    
    .language-item:last-child {
        border-bottom: none;
    }
    
    .language-link {
        justify-content: center;
        padding: 15px 12px;
        min-height: 50px;
        white-space: nowrap;
    }
    
    .flag-icon {
        font-size: 18px;
    }
    .search-form-container {
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        border: 0px solid #ddd;
        border-radius: 25px;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        transform: translateX(20px) scale(0.9);
        transition: all 0.3s ease;
        z-index: 1000;
        min-width: 300px;
      }
      .search-icon-btn{
        border: 0px !important;
        box-shadow: none !important;
      }
}

@media (max-width: 767px) {
    .lanyun-section-va485trn {
        width: 58% !important;
    }
}

@media (min-width: 1024px) {
    .search-container {
      left: 80px;
    }
    .search-form-container {
      max-width: 250px;
      top: -10px ;
      right: -72px !important;
    }
.mobile-nav-mobileIcon{
display: none;
}
.lanyun-section-nav .direction-h .lanyun-nav-first{
position: static;
}
  }
  .search-container {
    position: relative;
    display: inline-block;
  }

  /* 搜索图标按钮 */
  .search-icon-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .search-icon-btn:hover {
    background: #f8f9fa;
    border-color: #c42733;
    transform: scale(1.05);
  }

  .search-icon-btn i {
    color: #666;
    font-size: 16px;
    transition: color 0.3s ease;
  }

  .search-icon-btn:hover i {
    color: #c42733;
  }

  /* 搜索表单容器 */
  .search-form-container {
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px) scale(0.9);
    transition: all 0.3s ease;
    z-index: 1000;
    min-width: 300px;
  }

  .search-form-container.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
  }

  /* 搜索表单 */
  .search-form {
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 8px;
  }

  /* 输入框组 */
  .search-input-group {
    display: flex;
    align-items: center;
    flex: 1;
    background: #f8f9fa;
    border-radius: 20px;
    padding: 4px;
    border: 1px solid #e9ecef;
  }

  /* 搜索输入框 */
  .search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    outline: none;
    border-radius: 16px;
  }

  .search-input::placeholder {
    color: #999;
  }

  .search-input:focus {
    background: #fff;
  }

  /* 搜索提交按钮 */
  .search-submit-btn {
    width: 32px;
    height: 32px;
    background: #c42733;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
  }

  .search-submit-btn:hover {
    background: #a32028;
    transform: scale(1.1);
  }

  .search-submit-btn i {
    font-size: 12px;
  }

  /* 关闭按钮 */
  .search-close-btn {
    width: 28px;
    height: 28px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
  }

  .search-close-btn:hover {
    background: #e9ecef;
    color: #333;
  }

  .search-close-btn i {
    font-size: 12px;
  }

  /* 搜索遮罩 */
  .search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .search-overlay.show {
    opacity: 1;
    visibility: visible;
  }

  /* 响应式设计 */
  @media (max-width: 767px) {
    .search-form-container {
      min-width: 280px;
      right: -10px;
    }

    .search-input {
      font-size: 16px; /* 移动端防止缩放 */
    }
    .search-form-container {
        min-width: 420px;
        right: -107px;
        top: 50px;
      }
  }

  @media (max-width: 480px) {
    .search-form-container {
      min-width: 97vw;
      right: -103px;
      top: 50px;
    }

    .search-form {
      padding: 6px;
    }

    .search-input-group {
      padding: 2px;
    }

    .search-input {
      padding: 6px 10px;
    }
  }

/* 荣誉证书轮播样式 */
.ab_honor {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

/* 标题样式 */
.abtit {
  text-align: center;
  margin-bottom: 50px;
}

.abtit p {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.abtit font {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  position: relative;
  display: inline-block;
}

.abtit font i {
  color: #c42733;
  font-style: normal;
  margin: 0 5px;
}

.abtit font span {
  color: #c42733;
}

/* 轮播容器 */
.honor_box {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.wiper-container3 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px 0;
  /* 确保容器有足够的宽度来显示内容 */
  min-width: 100%;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  list-style: none;
  margin: 0;
  padding: 0;
  /* 确保容器有足够空间 */
  min-height: 400px;
}


.swiper-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* 证书卡片样式 */
.swiper-slide .pic {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #fff;
}

.swiper-slide .pic:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.swiper-slide .pic img {
  width: 100%;
  height: 350px; /* 增加高度，适配竖着的证书 */
  object-fit: cover;
  transition: transform 0.3s ease;
}

.swiper-slide .pic:hover img {
  transform: scale(1.05);
}

.swiper-slide .name {
  display: block;
  text-align: center;
  padding: 15px 10px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.swiper-slide .name:hover {
  color: #c42733;
}

/* 分页器样式 */
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 8px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.swiper-pagination .swiper-pagination-bullet.active {
  background: #c42733;
  transform: scale(1.2);
}

.swiper-pagination .swiper-pagination-bullet:hover {
  background: #c42733;
  transform: scale(1.1);
}

/* 导航按钮样式 */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border: none;
  outline: none;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #c42733;
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
}

.swiper-button-prev::before {
  border-right-color: #666;
  margin-left: 3px;
}

.swiper-button-next::before {
  border-left-color: #666;
  margin-right: 3px;
}

.swiper-button-prev:hover::before {
  border-right-color: white;
}

.swiper-button-next:hover::before {
  border-left-color: white;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .honor_box {
    max-width: 1000px;
  }

  .swiper-slide {
    flex: 0 0 260px;
  }

  .swiper-slide .pic img {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .ab_honor {
    padding: 40px 0;
  }

  .abtit font {
    font-size: 28px;
  }

  .abtit p {
    font-size: 16px;
  }

  .honor_box {
    padding: 0 15px;
  }

  .wiper-container3 {
    padding: 20px 0;
  }

  .swiper-slide {
    flex: 0 0 240px;
    margin: 0 10px;
  }

  .swiper-slide .pic img {
    height: 300px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .swiper-button-prev {
    left: 10px;
  }

  .swiper-button-next {
    right: 10px;
  }
}

@media (max-width: 480px) {
  .ab_honor {
    padding: 30px 0;
  }

  .abtit font {
    font-size: 24px;
  }

  .abtit p {
    font-size: 14px;
  }

  .honor_box {
    padding: 0 10px;
  }

  .wiper-container3 {
    padding: 15px 0;
  }

  /* 移动端显示 */
  .swiper-wrapper {
    justify-content: space-around;
    align-items: center;
  }

  .swiper-slide {
    flex: 0 0 200px;
    margin: 0 8px;
  }

  .swiper-slide .pic img {
    height: 250px;
  }

  .swiper-slide .name {
    font-size: 12px;
    padding: 10px 8px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
  }

  .swiper-pagination {
    margin-top: 20px;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

/* 动画效果 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wow.fadeInUp {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wow.fadeInDown {
  animation: fadeInDown 0.8s ease-out;
}




/* 导航菜单展开/收起样式 */
.lanyun-nav-second {
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
  max-height: 0;
  display: none;
}

.lanyun-nav-first-item.on .lanyun-nav-second {
  display: block;
  max-height: 500px; /* 足够的高度来显示子菜单 */
}

/* 箭头旋转动画 */
.mobile-dropdown {
  transition: transform 0.3s ease-in-out;
}

.lanyun-nav-first-item.on .mobile-dropdown {
  transform: rotate(180deg);
}

/* 确保子菜单在展开时有正确的样式 */
.lanyun-nav-first-item.on .lanyun-nav-second {
  opacity: 1;
  visibility: visible;
}

/* 移动端优化 */
@media (max-width: 768px) {
  .lanyun-nav-second {
    position: static;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
  }

  .lanyun-nav-first-item.on .lanyun-nav-second {
    max-height: 300px;
  }
}


