* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.smooth-wrappers {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.smooth-wrappers .adimation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: distribute;
      justify-content: space-around;
      opacity: 1 !important; /* 强制显示 */
}

.smooth-wrappers .adimation-container .left {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.smooth-wrappers .adimation-container .left img {
  width: 575px;
  height: 663px;
  display: block;
}

.smooth-wrappers .adimation-container .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smooth-wrappers .img-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9;
  -webkit-mask: none;
  mask: none;
}

.smooth-wrappers .img-box h2 {
  position: absolute;
  top: 40%;
  left: 20%;
  transform: translateX(-50%);
  color: white;
  font-size: 3rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  letter-spacing: 2px;
  opacity: 0;
  animation: slideIn 1.2s ease-out forwards;
  animation-delay: 0.5s;
  z-index: 2;
}

.smooth-wrappers .img-box p {
  font-weight: bold;
  font-family: objectivity-black-slanted-2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 30%;
  transform: translateX(-50%);
  font-size: 190px;
  letter-spacing: 2px;
  animation: slideIn 1.2s ease-out forwards;
  animation-delay: 0.5s;
  z-index: 2;
  margin: 0;
}

/* 响应式样式 */
@media screen and (max-width: 1920px) {
  .smooth-wrappers .img-box p {
    font-size: 150px;
  }
}

@media screen and (max-width: 1440px) {
  .smooth-wrappers .img-box p {
    font-size: 120px;
  }
  .smooth-wrappers .img-box h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .smooth-wrappers .img-box p {
    font-size: 90px;
    left: 30%;
  }
  .smooth-wrappers .img-box h2 {
    font-size: 2rem;
    left: 25%;
  }
}

@media screen and (max-width: 768px) {
  .smooth-wrappers .img-box p {
    font-size: 70px;
    left: 35%;
  }
  .smooth-wrappers .img-box h2 {
    font-size: 1.8rem;
    left: 30%;
  }
}

@media screen and (max-width: 480px) {
  .smooth-wrappers .img-box p {
    font-size: 50px;
    left: 35%;
  }
  .smooth-wrappers .img-box h2 {
    font-size: 1.5rem;
    left: 35%;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(-50%);
    opacity: 1;
  }
}

.smooth-wrappers .img-box img {
  width: 100%;
  height: 100%;   
  min-height: 800px;
  animation: aniScaleBan 10s linear forwards;
  transform: scale(1.1);
  animation: zoomIn 8s ease-out forwards;
  transform-origin: center center;
}
@keyframes zoomIn {
  from {
      transform: scale(1);
      
  }
  to {
      transform: scale(1.1);
      opacity: 1;
  }
}
.no-mask {
  -webkit-mask: none !important;
  mask: none !important;
}



/* .box {
  height: 100vh;
} */

.smooth-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.smooth-wrapper .adimation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.smooth-wrapper .adimation-container .left {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.smooth-wrapper .adimation-container .left img {
  width: 575px;
  height: 663px;
  display: block;
}


.smooth-wrapper .adimation-container .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

/* 新增company-text相关样式 */
.company-text {
  width: 100%;
}

.company-text h1 {
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: REEJI-PinboGB-Flash;
  font-weight: 400;
}

.company-text h2 {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: normal;
  font-family: 'PinboGB-Flash';
  color: #333333;
}

.company-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

.stats-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 10px;
}

.stat-item {
  flex: 1;
  min-width: 200px;
  text-align: left;
  padding: 10px;
  transition: transform 0.3s ease;
}

.stat-number {
  display: flex;
  align-items: flex-start;
  font-size: 48px;
  font-weight: bold;
  color: #4CAF50;
  margin-bottom: 5px;
  line-height: 1;
}

.stat-superscript {
  font-size: 20px;
  margin-left: 5px;
  font-weight: normal;
}

.stat-unit {
  font-size: 20px;
  margin-left: 5px;
  align-self: flex-end;
  color: #4CAF50;
}

.stat-label {
  font-size: 16px;
  color: #333;
}



.smooth-wrapper .img-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25%;
  z-index: 9;
  opacity: 0;
  -webkit-mask: url("/images/ABOUT/img1.png") center;
          mask: url("/images/ABOUT/img1.png") center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 575px 663px;
          mask-size: 575px 663px;
}

.smooth-wrapper .img-box img {
  width: 100%;
  height: 100%;
  display: block;
}

.smooth-wrapper .img-box .content-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/*# sourceMappingURL=style.css.map */
 /* 新增的sec2相关样式 */
 .content-box .sec2 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}

.content-box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.content-box .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-box .item {
  width: 33.3333%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.content-box .text {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.content-box .item_logo {
  width: fit-content;
  height: 62px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.content-box .line {
  width: 26px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 3px;
  margin: 29px auto 20px;
}

.content-box h2 {
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.content-box .text p {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s;
}

.content-box .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #003263;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: cubic-bezier(0.77, 0, 0.175, 1) 1s;
  
}

.content-box .item:hover:before {
  transform: scaleX(1);
  
}

.content-box .item:hover .text p {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.4s;
}
.smooth-wrapper .img-box .content-box .d-tit {
  display: flex;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smooth-wrapper .img-box .content-box .d-tit h3 {
  font-size: 40px;
}
.background {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url('/images/ABOUT/\(2\).png');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(44, 62, 80, 0.4), rgba(44, 62, 80, 0.6));
}

.content-one {
  position: relative;
  z-index: 10;
  max-width: 800px;
  padding: 20px;
}

.content-one h1 {
  font-size: 48px;
  margin-top: -40px;
  animation: fadeInUp 1s ease forwards;
  color: #fff;
}

/* 滚动动画元素的通用样式 */
.scroll-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  color: #fff;
}

/* 当元素可见时应用的样式 */
.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.scroll-animate-p {
margin-top: 200px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 700px;
}

.pillar {
  position: absolute;
  bottom: 0;
  height: 120px;
  width: 20px;
  /* background-color: #000; */
  z-index: 5;
}

.reflection {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(44, 62, 80, 0.1), rgba(44, 62, 80, 0.4));
  z-index: 1;
}

/* 添加一些额外高度，以便可以滚动页面 */
.spacer {
  height: 100vh;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.body-Partner{
/* background-color: #030712; */
width: 100%;
height: 100vh;
}

.wrapper {
margin-top: 2rem;
width: 90%;
max-width: 1536px;
margin-inline: auto;
height: 110px;
position: relative;
overflow: hidden;
mask-image: linear-gradient(
  to right,
  rgba(0, 0, 0, 0),
  rgba(0, 0, 0, 1) 20%,
  rgba(0, 0, 0, 1) 80%,
  rgba(0, 0, 0, 0)
);
}

@keyframes scrollLeft {
to {
  left: -200px;
}
}

@keyframes scrollRight {
to {
  right: -200px;
}
}

.itemLeft,
.itemRight {
width: 200px;
height: 100px;
background-color: #ffffff;
border-radius: 6px;
position: absolute;
animation-timing-function: linear;
animation-duration: 30s;
animation-iteration-count: infinite;
display: flex; /* 新增 */
align-items: center; /* 新增 */
justify-content: center; /* 新增 */
}

.itemLeft {
left: max(calc(200px * 9), 100%);
animation-name: scrollLeft;
}

.itemRight {
right: max(calc(200px * 9), calc(100% + 200px));
animation-name: scrollRight;
}
.logo {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;  /* 增大圆角半径 */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);  /* 增强阴影效果 */
  overflow: hidden;  /* 确保图片不会超出圆角范围 */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: white;  /* 确保背景统一 */
}

.logo img {
  max-width: 80%;
  max-height: 60%;
  object-fit: contain;
  vertical-align: middle;
  /* 如果图片本身有白边，可以添加以下属性 */
  border-radius: 4px;  /* 可选：为图片添加小圆角 */
}

.item1 {
animation-delay: calc(30s / 9 * (9 - 1) * -1);
}

.item2 {
animation-delay: calc(30s / 9 * (9 - 2) * -1);
}

.item3 {
animation-delay: calc(30s / 9 * (9 - 3) * -1);
}

.item4 {
animation-delay: calc(30s / 9 * (9 - 4) * -1);
}

.item5 {
animation-delay: calc(30s / 9 * (9 - 5) * -1);
}

.item6 {
animation-delay: calc(30s / 9 * (9 - 6) * -1);
}

.item7 {
animation-delay: calc(30s / 9 * (9 - 7) * -1);
}

.item8 {
animation-delay: calc(30s / 9 * (9 - 8) * -1);
}
.item9 {
animation-delay: calc(30s / 9 * (9 - 9) * -1);
}
.header-footer {
text-align: center;
margin: 120px 0;
}

.header h1 {
font-size: 32px;
font-weight: bold;
}
/* 在about.css中添加 */
:root {
--nav-height: 80px; /* 根据实际导航栏高度修改 */
}

/* 现代浏览器方案 */
:target {
scroll-margin-top: var(--nav-height);
}

/* 传统浏览器兼容方案 */
:target::before {
content: "";
display: block;
height: var(--nav-height);
margin-top: calc(-1 * var(--nav-height));
visibility: hidden;
}

/* 响应式适配 */
@media (max-width: 768px) {
:root {
    --nav-height: 60px;
}
}
.header-footer h1 {
font-size: 38px;
}

@media (max-width: 980px) {
  .smooth-wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .smooth-wrapper .adimation-container {
    flex-direction: column;
    height: auto;
    transform: none !important;
    opacity: 1 !important;
  }
  .smooth-wrapper .adimation-container .right,
  .smooth-wrapper .adimation-container .left {
    width: 100%;
    order: unset;
  }
  .smooth-wrapper .img-box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin-top: 2rem;
    width: 100%;
    z-index: auto !important;
    opacity: 1 !important;
    -webkit-mask: none !important;
    mask: none !important;
    background: none !important;
  }
  .smooth-wrapper .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .smooth-wrapper .img-box .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .smooth-wrapper .img-box .content-box .sec2,
  .content-box .sec2 {
    display: flex !important;
    flex-direction: row;
    
    
    width: 100% !important;
    height: 100% !important;
  }
  .smooth-wrapper .img-box .content-box .item,
  .content-box .item {
    width: 100% !important;
    max-width: 400px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    
    background: transparent !important;
    
    transition: background 0.5s !important;
    min-height: 140px !important;
    cursor: pointer !important;
   
  }
  .smooth-wrapper .img-box .content-box .item:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #003263;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    transform: scaleX(0);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
  }
  .smooth-wrapper .img-box .content-box .item:hover:before,
  .smooth-wrapper .img-box .content-box .item:active:before {
    transform: scaleX(1);
  }
  .smooth-wrapper .img-box .content-box .text {
    padding: 15px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .smooth-wrapper .img-box .content-box h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
  }
  .smooth-wrapper .img-box .content-box .text p {
    font-size: 16px;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s;
    color: #fff;
  }
  .smooth-wrapper .img-box .content-box .item:hover .text p,
  .smooth-wrapper .img-box .content-box .item:active .text p {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.4s;
  }
}

@media (max-width: 580px) {
  #corporate-culture .d-tit h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .stat-number {
    font-size: 28px;
  }
  .stat-superscript {
    font-size: 12px;
  }
  .stat-unit {
    font-size: 15px;
  }
  .stat-item {
    font-size: 12px;
    min-width: 0px;
  }
  .smooth-wrapper .adimation-container .left img {
    height: 80% !important;
    width: 80% !important;
    object-fit: cover;
    min-height: unset !important;
    max-height: unset !important;
  }
  #corporate-culture .d-tit p {
    font-size: 13px;
  }
  #corporate-culture .item_logo {
    height: 40px !important;
    max-width: 60px !important;
  }
  #corporate-culture .item_logo img {
    max-height: 40px !important;
    max-width: 60px !important;
  }
  #corporate-culture .text {
    padding: 0 2vw;
  }
  #corporate-culture h2 {
    font-size: 16px !important;
  }
  #corporate-culture .text p {
    font-size: 13px !important;
  }
  #corporate-culture .line {
    width: 18px;
    height: 2px;
    margin: 10px auto 8px auto;
  }
  #corporate-culture .sec2 {
    gap: 10px;
  }
}