/* 企业文化模块：修复旧版 Swiper 的布局干扰 */
.wh_01c_slide .swiper-wrapper {
  display: flex !important;
}

.wh_01c_slide .swiper-slide {
  float: none !important;
}

.wh_01c_slide .swiper-slide:first-child .wh_01c_c {
  opacity: 1 !important;
}

.wh_01ccc_b {
  opacity: 1 !important;
  position: relative;
  z-index: 10;
}

/* 荣誉资质区样式（ry_01） */
.ry_01 .swiper-container {
  padding: 0.1rem 0;
  width: 12rem;
}

.ry_01 .swiper-slide {
  width: auto;
  height: 3rem;
  border-radius: 0.05rem;
  padding: 0.1rem;
  box-sizing: border-box;
  background-color: #e0e0e0;
  overflow: hidden;
}

.ry_01 .swiper-slide .slide-img {
  width: 100%;
  height: 3rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.ry_01 .reflection {
  width: 100%;
  height: 15px;
  border-radius: 3px 3px 0 0;
  position: absolute;
  left: 0;
  bottom: -17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
}




.qudong-swiper .slide-img{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}


.ry_01 .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* 员工风采锚点偏移，避免被固定头遮挡 */
#staff-section {
  scroll-margin-top: 100px !important;
  padding-top: 100px;
  margin-top: -100px;
}

#staff-section:target::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}

@media (max-width: 1024px) {
  #staff-section {
    scroll-margin-top: 70px !important;
    padding-top: 70px;
    margin-top: -70px;
  }

  #staff-section:target::before {
    height: 70px;
    margin-top: -70px;
  }
}

/* 员工风采轮播（idangerous Swiper 3.x） */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.carousel-container {
  width: 1590px;
  height: 750px;
  color: #fff;
  text-align: center;
  position: relative;
}

.carousel-slide {
  height: 100%;
  position: relative;
}

.carousel-slide .titl {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.carousel-pagination {
  position: absolute;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.carousel-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: .8;
  border: 1px solid #fff;
  cursor: pointer;
}

.carousel-active-switch {
  background: #fff;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  z-index: 50;
  cursor: pointer;
  background: rgba(0, 0, 0, .38);
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
  user-select: none;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

.carousel-prev::after,
.carousel-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .25));
}

.carousel-prev::after {
  content: '\2039';
  font-size: 20px;
  line-height: 1;
}

.carousel-next::after {
  content: '\203A';
  font-size: 20px;
  line-height: 1;
}

.carousel-prev:hover,
.carousel-next:hover {
  background: linear-gradient(90deg, #00924a, #f09616);
  border-color: transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .28);
}

.carousel-slide-visible:not(.carousel-slide-active)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .65);
  pointer-events: none;
}

.carousel-slide-visible:not(.carousel-slide-active) img {
  filter: brightness(.85);
}

/* 创新驱动左侧图片轮播（create-container） */
.create-container {
  width: 850px;
  height: 550px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}

.create-slide {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.create-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.create-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}

.create-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.create-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: .8;
  border: 1px solid #fff;
  cursor: pointer;
}

.create-visible-switch {
  background: #aaa;
}

.create-active-switch {
  background: #fff;
}

.createBox {
  margin: 20px auto;
  width: 1590px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  border-radius: 20px;
}

.crea_right {
  margin-left: 40px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.crea_right p {
  text-indent: 2em;
}

/* 右侧悬浮导航样式 */
.section-nav {
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.section-nav.show {
  opacity: 1;
  pointer-events: auto;
}

.section-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-nav li {
  margin: 6px 0;
}

.section-nav a {
  display: block;
  padding: 8px 12px;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  border-radius: 16px;
  font-size: 14px;
  text-decoration: none;
  transition: background .2s ease;
}

.section-nav a:hover {
  background: rgba(0, 0, 0, .65);
}

.section-nav a.active {
  background: linear-gradient(to right, #00924a, #f09616);
  color: #fff;
}

@media (max-width: 980px) {
  .section-nav {
    display: none;
  }
}

/* 创新驱动图片轮播统一高度与箭头 */
.innovation-gallery .swiper-container,
.innovation-swiper,
.innovation-swiper .swiper-wrapper,
.innovation-swiper .swiper-slide {
  height: 100%;
}

.innovation-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.innovation-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.innovation-prev,
.innovation-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, .38);
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
  z-index: 100;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
}

.innovation-prev {
  left: 8px;
}

.innovation-next {
  right: 8px;
}

@media (max-width: 768px) {

  .innovation-prev,
  .innovation-next {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .innovation-gallery .innovation-prev::after,
  .innovation-gallery .innovation-next::after {
    width: 18px;
    height: 18px;
  }
}

/* 返回顶部按钮样式 */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}

.back-to-top svg {
  width: 26px;
  height: 26px;
  fill: #333;
  transition: transform .2s ease, fill .2s ease;
}

.back-to-top:hover svg {
  fill: #0a7;
  transform: translateY(-1px);
}

.back-to-top.show {
  display: flex;
}

@media (max-width: 1024px) {
  .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
  }

  .back-to-top svg {
    width: 22px;
    height: 22px;
  }
}




.fengcai-swiper.swiper-container {
  padding: 0.1rem 0;
  width: 100%;
  height: 6rem;
}

.fengcai-swiper .swiper-slide {
  width: auto;
  height: 3rem;
  border-radius: 0.05rem;
  padding: 0.1rem;
  box-sizing: border-box;
  background-color: #e0e0e0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.fengcai-swiper .swiper-slide .slide-img {
  width: 100%;
  height: 3rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.fengcai-swiper .reflection {
  width: 100%;
  height: 15px;
  border-radius: 3px 3px 0 0;
  position: absolute;
  left: 0;
  bottom: -17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
}


.fengcai-swiper .swiper-slide-shadow-left, .fengcai-swiper .swiper-slide-shadow-right{
height: 6rem;
}