﻿

body{-webkit-text-size-adjust: 100% !important;
text-size-adjust: 100% !important;
-moz-text-size-adjust: 100% !important;}
.header {
  position: relative;
}

.header.active .head-pc {
  opacity: 0;
  visibility: hidden;
}

.header.active .headC {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  /* box-shadow: 0 2px 4px rgba(0,0,0,.05); */
}

.head-pc {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  /* transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1); */
  transition: 0.45s;
  z-index: 999;
}

.head-pc .logo {
  position: relative;    max-width: 230px;
}

.head-pc .logo img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.head-pc .logo2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.head-pc .head-item {
  height: 36px;
  border-radius: 19px;
  border: 1px solid #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.head-pc .head-item * {
  color: #fff;
  line-height: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.head-pc .head-item span {
  font-family: 'Gilroy';
}

.head-pc .menu {
  width: 90px;
  cursor: pointer;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.head-pc .menu span {
  font-size: 16px;
  margin-right: 4px;
}

.head-pc .menu i {
  font-size: 20px;
}

.head-pc .lang {
  width: 150px;
  margin-left: 24px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.head-pc .lang i {
  font-size: 20px;
  margin-right: 7px;
}

.head-pc .lang span {
  font-size: 17px;
}

.headC {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  height: 70px;
  padding: 0 6.25vw;
  box-sizing: border-box;
  background-color: #FFEDC8;
  border-radius: 0px 0px 10px 10px;
  /* transition: 0.45s cubic-bezier(0.45, 0, 0.25, 1);
  -webkit-transition: 0.45s cubic-bezier(0.45, 0, 0.25, 1); */
  transition: 0.45s;
  z-index: 999;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.headC .headL li,
.headC .headR li {
  position: relative;
  list-style: none;
}

.headC .headL li::before,
.headC .headR li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.35s;
}

.headC .headL li:hover::before,
.headC .headR li:hover::before {
  width: 100%;
  left: 0;
}

.headC .headL li:not(:last-of-type),
.headC .headR li:not(:last-of-type) {
  margin-right: 80px;
}

.headC .headL a,
.headC .headR a {
  font-size: 16px;
  color: #000000;     line-height: 70px;
}

.headC .logo {
  top: 1px;max-width: 265px
}
.headC .logo img{    border-radius: 50%;  }
.headC .svgC {
  top: 100%;
  z-index: -1;
}

.headC.on {
  top: 0;
}

.head-mb {
  display: none;
}

.mb-header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  background-color: #FFEDC8;
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0,0,0,.05);
}

.mb-header .dropDown {
  padding: 5px 5% 20px;
  display: none;
}

.mb-header .dropDown li {
  margin-bottom: 12px;margin-top: 12px;
}

.mb-header .dropDown.active li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mb-header .dropDown li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.45s;
}

.mb-header .dropDown li:nth-child(1) {
  transition-delay: 0.1s;
}

.mb-header .dropDown li:nth-child(2) {
  transition-delay: 0.2s;
}

.mb-header .dropDown li:nth-child(3) {
  transition-delay: 0.3s;
}

.mb-header .dropDown li:nth-child(4) {
  transition-delay: 0.4s;
}

.mb-header .dropDown li:nth-child(5) {
  transition-delay: 0.5s;
}

.mb-header .dropDown li:nth-child(6) {
  transition-delay: 0.5s;
}

.mb-header .dropDown a {
  font-family: 'AlibabaPuHuiTi-M';
  font-size: 18px;
  color: #212121;
}

.navbar {
  width: 100%;
  height: 66px;
  padding: 0 3%;
  box-sizing: border-box;
}

.navbar .logo img {
  max-height: 70px;
  object-fit: contain;width: auto;
}

.navbar .menu-box {
  position: relative;
}

.menu-box {
  width: 40px;
  height: 40px;
}

.menu-btn {
  width: 26px;
  height: 10px;
}

.menu-btn .line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #212121;
  transform-origin: left center;
  transition: 0.3s all;
}

.menu-btn .lineC {
  margin: 4px 0;
  transform: scaleX(0);
  transition: 0.3s all;
}

.menu-box.active .lineC {
  transform: scaleX(1);
}

.menu-box.active .lineT,
.menu-box.active .lineB {
  width: 0;
  left: 0;
}

.menu-box .lineT {
  transition-delay: 0.15s;
}

.menu-box .lineB {
  transition-delay: 0.35s;
}

.menu-btn .lineT,
.menu-btn .lineB {
  position: absolute;
  right: 0;
}

.menu-btn .lineT {
  top: 0;
}

.menu-btn .lineB {
  bottom: 0;
}

.br20 {
  border-radius: 20px;
}

.br10 {
  border-radius: 10px;
}

footer {
  position: relative;
  background-color: #212121;
}

footer * {
  color: #fff;
}

.fooT {
  padding: 68px 0 15px 0;
}

.footL .des {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 10px;
}

.footL .form {
  margin-top: 50px;
}

.footL .form-item {
  width: 14.6vw;
  height: 46px;
  line-height: 46px;
  padding: 0 1.7vw;
  box-sizing: border-box;
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 37px;
  margin-right: 10px;
}

.footL .form-item::placeholder {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.footL .form-item::-webkit-input-placeholder {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.footL .form-item:-moz-placeholder {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.footL .form-item::-moz-placeholder {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.footL .form-item:-ms-input-placeholder {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.footL .textarea {
  margin-right: 0;
}

.footL .btn {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #3E3E3E;
  border-radius: 50%;
  margin-left: 14px;
  overflow: hidden;
}

.footL .btn i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.footL .btn .jt1 {
  left: 50%;
}

.footL .btn .jt2 {
  left: -100%;
}

.footL .btn:hover .jt1 {
  left: 150%;
}

.footL .btn:hover .jt2 {
  left: 50%;
}

.footR .img {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}

.footR .img img {
  width: 96px;
  height: 96px;
  object-fit: contain;    border-radius: 10px;
}

.footR p {
  font-family: 'AlibabaPuHuiTi-L';
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
}

.fooB {
  padding: 40px 0 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fooB .p1 {
  font-family: 'AlibabaPuHuiTi-L';
}

.fooB .fax .p2 {
  font-family: 'Gilroy';
}

/* banner */
.banner-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
   z-index: 0;
}

.banner-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-swiper .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-swiper video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-swiper img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-swiper .txt * {
  color: #fff;
  line-height: 1.5;
}

.banner-swiper .p1 {
  font-family: 'AlibabaPuHuiTi-M';
}

.banner-swiper .p2 {
  font-family: 'AlibabaPuHuiTi-L';
}

.banner-swiper .swiper-pagination {
  left: auto;
  bottom: 5% !important;
  right: 8.35vw;
  width: auto;
}

.banner-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
  margin: 0 10px !important;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.banner-swiper .swiper-pagination-bullet-active {
  background-color: #212121;
}

/* banner end */
.srcoll {
  position: absolute;
  right: 1.8vw;
  bottom: 14.7%;
  z-index: 2;
}

.scr-svg {
  animation: cricleTrans 4s infinite linear;opacity:.65;
}

@keyframes cricleTrans {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.srcoll p {
  line-height: 1.4;
  color: #fff;
}

.cont{
  position: relative;
  z-index: 1;
  margin-top: 100vh;
}
.ny-cont {
  position: relative;
  z-index: 1;
  margin-top: 100vh;
}

.index-about {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background: #FFEDC8;
  box-sizing: border-box;
  padding: 75px 57px 75px 137px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  /* margin: -300px auto 0; */
}

.iawz {
  width: 620px;
}

.iat1 {
  display: block;
  color: #FABE00;
  line-height: 1.2;
  font-family: 'Gilroy-M';
  text-transform: uppercase;
}

.iat2 {
  display: block;
  font-family: 'AlibabaPuHuiTi-M';
}

.iat2 img {
  width: 36px;
  display: inline-block;
  vertical-align: super;
  margin-left: 10px;
}

.iat3 {
  margin-top: 50px;
  font-family: 'AlibabaPuHuiTi-L';
}

.gybtn {
  position: relative;
  display: block;
}

.gybtn font {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
  background: #212121;
  color: #fff;
  transform: translateX(-46px);
  transition: transform .3s cubic-bezier(.77, 0, .175, 1);
}

.gybtn i {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  background: #212121;
}

.gbi2 {
  transition: transform .3s cubic-bezier(.77, 0, .175, 1);
  transform: translateX(-46px);
}

.gybtn:hover font {
  transform: translateX(0);
}

.gybtn:hover .gbi1 {
  animation: arrowMove 2s cubic-bezier(.455, .03, .515, .955) .3s;
}

.gybtn:hover .gbi2 {
  transform: translateX(-58px) scale(.5);
}

@keyframes arrowMove {
  0% {
    transform: translateX(0)
  }

  15% {
    transform: translateX(5px)
  }

  30% {
    transform: translateX(0)
  }

  45% {
    transform: translateX(3px)
  }

  60% {
    transform: translateX(0)
  }

  75% {
    transform: translateX(2px)
  }

}

.iabtn {
  margin-top: 70px;
}

.iapic {
  position: relative;
  margin-left: auto;
  width: 50%;
}

.ipbig {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.ipzs {
  position: absolute;
  bottom: -30px;
  right: 95%;
  width: 31%;
  z-index: 1;
}

.index-ld {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: -27px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ildwz {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.ilwlogo {
  width: 10%;
  margin: 0 auto;
}

.ilwlogo img {
  display: block;
  width: 100%;
}

.ilwt1 {
  display: block;
  color: #FFF;
  margin-top: 20px;
}

.ilwt2 {
  color: #fff;
  margin-top: 50px;
}
.index-sg{
  margin-top: -55px;
  overflow: hidden;
}
.index-fruits {
  position: relative;
  /* border-radius: 40px; */
  background: #FFEDC8;
  z-index: 2;
  display: flex;
}
.ifbot {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ifzs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
}

.ifzs img {
  display: block;
  width: 100%;
}

.ifcenter {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.ifcont {
  width: 375px;
  margin-left: 8.3333vw;
  white-space: initial;
  flex-shrink: 0;
}

.ifbtn {
  margin-top: 90px;
}

.iflist {
  height: 100%;
  /* transform: translate(30%); */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.iflitem {
  float: left;
  /* width: 25%; */
  width: 360px;
  margin-left: 5vw;
  text-align: center;
  flex-shrink: 0;  position: relative; /* 新增：为伪元素定位提供参考 */
  /* 可选：给父元素加一点内边距，避免伪元素遮挡内容 */
}

/* 基础样式：父元素必须设置相对定位，让伪元素的绝对定位基于它 */
.ilipic {
  text-align: center; margin-bottom: 25px; z-index: 2;
        position: relative;


}

.iflitem, .bc2item {
  /* 重要：父元素必须加相对定位，否则伪元素定位会出错 */
  position: relative;
}

.iflitem::after, .bc2item::after {
  content: ""; /* 伪元素必须有content，空值即可 */
  position: absolute; /* 绝对定位实现右上角偏移 */
  top: -6%; /* 向上偏移 */
  right: -12%; /* 向右偏移 */
  width: 110%; /* 图片宽度 */
  height: 110%; /* 图片高度 */
  background-repeat: no-repeat; /* 防止图片重复 */
  background-size: contain;
  z-index: 0;
  /* 新增：呼吸动画相关属性 */
  animation: breath 3s ease-in-out infinite; /* 3秒一个周期，缓入缓出，无限循环 */
  transform-origin: center center; /* 动画缩放原点（中心缩放，更自然） */
}

/* 定义呼吸动画关键帧 */
@keyframes breath {
  0% {
    transform: scale(1); /* 初始大小 */
    opacity: 0.5; /* 初始透明度 */
  }
  50% {
    transform: scale(0.99); /* 放大到1.1倍（呼吸“膨胀”阶段） */
    opacity: 0.3; /* 透明度稍降，效果更柔和 */
  }
  100% {
    transform: scale(1); /* 回到初始大小（呼吸“收缩”阶段） */
    opacity: 0.5; /* 回到初始透明度 */
  }
}

/* 第1个.ilipic元素显示ys1.png */
.iflitem:nth-child(1)::after, .bc2item:nth-child(1)::after {
  background-image: url("../images/ys1.png");
}

/* 第2个.ilipic元素显示ys2.png */
.iflitem:nth-child(2)::after, .bc2item:nth-child(2)::after  {
  background-image: url("../images/ys2.png");
}

/* 第3个.ilipic元素显示ys3.png */
.iflitem:nth-child(3)::after, .bc2item:nth-child(3)::after  {
  background-image: url("../images/ys3.png");
}

/* 第4个.ilipic元素显示ys4.png */
.iflitem:nth-child(4)::after, .bc2item:nth-child(4)::after  {
  background-image: url("../images/ys4.png");
}

/* 第5个.ilipic元素显示ys5.png */
.iflitem:nth-child(5)::after, .bc2item:nth-child(5)::after  {
  background-image: url("../images/ys5.png");
}

/* 第6个.ilipic元素显示ys6.png */
.iflitem:nth-child(6)::after, .bc2item:nth-child(6)::after  {
  background-image: url("../images/ys6.png");
}

/* 第1个.ilipic元素显示ys1.png */
.iflitem:nth-child(7)::after, .bc2item:nth-child(7)::after  {
  background-image: url("../images/ys1.png");
}

/* 第2个.ilipic元素显示ys2.png */
.iflitem:nth-child(8)::after, .bc2item:nth-child(8)::after  {
  background-image: url("../images/ys2.png");
}

/* 第3个.ilipic元素显示ys3.png */
.iflitem:nth-child(9)::after, .bc2item:nth-child(9)::after  {
  background-image: url("../images/ys3.png");
}

/* 第4个.ilipic元素显示ys4.png */
.iflitem:nth-child(10)::after, .bc2item:nth-child(10)::after  {
  background-image: url("../images/ys4.png");
}

/* 第5个.ilipic元素显示ys5.png */
.iflitem:nth-child(11)::after, .bc2item:nth-child(11)::after  {
  background-image: url("../images/ys5.png");
}

/* 第6个.ilipic元素显示ys6.png */
.iflitem:nth-child(12)::after, .bc2item:nth-child(12)::after  {
  background-image: url("../images/ys6.png");
}
/* 第1个.ilipic元素显示ys1.png */
.iflitem:nth-child(13)::after, .bc2item:nth-child(13)::after  {
  background-image: url("../images/ys1.png");
}

/* 第2个.ilipic元素显示ys2.png */
.iflitem:nth-child(14)::after, .bc2item:nth-child(14)::after  {
  background-image: url("../images/ys2.png");
}

/* 第3个.ilipic元素显示ys3.png */
.iflitem:nth-child(15)::after, .bc2item:nth-child(15)::after  {
  background-image: url("../images/ys3.png");
}

/* 第4个.ilipic元素显示ys4.png */
.iflitem:nth-child(16)::after {
  background-image: url("../images/ys4.png");
}

/* 第5个.ilipic元素显示ys5.png */
.iflitem:nth-child(17)::after {
  background-image: url("../images/ys5.png");
}

/* 第6个.ilipic元素显示ys6.png */
.iflitem:nth-child(18)::after {
  background-image: url("../images/ys6.png");
}
.ilipic img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  transition: 0.45s;    border-radius: 50%;     box-shadow: 0 10px 20px rgba(0, 0, 0, .35); aspect-ratio: 1/1; /* 核心：强制宽高比 1:1 */
}

.iliname {
  display: block;    position: relative;
    z-index: 2;
}

.ililable {
  font-family: 'AlibabaPuHuiTi-M';
  display: block;
  color: #E6771E;    position: relative;
    z-index: 2;
}

.ilitxt {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.45s;
  margin-top: 10px;
  font-family: 'AlibabaPuHuiTi-L';    position: relative;
    z-index: 2;
}

.iflitem:hover .ilitxt {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.iflitem:hover .ilipic img{
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
.index-jd {
  position: relative;
  margin-top: -35px;
  background-color: #FFEDC8;
}

.ijdbanner {
  position: relative;
  overflow: hidden;
}

.ijdbanner .slick-dots {
  position: absolute;
  left: 8%;
  bottom: 22%;
  display: inline-block;
  z-index: 104;
}

.ijdbanner .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFFFFF;
  margin-right: 25px;
  transition: 0.45s;
}

.ijdbanner .slick-dots li::before {
  content: "";
  position: absolute;
  left: -10.5px;
  top: -10.5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: scale(0);
  transform-origin: center;
  transition: 0.55s;
  box-sizing: border-box;
}

.ijdbanner .slick-dots li a {
  text-indent: 10em;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ijdbanner .slick-dots li a:focus {
  outline: none;
}

.ijdbanner .slick-dots li.slick-active::before {
  transform: scale(1);
}

.ijitem {
  position: relative;
  float: left;
}

.ijitem img {
  display: block;
  width: 100%;
}

.ijdwz {
  position: absolute;
  left: 8%;
  top: 140px;
  width: 38%;
}

.ijwtxt1 {
  display: block;
  font-family: 'AlibabaPuHuiTi-M';
  color: #fff;
  line-height: 1.2;
}

.ijc {
  position: relative;
  font-family: 'Gilroy';
  color: #FABE00;
  font-size: 140px;
  margin: 0 10px;
}

.ijc img {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 52px;
  margin-left: 10px;
}

.ijwtxt2 {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 30px;
  color: #fff;
}

.index-last {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: -235px;
  z-index: 1;
}
.index-last::after{
  content: "";
  position: absolute;
  left: 0;
  height: 195px;
  width: 100%;
  top: 55px;
  background-image:url(../images/bg21.png);
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}
.index-last::before{
  content: "";
  position: absolute;
  left: 0;
  top: 195px;
  width: 100%;
  bottom: 0;
  right: 0;
  border-radius: 20px 20px 0 0;
  background-color: #ffedc8;
}

.iltop {
  position: relative;
  display: flex;
  justify-content: center;
     top: 50px;
}

.ilzs1,
.ilzs2,
.ilzs3 {
  width: 98px;
  margin: 0 25px;
}

.ilzs1,
.ilzs3 {
  margin-top: -20px;
}

.ilzs2 {
  margin-top: -49px;
}

.ilzs1 img,
.ilzs2 img,
.ilzs3 img {
  display: block;
  width: 100%;
}

.ilzs4 {
  width: 250px;
  margin: 0 auto;
  position: relative;margin-top: 35px;
}

.ilzs4 img {
  display: block;
  width: 100%;
}
.illable{
  position: relative;
}
.illable p {
  font-family: 'AlibabaPuHuiTi-M';
  text-align: center;
  margin-top: 50px;
}

.ilnews {
  position: relative;
  padding: 80px 0 65px 0;
}

.ilnT {
  display: flex;
  align-items: center;
}

.ilnpn {
  margin-left: auto;
}

.ilnpn a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  background: #212121;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  z-index: 3;
  overflow: hidden;
}

.ilnpn a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FABE00;
  border-radius: 50%;
  transition: 0.55s;
  z-index: -3;
}

.bb2an::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FABE00;
  border-radius: 23px;
  transition: 0.55s;
  z-index: -3;
  left: 0;
  transform: translateX(-100%);
}

.bb2an:hover::before,
.bb2an.active::before {
  transform: translateX(0);
}

.bb2an:hover,
.bb2an.active {
  background: transparent;
}

.ilprev::before {
  left: 0;
  transform: translateX(-100%);
}

.ilnext::before {
  right: 0;
  transform: translateX(100%);
}

.ilnpn a:hover::before {
  transform: translateX(0) rotate(0);
}

.ilnpn a:hover {
  background: transparent;
}

.ilnbanner {
  position: relative;
  overflow: hidden;
  margin-left: -50px;
  margin-top: 60px;
}

.inbitem {
  position: relative;
  float: left;
  margin-left: 50px;
}

.inpic {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.inpic img {
  display: block;
  width: 100%;
}



.inpic {
    position: relative;
    width: 100%;
    /* 4:3 比例计算：3/4 = 0.75 → 75% */
      padding-top: 56.25%; /* 16:9 比例，可自行调整 */
    overflow: hidden; /* 隐藏图片超出容器的部分 */
}

/* 图片样式优化 - 适配4:3容器 */
.inpic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例，裁剪多余部分，不拉伸变形 */
    display: block; /* 消除图片默认的行内空白 */
    transition: all 0.45s ease; /* 优化过渡动画，比原写法更规范 */
}

/* 可选：保留过渡动画的交互效果（如hover轻微放大） */
.inpic:hover img {  transform: scale(1.03); /* 轻微放大，增强交互感，可删除 */
}
  


.inplable {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #212121;
  border-radius: 100px 0 20px 0;
  padding: 5px 28px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.indesc {
  margin-top: 30px;
  max-height: 72px;
}

.indate {
  font-family: 'Gilroy';
  display: block;
  color: #666666;
  margin-top: 20px;
}

.inside-banner {
  position: relative;
}

.ibpic {
  overflow: hidden;
}

.ibpic img {
  display: block;
  width: 100%;
  height: 66vh;
  object-fit: cover;
}

.ibcv {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ictitle {
  display: block;
  color: #fff;
}

.ny-srcoll {
  left: 50%;
  right: auto;
  bottom: 165px;
  transform: translateX(-50%);
}

.inside-menu.active {
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,.05);
}

.inside-menu {
  position: relative;
  z-index: 1;
  line-height: 94px;
  background: #FFEDC8;
  border-radius: 20px 20px 0 0;
  margin-top: -98px;
  display: flex;
  box-sizing: border-box;
  padding: 0 40px;
  z-index: 10;
  transition: 0.65s;
}

.imlink {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 16px;
  margin-right: 40px;
}

.imlink:hover,
.imlink.active {
  color: #212121;
}

.imlink:hover::before,
.imlink.active::before {
  left: 0;
  width: 100%;
}

.imlink::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 0;
  height: 3px;
  background: #212121;
  transition: 0.45s;
}

.imright {
  margin-left: auto;
}

.imright i, .imright a {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
}

.imrtxt {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  font-size: 16px;
  margin-left: 10px;
}

.ny-bg {
  position: relative;
  background: #FFEDC8;
  overflow: hidden;
}

.about-bot1 {
  position: relative;
  padding: 70px 0 120px 0;
  overflow: hidden;
}

.ab1nr {
  margin-top: 60px;
  text-align: justify;
}

.nrT {
  font-size: 18px;
}

.about-bot1 .c3 {
  position: relative;
}

.ab1eng {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Gilroy-BI';
  font-size: 158px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  /* Safari */
  text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(250, 190, 0, .41);
  /* Safari */
  text-stroke: 1px rgba(250, 190, 0, .41);
}

.about-bot2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 146px 0 168px 0;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ab2desc {
  font-family: 'AlibabaPuHuiTi-L';
  width: 44%;
  color: #fff;
  margin-top: 60px;
  line-height: 34px;
  text-align: justify;
}

.ab2btn {
  margin-top: 80px;
}

.about-total {
  position: relative;
  background: #212121;
  border-radius: 0 0 40px 40px;
  padding: 200px 0 110px 0;
  margin-top: -70px;
}

.atzs {
  position: absolute;
  top: -30px;
  left: 0;
  width: 26%;
  opacity: 0.31;
}

.atzs img {
  display: block;
  width: 100%;
}

.atsj {
  box-sizing: border-box;
  padding-left: 130px;
}

.asts {
  color: #fff;
  margin-left: 110px;
}

.aslist {
  display: flex;
}

.aslist li {
  flex: 1;
  margin-top: 25px;
  padding-left: 110px;
}

.aslnum {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;margin-bottom: 15px;
}

.asltxt {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.about-bot3 {
  position: relative;
  padding: 150px 0 130px 0;
}

.ab3zs {
  position: absolute;
  left: 0;
  top: 40%;
  width: 21%;
}

.ab3zs img {
  display: block;
  width: 100%;
}

.ab3logo {
  width: 28%;
  margin: 0 auto;
}

.ab3logo img {
  display: block;
  width: 100%;
}

.ab3name {
  margin-top: 40px;
  text-align: center;
}

.ab3nr {
  font-family: 'AlibabaPuHuiTi-L';
  width: 73%;
  margin: 30px auto 0;
  text-indent: 2em;
  line-height: 34px;
  text-align: justify;
}

.about-bot4 {
  background: #212121;
  border-radius: 40px;
  padding: 130px 0 150px 0;
}

.ab4banner {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-left: -130px;
}

.ab4item {
  position: relative;
  float: left;
  margin-left: 130px;
}

.ab4item .fx {
  align-items: center;
}

.ai4wz {
  width: 53%;
}

.aw4desc {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
  padding-right: 60px;
}

.aw4line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  margin: 40px 0 30px 0;
}

.aw4year {
  font-family: 'Gilroy-L';
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 120px;
  line-height: 1;
  margin-top: 40px;
}

.ai4pic {
  width: 47%;
}

.ai4pic img {
  display: block;
  width: 100%;
}

.about-ft {
  width: 100%;
  height: 47vh;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -50px;
  background-attachment: fixed;
}

.about-bot5 {
  position: relative;
  z-index: 1;
  margin-top: -90px;
  border-radius: 20px;
  padding: 120px 100px 166px 100px;
  background: #FFEDC8;
  box-sizing: border-box;
}

.ab5list {
  position: relative;
  margin-top: 90px;
  overflow: hidden;
}

.ab5list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #212121;
}

.ab5list::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 13px;
  width: 1px;
  height: 100%;
  background: rgba(112, 112, 112, .3);
  transition: 0.45s;
}

.ab5list .al5item {
  display: flex;
  position: relative;
  /* border-bottom: 1px solid rgba(112, 112, 112, .3); */
  padding: 40px 0 40px 74px;
  width: 100% !important;
  box-sizing: border-box;
}

.ab5list .al5item::after {
  content: "";
  position: absolute;
  left: 74px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 112, .3);
}

.ab5list .al5item::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 3px;
  height: 0;
  background: #212121;
  transition: 0.45s;
}

.ab5list .al5item:hover::before {
  height: 100%;
}

.al5year {
  display: block;
  font-size: 80px;
  line-height: 1;
  font-family: 'Gilroy-L';
}

.al5year em {
  font-family: 'AlibabaPuHuiTi-L';
  display: inline-block;
  font-style: normal;
}

.al5wz {
  width: 71%;
  margin-left: auto;
}

.al5wz span {
  display: block;
  font-family: 'AlibabaPuHuiTi-L';
}

.intro-tk {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .44);
  z-index: 9999;
}

.itbot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  background: #212121;
  box-sizing: border-box;
  padding: 100px 100px;
}

.itclose {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #000000;
  font-size: 15px;
  border-radius: 50%;
  right: -30px;
  top: -30px;
  background: #FABE00;
  cursor: pointer;
  transition: 0.65s;
}

.itclose:hover {
  transform: rotate(360deg);
}

.itzs {
  position: absolute;
  top: 0;
  right: 100px;
  width: 30%;
  opacity: 0.31;
}

.itzs img {
  display: block;
  width: 100%;
}

.itnr {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 50px;
  color: #fff;
  text-indent: 2em;
  height: 250px;
  overflow-y: scroll;
  padding-right: 20px;
}

.itnr::-webkit-scrollbar {
  width: 6px;
  background: none;
}

.itnr::-webkit-scrollbar-thumb {
  width: 6px;
  background: #999;
}

.itnr::-webkit-scrollbar-corner {
  background: none;
}

.itnr::-webkit-scrollbar:horizontal {
  height: 9px;
}

.apply-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.bn-bot1 {
  padding-top: 68px;
}

.bb1zs1 {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 39%;
}

.bb1zs2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 35%;
}

.bb1zs img,
.bb1zs2 img {
  display: block;
  width: 100%;
}

.bb1lable {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 80px;
}

.bb1tw {
  position: relative;
  margin-top: 100px;
  width: 100%;
  /* height: 814px; */
  overflow: hidden;
}

.bb1tw::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 52%;
  height: 40vh;
  background: linear-gradient(rgba(255, 237, 200, .38), rgba(255, 237, 200));
  z-index: 1;
}

.bt1pics {
  float: left;
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(122, 110, 76, .38);
}

.bt1pics .swiper-slide img {
  display: block;
  width: 100%;
}

.bt1wz {
  float: right;
  width: 47%;
  height: 40vh;
  overflow: visible !important;
  margin-top: 60px;
  cursor: grabbing;
}

.bt1wz .swiper-button-next,
.bt1wz .swiper-button-prev {
  display: none;
}

.bt1wz .swiper-slide {
  /* margin-top: 60px; */
}

.bi1eng {
  font-family: 'Gilroy-M';
  display: block;
  color: #FABE00;
  text-transform: uppercase;
  line-height: 1.1;
}

.bi1title {
  display: block;
}

.bi1desc {
  margin-top: 40px;
  /* font-family: 'AlibabaPuHuiTi-L'; */
}

.bn-bot2 {
  padding: 1px 0 40px 0;
}

.bb2btn {
  margin-left: auto;
}

.bb2an {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
  background: #212121;
  margin-left: 20px;
  z-index: 3;
  overflow: hidden;
}

.bc2box {
  display: none;
}

.bc2hz {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10%;
}

.bc2item {
  position: relative;
  float: left;
  width: 23.333%;
  margin: 90px 0 0 10%;
  text-align: center;
}

.bc2item:hover .ilitxt {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bn-bot3 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 70px 0;
  border-radius: 40px 40px 0 0;
}

.bb3list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7%;
}

.bl3item {
  position: relative;
  width: 26.333%;
  height: 420px;
  margin: 80px 0 0 7%;
  border-radius: 20px;
  background: #FFEDC8;
  padding: 130px 36px 40px 36px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 3;
}

.bl3item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #212121;
  z-index: -3;
  transition: 0.45s ease-in-out;
}

.bl3item:hover::before {
  width: 100%;
  left: 0;
}

.bl3item:hover .bi3title,
.bl3item:hover .bi3desc {
  color: #fff;
}

.bl3item:nth-child(2) {
  margin-top: 170px;
}

.bi3icon {
  position: absolute;
  top: -57px;
  right: -50px;
  display: block;
  background: #FABE00;
  border-radius: 50%;
  color: #fff;
  font-size: 48px;
  width: 162px;
  height: 162px;
  box-sizing: border-box;
  padding: 77px 0 0 48px;
  line-height: 1;
}

.bi3num {
  font-family: 'Gilroy-M';
  display: block;
  color: #FABE00;
  font-size: 66px;
  height: 40px;
  line-height: 1;
  overflow: hidden;
}

.bi3title {
  display: block;
  color: #000000;
  font-weight: normal;
}

.bi3desc {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 30px;
  line-height: 34px;
  /* height: 170px;
  overflow-y: scroll; */
}

.bi3desc::-webkit-scrollbar {
  width: 5px;
  background: none;
}

.bi3desc::-webkit-scrollbar-thumb {
  width: 5px;
  background: #aaa;
}

.bi3desc::-webkit-scrollbar-corner {
  background: none;
}

.bi3desc::-webkit-scrollbar:horizontal {
  height: 9px;
}

.news-tab {
  text-align: center;
}

.news-tab .bb2an {
  margin: 0 20px;
}

.news-wrap {
  padding: 50px 0 80px 0;
}

.nwlist {
  margin-top: 0px;
  margin-left: -4%;
}

.nwlist li {
  float: left;
  width: 29.333%;
  margin: 0px 0 40px 4%;
  position: relative;
  background: #FFF2D8;
  border-radius: 20px;
  overflow: hidden;
  z-index: 3;
}

.nwlist li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #212121;
  z-index: -3;
  transition: 0.45s ease-in-out;
}

.nwlist li:hover::before {
  left: 0;
  width: 100%;
}

.nwlist li:hover .nwtitle,
.nwlist li:hover .nwdesc,
.nwlist li:hover .nwbl {
  color: #fff;
}

.nwlist li:hover .nwbr {
  background: #FABE00;
  color: #000000;
  border: 1px solid #FABE00;
}

.nwlist li:hover .nlpic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.nlpic {
  overflow: hidden;
}

.nlpic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}
/* 容器样式 - 核心实现4:3固定比例 */
.nlpic {
    position: relative;
    width: 100%;
    /* 4:3 比例计算：3/4 = 0.75 → 75% */
      padding-top: 56.25%; /* 16:9 比例，可自行调整 */
    overflow: hidden; /* 隐藏图片超出容器的部分 */
}

/* 图片样式优化 - 适配4:3容器 */
.nlpic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例，裁剪多余部分，不拉伸变形 */
    display: block; /* 消除图片默认的行内空白 */
    transition: all 0.45s ease; /* 优化过渡动画，比原写法更规范 */
}

/* 可选：保留过渡动画的交互效果（如hover轻微放大） */
.nlpic:hover img {
    transform: scale(1.03); /* 轻微放大，增强交互感，可删除 */
}
.nlwz {
  padding: 30px 26px;
}

.nwtitle {
  display: block;
  font-weight: normal;

}

.nwdesc {
  margin-top: 10px;
  font-family: 'AlibabaPuHuiTi-L';

}

.nwbt {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.nwbl {
  display: block;
  font-size: 16px;
  font-family: 'AlibabaPuHuiTi-L';
}

.nwbr {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 1px solid #ADADAD;
  color: #ADADAD;
  font-size: 12px;
  margin-left: auto;
  transition: 0.45s;
}

.pages-list {
  text-align: center;
  margin-top: 150px;
}

.pages-list a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 8px;
  box-sizing: border-box;
}

.plpn {
  border: 1px solid #ADADAD;
  color: #ADADAD;
  font-size: 12px;
}

.plnum {
  font-family: 'Gilroy-M';
  color: #ADADAD;
  font-size: 20px;
}

.pages-list a:hover,
.plnum.active {
  color: #fff;
  background: #212121;
  border: 1px solid #212121;
}

.nw-top {
  background: #212121;
  padding: 140px 0 350px 0;
}

.nbicon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}

.nbtxt {
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
}

.news-detail {
  background: #FFEDC8;
}

.nwcont {
  position: relative;
  z-index: 1;
  margin-top: -200px;
  background: #FFEDC8;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  padding: 60px 100px;
}

.nwctitle {
  line-height: 1.5;
  text-align: center;
}

.nwcdate {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.nwcnr {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(102, 102, 102, .3);
  font-size: 16px;
  color: #666666;
}

.nwcbottom {
  display: flex;
  align-items: center;
  margin-top: 120px;
  padding-top: 68px;
  border-top: 1px solid rgba(102, 102, 102, .3);
}

.nwbprev,
.nwbnext {
  display: block;
  color: #666666;
  font-size: 16px;
}

.nwbprev,
.nwbnext {
  flex: 1;
}

.nwbnext {
  text-align: right;
}

.nwbprev i {
  margin-right: 24px;
  font-size: 12px;
}

.nwbnext i {
  margin-left: 24px;
  font-size: 12px;
}

.nwbprev:hover,
.nwbnext:hover {
  color: #212121;
}

.nwbreturn {
  display: block;
  justify-content: center;
  width: 160px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  background: #212121;
}

.join-bot1 {
  position: relative;
  padding: 80px 0;
  display: flex;
}

.jb1zs {
  font-family: 'Gilroy-M';
  position: absolute;
  left: 30%;
  bottom: 0;
  color: #FABE00;
  font-size: 78px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}

.jb1wz {
  width: 35%;
}

.jw1title {
  display: block;
  line-height: 1.5;
}

.jw1desc {
  margin-top: 40px;
}

.jd1txt {
  font-family: 'AlibabaPuHuiTi-L';
}

.jw1logo {
  width: 59%;
  margin-top: 60px;
}

.jw1logo img {
  display: block;
  width: 100%;
}

.jb1pic {
  margin-left: auto;
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
}

.jb1pic img {
  display: block;
  width: 100%;
}

.jb1list {
  display: flex;padding-bottom: 65px;
}
.jb1list {
  display: grid;
  /* 核心：定义3列，每列宽度等分，列间距25px */
  grid-template-columns: repeat(3, 1fr);
  /* 设置列/行间距（这里只有列，行间距可忽略） */
  gap: 25px;
  padding-bottom: 65px;
  /* 可选：盒模型优化，防止padding/border影响整体宽度 */
  box-sizing: border-box;
}

/* 可选：防止子元素内容溢出或挤压布局 */
.jb1list > * {
  min-width: 0;
  box-sizing: border-box;
}
.jb1list li {
  position: relative;
  float: left;

  background: #FFF2D8;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 49px 45px;
  overflow: hidden;
  z-index: 3;
  transition: 0.45s;
}

.jb1list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #212121;
  transition: 0.45s;
  z-index: -3;
}

.jb1list li:hover {
  transform: translateY(-10px);
}

.jb1list li:hover::before {
  left: 0;
  width: 100%;
}

.jb1list li:hover .jl1txt1,
.jb1list li:hover .jl1txt2,
.jb1list li:hover .jl1icon {
  color: #FFF;
}

.jl1txt1 {
  display: block;
  color: #212121;
}

.jl1txt2 {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 10px;
}

.jl1icon {
  display: block;
  color: #212121;
  font-size: 60px;
  margin-top: 60px;
  line-height: 1;
}

.join-bot2 {
  padding-top: 110px;
}

.jb2list {
  margin-top: 100px;
}

.jb2list li {
  overflow: hidden;
}

.jb2list li.active {
  border-radius: 20px;
}

.jb2list li.active .jl2bt {
  background: #10401C;
}

.jb2list li.active,
.jb2list li.active .jl2xx i,
.jb2list li.active .jl2jt i {
  color: #fff;
}

.jb2list li.active .jl2jt i {
  transform: rotate(180deg);
}

.jl2bt {
  border-top: 1px solid rgba(112, 112, 112, .3);
  padding: 45px 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.35s;
}

.jl2zw {
  display: block;
  width: 30%;
  font-size: 20px;
}

.jl2xx {
  display: block;
  width: 15%;
  font-size: 16px;
}

.jl2xx i {
  display: inline-block;
  vertical-align: middle;
  color: #212121;
  font-size: 20px;
  margin-right: 15px;
}

.jl2xz {
  display: block;
  width: 15%;
  font-size: 16px;
}

.jl2jt {
  display: block;
  margin-left: auto;
}

.jl2jt i {
  display: block;
  color: #212121;
  font-size: 12px;
  transition: 0.45s;
}

.jl2zk {
  display: none;
  background: #212121;
  position: relative;
  padding: 45px 54px 50px 54px;
}

.jz2nr {
  color: #fff;
  font-size: 16px;
  font-family: 'AlibabaPuHuiTi-L';
}

.jl2btn {
  margin-top: 70px;
}

.jz2zs {
  position: absolute;
  top: 45px;
  right: 87px;
  width: 14%;
}

.jz2zs img {
  display: block;
  width: 100%;
}

.join-bot3 {
  position: relative;
  padding: 100px 0 128px 0;
  overflow: hidden;
}

.jb3zs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
}

.jb3zs img {
  display: block;
  width: 100%;
}

.jb3box {
  margin-left: 13.5%;
  overflow: hidden;
  margin-bottom: 40px;
}

.jb3lb {
  position: relative;
  width: 55%;
}

.jb3lb .slick-list {
  overflow: visible;
}

.jl3item {
  position: relative;
  float: left;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 40px;
}

.jl3item img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.jl3item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.ji3txt {
  font-family: 'AlibabaPuHuiTi-L';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 20px 20px 20px;
  text-align: center;
  display: block;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0));
  box-sizing: border-box;
}

.brand-bot1 {
  position: relative;
}

.bb1wz {
  float: right;
  width: 37%;
  margin-top: 40px;
}

.bb1lable {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 40px;
}

.bb1cricle {
  float: left;
  position: relative;
    width: 55%;
}

.bc1dq {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: myfirst2 22s linear 0s infinite;
  animation: myfirst2 22s linear 0s infinite;
}

.bc1pic img {
  display: block;
  width: 100%;
  -webkit-animation: myfirst2 22s linear 0s infinite;
  animation: myfirst2 22s linear 0s infinite;
}

.bc1dq {}

@keyframes myfirst2 {
  from {
    transform-origin: center;
    transform: rotate(0deg);
  }

  to {
    transform-origin: center;
    transform: rotate(360deg);
  }
}

.bc1q1,
.bc1q2,
.bc1q3 {
  position: absolute;
}

.bc1q1 {
  top: 8%;
  left: 1%;
  width: 145px;
}

.bc1q2 {
  top: 30%;
  right: -10%;
  width: 170px;
}

.bc1q3 {
  top: 55%;
  left: 4%;
  width: 192px;
}

.bc1xq img {
  display: block;
  width: 100%;
  -webkit-animation: myfirst3 22s linear 0s infinite;
  animation: myfirst3 22s linear 0s infinite;
}

@keyframes myfirst3 {
  from {
    transform-origin: center;
    transform: rotate(0deg);
  }

  to {
    transform-origin: center;
    transform: rotate(-360deg);
  }
}

.bc1center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}

.bc1center img {
  display: block;
  width: 100%;
}

.brwrap1 {
  position: relative;
  padding: 130px 0;
}

.bb1zsz {
  font-family: 'Gilroy-BI';
  position: absolute;
  right: 0;
  top: 40%;
  font-size: 158px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(250, 190, 0, .41);
  text-stroke: 1px rgba(250, 190, 0, .41);
}

.brand-bot2 {
  padding-top: 150px;
}

.bb2list {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0 -3%;
}

.bb2list li {
  position: relative;
  float: left;
  width: 47%;
  height: 300px;
  margin: 45px 0 0 3%;
  background: #FFF2D8;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 38px 22px 24px 47px;
  overflow: hidden;
  z-index: 3;
}
.bb2list li::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #212121;
  z-index: -3;
  transition: 0.65s;
}
.bb2list li:hover::before{
  left: 0;
  width: 100%;
}
.bb2list li:hover .bl2title,
.bb2list li:hover .bl2desc,
.bb2list li:hover .bb2date{
  color: #fff;
}
.bb2list li:hover .bb2jt{
  color: #000000;
  background: #FABE00;
  border: 1px solid #FABE00;
}
.bl2title {
  display: block;
  font-weight: normal;
  line-height: 1.5;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.bl2desc {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 10px;
}

.bl2bt {
  position: absolute;
  left: 47px;
  right: 22px;
  bottom: 24px;
  display: flex;
  align-items: center;
}

.bb2date {
  display: block;
  font-family: 'AlibabaPuHuiTi-L';
}

.bb2jt {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ADADAD;
  color: #ADADAD;
  font-size: 12px;
  border-radius: 50%;
  margin-left: auto;
  transition: 0.35s;
}
.loading{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
}
.loading::before{
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  width: 120%;
  height: 120%;
  background: #FFEDC8;
  transition: all 1s ease-in-out;
}
.loading.active::before{
  height: 0;
  border-radius:  0 0 50% 50%;
}

.txtpic img{
  width: 100%;
  height: auto;
}



.scroll-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 35px;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.2s ease 0.6s forwards;
    position: relative;
    overflow: hidden;
}
.scroll-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-btn:hover {
    background: #fff;
    color: #333;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.scroll-btn:hover::before {
    left: 0;
}
/* 内容容器 */
.container {
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
}
/* 车间标题样式 */
.section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
    margin-top: 40px;
}
.section-title.visible {
    opacity: 1;
    transform: translateY(0);
}
.section-title h2 {
    color: #2c3e50;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 3px solid #FABE00;
    position: relative;
}
.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 3px;
    background: #f39c12;
    transition: all 0.6s ease;
}
.section-title:hover h2::after {
    width: 80%;
}
/* 工厂实景展示 - 核心调整 */
.factory-gallery {
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}
.factory-gallery.visible {
    opacity: 1;
    transform: translateY(0);
}
.gallery-title {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.gallery-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #FABE00;
}
.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 固定3列，平均分配宽度 */
    gap: 30px;
}
.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    height: 360px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/* 核心调整：标题默认靠左下方，hover上移并显示描述 */
.gallery-overlay {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5));
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 默认靠底部对齐 */
    padding: 20px;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);    box-sizing: border-box;
}
.gallery-overlay h3 {
    margin-bottom: 10px;
    opacity: 1; /* 默认显示标题 */
    transform: translateY(0); /* 默认位置（左下） */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left; /* 标题靠左 */    font-size: 1.3rem;
}
.gallery-overlay p {
    opacity: 0; /* 默认隐藏描述 */
    transform: translateY(20px); /* 描述向下偏移隐藏 */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left; /* 描述靠左 */
    line-height: 1.6;font-size: 1rem;
}
/* hover状态 */
.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.gallery-item:hover img {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.gallery-item:hover .gallery-overlay {
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.9)); /* 加深渐变，提升文字可读性 */
}
.gallery-item:hover .gallery-overlay h3 {
    color: #f39c12; /* 标题变色强调 */
    transform: translateY(-60px); /* 标题向上移动30px */
}
.gallery-item:hover .gallery-overlay p {
    opacity: 0.9; /* 显示描述 */
    transform: translateY(-50px); /* 描述上移至标题下方 */
}
/* 切片车间样式 */
.slicing-workshop {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    margin-bottom: 60px;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(30px);
}
.slicing-workshop.visible {
    opacity: 1;
    transform: translateY(0);
}
.slicing-workshop:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.workshop-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.workshop-img {
    flex: 1 1 500px;
    height: 550px;
    position: relative;
    overflow: hidden;
}
.workshop-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.03);
    z-index: 1;
    transition: all 0.5s ease;
}
.workshop-content:hover .workshop-img::before {
    background: rgba(0,0,0,0);
}
.workshop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s ease 0s;
}
.workshop-content:hover .workshop-img img {
    transform: scale(1.03);
}
.workshop-text {
    flex: 1 1 500px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.workshop-text h3 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}
.workshop-text h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 80%;
    width: 4px;
    background: #FABE00;
    border-radius: 2px;
}
.workshop-text .process {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    transition: all 0.4s ease;    font-size: 1rem;
}
.workshop-text .process:hover {
    transform: translateX(10px);
}
.workshop-text .process h4 {
    color: #FABE00;
    margin-bottom: 20px;
    display: flex;
    align-items: center;    font-size: 1.3rem;
}
.workshop-text .process h4::before {
    content: "•";
    color: #FABE00;
    font-size: 2.2rem;
    margin-right: 15px;
    transition: all 0.4s ease;
}
.workshop-text .process:hover h4::before {
    color: #f39c12;
    transform: scale(1.2);
}
.workshop-text .process p {
    color: #555;
    line-height: 1.9;
    transition: all 0.4s ease;
}
.workshop-text .process:hover p {
    color: #333;
}
/* 香肠车间样式 */
.sausage-workshop {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    margin-bottom: 120px;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(30px);
}
.sausage-workshop.visible {
    opacity: 1;
    transform: translateY(0);
}
.sausage-workshop:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
/* 品质保证样式 */
.quality-assurance {
    background-color: #2c3e50;
    color: #fff;
    border-radius: 20px;
    padding: 100px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}
.quality-assurance.visible {
    opacity: 1;
    transform: translateY(0);
}
.quality-assurance::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.05) 0%, transparent 70%);
    transition: all 1.5s ease;
}
.quality-assurance:hover::before {
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.08) 0%, transparent 70%);
}
.quality-content {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(3, 1fr);
}
.quality-item {
    padding: 40px 30px;
    background-color: rgba(255,255,255,0.08);
    border-radius: 15px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.quality-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);
    transition: all 0.8s ease;
}
.quality-item:hover {
    background-color: rgba(255,255,255,0.12);
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.quality-item:hover::before {
    left: 100%;
}
.quality-item h3 {
    margin-bottom: 25px;
    color: #f39c12;
    position: relative;
    display: inline-block;
}
.quality-item h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #f39c12;
    transition: all 0.5s ease;
}
.quality-item:hover h3::after {
    width: 100%;
}
.quality-item p {
    line-height: 1.9;
    opacity: 0.9;
}


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

@media (max-width:1650px) {
.gallery-item {
    height: 300px;
}


.gallery-overlay {
    top: 50px;
}

}

/* 响应式调整 */
@media (max-width: 992px) {
.banner h1 {
    font-size: 2.8rem;
}
.workshop-text {
    padding: 20px 10px;
}
.workshop-img {
    height: 230px;
}
.container {
    padding: 30px 10px;
}
.quality-content {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}
.quality-item {
    padding: 30px 15px;
}
.container {
    max-width: 100%;
}
}

@media (max-width: 768px) {
.banner h1 {
    font-size: 2.2rem;
}
.banner p {
    font-size: 1.1rem;
}
.section-title {
    margin-bottom: 10px;
    margin-top: 20px;
}
.section-title h2 {
    font-size: 1.8rem;
    padding-bottom: 15px;
}
.workshop-text h3 {
    font-size: 1.7rem;
}
.quality-assurance {
    padding: 20px 10px;
}
.gallery-container {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}
.gallery-item {
    height: 250px;
}
.gallery-item:hover .gallery-overlay h3 {
    transform: translateY(-60px); /* 移动端上移距离减小 */
}
.workshop-text .process {
    padding-left: 0px;
    transition: all 0.4s ease;
}
}
    

    

