:root {
  --head: 8.25vw;
  --color: #254304;
}

.co-w {
  color: #fff;
}

.co-m {
  color: var(--color);
}

.co-h {
  color: #C5C5C9;
}

.co-h2 {
  color: #222;
}

.co-h3 {
  color: #333;
}

.co-h6 {
  color: #666;
}

.co-h8 {
  color: #888;
}

.co-h9 {
  color: #999;
}

.head-zhanwei {
  height: var(--head);
}

#svgbox {
  display: none;
}

.svgTransiton * {
  transition: all ease .3s;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.C-btn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all ease .3s;
  cursor: pointer;
}

.C-btn.theme1 {
  --svgColor: var(--color);
}

/* -----------------------------------------head,foot-------------------------------------- */
.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: var(--head);
  transition: all ease .3s;
  background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,0));
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.isback .head1 {
  /* opacity: 0; */
  /*pointer-events: none;*/
}

.scroll .head1 {
  /* background: rgba(0, 0, 0, 0.1); */
  background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.1));
  backdrop-filter: blur(0.156vw);
}

.head1 .C-wrap {
  height: 100%;
}

.head1 .logo {
  width: 15vw;
}

.head1 .menu {
  gap: 5.208vw;
  height: 100%;
  color: #fff;
}

.head1 .link {
  height: 100%;
}

.head1 .link>a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all ease 0.1s;
}

.head1 .link.on>a,
.head1 .link:hover>a {}


footer {
  background: #151C16;
}

.foot1 {
  padding: 4.166vw 0 2.083vw;
}

.foot1 .logo {
  width: 14.322vw;
}


.foot1 .foot-link {
  gap: 4.166vw;
}

.foot1 .foot-link a:hover {
  transform: scale(1.1);
}

.foot1 .sec2 {
  margin-top: 1.406vw;
}

.foot1 .sec2 .t2 {
  margin-bottom: 0.52vw;
}

.foot1 .sec2 .zuo {
  width: 28.385vw;
}

.foot1 .sec2 .you {
  width: 28.385vw;
  text-align: right;
}




.foot2 {
  padding: 0.729vw 0 2.395vw;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.foot2 .you {
  color: #FFF;
  opacity: 0.7;
}






















/* -----------------------------------------首页-------------------------------------- */
.home1 video {
  height: 100vh;
  object-fit: cover;
}

.home2 {
  padding: 5.208vw 0 2.5vw;
  text-align: center;
}

.home2 .t2 {
  display: inline;
}

.home2 .t2 div:nth-child(1)::first-letter {
  /* color: #254304; */
}

.home2 .icon {
  width: 1.875vw;
  margin-top: 0.312vw;
}

.playbtn {
  width: 4.166vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease .3s;
  z-index: 10;
  cursor: pointer;
}

.playbtn:hover {
  transform: translate(-50%, -50%) scale(0.9);
}

.C-shipin {
  position: relative;
}

.C-shipin .poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.C-shipin.on .poster {
  display: none;
}

.C-shipin.on .playbtn {
  display: none;
}

.playbtn img {
  width: 100%;
}

.home3 {
  padding: 0 0 6.25vw;
  position: relative;
}

.home3 .pic {
  width: 37.083vw;
  margin: 0 auto;
  z-index: 5;
}

.home3 .aniText {
  -webkit-text-stroke: 0.052vw #000;
  color: transparent;
  font-family: Montserrat;
  font-size: 10.312vw;
  font-style: normal;
  font-weight: 600;
  opacity: 0.15;
  width: 100%;
  overflow: hidden;


  position: absolute;
  left: 0;
  bottom: 5.468vw;
  z-index: 1;

  display: none;
}

.home3 .aniText .textWrap {
  display: flex;
  width: max-content;
  animation: ani1 25s linear infinite;
  line-height: 1;
}

@keyframes ani1 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.home4 {
  width: 93.75vw;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-clip-path: inset(0% 35% round 2.083vw);
  margin-top: 5.208vw;
}

.home4 .main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4.166vw 3.125vw;
}

.home4 .main .intr_1 {
  /* width: 45.833vw; */
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.home4 .main .intr {
  /* width: 45.833vw; */
  color: #FFF;
  width: 100%;
}


.home4 .main .intr .t1_1 {
  width: 45.883vw;
  font-size: 2vw;
}

.home4 .main .intr .t2_1 {
  width: 45.883vw;
}

.home4 .main .intr .t3_1 {
  font-size: 2vw;
}

.home .main .intr_center {
  width: 100%;
}

.home .main .intr_center .intr_t1{
  margin: 0 auto;
  text-align: center;
}


.home4 .main .intr .t1 {
  background: linear-gradient(90deg, #5FFFBA 2.72%, #29A46F 90.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.041vw;
}

.home5 {
  background: url('/https/www.deepgreenx.com/img/home5-1.jpg') no-repeat center top/contain;
}

.home5 .t1 {
  color: #000;
  width: 47.656vw;
  line-height: 1.7;
}

.home5 .t2 {
  display: inline;
}

.home5 .t2 div:nth-child(1)::first-letter {
  /* color: #254304; */
}

.home5 .pic {
  margin-top: 2.604vw;
}

.home6 {
  padding: 5.208vw 0 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.home6 .bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -40%;
  width: 100%;
  height: 180%;
  z-index: 1;
}

.home6 .Ewrap {
  position: relative;
  z-index: 5;
}

.home6 .sec {
  padding-bottom: 7.187vw;
}

.home6 .sec .list {
  margin-top: 2.604vw;
  gap: 1.562vw;
}

.home6 .sec .list .ev {
  padding: 1.25vw 1.041vw;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(0.937vw);
  color: #fff;
}

.home6 .sec .list .ev .icon {
  width: 3.125vw;
}

.home6 .sec .list .ev .t2 {
  margin: 0.937vw 0 0.781vw;
}

.home7 {
  padding: 6.25vw 12.708vw;
  background: url('/https/www.deepgreenx.com/img/home7-1.jpg') no-repeat center top/contain;
  padding-bottom: 0;
}

.home7 .t2 {
  margin-top: 1.666vw;
}

.home7 .pic {
  margin-top: 2.604vw;
}

.home8 .main {
  padding: 6.77vw 0 14.166vw;
  position: relative;
}

.home8 .main .bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 53.333vw;
}

.home8 .main .list {
  gap: 4.166vw;
}

.home8 .main .list .ev {
  border-radius: 6px;
  background: #FFF;
  backdrop-filter: blur(0.104vw);
  overflow: hidden;
  cursor: pointer;
}

.home8 .main .list .ev:hover {
  box-shadow: 0 0 0.26vw #dddddd;
}

.home8 .main .list .ev .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.52vw;
  background: rgba(255, 255, 255, 0.9);

  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.home8 .main .list .ev:hover .intr {
  opacity: 1;
  pointer-events: visible;
}

.home-title .t1::first-letter {
  /* color: #254304; */
}

.home9 {
  padding: 6.25vw 12.708vw;
}

.home .lazyImg {
  
}

.home9 .main {
  padding: 6.614vw 0;
}

.home9 .main .zuo {
  width: 32.395vw;
  margin: 0 5.208vw 0 0;
}

.home9 .you {
  flex: 1;
}

.home9 .you .swiper {
  height: 35.26vw;
}

.home9 .you .swiper-slide {
  position: relative;
  height: auto;
}

.home9 .you .swiper-slide .intr {
  width: 47.656vw;
  opacity: 0;
  transition: all ease .3s;
}

.home9 .you .swiper-slide-active .intr {
  opacity: 1;
}

.home9 .you .swiper-slide-active .intr2 {
  opacity: 0;
}

.home9 .you .swiper-slide .intr2 {
  width: 42.031vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.home9 .you span {
  font-size: 2.812vw;
}

.home9 .you span::first-letter {
  color: #254304;
}

.home9 .swiper-scrollbar {
  border-right: 1px solid rgba(37, 67, 4, 0.4);
  background: transparent;
  border-radius: 0;
  width: 0.312vw;
}

.home9 .swiper-scrollbar-drag {
  background: var(--color);
  border-radius: 0;
  left: 0.156vw;
}

.home11 {
  position: relative;
}

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

.home11 .intr {
  position: relative;
  z-index: 5;
  padding: 5.208vw 0 9.062vw;
  color: #fff;
}

.home11 .intr .t2 {
  margin-top: 2.083vw;
}