body {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
  background: #fff;
  color: #222;
  width: 100vw;
  /* overflow-x: hidden; */
}

img {
  max-width: 100%;
  display: block;
}

.navbar {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  z-index: 10;
  background: transparent;
}
.navbar-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.navbar-bg img.nav-decorator {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.navbar-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-right{
  display: flex;
  align-items: center;
  height: 100%;
}
.menu-box{
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right:0;
  height: 0px;
  overflow: hidden;
  background-color: #555;
  transition: height 0.2s linear;
  text-align: center;
}
.menu-show{
  height: 60px;
}
.menu-item{
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #444;
}
.menu-item:last-child{
  border: none;
}
.nav-logo-area {
  margin-left: 20px;
  /* width: 180px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-logo {
  height: 40px;
  width: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  margin-right: 20px;
  height: 100%;
}
.nav-links li {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.nav-links li a{
  color: rgba(255,255,255,0.8);
  line-height: 60px;
}
.nav-links li.active {
  background-color: #fff;
  /* 主体绿 */
  color: #0d3026;

}
.nav-links li.active a{
  background-color: #fff;
  /* 主体绿 */
  color: #0d3026;

}
.nav-links img {
  height: 56px;
  width: auto;
  display: block;
}
.nav-hotline-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 10px;
  border-radius: 16px;
  /* 主体黄 */
  background-color: #c7ad77;
  margin: 0 30px;
}
.nav-hotline-area div{
  color: #0d3026;
}
.nav-hotline-area .hotline-mobile{
  font-size: 16px;
}
.nav-hotline-area .hotline-tag{
  font-size: 12px;
}
.nav-hotline-bg {
  height: 50px;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.nav-hotline-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 50px;
  padding-left: 40px;
  padding-right: 16px;
}
.nav-hotline-title {
  height: 18px;
  margin-bottom: 4px;
}
.nav-hotline-number {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  letter-spacing: 2px;
  line-height: 1;
}

.main-banner {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d3026;
}

.banner-bg {
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  width: 100%;
  height: auto;
  object-fit: fill;
  z-index: 1;
}
.banner-content {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: -100px;
  opacity: 0;
  padding-bottom: 200px;
  transition: bottom 0.5s linear,opacity 0.5s linear;
}
.show{
  bottom:0 !important;
  opacity: 1 !important;
}
.banner-content-about{
  align-items: start;
}
.banner-title {
  width: 76%;
}
.banner-about{
  width: 34%;
  margin-left: 120px;
  margin-bottom: 0px;
}
.banner-subtitle {
  width: 400px;
  margin-bottom: 0;
}

.video-section {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background: #0d3026;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.video-content {
  position: relative;
  z-index: 2;
  width: 900px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-video {
  width: 900px;
  height: 500px;
  border-radius: 12px;
  background: #000;
  margin-bottom: 12px;
}
.video-caption {
  color: #fff;
  font-size: 20px;
  margin-top: 8px;
  text-shadow: 0 2px 8px #222;
}

.data-section {
  position: relative;
  width: 100%;
  min-height: 320px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.data-content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}
.data-footer{
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 70px;
  bottom: -50px;
  opacity: 0;
  transition: bottom 0.5s linear,opacity 0.5s linear;
}
.data-footer-item{
  width: 24%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.data-footer-title{
  width: 40%;
  margin-bottom: 20px;
}
.data-footer-text{
  width: 100%;
  margin-bottom: 20px;
}
.data-title-text{
 
  width: 200px;
  margin-top: 60px;
  position: relative;
  bottom: -50px;
  opacity: 0;
  transition: bottom 0.5s linear,opacity 0.5s linear;
}
.data-title-text-en{
   width: 140px;
   margin-top: 14px;
   margin-bottom: 14px;
    position: relative;
  bottom: -50px;
  opacity: 0;
  transition: bottom 0.5s linear,opacity 0.5s linear;
}
.navbar-menu{
  width: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
}
.data-title-des{
   position: relative;
  bottom: -50px;
  opacity: 0;
  transition: bottom 0.5s linear,opacity 0.5s linear;
}
.data-text{
  position: relative;
  width: 70%;
  bottom: -50px;
  /* margin-bottom: 40px; */
  opacity: 0;
  transition: bottom 0.5s linear,opacity 0.5s linear;
}
.data-title {
  position: relative;
  width: 400px;
  margin: 32px 0 24px 0;
  bottom: -50px;
  opacity: 0;
  transition: bottom 0.5s linear,opacity 0.5s linear;
}
.data-wish-bg{
  width: 100%;
  background-image: url('images/v438_2331.png');
  background-size: cover;
  height: 300px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.data-items {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
.data-item {
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 32px 24px;
  min-width: 180px;
  text-align: center;
}
.data-num {
  font-size: 56px;
  font-weight: bold;
  color: #062624;
  line-height: 1;
}
.data-unit{
  font-size: 18px;
  color: #062624;
  font-weight: 600;
}
.data-label {
  font-size: 18px;
  color: #062624;
  font-weight: 600;
}

.store, .partner {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  margin: 0 auto;
}
.store-bg, .partner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 1;
}
.store-content, .partner-content {
  position: relative;
  z-index: 2;
  width: 1200px;
  text-align: center;
}
.store-content h2, .partner-content h2 {
  font-size: 32px;
  color: #007F36;
  margin-bottom: 32px;
}
.text-green{
  color: #114d38;
}
.text-white{
  color: rgba(255,255,255,0.8);
}
.display-section {
  position: relative;
  width: 100%;
  background: #0d3026;
  height: auto;
}
.display-section .store-bg1 {
  width: 100%;
  height: auto;
}
.store-img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.store-img img{
  position: absolute;
  width: 10%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.8s linear;
}
.store-img-show{
  width: 74% !important;
}
.display-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.display-title-wrap {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  margin-bottom: 32px;
  bottom: -100px;
  opacity: 0;
  transition: bottom 0.5s linear,opacity 0.5s linear;
}
.display-title {
  width: 400px;
}
.swiper{
  position: relative;
  z-index: 10;
  width: 1000px;
  height: 600px;
}
.display-img{
  height: 100%;
  width: 100%;
}

.display-content {
  width: 900px;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* .display-img {
  width: 900px;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  margin: 0 8px;
  display: none;
}
.display-img.active {
  display: block;
} */

.cooperate-section {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cooperate-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cooperate-title-wrap {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  /* margin-bottom: 24px; */
}
.cooperate-title {
  width: 400px;
}
.cooperate-logos {
  position: relative;
  z-index: 2;
  display: flex;
  /* gap: 48px; */
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 20px;
}
.cooperate-logos .swiper{
  width: 100%;
  height: 200px;
}
.text-box{
  height: 0;
  width: 0;
  visibility: hidden;
  position: relative;
  bottom: -20px;
  opacity: 0;
  overflow: hidden;
  transition: bottom 0.5s linear,opacity 0.5s linear;
}
.text-box-1{
  height: 0;
  width: 0;
  visibility: hidden;
  position: relative;
  bottom: -20px;
  opacity: 0;
  overflow: hidden;
  transition: bottom 0.5s linear,opacity 0.5s linear;
}
.display-img1{
  object-fit: contain;
  /* max-height: 200px; */
  width: 150px;
  margin-right: 200px;
}
/* 轮播logo */
.fbox {
    width: 100%;
    /* height: 160px; */
  }
  .sbox {
    width: 14350px;

    /* height: 240px; */
    display: flex;

  }
/* .cooperate-logos img {
  height: 80px;
  width: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 8px 16px;
} */

.brand-section {
  width: 100%;
}
.brand-section img {
  width: 100%;
  height: auto;
}
.brand-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
  opacity: 0.7;
}
.brand-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-radius: 24px;
  padding: 32px 5vw;
  margin: 0 0;
}
.brand-cart-img img{
  /* display: flex;
  align-items: center;
  justify-content: center; */
  width: 36vw;
  height: auto;
}
.brand-texts {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 100px;
}
.brand-title {
  font-size: 66px;
  margin-bottom: 24px;
}
.brand-sub {
  font-size: 42px;
  margin-bottom: 24px;
}
.brand-strong {
  font-size: 70px;
  font-weight: bold;
  color: #c9bc9c;
}

.word-section {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin: 0 auto;
  background: #0d3026;
  display: flex;
  align-items: center;
  justify-content: center;
}
.word-img {
  width: 800px;
  height: 120px;
  object-fit: contain;
  margin: 40px 0;
}

.footer {
  position: relative;
  width: 100vw;
  height: 240px;
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
.footer-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: url('images/footer-bg.png') no-repeat center center;
  background-size: cover;
  z-index: 1;
  opacity: 0.7;
}
.footer-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-logo {
  width: 240px;
  height: 120px;
  margin-bottom: 20px;
}
.footer-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 4px;
}
.footer-en {
  font-size: 18px;
  color: #ffe082;
  letter-spacing: 2px;
}

.btn-add {
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1;
  padding: 0 10px;
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.8);
  cursor: pointer;
}
.btn-add img{
  height: 16px;
  width: 16px;
  margin-left: 4px;
}
.cover-zz{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  
  background-color: rgba(0,0,0,0.2);
  z-index: 999;
  visibility: hidden;
}
.add-pop{
  width: 300px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 20px;
  background-color:  #0d3026;
  position: relative;
  top: 20vh;
  z-index: 99999;
}
.btn-close{
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.btn-close img{
  height: 30px;
  width: 30px;
}
.visible{
  visibility: visible !important;
}
/* .btn-add-main {
  position: absolute;
  left: 20px;
  top: 7px;
  width: 90px;
  height: 29px;
  z-index: 2;
}
.btn-add-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 188px;
  height: 44px;
  z-index: 1;
}
.btn-add-group-inner {
  position: absolute;
  left: 137px;
  top: 7px;
  width: 36px;
  height: 30px;
  z-index: 3;
}
.btn-add-group-decorator {
  position: absolute;
  left: 137px;
  top: 7px;
  width: 36px;
  height: 30px;
  z-index: 4;
  pointer-events: none;
} */

.image-add {
  position: relative;
  width: 169px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-add-rect {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 166px;
  height: 77px;
  z-index: 1;
}
.image-add-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 80px;
  padding-left: 16px;
  padding-right: 8px;
}
.image-add-title {
  width: 136px;
  height: 18px;
  margin-bottom: 4px;
}
.image-add-number {
  width: 144px;
  height: 18px;
} 

@media only screen and (max-width: 750px) {
  body{
    overflow-x: hidden;
  }
  .nav-logo-area {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
  }
  .nav-logo {
    height: auto;
    width: 100%;
  }
  .nav-right{
    justify-content: right;
    padding-right: 12px;
    width: 80%;
  }
  .video-section {
    height: auto;
    padding: 10px;
    box-sizing: border-box;
  }
  .video-content {
    position: relative;
    z-index: 2;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-video {
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: #000;
    margin-bottom: 12px;
  }

  .nav-links {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
    margin-right: 10px;
    height: 100%;
    width: 60%;
    padding-left: 6%;
  }
  .nav-links li {
    font-size: 12px;
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
  }
  .nav-links li a{
    color: rgba(255,255,255,0.8);
    /* line-height: 60px; */
  }
  .nav-links li.active {
    background-color: #fff;
    /* 主体绿 */
    color: #0d3026;

  }
  .nav-links li.active a{
    background-color: #fff;
    /* 主体绿 */
    color: #0d3026;

  }
  .nav-links img {
    /* height: 56px; */
    width: auto;
    display: block;
  }
  .btn-add {
    width: 0;
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .nav-hotline-area {
    width: 0;
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .navbar-menu{
    visibility: visible;
    width: 6%;
  }
  .menu-img{
    width: 100%;
    height: 100%;
  }
  .banner-content{
    padding-bottom: 20px;
  }
  .add-pop{
    width: 80%;
    object-fit: contain;
    border-radius: 10px;
  }
  .btn-close{
    right: 10px;
    top: 10px;
  }
  .data-section {
    position: relative;
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .data-title {
    width: 60%;
    margin: 20px 0;
    bottom: -20px;
  }
  .data-items {
    gap: 10px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .data-item {
    background: rgba(255,255,255,0.95);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    padding: 10px 10px;
    min-width: 0;
  }
  .data-num {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
  }
  .data-unit{
    font-size: 12px;
  }
  .data-label {
    font-size: 12px;
  }
  .cooperate-title {
    width: 60%;
  }
  .cooperate-title-wrap {
    margin-top: 20px;
  }
  .cooperate-section {
    min-height: 0;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sbox {
    width: 4920px;
  }
  .cooperate-logos {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .cooperate-logos .swiper{
    width: 100%;
    height: 30px;
  }
  .display-img1{
    width: 80px;
    margin-right: 40px;
  }
  .mb-title{
    margin-top: 20px !important;
  }
  .data-text{
    width: 0;
    height: 0;
    visibility: hidden;
    margin: 0 !important;
    /* bottom: -20px; */
  }
  .mb-text-1{
    margin-top: 0px !important;
  }
  .data-title-text{
    width: 24%;
    bottom: -20px;
  }
  .data-title-text-en{
    width: 16%;
    margin-top: 6px;
    margin-bottom: 6px;
    bottom: -20px;
  }
  .mb-title-text-1{
    margin-top: 20px !important;
  }
  .data-title-des{
    bottom: -20px;
  }
  .mb-title-des-1{
    width: 60% !important;
    /* margin-bottom: 10px !important; */
  }
  .mb-text-2{
    margin-bottom: 20px !important;
  }
  .data-wish-bg{
    height: 260px;
    margin-top: 0;
  }
  .mb-title-text-2{
    margin-top: 20px !important;
    width: 30%;
  }
  .data-footer{
    margin-top: 10px;
    margin-bottom: 20px !important;
    bottom: -20px;
  }
  .data-footer-text{
    width: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
  .text-box{
    width: 88%;
    font-size: 14px;
    visibility: visible;
    height: auto;
  }
  .text-box p{
    margin-top: 0;
    line-height: 1.6;
  }
  .data-footer-item{
    width: 42%;
  }
  .data-footer-title{
    margin-bottom: 0px;
  }
  .text-box-1{
    width: 100%;
    font-size: 14px;
    visibility: visible;
    height: auto;
    line-height: 1.6;
  }
  .data-content {
    padding-bottom: 0px;
  }
}