/* 关于悦龙页面样式 */

.news-main {
  /* 主容器样式 */
}

.gsjs-tab {
  background-color: #f6f6f6;
  padding: 0.9rem 0;
}

.whln-box-list {
  display: flex;
  gap: 0.24rem;
  align-items: center;
  flex-wrap: wrap;
}

.whln-box-list-item-title {
  font-weight: 500;
  font-size: 0.3rem;
  color: #d12f2d;
}

.whln-box-list-item-content {
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
  height: 0.4rem;
}

.whln-box-list-line {
  width: 100%;
  height: 2px;
  background: #d8d8d8;
  position: relative;
  overflow: hidden;
}

.whln-box-list-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #333333;
  transition: width 0.3s ease;
}

.whln-box-list-item:hover .whln-box-list-line::before {
  width: 100%;
}

.whln-box-list-item {
  width: calc(25% - 0.18rem);
  padding: 0.4rem;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.whln-box {
  background: url("/assets/images/about/whln.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-top: 0.9rem;
  padding: 0.9rem 0;
}

.about-bg-box {
  position: relative;
}

.about-bg-box-text {
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
  width: 14rem;
  display: none; /* 默认隐藏 */
  text-align: center;
}

.honor-content-box {
  max-width: 91.65%;
  margin-left: auto;
}

.fzc-right-content {
  margin-left: 1.18rem;
  max-width: 7.29rem;
  /* position: absolute; */
  left: 4.84rem;
}
.fzc-right-content::after {
  position: absolute;
  width: 1px;
  /* height: 20.43rem; */
  height: 94%;
  background: #d2d2d2;
  top: 0.2rem;
  left: 4.75rem;
  content: "";
}

.fzc-right-content-item {
  position: relative;
  margin-bottom: 1.83rem;
  width: 7.3rem;
  height: 4.8rem;
}

.pimg-right-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
}

.pimg-right-content {
  font-weight: 500;
  font-size: 0.22rem;
  color: #ffffff;
  line-height: 0.36rem;
  margin-top: 0.36rem;
}

.picon {
  width: 1.23rem;
  position: absolute;
  left: -1.42rem;
  z-index: 1;
  top: 0.88rem;
}

.pimg-left {
  width: 0.2rem;
  height: 4.2rem;
  background: #d12f2d;
  position: absolute;
  left: -0.2rem;
  top: 0.3rem;
  z-index: 2;
}

.pimg-right {
  max-width: 3.3rem;
  background: #d12f2d;
  opacity: 0.8;
  backdrop-filter: blur(0.1rem);
  padding: 0.71rem 0.47rem 1.31rem 0.48rem;
  position: absolute;
  right: -2rem;
  top: 0.43rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0.6;
  backdrop-filter: blur(10px);
}

.fzc-right-content-item:hover .pimg-right {
  opacity: 0.8;
}

.pimg {
  width: 100%;
  max-width: 7.29rem;
}

.fzc-box {
  display: flex;
  width: 100%;
  position: relative;
  /* height: 637px; */
  padding-left: 4.84rem;
}
.fzc-left {
  width: 4.4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.fzc-tab-box {
  /* padding-bottom: 12.45rem !important; */
  background: #f6f6f6;
}

.fzc-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 4.66rem;
}

.fzc-right-lint {
  width: 0.02rem;
  height: 20.43rem;
  background: #d2d2d2;
}

.fzc-right img {
  width: 0.18rem;
  height: 0.18rem;
}

.fzc-tab {
  background: url("/assets/images/about/fzlc.png") no-repeat;
  background-size: 100% auto;
  padding-top: 60px;
  /* padding-bottom: 0.1rem; */
  /* overflow: scroll; */
  /* height: 800px; */
}

.fzc-item-title-top {
  font-weight: bold;
  font-size: 0.36rem;
  color: #fff;
}

.fzc-item-text-top {
  font-weight: 400;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.14rem;
  margin-top: 0.14rem;
}

.fzc-item-content-top {
  font-weight: bold;
  font-size: 0.3rem;
  color: #fff;
  margin-top: 0.19rem;
}

.fzc-item-top {
  padding: 0.34rem 0.64rem;
  position: relative;
  text-align: right;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #d12f2d; /* 默认选中状态 */
}

/* fzc-item-top 选中和hover状态 */
.fzc-item-top.active,
.fzc-item-top:hover {
  background: #d12f2d;
}

.fzc-item-top::after {
  content: "";
  position: absolute;
  right: -0.18rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.2rem solid #d12f2d;
  border-top: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
}

/* fzc-item-top 选中和hover时显示三角形箭头 */
.fzc-item-top.active::after,
.fzc-item-top:hover::after {
  display: block;
}

/* fzc-item-top 选中和hover时的文字颜色 */
.fzc-item-top.active .fzc-item-title-top,
.fzc-item-top:hover .fzc-item-title-top {
  color: #fff;
}

.fzc-item-top.active .fzc-item-content-top,
.fzc-item-top:hover .fzc-item-content-top {
  color: #fff;
}

.fzc-item-top.active .fzc-item-text-top,
.fzc-item-top:hover .fzc-item-text-top {
  color: #fff;
}

/* fzc-item-top 未选中状态（没有 active 类时） */
.fzc-item-top:not(.active):not(:hover) {
  background: transparent;
}

.fzc-item-top:not(.active):not(:hover) .fzc-item-title-top {
  color: #8c8c8c;
}

.fzc-item-top:not(.active):not(:hover) .fzc-item-content-top {
  color: #333333;
}

.fzc-item-top:not(.active):not(:hover) .fzc-item-text-top {
  color: #666666;
}

/* fzc-item-top 未选中时隐藏三角形箭头 */
.fzc-item-top:not(.active):not(:hover)::after {
  display: none;
}

.fzc-item-line {
  width: 3.38rem;
  height: 0.01rem;
  background: #dcdcdc;
}

.fzc-item-text {
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.14rem;
  margin-top: 0.14rem;
}

.fzc-item-content {
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
  margin-top: 0.19rem;
}

.fzc-item-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #8c8c8c;
}

.fzc-item {
  text-align: right;
  cursor: pointer;
  padding: 0.34rem 0.64rem;
  position: relative;
  transition: all 0.3s ease;
}

.kh-box {
  margin-top: 1.01rem !important;
}

.kh-box-img-container {
  position: relative;
  margin-top: 0.5rem;
}

.kh-box-img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kh-box-img-wrapper-inner {
  display: flex;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.kh-box-img-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
  width: 100%;
  flex-shrink: 0;
  padding: 0.2rem;
}

.kh-box-img-page img {
  width: calc(20% - 0.16rem);
  transition: all 0.3s ease;
  /* box-shadow: 0px 2px 40px 0px rgba(255, 0, 63, 0.06); */
  border-radius: 10px;
}

.kh-box-img-page img:hover {
  transform: scale(1.05);
}

.kh-box-img-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.36rem;
  height: 0.61rem;
  background: #d12f2d;
  border-radius: 0.18rem;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #fff;
}

.kh-box-img-arrow:hover {
  background: #d12f2d;
  color: #ffffff;
  box-shadow: 0 0.06rem 0.16rem rgba(209, 47, 45, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.kh-box-img-arrow-left {
  left: 0rem;
}

.kh-box-img-arrow-right {
  right: 0rem;
}

.kh-box-img-arrow svg {
  width: 0.24rem;
  height: 0.24rem;
}

.kh-box-img-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  /* background: rgba(0, 0, 0, 0.1);
  color: #fff; */
}

.kh-box-content {
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.18rem;
  margin-top: 0.3rem;
  text-align: center;
}

.kh-box-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
}

.fwcn-box {
  margin-top: 1.29rem;
  display: flex;
  align-items: center;
  background: url("/assets/images/about/fwcn.png") no-repeat;
  background-size: 100% 100%;
  justify-content: right;
}

.fwcn-box-content-text {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.28rem;
}

.fwcn-box-content-line {
  width: 0.72rem;
  height: 0.04rem;
  background: #ffffff;
  margin: 0.4rem 0;
}

.fwcn-box img {
  width: 50%;
  height: 100%;
}

.fwcn-box-content-title {
  font-weight: bold;
  font-size: 0.36rem;
}

.fwcn-box-content {
  width: 50%;
  padding: 1.71rem 10% 1.71rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #d12f2d;
  color: #fff;
  max-width: 7.4rem;
}

.qqfb-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.07rem;
  gap: 3.53rem;
  padding-bottom: 1.15rem;
}

.qqfb-box img {
  max-width: 4.95rem;
  max-height: 4.95rem;
  /* animation: rotateClockwise 20s linear infinite; */
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.qqfb-box-content-text2 {
  font-weight: 400;
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.4rem;
  text-align: justify;
  margin-top: 0.6rem;
}

.qqfb-box-content-text {
  font-weight: 500;
  font-size: 0.32rem;
  color: #d12f2d;
  line-height: 0.74rem;
}

.kjcx-box img {
  /* width: 50%; */
  width: 11.1rem;
  height: 7.36rem;
  /* margin-left: -12%; */
  margin-top: 1.85rem;
}

.kjcx-box {
  display: flex;
  /* align-items: end; */
  /* justify-content: space-between; */
  /* gap: 0.53rem; */
  height: 9.2rem;
  /* width: 80%; */
  /* margin-top: 0.77rem; */
  margin: 0.77rem auto 0;
}

.kjcx-box-content {
  /* padding-bottom: 24px; */
}

.kjcx-box-content-more {
  width: 2rem;
  height: 0.56rem;
  background: #d12f2d;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(209, 47, 45, 0.2);
  font-weight: 500;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.56rem;
  text-align: center;
  margin-top: 0.54rem;
}
.kjcx-box-content-more1 {
  margin-top: 1rem;
}
.gsjs-js {
  display: flex;
  padding: 0 0.4rem;
  margin-top: 0.54rem;
  display: flex;
  justify-content: space-between;
}

.gsjs-js-item-title-text {
  font-weight: 500;
  font-size: 0.24rem;
  color: #25282f;
  line-height: 0.24rem;
  margin-top: 0.1rem;
}

.gsjs-js-item-title-year {
  font-weight: 500;
  font-size: 0.25rem;
  color: #8c8c8c;
}

.gsjs-js-item-title-num {
  font-weight: 500;
  font-size: 0.5rem;
  color: #d12f2d;
  font-family: "AlimamaShuHeiTi-Bold", sans-serif;
}

/* 数字字体加载 */
@font-face {
  font-family: "AlimamaShuHeiTi-Bold";
  src: url("/assets/font/AlimamaShuHeiTi-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.gsjs-js-item-title {
  display: flex;
  align-items: baseline;
}

.gsjs-js-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gsjs-box-content {
  padding-top: 0.9rem;
  background: url("/assets/images/about/gyylbg.png") no-repeat;
  background-size: contain;
}

.gsjs-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.gsjs-left,
.gsjs-right {
  flex: 1;
}

.gsjs-right img {
  width: 100%;
}
.gsjs-right video {
  width: 100%;
  height: auto;
  /* height: 5.32rem; */
}

.gsjs-left-content {
  font-weight: 400;
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.4rem;
  text-align: justify;
  min-width: 620px;
}

.kjcx-box-content-cld .gsjs-left-content {
  /* width: 50%; */
}

.gsjs-left-title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #d12f2d;
  margin-bottom: 0.15rem;
}

.honor-content-list-item-img {
  width: 4.75rem;
  max-width: 100%;
}

.honor-content-list-item-bg {
  position: absolute;
  bottom: 0.6rem;
  height: 1.1rem;
  background: linear-gradient(180deg, #efefef 0%, rgba(245, 245, 245, 0) 100%);
  width: 100%;
}

.honor-content-list-item-bg2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0.6rem;
  background: #ffffff;
  box-shadow: 0 0.02rem 0.4rem 0 rgba(0, 0, 0, 0.17);
  opacity: 0.86;
}

.honor-content-list-item-img2 {
  width: 4.75rem;
  max-width: 100%;
}

.honor-content-list-box {
  position: relative;
}

.sbtz-img {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
}

.honor-content-list {
  padding: 0 0 1.2rem 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}

.honor-content-list-item {
  width: calc(33.333% - 1.1rem);
  display: flex;
  align-items: baseline;
  justify-content: baseline;
  position: relative;
  z-index: 2;
}

.honor-content-right {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-direction: column;
  position: relative;
}

.honor-content-right-bot2 {
  width: 7.07rem;
  height: 0.6rem;
  background:
    linear-gradient(0, #e4e4e4 0%, rgba(225, 225, 225, 0) 100%), #ffffff;
  box-shadow: 0 0.02rem 0.4rem 0 rgba(0, 0, 0, 0.17);
  opacity: 0.86;
}
.honor-content-right-bot {
  width: 7.07rem;
  height: 1.1rem;
  background: linear-gradient(180deg, #efefef 0%, rgba(245, 245, 245, 0) 100%);
  margin-top: 0.4rem;
}

.honor-content-right .img1 {
  width: 3.2rem;
  position: relative;
  z-index: 2;
}

.honor-content-right .img2 {
  width: 100%;
  position: absolute;
  bottom: -1.4rem;
  left: 0;
}

.honor-content-left,
.honor-content-right {
  flex: 1;
}

.honor-content-left-content {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.34rem;
}

.honor-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 1.44rem;
  gap: 1.4rem;
}

.about-content {
  display: flex;
  align-items: stretch;
  gap: 0.28rem;
}

.core-values-item-content {
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.3rem;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: calc(100% - 0.8rem);
}

.core-values-item-title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: opacity 0.5s ease;
  text-align: center;
  width: calc(100% - 0.8rem);
}

.core-values-item {
  width: calc(25% - 0.18rem);
  height: 6.5rem; /* 固定高度，保持一致 */
  padding: 0.4rem;
  background: #000000;
  border-radius: 0.2rem;
  border: 0.01rem solid #979797;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.48rem;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* 渐变遮罩层 */
.core-values-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(209, 47, 45, 0) 0%, #d12f2d 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

/* hover 状态 */
.core-values-item:hover::before {
  opacity: 1;
}

.core-values-item:hover {
  justify-content: center;
}

.core-values-item:hover .core-values-item-title {
  top: 2.4rem;
  left: 0.4rem;
  transform: translate(0, 0);
  opacity: 0.8;
  transition: none;
  position: absolute;
}

.core-values-item:hover .core-values-item-content {
  opacity: 1;
  top: auto;
  left: 0.4rem;
  transform: translate(0, 0);
  position: absolute;
  margin-top: 0;
  padding-top: 1rem;
}

.core-values-list {
  display: flex;
  align-items: stretch; /* 让所有item高度一致 */
  justify-content: space-between;
}

.right-title {
  font-weight: 500;
  font-size: 0.28rem;
  color: #333333;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.right-line-img {
  width: 0.3rem;
}

.about-content-right-item-img {
  width: 0.52rem;
  height: 0.52rem;
}

.about-content-right-item {
  background: #f8f8f8;
  border-radius: 0.2rem;
  padding: 0.43rem 0.75rem 0.68rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex: 1;
  min-width: 0;
  transition:
    width 0.3s ease,
    flex 0.3s ease,
    padding 0.3s ease,
    background 0.3s ease,
    align-items 0.3s ease,
    justify-content 0.3s ease,
    gap 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 2.5rem; /* 固定最小高度，避免跳动 */
  will-change: width, flex; /* 提示浏览器优化 */
}

/* right-item 激活时（hover），变成 left-item 的样式 */
.about-content-right-item.active {
  background: url("/assets/images/about/qywhbg.png") no-repeat;
  background-size: 100% 100%;
  width: 6.32rem;
  flex: 0 0 6.32rem; /* 覆盖 flex: 1，设置为固定宽度 */
  padding: 0.43rem 0.53rem 0.68rem 0.53rem;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  height: 3rem;
}

/* right-item 激活时隐藏图标和线条（使用opacity过渡，更平滑） */
.about-content-right-item-img,
.right-line-img {
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.about-content-right-item.active .about-content-right-item-img,
.about-content-right-item.active .right-line-img {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/* right-item 激活时，标题样式变为 left-item 的标题样式 */
.about-content-right-item.active .right-title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}

/* right-item 激活时显示的详细内容区域 */
.about-content-right-item-detail {
  display: none;
  opacity: 0;
  width: 100%;
  /* 预先占用空间，避免布局跳动 */
  min-height: 0;
  transition: opacity 0.3s ease;
}

.about-content-right-item.active .about-content-right-item-detail {
  display: block;
  width: 100%;
  opacity: 1;
  animation: fadeInUp 0.3s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(0.1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-content-right-item-detail-line {
  width: 0.4rem;
  height: 0.06rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin: 0.4rem 0;
}

.about-content-right-item-detail-content {
  font-weight: 500;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.3rem;
  width: 3.6rem;
}

.left-content {
  font-weight: 500;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.3rem;
  width: 3.6rem;
}

.left-line {
  width: 0.4rem;
  height: 0.06rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin: 0.4rem 0;
}

.left-title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #ffffff;
}

.about-content-left-item {
  display: none; /* 默认隐藏，只用于提供内容数据 */
}

.news-box-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
}

.news-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.9rem;
}

.new-bg {
  width: 100%;
  vertical-align: bottom;
  /* height: 8rem; */
}

body {
  background-color: #fff;
}

.news-content {
  max-width: 80%;
  margin: 0 auto;
}
.news-content7 {
  max-width: 70%;
  margin: 0 auto;
}
.news-content1 {
  max-width: 80%;
  margin: 0 auto;
}

.news-tab {
  animation: fadeIn 0.3s ease;
  padding-bottom: 1rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 添加滚动渐入动画 */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(0.3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-on-scroll {
  opacity: 0;
  animation: slideInUp 0.8s ease forwards;
}

.gsjs-box,
.kjcx-box,
.qqfb-box,
.gsjs-js,
.kh-box,
.honor-content,
.core-values-list,
.about-content {
  opacity: 0;
  animation: slideInUp 0.8s ease forwards;
}

.kjcx-box-content {
  /* width: 91.65%; */
  width: 100%;
  background: #f1f2f6;
}
.kjcx-box-content-cld {
  width: 25%;
  margin-left: 6.7%;
  margin-top: 1.76rem;
}

/* 数字滚动动画增强 */
.gsjs-js-item {
  width: 3rem;
  transition: transform 0.3s ease;
}

.gsjs-js-item:hover {
  transform: translateY(-0.05rem);
}

/* 客户logo悬浮效果已在上面定义 */

/* fzc-item 选中和hover状态 - 与 fzc-item-top 样式一致 */
.fzc-item:hover,
.fzc-item.active {
  background: #d12f2d;
}

.fzc-item:hover::after,
.fzc-item.active::after {
  content: "";
  position: absolute;
  right: -0.18rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.2rem solid #d12f2d;
  border-top: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
}

.fzc-item:hover .fzc-item-title,
.fzc-item.active .fzc-item-title {
  color: #fff;
  transform: none;
}

.fzc-item:hover .fzc-item-content,
.fzc-item.active .fzc-item-content {
  color: #fff;
}

.fzc-item:hover .fzc-item-text,
.fzc-item.active .fzc-item-text {
  color: #fff;
}

/* 荣誉资质图片悬浮 */
.honor-content-list-item {
  transition: transform 0.3s ease;
}

.honor-content-list-item:hover {
  transform: translateY(-0.1rem);
}

.honor-content-list-item img {
  transition: transform 0.3s ease;
}

.honor-content-list-item:hover img {
  transform: scale(1.02);
}

/* 企业文化卡片增强 */
.about-content-right-item {
  cursor: pointer;
  height: 3rem;
}

.about-content-right-item:hover:not(.active) {
  transform: translateY(-0.05rem);
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}

/* 了解更多按钮动画 */
.kjcx-box-content-more {
  cursor: pointer;
  transition: all 0.3s ease;
}
.kjcx-box-content-more a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.kjcx-box-content-more:hover {
  transform: translateX(0.05rem);
  box-shadow: 0 0.15rem 0.5rem 0 rgba(209, 47, 45, 0.3);
}

.news-line {
  width: 0.72rem;
  height: 0.04rem;
  background: #d12f2d;
  margin: 0.4rem 0;
}

.hidden-ct {
  display: none;
}

.whln-box-1 {
  margin-top: 0;
}

.kjcx-list {
  display: flex;
}
.kjcx-list-lt {
  /* width: 2.2rem; */
  display: flex;
  margin-right: 0.09rem;
  font-weight: 600;
  flex-wrap: nowrap;
}
.kjcx-list-rt {
  font-size: 0.18rem;
  line-height: 0.4rem;
  text-align: justify;
  flex: 1;
  max-width: 4rem;
  /* 超过2行展示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ryzz-ct {
  padding-top: 0.9rem;
}

.ryzz-tpct {
  width: 100%;
  margin-bottom: 1.3rem;
  margin-top: 0.3rem;
}
.ryzz-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}
.ryzz-oher {
  text-align: center;
  color: #333333;
  line-height: 0.22rem;
  position: relative;
  /* padding: 0 0.5rem; */
  font-size: 0.22rem;
  font-weight: bold;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-right: 0.77rem;
}
.ryzz-oher:last-child {
  margin-right: 0;
}
.ryzz-wheat-lt {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 1rem;
  background: url("/assets/images/about/wheat.png");
  background-size: 100% 100%;
  background-position: 0 0;
}
.ryzz-wheat-rt {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 1rem;
  background: url("/assets/images/about/wheat.png");
  background-size: 100% 100%;
  background-position: 0 0;
  transform: rotateY(180deg);
}
.ryzz-label {
  line-height: 0.32rem;
  padding: 0 0.3rem;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 80%; */
  white-space: normal; /* 允许换行 */
  word-wrap: break-word; /* 允许单词内换行 */
  overflow: visible; /* 显示所有内容 */
  /* line-height: 1.5; 合适的行高 */
}

.honor-content-list-box1 {
  margin-bottom: 0.6rem;
}

.narrow-img .honor-content-list-item-img {
  width: 3.9rem;
  max-width: 100%;
}
.narrow-img .honor-content-list-item {
  width: calc(25% - 1.1rem);
}

.blockquote {
  text-indent: 2em;
}
