@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "jiangxizhuokai";
  src: url("../font/jiangxizhuokai.woff2");
  /* font-weight: bold;
    font-style: italic; */
}

@font-face {
  font-family: "jixiang";
  src: url("../font/字体圈欣意吉祥宋.woff2");
  /* font-weight: bold;
    font-style: italic; */
}

@font-face {
  font-family: "SourceHan-Light";
  src: url(../font/SourceHanSerifCN-Light-5.woff2);
}

@font-face {
  font-family: "SourceHan-Regular";
  src: url(../font/SourceHanSerifCN-Regular-1.woff2);
}

@font-face {
  font-family: "SourceHan-Bold";
  src: url(../font/SourceHanSerifCN-Bold-2.woff2);
}

@font-face {
  font-family: "SourceHan-SemiBold";
  src: url(../font/SourceHanSerifCN-SemiBold-7.woff2);
}

.hide {
  opacity: 0 !important;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs36 {
  font-size: 36px;
}

.fs48 {
  font-size: 48px;
}

.fs52 {
  font-size: 52px;
}

.fs55 {
  font-size: 55px;
}

.fs58 {
  font-size: 58px;
}

.fs75 {
  font-size: 75px;
}

.fs105 {
  font-size: 105px;
}

.fs124 {
  font-size: 124px;
}

.w83p {
  width: 83%;
  margin: 0 auto;
}

.w80p {
  width: 80%;
  margin: 0 auto;
}

.opening-ani {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.opening-ani .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
}

.opening-ani .trims-font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
  color: #002f30;
  font-family: "jiangxizhuokai";
  width: 80%;
  text-align: center;
}

.opening-ani .trims-font .sp {
  color: #336d40;
}

.opening-ani .show-iron {
  position: absolute;
  width: 228px;
  height: 182px;
  bottom: 49%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.opening-ani .show-iron img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 0;
}

.opening-ani .show-iron span {
  /* position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    z-index: 1; */
  color: #220000;
  line-height: 1;
  text-align: center;
  font-family: "SourceHan-SemiBold";
}

.link-menu {
  margin: 96px auto 0;
  display: flex;
  position: relative;
  z-index: 2;
}

.link-menu .bookmark {
  width: 165px;
  height: 41px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  margin-right: 72px;
}

.link-menu .bookmark::before {
  width: 100%;
  height: 1px;
  content: "";
  bottom: 1px;
  left: 0;
  background-color: #d5d5d5;
  position: absolute;
  z-index: 1;
}

.link-menu .bookmark::after {
  width: 0%;
  height: 1px;
  content: "";
  bottom: 1px;
  left: 0;
  background-color: #3f9c69;
  position: absolute;
  z-index: 2;
}

.link-menu .bookmark .jiange {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.link-menu .bookmark span {
  line-height: 1;
  color: #333333;
  font-family: "SourceHan-SemiBold";
  text-decoration: none;
  opacity: 0.75;
}

.link-menu .bookmark .iron {
  width: 13px;
  height: 7px;
  background-image: url("/static/img/to-buttom-b.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.3s;
}

.link-menu .bookmark:hover span {
  color: #00843b;
}

.link-menu .bookmark:hover .iron {
  background-image: url("/static/img/to-buttom-g.png");
  animation: iron-top-buttom 1s linear infinite;
}

.link-menu .bookmark:hover::after {
  animation: line-length 4s infinite linear;
}

.nothing {
  display: none !important;
}

.button-1 {
  width: 198px;
  height: 66px;
  border-radius: 33px;
  border: 1px solid #d9d9d9;
  position: relative;
  font-size: 16px;
}

.bg-g {
  background: #e4fade;
  border: none;
}

.button-1 .first {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "SourceHan-Bold";
  color: #666666;
  transition: all 0.5s;
}

.button-1 .second {
  position: absolute;
  top: 80%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  font-family: "SourceHan-Bold";
  color: #ffffff;
  transition: all 0.5s;
}

.button-1 .trims {
  width: 66px;
  height: 66px;
  border-radius: 33px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background-color: #009944;
  transition: all 0.3s;
}

.button-1 .trims img {
  position: absolute;
  right: 33px;
  top: 33px;
  transform: translate(50%, -50%);
}

.button-1:hover .trims {
  width: 100%;
}

.button-1:hover .first {
  top: 30%;
  opacity: 0;
}

.button-1:hover .second {
  top: 50%;
  opacity: 1;
}

.button-2 {
  width: 144px;
  height: 47px;
  border-radius: 33px;
  border: 1px solid #d9d9d9;
  position: relative;
}

.bg-2 {
  background-color: #e4fade;
}

.button-2 .first {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "SourceHan-Bold";
  font-size: 14px;
  color: #666666;
  transition: all 0.5s;
}

.button-2 .second {
  position: absolute;
  top: 80%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  font-family: "SourceHan-Bold";
  font-size: 14px;
  color: #ffffff;
  transition: all 0.5s;
}

.button-2 .trims {
  width: 47px;
  height: 47px;
  border-radius: 24px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background-color: #009944;
  transition: all 0.3s;
}

.button-2 .trims img {
  position: absolute;
  right: 22px;
  top: 22px;
  transform: translate(50%, -50%);
}

.button-2:hover .trims {
  width: 100%;
}

.button-2:hover .first {
  top: 30%;
  opacity: 0;
}

.button-2:hover .second {
  top: 50%;
  opacity: 1;
}

.button-3 {
  width: 198px;
  height: 66px;
  border-radius: 33px;
  border: 1px solid #d9d9d9;
  position: relative;
}

.button-3 .first-1 {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "SourceHan-Bold";
  color: #666666;
  transition: all 0.5s;
}

.button-3 .second-2 {
  position: absolute;
  top: 80%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  font-family: "SourceHan-Bold";
  color: #ffffff;
  transition: all 0.5s;
}

.button-3 .trims {
  width: 66px;
  height: 66px;
  border-radius: 33px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background-color: #009944;
  transition: all 0.3s;
}

.button-3 .trims img {
  position: absolute;
  right: 33px;
  top: 33px;
  transform: translate(50%, -50%);
}

.button-3:hover .trims {
  width: 100%;
}

.button-3:hover .first-1 {
  top: 30%;
  opacity: 0;
}

.button-3:hover .second-2 {
  top: 50%;
  opacity: 1;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.header-slide {
  width: 100%;
  position: relative;
  transition: all 0.5s;
  z-index: 2;
}

.header .header-inner {
  height: 86px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header .menu-list-part {
  width: 33%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu-list-part.sp {
  width: 28%;
}

.header .menu-list-part a {
  color: #ffffff;
  text-decoration: none;
  font-weight: lighter;
  font-family: "jixiang";
  line-height: 1;
}

.header .menu-list-part .menu-logo {
  display: flex;
  font-size: 39.5px;
  color: #ffffff;
  line-height: 1;
  margin: 0 auto;
  align-items: flex-start;
}

.header .menu-list-part .menu-logo span {
  white-space: nowrap;
}

.header .menu-list-part .menu-link {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .menu-list-part .menu-link .other-link a {
  margin-bottom: 10px;
}

.header .menu-list-part .menu-link .other-link {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  width: 150%;
  background-color: #00843b;
  border-radius: 15px;
  padding: 15px 10px;
  transition: all 0.3s;
  display: none;
}

.header .menu-list-part .menu-link:hover .other-link {
  display: flex !important;
}

.header .menu-list-part .menu-logo:hover {
  color: #059c3c !important;
}

.header.second-2 .menu-list-part .first-a {
  color: #0f2d18;
  text-decoration: none;
  font-weight: lighter;
  font-family: "jixiang";
  line-height: 1;
}

.header .menu-list-part a:hover {
  color: #059c3c !important;
}

.header .menu-list-part .other-link a:hover {
  color: #0f2d18 !important;
}

.header.second-2 .menu-list-part .menu-logo {
  display: flex;
  font-size: 39.5px;
  color: #0f2d18;
  line-height: 1;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.header .menu-list-part .menu-logo img {
  margin-right: 10px;
  height: 100%;
  object-fit: cover;
}

.header .header-banner {
  width: 100%;
  /* height: calc(100vh - 86px); */
  position: relative;
  opacity: 0;
  z-index: -2;
}

.header .header-banner .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.header .header-banner .trims-font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  font-family: "jiangxizhuokai";
}

.header .header-banner .trims-font .sp {
  color: #336d40;
}

.header .left-trims {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translate(0%, -50%);
  width: 30px;
  height: 20px;
  transition: all 0.3s;
  cursor: pointer;
  /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end; */
}

.header .left-trims.on {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.header .right-trims {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  z-index: 2;
}

.header .right-trims .telphone {
  position: relative;
  width: 40px;
  height: 40px;
  /* border: 1px solid #ffffff; */
  background-color: #f7eca0;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header .right-trims .store {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header .right-trims .store .hover-store {
  top: 125%;
  /* height: 123px; */
  height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 15px 5px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
}

.header .right-trims .store .sp {
  height: 123px;
  opacity: 1;
  transition: all 0.3s;
}

.header .right-trims .store .hover-store img {
  height: 25px;
  object-fit: contain;
  margin: 0 0 7px;
}

.header .right-trims .store .hover-store img:last-of-type {
  margin: 0;
}

.header .left-trims .line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s;
}

.header .left-trims .line:first-of-type {
  top: 0%;
}

.header .left-trims .line:last-of-type {
  top: 100%;
}

.header .left-trims.on .line {
  opacity: 0;
}

.header .left-trims.on .line:first-of-type {
  transform: rotate(-45deg);
  opacity: 1;
  top: 50%;
}

.header .left-trims.on .line:last-of-type {
  transform: rotate(45deg);
  opacity: 1;
  top: 50%;
}

.header .right-part {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 100vh;
  background: #ffffff;
  transition: all 0.5s;
  padding: 6.822vw 0 0 6.822vw;
  box-sizing: border-box;
}

.header .right-part .menu-list-2 {
  width: 74%;
  display: flex;
  flex-direction: column;
}

.header .right-part .menu-list-2 .menu-list-2-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 2.2vw;
}

.header .right-part .menu-list-2 .menu-list-2-item .top-part {
  width: 100%;
  height: 68px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #e6e6e6;
}

.header .right-part .menu-list-2 .menu-list-2-item .top-part .link-title {
  transition: all 0.3s;
  line-height: 1;
  font-family: "SourceHan-Bold";
}

.header .right-part .menu-list-2 .menu-list-2-item .top-part .more {
  width: 35px;
  height: 35px;
  background-color: #f8fef6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/static/img/torightg.png");
  background-size: 14px 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.header .right-part .menu-list-2 .menu-list-2-item.sp .top-part .more {
  background-image: url("/static/img/toright.png");
}

.header .right-part .menu-list-2 .menu-list-2-item .buttom-part-2 {
  width: 100%;
  padding: 0px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.3s;
  height: 0px;
  overflow: hidden;
}

.header .right-part .menu-list-2 .menu-list-2-item .buttom-part-2 a {
  height: 2em;
  margin: 0 3.38vw 1vw 0;
  /* margin: 0 65px 27px 0; */
  color: #999999;
  text-decoration: none;
  transition: all 0.3s;
  overflow: hidden;
  font-family: "SourceHan-Regular";
}

.header .right-part .menu-list-2 .menu-list-2-item .buttom-part-2 a:hover {
  color: #336d40;
  font-weight: bold;
}

.header .right-part .menu-list-2 .sp .top-part .link-title {
  color: #03843c;
}

.header .right-part .menu-list-2 .sp .top-part .more {
  background-color: #009944;
}

.header .right-part .menu-list-2 .sp .buttom-part-2 {
  padding: 42px 0 0;
  height: 70px;
}

.header .right-part .menu-list-2 .sp .buttom-part-2 a {
  transition: all 0.3s;
}

.header .buttom-part {
  position: absolute;
  /* bottom: 0; */
  top: 0px;
  left: -50%;
  width: 50%;
  height: 100vh;
  background: #39a935;
  transition: all 0.5s;
}

.header .buttom-part .trims-font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  font-family: "jiangxizhuokai";
  width: 80%;
  text-align: center;
}

.header .buttom-part .trims-font .sp {
  color: #336d40;
}

.header .buttom-part .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.m-sp .header-slide {
  width: 50%;
}

.m-sp .header-slide .menu-list-part.fs24 {
  opacity: 0;
}

.m-sp .right-part {
  left: 50%;
}

.m-sp .buttom-part {
  left: 0 !important;
}

.index-banner-swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.index-banner-swiper .swiper-choice-2 {
  position: absolute;
  z-index: 2;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-banner-swiper .swiper-choice-2 .point {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff79;
  margin: 0 10px;
  transition: all 0.3s;
  cursor: pointer;
}

.index-banner-swiper .swiper-choice-2 .point.show {
  width: 15px;
  height: 15px;
  background-image: url("/static/img/swiper-iron.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(255, 255, 255, 0);
}

.index-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.index-banner .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.index-banner .trims-font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  z-index: 2;
  color: #ffffff;
  font-family: "jiangxizhuokai";
}

.index-banner .trims-font .sp {
  color: #059c3c;
}

.index-slide-2 {
  width: 100%;
  height: 838px;
  position: relative;
  overflow: hidden;
}

.index-slide-2 .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}

.index-slide-2 .cloud {
  width: 100%;
  height: 1100px;
  position: absolute;
  z-index: 2;
  background: url(../img/cloud-2.png);
  background-position-y: bottom;
  background-repeat: repeat-x;
  animation: cloud-ani linear 120s infinite forwards;
}

@keyframes cloud-ani {
  0% {
    background-position-x: 0px;
  }

  100% {
    background-position-x: 10000px;
  }
}

.index-slide-2 .text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}

.index-slide-2 .text .title {
  font-family: "jixiang";
  color: #0f2d18;
  margin: 191px 0 0;
  line-height: 1;
  text-align: center;
}

.index-slide-2 .text .summary {
  margin: 50px 0 0;
  color: #000000;
  line-height: 32px;
  text-align: center;
  font-family: "SourceHan-Regular";
}

.index-slide-3 {
  width: 100%;
  height: 781px;
  position: relative;
  background-color: #fffdf5;
  padding-top: 95px;
  overflow: hidden;
}

.index-slide-3 .top-part {
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-slide-3 .top-part .title {
  font-family: "jixiang";
  line-height: 1;
  color: #0f2d18;
}

.index-slide-3 .swiper-part-1 {
  width: 91.5%;
  height: 367px;
  margin: 43px 0 0 8.5%;
  overflow: unset !important;
}

.index-slide-3 .swiper-part-2-2 {
  width: 91.5%;
  height: 367px;
  margin: 43px 0 0 8.5%;
  overflow: unset !important;
}

.index-slide-3 .swiper-part-3-3 {
  width: 91.5%;
  height: 367px;
  margin: 43px 0 0 8.5%;
  overflow: unset !important;
}

.index-slide-3 .swiper-part-4-4 {
  width: 91.5%;
  height: 367px;
  margin: 43px 0 0 8.5%;
  overflow: unset !important;
}

.index-slide-3 .swiper-part-5-5 {
  width: 91.5%;
  height: 367px;
  margin: 43px 0 0 8.5%;
  overflow: unset !important;
}

.index-slide-3 .swiper-slide {
  position: relative;
  top: 0;
  transition: all 1.5s;
}

.index-slide-3 .normaltop {
  top: 0px !important;
}

.index-slide-3 .swiper-slide .jiange {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f4f8e9;
  transition: all 0.5s;
}

.index-slide-3 .swiper-slide img {
  width: 45%;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.5s;
}

.index-slide-3 .swiper-slide .product-title {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 1;
  color: #0b500d;
  font-family: "SourceHan-Bold";
  transition: all 0.5s;
}

.index-slide-3 .swiper-slide:hover .jiange {
  height: 120% !important;
}

.index-slide-3 .swiper-slide .product-sumary {
  position: absolute;
  top: 83%;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  line-height: 20px;
  color: #ffffff;
  font-family: "SourceHan-Bold";
  transition: all 0.5s;
  text-align: center;
}

.index-slide-3 .swiper-slide:hover .jiange {
  background-color: #00843b;
}

.index-slide-3 .swiper-slide:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.index-slide-3 .swiper-slide:hover .jiange .product-title {
  color: #ffffff;
}

.index-slide-3 .swiper-slide:hover .jiange .product-sumary {
  opacity: 1;
}

.index-slide-3 .swiper-choice {
  width: 91.5%;
  margin: 43px 0 0 8.5%;
}

.index-slide-3 .swiper-choice svg {
  width: 20px;
  height: 20px;
  position: relative;
  transition: all 0.5s;
  transform: rotate(-90deg);
  cursor: pointer;
}

.index-slide-3 .swiper-choice .one {
  position: absolute;
  top: 0;
  left: 0;
  r: 6px;
  fill: none;
  stroke: #0b500d;
  stroke-width: 1px;
  transform: translate(50%, 50%);
  stroke-dasharray: 0 300;

  animation-play-state: running;
  stroke-dashoffset: 0;
  z-index: 3;
}

.index-slide-3 .swiper-choice .two {
  position: absolute;
  top: 0;
  left: 0;
  r: 6px;
  fill: none;
  stroke: #d0dbc8;
  stroke-width: 1px;
  transform: translate(50%, 50%);
  stroke-dashoffset: 0;
  z-index: 2;
}

.index-slide-3 .swiper-choice .three {
  position: absolute;
  top: 0;
  left: 0;
  r: 6px;
  fill: none;
  stroke-width: 0px;
  transform: translate(50%, 50%);
  stroke-dashoffset: 0;
}

.index-slide-3 .swiper-choice .show .one {
  r: 8px;
  /* animation: 6s linear infinite running circle-lang; */
}

.index-slide-3 .swiper-choice .show .two {
  r: 8px;
}

.index-slide-3 .swiper-choice .show .three {
  fill: #0b500d;
}

@keyframes circle-lang {
  0% {
    stroke-dasharray: 0 300;
  }

  100% {
    stroke-dasharray: 50 300;
  }
}

@keyframes circle-lang-2 {
  0% {
    stroke-dasharray: 0 300;
  }

  100% {
    stroke-dasharray: 50 300;
  }
}

.index-slide-4 {
  width: 100%;
  height: 936px;
  position: relative;
}

.index-slide-4 .bg-div {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.index-slide-4 .bg-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  transform: translateY(-25%);
  transition: all 0.6s;
}

.index-slide-4 .bg-div .first {
  transform: translateY(0%);
  z-index: 5;
}

.index-slide-4 .jiange {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.index-slide-4 .jiange .left-part {
  padding: 200px 0 0;
}

.index-slide-4 .jiange .left-part span {
  color: #ffffff;
  line-height: 1;
  font-family: "jixiang";
}

.index-slide-4 .jiange .right-part {
  width: 65%;
  height: 735px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 145px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.index-slide-4 .jiange .right-part::-webkit-scrollbar {
  position: relative;
  left: 5px;
  width: 6px;
  display: none;
}

.index-slide-4 .jiange .right-part::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #777;
}

.index-slide-4 .jiange .trims-mouse {
  position: absolute;
  top: 145px;
  right: -10px;
  z-index: 3;
  width: 20px;
  object-fit: cover;
  animation: mouse-ani 4s linear infinite;
}

@keyframes mouse-ani {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }

  40% {
    opacity: 0.6;
    transform: translateY(-10px);
  }

  60% {
    opacity: 1;
    transform: translateY(0px);
  }

  80% {
    opacity: 0.6;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.index-slide-4 .jiange .right-part .show-item {
  width: calc(100% - 90px);
  height: 240px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  cursor: pointer;
}

.index-slide-4 .jiange .right-part .show-item .number {
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1;
  opacity: 0.2;
  transition: all 0.3s;
}

.index-slide-4 .jiange .right-part .show-item .title {
  color: #ffffff;
  line-height: 1;
  font-family: "jixiang";
  opacity: 0.2;
  transition: all 0.3s;
  transform: translate(50%, 0);
  text-align: right;
}

.index-slide-4 .jiange .right-part .show-item .title .hide {
  transition: all 0.3s;
  opacity: 0;
}

.index-slide-4 .jiange .right-part .show-item .summary {
  color: #ffffff;
  line-height: 1.5em;
  font-family: "SourceHan-Regular";
  margin: 35px 0 0;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(100%, 0);
  text-align: end;
}

.index-slide-4 .jiange .right-part .sp .number {
  opacity: 1 !important;
}

.index-slide-4 .jiange .right-part .sp .title {
  opacity: 1 !important;
  transform: translate(0, 0);
}

.index-slide-4 .jiange .right-part .sp .title .hide {
  opacity: 1 !important;
  display: inline;
}

.index-slide-4 .jiange .right-part .sp .summary {
  opacity: 1 !important;
  transform: translate(0%, 0);
}

.index-slide-4 .jiange .right-part .trims-line {
  width: 70px;
  height: 1440px;
  position: absolute;
  right: 10px;
}

.index-slide-4 .jiange .right-part .trims-line .line-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all;
  transition: all 0.3s;
}

.index-slide-4 .jiange .right-part .trims-line .line-item .circle {
  width: 10px;
  height: 10px;
  outline: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 230px;
  flex-shrink: 0;
}

.index-slide-4 .jiange .right-part .trims-line .line-item .circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-slide-4 .jiange .right-part .trims-line .line-item .circle.show {
  width: 25px;
  height: 25px;
  margin-bottom: 215px;
}

.index-slide-4 .jiange .right-part .trims-line .line-item .line-main {
  position: absolute;
  top: 10px;
  width: 1px;
  height: 99%;
  background-color: #ffffff;
}

.index-slide-5 {
  width: 100%;
  height: 911px;
  position: relative;
  overflow: hidden;
}

.index-slide-5 .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
}

.index-slide-5 .jiange {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.index-slide-5 .jiange .left-part {
  width: 50%;
  height: 802px;
  position: relative;
}

.index-slide-5 .jiange .left-part .product-show {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 10;
  background-color: #00662e;
  transition: all 0.5s;
}

.normalscale {
  /* opacity: 1!important; */
  transform: scale(1) translate(0, 0) !important;
}

.index-slide-5 .jiange .left-part .trims-page-0 {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  z-index: 10;
}

.index-slide-5 .jiange .left-part .trims-page-1 {
  opacity: 0.25;
  transform: scale(0.9) translate(-10%, 0);
  z-index: 9;
}

.index-slide-5 .jiange .left-part .trims-page-2 {
  opacity: 0.14;
  transform: scale(0.8) translate(-23%, 0);
  z-index: 8;
}

.index-slide-5 .jiange .left-part .trims-page-3 {
  opacity: 0.08;
  transform: scale(0.7) translate(-38%, 0);
  z-index: 7;
}

.index-slide-5 .jiange .right-part {
  width: 50%;
  height: 802px;
  box-sizing: border-box;
  padding: 170px 0 0 87px;
}

.index-slide-5 .jiange .right-part .title {
  line-height: 1;
  color: #0f2d18;
  font-family: "jixiang";
  margin: 0 0 70px;
}

.index-slide-5 .jiange .right-part .summary {
  line-height: 1.5em;
  color: #0f2d18;
  margin: 0 0 98px;
  font-family: "SourceHan-Regular";
}

.index-slide-5 .jiange .right-part .summary .layer {
  position: absolute;
  opacity: 0;
  transform: translate(15%, 0);
  transition: all 0.5s;
}

.index-slide-5 .jiange .right-part .summary .show {
  opacity: 1;
  transform: translate(0, 0);
}

.index-slide-5 .jiange .right-part .summary-choice {
  margin: 215px 0 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  left: -40px;
}

.index-slide-5 .jiange .right-part .summary-choice-item {
  width: 130px;
  height: 156px;
  box-sizing: border-box;
  padding: 20px 0 0;
  background: url(../img/summary-choice-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: "SourceHan-Bold";
  color: #17803d;
  font-weight: bold;
  margin-right: 50px;
  cursor: pointer;
  flex-shrink: 0;
}

.index-slide-5 .jiange .right-part .summary-choice-item:hover {
  animation: rain-ani 2s infinite forwards;
}

@keyframes rain-ani {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.index-slide-5 .jiange .right-part .summary-choice-item:nth-child(2n) {
  background: url(../img/summary-choice-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.index-slide-6 {
  width: 100%;
  height: 555px;
  position: relative;
  padding-top: 129px;
  box-sizing: border-box;
  overflow: hidden;
}

.index-slide-6 .top-part {
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 75px;
}

.index-slide-6 .top-part .title {
  font-family: "jixiang";
  line-height: 1;
  color: #0f2d18;
}

.index-slide-6 .buttom-part {
  height: 210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-slide-6 .buttom-part .news-item {
  width: 28%;
  height: 100%;
  padding-top: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.index-slide-6 .buttom-part .trims-line {
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  margin: 0 3.5%;
}

.index-slide-6 .buttom-part .news-item .title {
  line-height: 1.2em;
  color: #333333;
  font-family: "SourceHan-Bold";
  margin: 0 0 25px;
  transition: all 0.3s;
}

.index-slide-6 .buttom-part .news-item .summary {
  line-height: 1.6em;
  color: #666666;
  font-family: "SourceHan-Regular";
  margin: 0 0 45px;
  transition: all 0.3s;
}

.index-slide-6 .buttom-part .news-item .timeshow {
  line-height: 1;
  color: #666666;
  transition: all 0.3s;
}

.index-slide-6 .buttom-part .news-item:hover .title {
  color: #009944;
}

.index-slide-6 .buttom-part .news-item:hover .summary {
  color: #333333;
}

.index-slide-6 .buttom-part .news-item:hover .timeshow {
  color: #333333;
}

.footer {
  width: 100%;
  position: relative;
  height: 624px;
  background: url(../img/footer-bg.png) no-repeat;
  background-size: cover;
  padding-top: 103px;
  box-sizing: border-box;
  overflow: hidden;
}

.footer .footer-main {
  height: 475px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .footer-main .left-part {
  display: flex;
  flex-direction: column;
}

.footer .footer-main .left-part .iron {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

.footer .footer-main .left-part .iron img {
  margin-right: 20px;
}

.footer .footer-main .left-part .iron span {
  color: #ffffff;
  line-height: 1;
  font-family: "jixiang";
}

.footer .footer-main .left-part .link-address {
  display: flex;
  flex-direction: column;
  margin: 0 0 62px;
}

.footer .footer-main .left-part .link-address span {
  color: #ffffff;
  line-height: 1.5em;
  margin: 0 0 15px;
  opacity: 0.8;
}

.footer .footer-main .left-part .share-way {
  display: flex;
}

.footer .footer-main .left-part .share-way .share-item {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  outline: 1px solid #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.3s;
  margin-right: 10px;
}

.footer .footer-main .left-part .share-way .douyin {
  background-image: url("/static/img/douyin-w.png");
  transition: all 0.3s;
}

.footer .footer-main .left-part .share-way .redbook {
  background-image: url("/static/img/redbook-w.png");
  transition: all 0.3s;
}

.footer .footer-main .left-part .share-way .shopping {
  background-image: url("/static/img/shopping-w.png");
  transition: all 0.3s;
}

.footer .footer-main .left-part .share-way .share-item:hover {
  outline: none;
  background-color: #f5ebc6;
}

.footer .footer-main .left-part .share-way .douyin:hover {
  background-image: url("/static/img/douyin-g.png");
}

.footer .footer-main .left-part .share-way .redbook:hover {
  background-image: url("/static/img/redbook-g.png");
}

.footer .footer-main .left-part .share-way .shopping:hover {
  background-image: url("/static/img/shopping-g.png");
}

.footer .footer-main .right-part {
  display: flex;
  flex-direction: row;
}

.footer .footer-main .right-part .menu-group {
  width: 155px;
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}

.footer .footer-main .right-part .menu-list {
  width: 100%;
  min-height: 215px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding: 20px 0 0;
}

.footer .footer-main .right-part .menu-list a {
  text-decoration: none;
}

.footer .footer-main .right-part .menu-list .trims-line-2 {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff14;
  overflow: hidden;
}

.footer .footer-main .right-part .menu-list .trims-line-2::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  top: 0;
  left: 0;
}

.footer .footer-main .right-part .menu-list:hover .trims-line-2::after {
  animation: line-length 3s infinite linear;
}

@keyframes line-length {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes line-length2 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.footer .footer-main .right-part .menu-list .menu-item {
  font-size: 14px;
  line-height: 1;
  color: #ffffffbf;
  font-family: "SourceHan-Regular";
  margin: 0 0 20px;
}

.footer .footer-main .right-part .menu-list .menu-item:last-of-type {
  margin: 0;
}

.footer .footer-main .right-part .menu-list .first {
  font-size: 24px;
  font-family: "SourceHan-Bold";
  line-height: 1;
  color: #ffffff;
  margin: 0 0 25px;
}

.footer .footer-buttom {
  width: 100%;
  border-top: 1px solid #ffffff19;
}

.footer .footer-buttom .footer-buttom-main {
  height: 44px;
  display: flex;
  align-items: center;
}

.footer .footer-buttom .footer-buttom-main .text {
  font-size: 10px;
  font-family: "SourceHan-Regular";
  line-height: 1;
  color: #ffffff45;
}

.about-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.about-banner .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.about-banner .text-part {
  position: absolute;
  z-index: 2;
  top: 73%;
  left: 8.5%;
}

.about-banner .text-part .title {
  font-family: "SourceHan-SemiBold";
  color: #ffffff;
  line-height: 1;
}

.about-banner .text-part .trims-line {
  margin: 20px 0 35px;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background-color: #00ad40;
}

.about-banner .text-part .summary {
  color: #ffffff;
  line-height: 1;
  font-family: "SourceHan-Light";
  font-weight: lighter;
  opacity: 0.8;
  letter-spacing: 2px;
  /* word-spacing: 1px; */
}

.about-slide-2 {
  width: 100%;
  /* height: 1590px; */
  position: relative;
  display: flex;
  flex-direction: column;
}

.about-slide-2 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.about-slide-2 .first-part {
  margin: 96px auto 0;
  display: flex;
  position: relative;
  z-index: 2;
}

.about-slide-2 .first-part .bookmark {
  width: 165px;
  height: 41px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  margin-right: 72px;
}

.about-slide-2 .first-part .bookmark::before {
  width: 100%;
  height: 1px;
  content: "";
  bottom: 1px;
  left: 0;
  background-color: #d5d5d5;
  position: absolute;
  z-index: 1;
}

.about-slide-2 .first-part .bookmark::after {
  width: 0%;
  height: 1px;
  content: "";
  bottom: 1px;
  left: 0;
  background-color: #3f9c69;
  position: absolute;
  z-index: 2;
}

.about-slide-2 .first-part .bookmark .jiange {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.about-slide-2 .first-part .bookmark span {
  line-height: 1;
  color: #333333;
  font-family: "SourceHan-SemiBold";
  text-decoration: none;
  opacity: 0.75;
}

.about-slide-2 .first-part .bookmark .iron {
  width: 13px;
  height: 7px;
  background-image: url("/static/img/to-buttom-b.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.3s;
}

.about-slide-2 .first-part .bookmark:hover span {
  color: #00843b;
}

.about-slide-2 .first-part .bookmark:hover .iron {
  background-image: url("/static/img/to-buttom-g.png");
  animation: iron-top-buttom 1s linear infinite;
}

@keyframes iron-top-buttom {
  0% {
    top: -5px;
    opacity: 1;
  }

  100% {
    top: 5px;
    opacity: 0;
  }
}

.about-slide-2 .first-part .bookmark:hover::after {
  animation: line-length 4s infinite linear;
}

.about-slide-2 .second-part {
  height: 405px;
  margin: 170px auto 0;
  position: relative;
  z-index: 2;
}

.about-slide-2 .second-part .explain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-slide-2 .second-part .explain .title {
  width: 32%;
  line-height: 1.2em;
  color: #0f2d18;
  font-family: "jixiang";
  position: relative;
  transform: translate(-50px, 0);
  opacity: 0;
  transition: all 0.5s;
}

.about-slide-2 .second-part .explain .summary {
  width: 45%;
  height: 14em;
  overflow: auto;
  margin-top: 18px;
  line-height: 1.8em;
  color: #333333;
  font-family: "SourceHan-Regular";
  position: relative;
  transform: translate(0, -50px);
  opacity: 0;
  transition: all 0.5s;
}

.about-slide-2 .second-part .explain .summary::-webkit-scrollbar {
  width: 4px;
}

.about-slide-2 .second-part .explain .summary::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 2px;
}

.about-slide-2 .second-part .show .title {
  transform: translate(0, 0);
  opacity: 1;
}

.about-slide-2 .second-part .show .summary {
  transform: translate(0, 0);
  opacity: 1;
}

.about-slide-2 .third-part {
  margin-left: 8.5%;
  width: 91.5%;
  position: relative;
  z-index: 2;
  margin-bottom: 52px;
}

.about-slide-2 .third-part .swiper-part-3 {
  width: 100%;

  height: 100%;
}

.about-slide-2 .third-part .swiper-part-3 .swiper-slide {
  width: 280px;
  height: 90px;
  border-radius: 15px;
  background-color: #f5f5f580;
  border: 1px solid #d6d7d7;
  font-family: "SourceHan-Regular";
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
  text-align: center;
}

.about-slide-2 .third-part .swiper-part-3 .swiper-slide:hover {
  background-color: #ffffffa5;
  border: 1px solid #2aa460;
  font-family: "SourceHan-SemiBold";
}

.about-slide-2 .third-part .swiper-part-3 .show {
  background-color: #ffffffa5;
  border: 1px solid #2aa460;
  font-family: "SourceHan-SemiBold";
}

.about-slide-2 .forth-part {
  position: relative;
  z-index: 2;
  height: 2px;
}

.about-slide-2 .forth-part .trims-line {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #cccccc;
}

.about-slide-2 .forth-part .trims-line .other {
  position: absolute;
  width: 0%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #009944;
  animation: line-length 6s forwards linear;
}

.about-slide-2 .fifth-part {
  margin: 105px auto 50px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.about-slide-2 .fifth-part .title {
  color: #0f2d18;
  line-height: 1;
  font-family: "jixiang";
}

.about-slide-2 .fifth-part .main {
  margin: 65px 0 0;
  width: 100%;
  /* height: 425px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-slide-2 .fifth-part .main .main-item {
  width: 22%;
  height: 425px;
  border-radius: 15px;
  outline: 1px solid #dfdfdf;
  background-color: #ffffff72;
  padding: 54px 0 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

.about-slide-2 .fifth-part .main .main-item .iron {
  width: 75px;
  height: 90px;
  background-image: url("/static/img/rain-w.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 160px;
  transition: all 0.3s;
  flex-shrink: 0;
}

.about-slide-2 .fifth-part .main .main-item .iron .iron-inner {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 8px;
}

.about-slide-2 .fifth-part .main .main-item .iron .type-1 {
  background-image: url("/static/img/light-g.png");
}

.about-slide-2 .fifth-part .main .main-item .iron .type-2 {
  background-image: url("/static/img/jiazhi.png");
}

.about-slide-2 .fifth-part .main .main-item .iron .type-3 {
  background-image: url("/static/img/brid-g.png");
}

.about-slide-2 .fifth-part .main .main-item .iron .type-4 {
  background-image: url("/static/img/jian-g.png");
}

.about-slide-2 .fifth-part .main .main-item .title {
  color: #012102;
  line-height: 1;
  font-family: "SourceHan-SemiBold";
  margin: 0 0 25px;
  transition: all 0.3s;
}

.about-slide-2 .fifth-part .main .main-item .summary {
  color: #0f2d18;
  line-height: 1;
  font-family: "SourceHan-Regular";
  transition: all 0.3s;
}

.about-slide-2 .fifth-part .main .main-item:hover {
  background-color: #00843b;
}

.about-slide-2 .fifth-part .main .main-item:hover .iron {
  background-image: url("/static/img/rain-g.png");
}

.about-slide-2 .fifth-part .main .main-item:hover .title {
  color: #ffffff;
}

.about-slide-2 .fifth-part .main .main-item:hover .summary {
  color: #ffffff;
}

.about-slide-3 {
  width: 100%;
  height: 937px;
  position: relative;
  box-sizing: border-box;
  padding-top: 190px;
  display: flex;
  flex-direction: column;
}

.about-slide-3 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  top: 0;
  left: 0;
  overflow: hidden;
}

.about-slide-3 .title {
  position: relative;
  z-index: 3;
  line-height: 1;
  font-family: "jixiang";
  height: 100px;
}

.about-slide-3 .longtitle {
  line-height: 1.5em;
  font-family: "SourceHan-Regular";
  color: #ffffffba;
  position: relative;
  z-index: 3;
}

.about-slide-3 .title .before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12em;
  color: #ffffff38;
  /* 要设置不允许换行，且溢出隐藏 */
  white-space: nowrap;
  overflow: hidden;
}

@keyframes typingWords {
  0% {
    width: 0;
  }
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
}

.about-slide-3 .title .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 12em;
  color: #ffffff38;
}

.about-slide-3 .show-main {
  margin: 34px auto 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.about-slide-3 .show-main .show-item {
  width: 100%;
  height: 160px;
  padding-left: 66px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffffbf;
}

.about-slide-3 .show-main .show-item .left-part {
  line-height: 1;
  color: #ffffff59;
  font-family: "SourceHan-SemiBold";
  transition: all 0.5s;
}

.about-slide-3 .show-main .show-item .right-part {
  font-size: 16px;
  line-height: 1;
  color: #ffffff7f;
  font-family: "SourceHan-SemiBold";
  transition: all 0.5s;
}

.about-slide-3 .show-main .show-item .right-part .number {
  transition: all 0.2s;
}

.about-slide-3 .show-main .show-item:hover .left-part {
  color: #ffffff;
}

.about-slide-3 .show-main .show-item:hover .right-part {
  color: #ffffff;
  font-size: 24px;
}

.about-slide-3 .show-main .show-item:hover .right-part .number {
  font-size: 48px;
}

.about-slide-3 .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0px);
  transition: all 1s;
  z-index: 2;
}

.NowShow .title .before {
  color: #ffffff;
  animation: typingWords 1s steps(15) forwards, cursor 0.5s steps(1) infinite;
}

.NowShow .filter {
  backdrop-filter: blur(6px);
}

.about-slide-4 {
  width: 100%;
  height: 660px;
  position: relative;
  padding-top: 150px;
  box-sizing: border-box;
}

.about-slide-4 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  top: 0;
  left: 0;
}

.about-slide-4 .title {
  color: #0f2d18;
  line-height: 1;
  font-family: "jixiang";
  position: relative;
  z-index: 2;
}

.about-slide-4 .year-choice {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #cccccc;
}

.about-slide-4 .year-choice .left-part {
  overflow: hidden;
  width: 85%;
  margin-left: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.about-slide-4 .year-choice .left-part .year-item {
  position: relative;
  width: auto;
  padding-left: 35px;
  margin-right: 115px;
  color: #333333;
  font-family: "SourceHan-Regular";
  transition: all 0.3s;
  display: flex;
  align-items: center;
}

.about-slide-4 .year-choice .left-part .year-item::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  background-image: url("/static/img/year-iron.png");
  background-size: cover;
  background-repeat: repeat;
  transition: all 0.3s;
}

.about-slide-4 .year-choice .left-part .on {
  font-family: "SourceHan-Bold";
  color: #00843b;
}

.about-slide-4 .year-choice .left-part .on::after {
  transform: translateY(-50%) scale(1);
}

.about-slide-4 .year-choice .right-part {
  display: flex;
}

.about-slide-4 .year-choice .right-part .left-button {
  width: 65px;
  height: 65px;
  outline: 1px solid #dedddb;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.about-slide-4 .year-choice .right-part .left-button::after {
  position: absolute;
  width: 27px;
  height: 10px;
  content: "";
  background-image: url("/static/img/to-left-a.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-slide-4 .year-choice .right-part .left-button:hover {
  outline: none;
  background-color: #009944;
}

.about-slide-4 .year-choice .right-part .left-button:hover::after {
  background-image: url("/static/img/to-left-w.png");
}

.about-slide-4 .year-choice .right-part .right-button {
  width: 65px;
  height: 65px;
  outline: 1px solid #dedddb;
  border-radius: 50%;
  position: relative;
  margin-left: 38px;
  cursor: pointer;
}

.about-slide-4 .year-choice .right-part .right-button::after {
  position: absolute;
  width: 27px;
  height: 10px;
  content: "";
  background-image: url("/static/img/to-right-a.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-slide-4 .year-choice .right-part .right-button:hover {
  outline: none;
  background-color: #009944;
}

.about-slide-4 .year-choice .right-part .right-button:hover::after {
  background-image: url("/static/img/to-right-w.png");
}

.about-slide-4 .year-choice .right-part .left-button.on {
  outline: none;
  background-color: #009944;
}

.about-slide-4 .year-choice .right-part .left-button.on::after {
  background-image: url("/static/img/to-left-w.png");
}

.about-slide-4 .year-choice .right-part .right-button.on {
  outline: none;
  background-color: #009944;
}

.about-slide-4 .year-choice .right-part .right-button.on::after {
  background-image: url("/static/img/to-right-w.png");
}

.about-slide-4 .show-part {
  margin: 55px auto 0;
  position: relative;
  z-index: 2;
}

.about-slide-4 .show-part .about-slide-4-swiper .swiper-slide {
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-slide-4 .show-part .about-slide-4-swiper .swiper-slide .summary {
  padding-top: 47px;
  color: #333333;
  line-height: 1.5em;
  font-family: "SourceHan-Regular";
  font-weight: lighter;
}

.about-slide-4 .show-part .about-slide-4-swiper .swiper-slide .year-show {
  /* font-size: 219px; */
  font-size: 150px;
  color: #c7ebc2;
  opacity: 0.32;
  line-height: 1;
}

.about-slide-5 {
  width: 100%;
  height: 848px;
  position: relative;
  padding-top: 268px;
  box-sizing: border-box;
}

.about-slide-5 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}

.about-slide-5 .main-part {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.about-slide-5 .main-part .title {
  line-height: 1;
  color: #ffffff;
  font-family: "jixiang";
}

.about-slide-5 .main-part .summary {
  margin-top: 60px;
  line-height: 1;
  color: #ffffff;
  font-family: "jixiang";
}

.about-slide-5 .main-part .main-show {
  margin-top: 26px;
  line-height: 1.5em;
  color: #ffffffa5;
  font-family: "SourceHan-Regular";
}

.about-slide-5 .next-trims {
  position: absolute;
  top: 48%;
  right: 10%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s;
  z-index: 2;
}

.about-slide-5 svg {
  width: 210px;
  height: 210px;
  position: relative;
  transition: all 0.5s;
  transform: rotate(-90deg);
}

.about-slide-5 svg .one {
  position: absolute;
  top: 0;
  left: 0;
  r: 100px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2px;
  transform: translate(50%, 50%);
  stroke-dasharray: 0 30000;
  animation: circle-lang-3 6s forwards infinite linear;
  animation-play-state: running;
  stroke-dashoffset: 0;
  z-index: 3;
}

.about-slide-5 svg .two {
  position: absolute;
  top: 0;
  left: 0;
  r: 100px;
  fill: none;
  stroke: #ffffff59;
  stroke-width: 2px;
  transform: translate(50%, 50%);
  stroke-dashoffset: 0;
  z-index: 2;
}

.about-slide-5 .next-trims img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.about-slide-5.NowShow .next-trims {
  transform: translate(-50%, -50%) scale(1);
}

@keyframes circle-lang-3 {
  0% {
    stroke-dasharray: 0 30000;
  }

  100% {
    stroke-dasharray: 628 30000;
  }
}

.product-list-bgc {
  background-color: #fafafa;
  padding: 1px 0 0;
  box-sizing: border-box;
}

.page-bg-img-1 {
  position: absolute;
  top: 0px;
  width: 100%;
  object-fit: cover;
  left: 0;
  z-index: 0;
}

.product-list-top-part {
  margin: 258px auto 0;
  position: relative;
  min-height: 550px;
  z-index: 2;
}

.product-list-top-part .introduce {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: 80%;
}

.product-list-top-part .introduce .title {
  color: #0f2d18;
  line-height: 1;
  text-align: center;
  font-family: "jixiang";
}

.product-list-top-part .introduce .summary {
  margin: 50px auto 0;
  color: #0f2d18;
  line-height: 2em;
  text-align: center;
  font-family: "SourceHan-Regular";
}

.product-type-choice {
  margin: 0 auto;
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.product-type-choice .product-type-choice-item {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  box-sizing: border-box;
  line-height: 1;
  font-size: 24px;
  color: #0b500d;
  font-family: "SourceHan-Bold";
  transition: all 0.5s;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.product-type-choice .on {
  width: 100px;
  height: 120px;
  background-image: url("/static/img/product-choice-trims.png");
  font-size: 17px;
  color: #ffffff;
  font-family: "SourceHan-SemiBold";
}

.product-list-main {
  display: none;
}

.product-list-main.nowshow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 45px;
  position: relative;
  margin-bottom: 130px;
  z-index: 2;
}

.product-list-main .product-item {
  width: 22%;
  height: 438px;
  margin: 0 4% 100px 0;
  position: relative;
  background-color: #e6efde;
  border-radius: 5px;
  transition: all 0.3s;
}

.product-list-main .cantshow {
  opacity: 0;
  transform: translateY(10px);
  display: none;
}

.product-list-main .canshow {
  opacity: 1;
  transform: translateY(0px);
  display: block;
}

.product-list-main .product-item:nth-child(4n) {
  margin: 0 0% 100px 0;
}

.product-list-main .product-item .main {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.product-list-main .product-item .main img {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  width: 145px;
  height: 176px;
  object-fit: contain;
}

.product-list-main .product-item .main .title {
  position: absolute;
  transform: translateX(calc(-50% + 28px));
  top: 81%;
  left: 50%;
  line-height: 1;
  font-family: "SourceHan-Bold";
  color: #0b500d;
  transition: all 0.5s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.product-list-main .product-item .main .title .normal-hide {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/static/img/product-next-trims.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
  transform: scale(0);
  margin-left: 6px;
  flex-shrink: 0;
}

.product-list-main .product-item:hover .main {
  width: 115%;
  height: 115%;
  background-color: #00843b;
}

.product-list-main .product-item:hover .main img {
  transform: translateX(-50%) scale(1.5);
}

.product-list-main .product-item:hover .main .title {
  color: #ffffff;
  transform: translateX(calc(-50%));
}

.product-list-main .product-item:hover .main .title .normal-hide {
  transform: scale(1);
}

.product-list-main .product-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -48px;
}

.product-read {
  margin: 190px auto 146px;
  height: 555px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.page-bg-img-2 {
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.product-read .left-list-part {
  width: 120px;
  height: 100%;
  margin: 0 0 0 -80px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.product-read .left-list-part img {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  margin-bottom: 10px;
  object-fit: cover;
  cursor: pointer;
}

.product-read .left-list-part .sp {
  border: 4px solid #069b48;
  box-sizing: border-box;
}

.product-read .left-part {
  width: 45%;
  height: 100%;
  position: relative;
}

.product-read .left-part .product-main {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  object-fit: contain;
}

.product-read .left-part .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0;
  transition: all 0.6s;
  transform: translateX(10%);
}

.product-read .left-part .bg-img.sp {
  opacity: 1;
  transform: translateX(0);
}

.product-read .right-part {
  width: 50%;
  height: 100%;
  padding-left: 9.225%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.product-read .right-part .file-put {
  display: inline-flex;
  font-family: "SourceHan-Bold";
  line-height: 1;
  margin-bottom: 40px;
  color: #00843b;
  text-decoration: none;
}

.product-read .right-part .file-put span {
  margin: 0 8px 0 5px;
}

.product-read .right-part .title {
  margin-bottom: 23px;
  line-height: 1;
  color: #00843b;
  font-family: "SourceHan-Bold";
}

.product-read .right-part .summary {
  color: #666666;
  line-height: 1.5em;
  font-family: "SourceHan-Regular";
}

.product-read .right-part .trims-line {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  position: relative;
  background-color: #d9d9d9;
}

.product-read .right-part .trims-line::after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 0;
  height: 100%;
  background-color: #85c3a0;
  animation: line-length 6s infinite linear;
}

.product-read .right-part .info-put {
  display: flex;
  flex-direction: column;
}

.product-read .right-part .info-put .info-item {
  display: flex;
  flex-direction: column;
}

.product-read .right-part .info-put .info-item .info-title {
  line-height: 1;
  color: #00843b;
  font-family: "SourceHan-Bold";
}

.product-read .right-part .info-put .info-item .info-summary {
  line-height: 1.5em;
  color: #666666;
  margin: 11px 0 28px;
  font-family: "SourceHan-Regular";
}

.product-read .right-part .product-share {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product-read .right-part .product-share .share-title {
  color: #00843b;
  line-height: 1;
  margin-right: 40px;
  font-family: "SourceHan-Bold";
}

.product-read .right-part .product-share .share-iron {
  width: 35px;
  height: 35px;
  outline: 1px solid #dadbda;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
  margin-right: 12px;
}

.product-read .right-part .product-share .share-iron::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.product-read .right-part .product-share .taobao::after {
  background-image: url("/static/img/taobao-a.png");
}

.product-read .right-part .product-share .douyin::after {
  background-image: url("/static/img/douyin-a.png");
}

.product-read .right-part .product-share .jindong::after {
  background-image: url("/static/img/jindong-a.png");
}

.product-read .right-part .product-share .xiaohongshu::after {
  background-image: url("/static/img/xiaohongshu-a.png");
}

.product-read .right-part .product-share .share-iron:hover {
  background-color: #00843b;
  outline: 0px;
}

.product-read .right-part .product-share .taobao:hover::after {
  background-image: url("/static/img/taobao-w.png");
}

.product-read .right-part .product-share .douyin:hover::after {
  background-image: url("/static/img/douyin-w-2.png");
}

.product-read .right-part .product-share .jindong:hover::after {
  background-image: url("/static/img/jindong-w.png");
}

.product-read .right-part .product-share .xiaohongshu:hover::after {
  background-image: url("/static/img/xiaohongshu-w.png");
}

.technology-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.technology-banner .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.technology-banner .text-part {
  position: absolute;
  z-index: 2;
  top: 73%;
  left: 8.5%;
}

.technology-banner .text-part .title {
  font-family: "SourceHan-SemiBold";
  color: #ffffff;
  line-height: 1;
}

.technology-banner .text-part .trims-line {
  margin: 20px 0 35px;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background-color: #00ad40;
}

.technology-banner .text-part .summary {
  color: #ffffff;
  line-height: 1;
  font-family: "SourceHan-Light";
  font-weight: lighter;
  opacity: 0.8;
  letter-spacing: 2px;
}

.technology-slide-2 {
  width: 100%;
  height: 920px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
}

.technology-slide-2 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.technology-slide-2 .first-part {
  margin: 96px auto 0;
  display: flex;
  position: relative;
  z-index: 2;
}

.technology-slide-2 .first-part .bookmark {
  width: 165px;
  height: 41px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  margin-right: 72px;
}

.technology-slide-2 .first-part .bookmark::before {
  width: 100%;
  height: 1px;
  content: "";
  bottom: 1px;
  left: 0;
  background-color: #d5d5d5;
  position: absolute;
  z-index: 1;
}

.technology-slide-2 .first-part .bookmark::after {
  width: 0%;
  height: 1px;
  content: "";
  bottom: 1px;
  left: 0;
  background-color: #3f9c69;
  position: absolute;
  z-index: 2;
}

.technology-slide-2 .first-part .bookmark .jiange {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.technology-slide-2 .first-part .bookmark span {
  line-height: 1;
  color: #333333;
  font-family: "SourceHan-SemiBold";
  text-decoration: none;
  opacity: 0.75;
}

.technology-slide-2 .first-part .bookmark .iron {
  width: 13px;
  height: 7px;
  background-image: url("/static/img/to-buttom-b.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.3s;
}

.technology-slide-2 .first-part .bookmark:hover span {
  color: #00843b;
}

.technology-slide-2 .first-part .bookmark:hover .iron {
  background-image: url("/static/img/to-buttom-g.png");
  animation: iron-top-buttom 1s linear infinite;
}

.technology-slide-2 .first-part .bookmark:hover::after {
  animation: line-length 4s infinite linear;
}

.technology-slide-2 .second-part {
  margin: 156px auto 0;
  display: flex;
  align-items: center;
}

.technology-slide-2 .second-part .left-part {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.technology-slide-2 .second-part .left-part .bg-title {
  color: #0f2d18;
  font-family: "jixiang";
  line-height: 1;
}

.technology-slide-2 .second-part .left-part .bg-summary {
  margin-top: 40px;
  line-height: 1.5em;
  color: #0f2d18;
  font-family: "SourceHan-Regular";
  min-height: 157px;
}

.technology-slide-2 .second-part .left-part .show-choice {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.technology-slide-2 .second-part .left-part .show-choice .show-choice-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.technology-slide-2
  .second-part
  .left-part
  .show-choice
  .show-choice-item
  .top-part {
  width: 100%;
  height: 57px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
}

.technology-slide-2
  .second-part
  .left-part
  .show-choice
  .show-choice-item
  .top-part
  .title {
  line-height: 1;
  color: #0f2d18;
  font-family: "jixiang";
  transition: all 0.5s;
}

.technology-slide-2
  .second-part
  .left-part
  .show-choice
  .show-choice-item
  .top-part::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #009944;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.technology-slide-2
  .second-part
  .left-part
  .show-choice
  .show-choice-item
  .top-part::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.technology-slide-2
  .second-part
  .left-part
  .show-choice
  .show-choice-item
  .bottom-part {
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  line-height: 1.5em;
  color: #0f2d18;
  font-family: "SourceHan-Regular";
  font-weight: lighter;
  opacity: 0.6;
}

.technology-slide-2
  .second-part
  .left-part
  .show-choice
  .show-choice-item.on
  .bottom-part {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.technology-slide-2 .second-part .left-part .show-choice .show-choice-item.on {
  order: -1;
}

.technology-slide-2
  .second-part
  .left-part
  .show-choice
  .show-choice-item.on
  .top-part
  .title {
  color: #009944;
}

.technology-slide-2
  .second-part
  .left-part
  .show-choice
  .show-choice-item.on
  .top-part::before {
  animation: line-length 6s infinite linear;
}

.technology-slide-2 .second-part .right-part {
  width: 50%;
  height: 100%;
  position: relative;
}

.technology-slide-2 .second-part .right-part .right-img {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(10%, -45%) scale(0.45);
  opacity: 0.5;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
}

.technology-slide-2 .second-part .right-part .nowshow {
  position: absolute;
  top: 50%;
  left: 40%;
  right: unset;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  box-shadow: -12px 0 0px #00994418;
  z-index: 3;
}

.technology-slide-3 {
  width: 100%;
  height: 806px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  align-items: center;
}

.technology-slide-3 .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.technology-slide-3 .bg-title {
  margin-top: 135px;
  line-height: 1;
  color: #0f2d18;
  font-family: "jixiang";
  position: relative;
  z-index: 2;
}

.technology-slide-3 .bg-summary {
  margin-top: 64px;
  line-height: 1.5em;
  text-align: center;
  font-family: "jixiang";
  color: #0f2d18;
  position: relative;
  z-index: 2;
}

.technology-slide-3 .show-choice {
  width: 630px;
  margin: 86px auto 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.technology-slide-3 .show-choice .show-choice-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.technology-slide-3 .show-choice .show-choice-item .top-part {
  width: 100%;
  height: 57px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
}

.technology-slide-3 .show-choice .show-choice-item .top-part .title {
  line-height: 1;
  color: #0f2d18;
  font-family: "jixiang";
  transition: all 0.5s;
}

.technology-slide-3 .show-choice .show-choice-item .top-part::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #009944;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.technology-slide-3 .show-choice .show-choice-item .top-part::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c2c2c1;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.technology-slide-3 .show-choice .show-choice-item .bottom-part {
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  line-height: 1.5em;
  color: #0f2d18;
  font-family: "SourceHan-Regular";
  font-weight: lighter;
}

.technology-slide-3 .show-choice .show-choice-item.on .bottom-part {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.technology-slide-3 .show-choice .show-choice-item.on {
  order: -1;
}

.technology-slide-3 .show-choice .show-choice-item.on .top-part .title {
  color: #009944;
}

.technology-slide-3 .show-choice .show-choice-item.on .top-part::before {
  animation: line-length 6s infinite linear;
}

.technology-slide-4 {
  width: 100%;
  /* height: 830px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f8f3;
}

.technology-slide-4 .bg-title {
  line-height: 1;
  color: #0f2d18;
  font-family: "jixiang";
  text-align: center;
  margin-top: 144px;
}

.technology-slide-4 .bg-longtitle {
  line-height: 1;
  color: #0f2d18;
  font-family: "jixiang";
  text-align: center;
  margin-top: 36px;
}

.technology-slide-4 .bg-summary {
  margin-top: 35px;
  line-height: 1.5em;
  width: 50%;
  font-family: "SourceHan-Regular";
  text-align: center;
  opacity: 0.8;
  color: #0f2d18;
  font-weight: lighter;
}

.technology-slide-4 .show-choice {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}

.technology-slide-4 .show-choice .show-choice-item {
  width: 280px;
  height: 90px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #eaeee9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 15px;
  font-family: "jixiang";
  line-height: 1;
  color: #0f2d18;
  cursor: pointer;
}

.technology-slide-4 .show-choice .show-choice-item::after {
  width: 0%;
  height: 2px;
  background-color: #eaeee9;
  bottom: 0px;
  left: 0;
  position: absolute;
  content: "";
  transition: all 0.3s;
}

.technology-slide-4 .show-choice .show-choice-item.on {
  background-color: #fbfdfb;
}

.technology-slide-4 .show-choice .show-choice-item.on::after {
  width: 100%;
  background-color: #23a251;
}

.technology-slide-4 .show-choice .show-choice-item.on .first {
  color: #00843b;
  /* font-weight: bold; */
}

.technology-slide-4 .show-choice .show-choice-item .second {
  opacity: 0;
  margin-top: -24px;
  transition: all 0.3s;
  text-align: center;
}

.technology-slide-4 .show-choice .show-choice-item.on .second {
  opacity: 1;
  margin-top: 5px;
}

.technology-slide-4 .show-main {
  margin-top: 65px;
  margin-bottom: 60px;
  /* height: 217px; */
  position: relative;
  display: flex;
  justify-content: center;
}

.technology-slide-4 .show-main .show-page-main {
  display: none;
  justify-content: center;
  align-items: flex-start;
}

.technology-slide-4 .show-main .show-page-main.on {
  display: flex;
}

.technology-slide-4 .show-main .show-page-main .show-item-1 {
  margin: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.technology-slide-4 .show-main .show-page-main .show-item-2 {
  width: 80%;
  /* height: 236px; */
}

.technology-slide-4 .show-main .show-page-main .show-item-3 {
  color: #333333;
  font-family: "SourceHan-Regular";
  line-height: 1.5em;
  text-align: center;
  /* font-weight: bold; */
}

.technology-slide-4 .show-main .show-page-main .show-item-1 .left-part {
  width: 35px;
  height: 42px;
  background-image: url("/static/img/trims-te-1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
}

.technology-slide-4 .show-main .show-page-main .show-item-1 .left-part img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.technology-slide-4 .show-main .show-page-main .show-item-1 .right-part {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.technology-slide-4
  .show-main
  .show-page-main
  .show-item-1
  .right-part
  .item-title {
  line-height: 1;
  /* font-weight: bold; */
  font-family: "SourceHan-Bold";
  color: #0f2d18;
}

.technology-slide-4
  .show-main
  .show-page-main
  .show-item-1
  .right-part
  .item-trims-line {
  margin: 14px 0 27px;
  width: 230px;
  height: 1px;
  background-color: #dbe5dc;
  position: relative;
}

.technology-slide-4
  .show-main
  .show-page-main
  .show-item-1
  .right-part
  .item-trims-line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25a655;
}

.technology-slide-4
  .show-main
  .show-page-main
  .show-item-1:hover
  .right-part
  .item-trims-line::after {
  animation: line-length 4s infinite linear;
}

.technology-slide-4
  .show-main
  .show-page-main
  .show-item-1
  .right-part
  .item-summary {
  line-height: 1.5em;
  color: #0f2d18;
  opacity: 0.7;
  font-family: "SourceHan-Regular";
}

.health-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.health-banner .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.health-banner .text-part {
  position: absolute;
  z-index: 2;
  top: 73%;
  left: 8.5%;
}

.health-banner .text-part .title {
  font-family: "SourceHan-SemiBold";
  color: #ffffff;
  line-height: 1;
}

.health-banner .text-part .trims-line {
  margin: 20px 0 35px;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background-color: #00ad40;
}

.health-banner .text-part .summary {
  color: #ffffff;
  line-height: 1;
  font-family: "SourceHan-Light";
  font-weight: lighter;
  opacity: 0.8;
  letter-spacing: 2px;
}

.health-slide-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fafafa;
  overflow: hidden;
}

.health-slide-2 .bg-img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  /* top: 0; */
  left: 0;
  bottom: 0;
  z-index: 0;
}

.health-slide-2 .position {
  margin-top: 139px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.health-slide-2 .position .bg-title {
  font-family: "jixiang";
  display: inline-flex;
  align-items: flex-end;
  color: #0f2d18;
  line-height: 1;
}

.health-slide-2 .position .bg-summary {
  margin-top: 42px;
  line-height: 1.5em;
  text-align: center;
  font-family: "SourceHan-Regular";
  color: #0f2d18;
  opacity: 0.6;
}

.health-slide-2 .position .show-circle {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.health-slide-2 .position .show-circle .show-circle-item {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 41px;
  cursor: pointer;
  transition: all 0.3s;
}

.health-slide-2 .position .show-circle .show-circle-item .circle-item-title {
  font-family: "SourceHan-Bold";
  color: #059a3c;
  line-height: 1;
  transition: all 0.3s;
}

.health-slide-2 .position .show-circle .show-circle-item .circle-item-summary {
  color: #059a3c;
  line-height: 1;
  font-family: "SourceHan-Regular";
  transition: all 0.3s;
}

.health-slide-2 .position .show-circle .show-circle-item:hover {
  background-color: #059a3c;
}

.health-slide-2
  .position
  .show-circle
  .show-circle-item:hover
  .circle-item-title {
  color: #ecf9ff;
}

.health-slide-2
  .position
  .show-circle
  .show-circle-item:hover
  .circle-item-summary {
  color: #ecf9ff;
}

.health-slide-2 .show-info-item {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.health-slide-2 .show-info-item .show-info-item-title {
  line-height: 1;
  color: #0f2d18;
  font-family: "jixiang";
  text-align: center;
}

.health-slide-2 .show-info-item .show-info-item-summary {
  margin-top: 45px;
  line-height: 1.5em;
  color: #0f2d18;
  opacity: 0.7;
  font-family: "SourceHan-Regular";
  text-align: center;
}

.health-slide-2 .show-info-item.sp {
  margin-top: 880px;
}

.health-slide-2 .show-info-item-2 {
  margin-top: 80px;
  line-height: 1.5em;
  color: #0f2d18;
  font-family: "SourceHan-Regular";
  text-align: center;
  position: relative;
  z-index: 2;
}

.health-slide-2 .show-info-item:last-of-type {
  margin-bottom: 330px;
}

.news-list-slide-2 {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}

.news-list-slide-2 .new-list-main {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  z-index: -4;
  opacity: 0;
  transform: translateX(-30%);
  transition: all 0.5s;
}

.news-list-slide-2 .page-show {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: translateX(0);
}

.news-list-slide-2 .new-list-main .item {
  width: 23%;
  height: 488px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  transition: all 0.3s;
  text-decoration: none;
}

.news-list-slide-2 .new-list-main .item .top-part {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.news-list-slide-2 .new-list-main .item .bottom-part {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  padding: 33px 16px 0;
  box-sizing: border-box;
  position: relative;
  border-left: 2px solid #edf0ed;
  border-right: 2px solid #edf0ed;
  border-bottom: 2px solid #edf0ed;
}

.news-list-slide-2 .new-list-main .item .bottom-part .title {
  font-family: "jixiang";
  line-height: 1.5em;
  color: #013a0b;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
}

.news-list-slide-2 .new-list-main .item .bottom-part .summary {
  margin-top: 20px;
  line-height: 1.5em;
  color: #666666;
  font-family: "SourceHan-Regular";
  text-decoration: none;
}

.news-list-slide-2 .new-list-main .item .bottom-part .button {
  width: 33px;
  height: 33px;
  background-image: url("/static/img/to-right-w.png");
  background-repeat: no-repeat;
  background-size: 45% 15%;
  background-position: 50% 50%;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 16px;
  border-radius: 50%;
  background-color: #ddeae0;
  transition: all 0.3s;
}

.news-list-slide-2 .new-list-main .item:hover {
  background-color: #f2f6ec;
}

.news-list-slide-2 .new-list-main .item:hover .title {
  color: #013a0b;
}

.news-list-slide-2 .new-list-main .item:hover .button {
  background-color: #009944;
}

.news-list-slide-2 .page-choice {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-list-slide-2 .page-choice .choice-button {
  display: flex;
  align-items: center;
}

.news-list-slide-2 .page-choice .left-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  outline: 1px solid #c6d4c9;
  background-image: url("/static/img/to-left-3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45% 12%;
  margin-right: 15px;
}

.news-list-slide-2 .page-choice .right-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  outline: 1px solid #c6d4c9;
  background-image: url("/static/img/to-right-4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45% 12%;
  margin-right: 15px;
}

.news-list-slide-2 .page-choice .left-button:hover {
  background-color: #009944;
  background-image: url("/static/img/to-left-w.png");
}

.news-list-slide-2 .page-choice .right-button:hover {
  background-color: #009944;
  background-image: url("/static/img/to-right-w.png");
}

.news-list-slide-2 .page-choice .trims-line {
  width: 1380px;
  height: 1px;
  background-color: #b0c4b4;
  opacity: 0.65;
}

.news-list-slide-2 .page-choice .trims-number {
  line-height: 1;
  font-family: "SourceHan-Regular";
}

.news-list-slide-2 .page-choice .trims-number span {
  color: #333333;
}

.news-list-slide-2 .page-choice .trims-number .g {
  color: #009944;
}

.science-slide-2 {
  width: 100%;
  height: 2283px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fafafa;
}

.science-slide-2 .first-part {
  display: flex;
  margin-top: 114px;
}

.science-slide-2 .first-part .title {
  line-height: 1;
  color: #0f2d18;
  font-family: "jixiang";
}

.science-slide-2 .second-part {
  height: 1230px;
  position: relative;
}

.science-slide-2 .fourth-part {
  display: none;
}

.science-slide-2 .second-part .center-trims {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 447px;
  height: 447px;
  /* background-image: url("/static/img/science-center-trims.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: center center; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.science-slide-2 .second-part .center-trims .center {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 3;
  transform: scale(0.9);
}

.science-slide-2 .second-part .center-trims .item {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  outline: 1px solid #dde6d4;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  --jiange: 340px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.science-slide-2 .second-part .center-trims .item .point {
  width: 15px;
  height: 15px;
  background-color: #67c188;
  border-radius: 50%;
  position: absolute;
  --point_position: 73px;
}

.science-slide-2 .second-part .center-trims .item .summary {
  width: 175px;
  position: absolute;
  text-align: center;
  line-height: 1.5;
  color: #333333;
  font-family: "SourceHan-Regular";
  --summary-length: 200px;
}

.science-slide-2 .second-part .center-trims .item .title {
  width: 80%;
  position: relative;
  line-height: 1;
  color: #059a3c;
  font-family: "SourceHan-Bold";
  text-align: center;
}

.science-slide-2 .second-part .center-trims .item:hover {
  outline: 4px solid #65b588;
}

.science-slide-2 .second-part .center-trims .item:hover .summary {
  color: #00843b;
}

.science-slide-2 .second-part .center-trims .c1 {
  transform: translate(calc(var(--jiange)), 0);
}

.science-slide-2 .second-part .center-trims .c2 {
  transform: translate(
    calc(var(--jiange) * 0.707),
    calc(var(--jiange) * 0.707)
  );
}

.science-slide-2 .second-part .center-trims .c3 {
  transform: translate(0, calc(var(--jiange)));
}

.science-slide-2 .second-part .center-trims .c4 {
  transform: translate(
    calc(var(--jiange) * 0.707 * -1),
    calc(var(--jiange) * 0.707)
  );
}

.science-slide-2 .second-part .center-trims .c5 {
  transform: translate(calc(var(--jiange) * -1), 0);
}

.science-slide-2 .second-part .center-trims .c6 {
  transform: translate(
    calc(var(--jiange) * 0.707 * -1),
    calc(var(--jiange) * 0.707 * -1)
  );
}

.science-slide-2 .second-part .center-trims .c7 {
  transform: translate(0, calc(var(--jiange) * -1));
}

.science-slide-2 .second-part .center-trims .c8 {
  transform: translate(
    calc(var(--jiange) * 0.707),
    calc(var(--jiange) * 0.707 * -1)
  );
}

.science-slide-2 .second-part .normal .item {
  transform: translate(0, 0) !important;
}

.science-slide-2 .second-part .center-trims .c1 .point {
  transform: translate(calc(var(--point_position)), 0);
}

.science-slide-2 .second-part .center-trims .c2 .point {
  transform: translate(
    calc(var(--point_position) * 0.707),
    calc(var(--point_position) * 0.707)
  );
}

.science-slide-2 .second-part .center-trims .c3 .point {
  transform: translate(0, calc(var(--point_position)));
}

.science-slide-2 .second-part .center-trims .c4 .point {
  transform: translate(
    calc(var(--point_position) * 0.707 * -1),
    calc(var(--point_position) * 0.707)
  );
}

.science-slide-2 .second-part .center-trims .c5 .point {
  transform: translate(calc(var(--point_position) * -1), 0);
}

.science-slide-2 .second-part .center-trims .c6 .point {
  transform: translate(
    calc(var(--point_position) * 0.707 * -1),
    calc(var(--point_position) * 0.707 * -1)
  );
}

.science-slide-2 .second-part .center-trims .c7 .point {
  transform: translate(0, calc(var(--point_position) * -1));
}

.science-slide-2 .second-part .center-trims .c8 .point {
  transform: translate(
    calc(var(--point_position) * 0.707),
    calc(var(--point_position) * 0.707 * -1)
  );
}

.science-slide-2 .second-part .center-trims .c1 .summary {
  transform: translate(calc(var(--summary-length)), 0);
}

.science-slide-2 .second-part .center-trims .c2 .summary {
  transform: translate(
    calc(var(--summary-length) * 0.707),
    calc(var(--summary-length) * 0.707)
  );
}

.science-slide-2 .second-part .center-trims .c3 .summary {
  transform: translate(0, calc(var(--summary-length)));
}

.science-slide-2 .second-part .center-trims .c4 .summary {
  transform: translate(
    calc(var(--summary-length) * 0.707 * -1),
    calc(var(--summary-length) * 0.707)
  );
}

.science-slide-2 .second-part .center-trims .c5 .summary {
  transform: translate(calc(var(--summary-length) * -1), 0);
}

.science-slide-2 .second-part .center-trims .c6 .summary {
  transform: translate(
    calc(var(--summary-length) * 0.707 * -1),
    calc(var(--summary-length) * 0.707 * -1)
  );
}

.science-slide-2 .second-part .center-trims .c7 .summary {
  transform: translate(0, calc(var(--summary-length) * -1));
}

.science-slide-2 .second-part .center-trims .c8 .summary {
  transform: translate(
    calc(var(--summary-length) * 0.707),
    calc(var(--summary-length) * 0.707 * -1)
  );
}

.science-slide-2 .bg-trims {
  position: absolute;
  left: 0;
  top: 1415px;
  width: 100%;
  object-fit: cover;
}

.science-slide-2 .third-part {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

.science-slide-2 .third-part .bg-title {
  line-height: 1;
  color: #0f2d18;
  font-family: "jixiang";
}

.science-slide-2 .third-part .main {
  margin-top: 45px;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.science-slide-2 .third-part .main .left-part {
  width: 50%;
  height: 100%;
  position: relative;
}

.science-slide-2 .third-part .main .left-part img {
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transform: translateY(-30px);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 15px;
  overflow: hidden;
}

.science-slide-2 .third-part .main .left-part .show {
  opacity: 1;
  z-index: 2;
  transform: translateY(0px);
}

.science-slide-2 .third-part .main .right-part {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 22px;
  box-sizing: border-box;
}

.science-slide-2 .third-part .main .right-part .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 41px;
  box-sizing: border-box;
  margin-bottom: 36px;
  transition: all 0.5s;
  cursor: pointer;
}

.science-slide-2 .third-part .main .right-part .item .title {
  display: flex;
  align-items: center;
  font-family: "SourceHan-Bold";
}

.science-slide-2 .third-part .main .right-part .item .title .iron {
  margin-right: 14px;
}

.science-slide-2 .third-part .main .right-part .item .title .iron .text {
  line-height: 1;
  color: #333333;
  font-family: "SourceHan-Bold";
}

.science-slide-2 .third-part .main .right-part .item .summary {
  margin-top: 23px;
  width: 97%;
  color: #666666;
  font-family: "SourceHan-Regular";
  line-height: 1.5em;
  height: 0;
  overflow: hidden;
}

.science-slide-2 .third-part .main .right-part .item.show {
  background-color: #e6eae4;
  padding-top: 41px;
  padding-bottom: 24px;
  margin-bottom: 42px;
  padding-left: 58px;
  border-radius: 15px;
}

.science-slide-2 .third-part .main .right-part .item.show .summary {
  height: auto;
}

.science-slide-3 {
  width: 100%;
  height: 936px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.science-slide-3 .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.science-slide-3 .top-part {
  margin-top: 250px;
  text-align: center;
  line-height: 1.7em;
  color: #ffffff;
  font-family: "jixiang";
  position: relative;
  z-index: 2;
}

.science-slide-3 .buttom-part {
  width: 60%;
  height: 450px;
  position: relative;
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.science-slide-3 .buttom-part .item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 130px;
  transform: translateY(-65px);
  transition: all 0.5s;
  opacity: 0.3;
  cursor: pointer;
}

.science-slide-3 .buttom-part .item .iron {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.5);
}

.science-slide-3 .buttom-part .item .iron .halo {
  margin-top: -75px;
}

.science-slide-3 .buttom-part .item.show {
  transform: translateY(0px);
  opacity: 1;
}

.science-slide-3 .buttom-part .item.show .iron {
  transform: scale(1);
}

.science-slide-3 .buttom-part .item.show .iron .halo {
  margin-top: -75px;
  animation: halo-ani 3s infinite forwards;
  opacity: 0.8;
}

@keyframes halo-ani {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 0.8;
  }
}

.science-slide-3 .buttom-part .item .iron-2 {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  opacity: 0;
}

.science-slide-3 .buttom-part .item .iron-2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  outline: 1px solid #ffffff;
  border-radius: 50%;
}

.science-slide-3 .buttom-part .item.show .iron-2 {
  opacity: 1;
}

.science-slide-3 .buttom-part .item .title {
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1;
  color: #ffffff;
  font-family: "jixiang";
}

.science-slide-3 .buttom-part .item .summary {
  line-height: 1;
  color: #ffffff;
  text-align: center;
  font-family: "SourceHan-Regular";
  font-weight: lighter;
}

.science-slide-3 .buttom-part .left {
  transform: translate(-400px, -40px);
  transition: all 1s;
}

.science-slide-3 .buttom-part .right {
  transform: translate(400px, -40px);
  transition: all 1s;
}

.health-news-slide-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 42px;
  box-sizing: border-box;
  background-color: #fafafa;
  position: relative;
}

.health-news-slide-2 .bg-img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.health-news-slide-2 .left-part {
  width: 6%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-top: 482px;
  position: relative;
  z-index: 2;
}

.health-news-slide-2 .left-part .choice-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
}

.health-news-slide-2 .left-part .choice-item svg {
  width: 20px;
  height: 20px;
  position: relative;
  transition: all 0.5s;
  transform: rotate(-90deg);
}

.health-news-slide-2 .left-part .choice-item .one {
  position: absolute;
  top: 0;
  left: 0;
  r: 6px;
  fill: none;
  stroke: #0b500d;
  stroke-width: 1px;
  transform: translate(50%, 50%);
  stroke-dasharray: 0 300;

  stroke-dashoffset: 0;
  z-index: 3;
}

.health-news-slide-2 .left-part .choice-item .two {
  position: absolute;
  top: 0;
  left: 0;
  r: 6px;
  fill: none;
  stroke: #d0dbc8;
  stroke-width: 1px;
  transform: translate(50%, 50%);
  stroke-dashoffset: 0;
  z-index: 2;
}

.health-news-slide-2 .left-part .choice-item .three {
  position: absolute;
  top: 0;
  left: 0;
  r: 6px;
  fill: none;
  stroke-width: 0px;
  transform: translate(50%, 50%);
  stroke-dashoffset: 0;
}

.health-news-slide-2 .left-part .show .one {
  animation: circle-lang 6s infinite;
  animation-play-state: running;
  r: 8px;
}

.health-news-slide-2 .left-part .show .two {
  r: 8px;
}

.health-news-slide-2 .left-part .show .three {
  fill: #0b500d;
}

.health-news-slide-2 .left-part .choice-item span {
  margin-left: 12px;
  line-height: 1;
  color: #666666;
  font-family: "SourceHan-Regular";
}

.health-news-slide-2 .left-part .show span {
  color: #0b500d;
  font-family: "SourceHan-Bold";
}

.health-news-slide-2 .right-part {
  width: 85.5%;
  height: 100%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-top: 245px;
  display: flex;
  flex-direction: column;
  margin-bottom: 250px;
}

.health-news-slide-2 .right-part .bg-title {
  color: #013a0b;
  font-family: "jixiang";
  line-height: 1;
}

.health-news-slide-2 .right-part .bg-summary {
  margin: 55px 0 60px 98px;
  color: #666666;
  line-height: 2em;
  font-family: "SourceHan-Regular";
}

.health-news-slide-2 .right-part .tuijian {
  width: 100%;
  height: 700px;
  position: relative;
  background-color: #f2f6ec;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.health-news-slide-2 .right-part .tuijian::after {
  width: 100%;
  height: 9px;
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  background-color: #3a7042;
}

.health-news-slide-2 .right-part .tuijian .text-part {
  width: calc(100% - 98px);
  display: flex;
  justify-content: space-between;
  margin-top: 107px;
}

.health-news-slide-2 .right-part .tuijian .text-part .left-part-2 {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.health-news-slide-2
  .right-part
  .tuijian
  .text-part
  .left-part-2
  .tuijian-title {
  line-height: 1.2em;
  color: #0f2d18;
  font-family: "jixiang";
  margin-bottom: 45px;
}

.health-news-slide-2 .right-part .tuijian .text-part .right-part-2 {
  margin-right: 108px;
  width: 45%;
  color: #666666;
  line-height: 1.7em;
  font-family: "SourceHan-Regular";
}

.health-news-slide-2 .right-part .tuijian .img-part {
  margin-top: 75px;
  width: calc(100% - 98px);
  height: 348px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.health-news-slide-2 .right-part .tuijian .img-part img {
  width: 100%;
  object-fit: cover;
}

.health-news-slide-2 .right-part .normal-list-outslide {
  width: 100%;
  position: relative;
  margin-top: 110px;
}

.health-news-slide-2 .right-part .normal-list-outslide .normal-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .normal-list
  .normal-item {
  width: 100%;
  height: 435px;
  padding: 27px 0 27px 98px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .normal-list
  .normal-item
  .item-left-part {
  width: 34%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .normal-list
  .normal-item
  .item-left-part
  img {
  width: 95%;
  height: 95%;
  object-fit: cover;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .normal-list
  .normal-item
  .item-right-part {
  margin-left: 55px;
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .normal-list
  .normal-item
  .item-right-part
  .item-title {
  margin: 70px 0 42px;
  line-height: 1;
  color: #0f2d18;
  font-family: "jixiang";
  font-weight: bold;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .normal-list
  .normal-item
  .item-right-part
  .item-summary {
  line-height: 1.5em;
  color: #666666;
  font-family: "SourceHan-Regular";
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .normal-list
  .normal-item
  .item-right-part
  .button-2 {
  margin-top: 80px;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .normal-list
  .normal-item:hover {
  background-color: #f2f6ec;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .normal-list
  .normal-item:hover
  .item-right-part
  .button-2 {
  background-color: #e4fade;
}

.health-news-slide-2 .right-part .normal-list-outslide .page-choice {
  width: calc(100% - 98px);
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 98px;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .page-choice
  .choice-button {
  display: flex;
  align-items: center;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .page-choice
  .left-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  outline: 1px solid #c6d4c9;
  background-image: url("/static/img/to-left-3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45% 12%;
  margin-right: 15px;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .page-choice
  .right-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  outline: 1px solid #c6d4c9;
  background-image: url("/static/img/to-right-4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45% 12%;
  margin-right: 15px;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .page-choice
  .left-button:hover {
  background-color: #009944;
  background-image: url("/static/img/to-left-w.png");
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .page-choice
  .right-button:hover {
  background-color: #009944;
  background-image: url("/static/img/to-right-w.png");
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .page-choice
  .trims-line {
  width: 87%;
  height: 1px;
  background-color: #b0c4b4;
  opacity: 0.65;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .page-choice
  .trims-number {
  line-height: 1;
  font-family: "SourceHan-Regular";
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .page-choice
  .trims-number
  span {
  color: #333333;
}

.health-news-slide-2
  .right-part
  .normal-list-outslide
  .page-choice
  .trims-number
  .g {
  color: #009944;
}

.health-news-slide-2 .read-main {
  margin-top: 204px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.health-news-slide-2 .read-main .top-part {
  width: 100%;
  height: 133px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 38px;
}

.health-news-slide-2 .read-main .top-part::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}

.health-news-slide-2 .read-main .top-part .title-info {
  display: flex;
  flex-direction: column;
}

.health-news-slide-2 .read-main .top-part .title-info .read-title {
  font-family: "jixiang";
  line-height: 1;
  color: #333333;
}

.health-news-slide-2 .read-main .top-part .title-info .read-info {
  font-family: "jixiang";
  line-height: 1;
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.health-news-slide-2 .read-main .top-part .title-info .read-info .trims-line {
  width: 1px;
  height: 16px;
  margin: 0 25px;
  background-color: #b6b6b6;
}

.health-news-slide-2 .read-main .top-part .return {
  color: #999999;
  line-height: 1;
  font-family: "SourceHan-Regular";
  text-decoration: none;
}

.health-news-slide-2 .read-main .show-main p {
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}

.health-news-slide-2 .read-main .show-main span {
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}

.health-news-slide-2 .read-main .show-main img {
  margin: 35px 0 80px;
}

.health-news-slide-2 .buttom-part {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 27px;
  padding-bottom: 360px;
}

.health-news-slide-2 .buttom-part::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}

.health-news-slide-2 .buttom-part a {
  color: #666666;
  line-height: 1;
  font-family: "jixiang";
  text-decoration: none;
}

.health-news-slide-2 .buttom-part a:hover {
  font-weight: bold;
  color: #05993c;
}

.contact-slide-2 {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact-slide-2 .first {
  margin-top: 115px;
  line-height: 1;
  font-family: "jixiang";
  color: #0f2d18;
  position: relative;
  z-index: 2;
}

.contact-slide-2 .second {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 80px auto 60px;
  position: relative;
  z-index: 2;
}

.contact-slide-2 .second .link-item {
  width: 25%;
  height: 90px;
  display: flex;
  cursor: pointer;
}

.contact-slide-2 .second .link-item .img-part {
  width: 75px;
  height: 100%;
  background-image: url("/static/img/rain-w-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  flex-shrink: 0;
}

.contact-slide-2 .second .link-item:hover .img-part {
  background-image: url("/static/img/rain-g-2.png");
}

.contact-slide-2 .second .link-item .img-part .iron-part {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: 20%;
  transition: all 0.3s;
}

.contact-slide-2 .second .link-item .img-part .telphone {
  background-image: url("/static/img/telephone-g.png");
}

.contact-slide-2 .second .link-item .img-part .position {
  background-image: url("/static/img/position-g.png");
}

.contact-slide-2 .second .link-item .img-part .email {
  background-image: url("/static/img/email-g.png");
}

.contact-slide-2 .second .link-item .img-part .wechat {
  background-image: url("/static/img/wechat-g.png");
}

.contact-slide-2 .second .link-item:hover .img-part .telphone {
  background-image: url("/static/img/telephone-w.png");
}

.contact-slide-2 .second .link-item:hover .img-part .position {
  background-image: url("/static/img/position-w.png");
}

.contact-slide-2 .second .link-item:hover .img-part .email {
  background-image: url("/static/img/email-w.png");
}

.contact-slide-2 .second .link-item:hover .img-part .wechat {
  background-image: url("/static/img/wechat-w-2.png");
}

.contact-slide-2 .second .link-item .text-part {
  margin-left: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-slide-2 .second .link-item .text-part .link-title {
  line-height: 1;
  font-family: "SourceHan-Bold";
  color: #0f2d18;
  transition: all 0.3s;
}

.contact-slide-2 .second .link-item:hover .text-part .link-title {
  color: #25a655;
}

.contact-slide-2 .second .link-item .text-part .link-trims-line {
  margin: 10px 0;
  width: 60px;
  height: 1px;
  background-color: #dfe6e0;
  position: relative;
  flex-shrink: 0;
}

.contact-slide-2 .second .link-item .text-part .link-trims-line::after {
  background-color: #25a655;
  width: 0px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.contact-slide-2 .second .link-item:hover .text-part .link-trims-line::after {
  animation: line-length 4s infinite linear;
}

.contact-slide-2 .second .link-item .text-part .link-summary {
  color: #0f2d18;
  line-height: 1.5em;
  font-family: "SourceHan-Bold";
  /* width: 85%; */
}

.contact-slide-2 .third {
  width: 83%;
  margin: 0 auto 0;
  object-fit: cover;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.contact-slide-2 .fouth {
  margin-top: 110px;
  position: relative;
  z-index: 2;
}

.contact-slide-2 .fouth .title-part {
  line-height: 1;
  font-family: "jixiang";
  color: #0f2d18;
}

.contact-slide-2 .fouth .summary-part {
  margin-top: 35px;
  line-height: 1.5em;
  color: #666666;
  font-family: "SourceHan-Regular";
}

.contact-slide-2 .form-part {
  margin-top: 115px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.contact-slide-2 .form-part .line-first {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}

.contact-slide-2 .form-part .line-second {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}

.contact-slide-2 .form-part .line-third {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}

.contact-slide-2 .form-part .input-item {
  width: 45.4%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-slide-2 .form-part .input-item-2 {
  width: 100%;
  height: 100%;
}

.contact-slide-2 .form-part .input-item span {
  width: 124px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #0f2d18;
  font-family: "SourceHan-Bold";
  font-weight: bold;
}

.contact-slide-2 .form-part .input-item input {
  width: calc(100% - 124px);
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #dedddc;
  outline: none;
  text-align: center;
  font-size: 18px;
  font-family: "SourceHan-Bold";
}

.contact-slide-2 .form-part .input-item input::placeholder {
  text-align: center;
  font-size: 18px;
  font-family: "SourceHan-Bold";
  color: #cfd2cfb0;
}

.contact-slide-2 .form-part .input-item textarea {
  width: calc(100% - 124px);
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #dedddc;
  outline: none;
  font-size: 18px;
  font-family: "SourceHan-Bold";
  padding: 1em;
}

.contact-slide-2 .button-3 {
  margin: 0 auto 108px;
  display: flex;
  cursor: pointer;
}

.contact-slide-2 .bg-img-2 {
  width: 100%;
  height: 995px;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0px;
}

.contact-slide-3 {
  width: 100%;
  height: 938px;
  position: relative;
}

.contact-slide-3 .bg-part {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.contact-slide-3 .bg-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-slide-3 .filter {
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px) brightness(0.8);
}

.contact-slide-3.on .filter {
  animation: filter-ani 1.5s forwards linear;
}

@keyframes filter-ani {
  0% {
    width: 0;
    left: 0;
    right: unset;
  }

  48% {
    width: 100%;
    left: 0;
    right: unset;
  }

  53% {
    width: 100%;
    left: unset;
    right: 0;
  }

  100% {
    width: 40%;
    left: unset;
    right: 0;
  }
}

.contact-slide-3 .show-main {
  width: 40%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding-left: 79px;
  box-sizing: border-box;
  opacity: 0;
}

.contact-slide-3.on .show-main {
  animation: show-main-ani 0.5s linear forwards;
  animation-delay: 1.5s;
}

@keyframes show-main-ani {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.contact-slide-3 .show-main .title {
  margin-top: 151px;
  line-height: 1;
  color: #ffffff;
  font-family: "jixiang";
}

.contact-slide-3 .show-main .summary {
  width: 80%;
  margin-top: 61px;
  line-height: 1.5em;
  color: #ffffff;
  font-family: "SourceHan-SemiBold";
}

.contact-slide-3 .show-main .share-list {
  margin-top: 472px;
  display: flex;
  align-items: center;
}

.contact-slide-3 .show-main .share-list .share-item {
  width: 54px;
  height: 54px;
  outline: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  opacity: 0.3;
  margin-right: 40px;
  transition: all 0.3s;
  cursor: pointer;
}

.contact-slide-3 .show-main .share-list .share-item img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s;
  display: none;
}

.contact-slide-3 .show-main .share-list .share-item::after {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-slide-3 .show-main .share-list .taobao::after {
  background-image: url("/static/img/taobao-w.png");
}

.contact-slide-3 .show-main .share-list .wechat::after {
  background-image: url("/static/img/wechat-w.png");
}

.contact-slide-3 .show-main .share-list .jindong::after {
  background-image: url("/static/img/jindong-w.png");
}

.contact-slide-3 .show-main .share-list .douyin::after {
  background-image: url("/static/img/douyin-w-2.png");
}

.contact-slide-3 .show-main .share-list .redbook::after {
  background-image: url("/static/img/redbook-w.png");
}

.contact-slide-3 .show-main .share-list .share-item:hover {
  opacity: 1;
  background-color: #009944;
  outline: none;
}

.contact-slide-3 .show-main .share-list .share-item:hover img {
  display: block;
}

/* .contact-slide-3 .show-main .share-list .share-item:hover::after {
    display: block;
} */

.contact-slide-3 .show-main .share-list .share-item:hover img {
  opacity: 1;
}

.contact-slide-4 {
  width: 100%;
  height: 913px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fbf9f4;
}

.contact-slide-4 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact-slide-4 .title {
  margin-top: 90px;
  line-height: 1;
  font-family: "jixiang";
  color: #0f2d18;
  position: relative;
  z-index: 2;
  text-align: center;
}

.contact-slide-4 .main-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.contact-slide-4 .main-part .phone-part {
  position: relative;
}

.contact-slide-4 .main-part .text-part {
  margin-top: 60px;
  position: relative;
  z-index: 2;
  color: #666666;
  line-height: 1.5em;
  font-family: "SourceHan-Regular";
  text-align: center;
}

.contact-slide-4 .main-part .text-part span {
  color: #059a3c;
}

.store-slide-2 {
  width: 100%;
  height: 1016px;
  background-color: #fafafa;
  position: relative;
  padding-top: 1px;
  box-sizing: border-box;
}

.store-slide-2 .link-menu {
  position: relative;
  z-index: 5;
}

.store-slide-2 .store-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  overflow: hidden;
}

.store-slide-2 .store-mask .top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 3;
}

.store-slide-2 .store-mask .swiper-part {
  width: 67%;
  height: 595px;
  position: absolute;
  z-index: 2;
  top: 370px;
  left: 50%;
  transform: translateX(-50%);
}

.store-slide-2 .store-mask .swiper-part .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-slide-2 .store-mask .swiper-part .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-slide-2 .main-part {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.store-slide-2 .main-part .title {
  color: #0f2d18;
  font-family: "jixiang";
  line-height: 1;
  position: relative;
  text-align: center;
}

.store-slide-2 .main-part .summary {
  margin-top: 35px;
  line-height: 1;
  font-family: "jixiang";
  color: #0f2d18;
  position: relative;
  z-index: 2;
  text-align: center;
}

.store-slide-2 .main-part .choice-button {
  margin: 540px auto 0;
  width: 169px;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.store-slide-2 .main-part .choice-button .button {
  width: 65px;
  height: 65px;
  outline: 1px solid #717171;
  border-radius: 50%;
  background-size: 28px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
  cursor: pointer;
}

.store-slide-2 .main-part .choice-button .button.on {
  background-color: #009944;
  outline: none;
}

.store-slide-2 .main-part .choice-button .left {
  background-image: url("/static/img/to-left-4-a.png");
}

.store-slide-2 .main-part .choice-button .right {
  background-image: url("/static/img/to-right-4-a.png");
}

.store-slide-2 .main-part .choice-button .left.on {
  background-image: url("/static/img/to-left-4-w.png");
}

.store-slide-2 .main-part .choice-button .right.on {
  background-image: url("/static/img/to-right-4-w.png");
}

.store-slide-2 .main-part .text-part {
  margin: 50px auto 0;
  text-align: center;
  color: #0f2d18;
  line-height: 1.5em;
  font-family: "SourceHan-Light";
}

.store-slide-3 {
  width: 100%;
  height: 1166px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-slide-3 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.store-slide-3 .show-item {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  position: relative;
}

.store-slide-3 .show-item .title {
  line-height: 1.5em;
  font-family: "SourceHan-Regular";
  color: #0f2d18;
  font-weight: lighter;
  text-align: center;
}

.store-slide-3 .show-item .title span {
  font-family: "jixiang";
  /* font-weight: bold; */
}

.store-slide-3 .show-item .summary {
  margin-top: 30px;
  text-align: center;
  line-height: 1.5em;
  color: #0f2d18;
  font-family: "SourceHan-Light";
  font-weight: lighter;
}

.store-slide-4 {
  width: 100%;
  height: 498px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-slide-4 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
}

.store-slide-4 .text-part {
  line-height: 1.5em;
  color: #ffffff;
  font-family: "jixiang";
  position: relative;
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 1750px) {
  .store-slide-2 .store-mask .swiper-part {
    width: 85%;
  }
}

@media screen and (max-width: 1500px) {
  .index-slide-5 .jiange .right-part .summary-choice-item {
    width: 105px;
    height: 130px;
  }
}

@media screen and (max-width: 1400px) {
  .store-slide-2 .store-mask .swiper-part {
    width: 100%;
  }
}

@media screen and (max-width: 1350px) {
  .contact-slide-2 .second {
    flex-wrap: wrap;
  }

  .contact-slide-2 .second .link-item {
    width: 50%;
    height: 90px;
    margin-bottom: 12px;
  }

  .science-slide-2 .second-part .center-trims .item {
    --jiange: 300px;
  }

  .header .menu-list-part.sp {
    width: 15%;
  }

  .product-list-main .product-item .main .title .normal-hide {
    width: 35px;
    height: 35px;
  }

  .contact-slide-3 .show-main .share-list .share-item {
    width: 45px;
    height: 45px;
    margin-left: 25px;
  }

  .index-slide-6 .top-part {
    margin: 0px auto 35px;
  }

  .science-slide-3 .buttom-part .left {
    transform: translate(-300px, -40px) scale(0.8);
    transition: all 1s;
  }

  .science-slide-3 .buttom-part .right {
    transform: translate(300px, -40px) scale(0.8);
    transition: all 1s;
  }

  .science-slide-3 .buttom-part .item.show {
    transform: translateY(0px) scale(0.8);
    opacity: 1;
  }

  .index-slide-5 .jiange .right-part .summary-choice-item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .fs17 {
    font-size: 14px;
  }

  .science-slide-2 .second-part .center-trims .item .summary {
    width: 95px;
  }

  .science-slide-2 .second-part .center-trims .item .summary {
    --summary-length: 145px;
  }

  .health-news-slide-2 .left-part {
    width: 12%;
  }

  .index-slide-5 .jiange .right-part .summary-choice-item {
    width: 85px;
    height: 105px;
  }
  .store-slide-2 .store-mask {
    transform: scale(0.8);
  }
  .fs75 {
    font-size: 65px;
  }
}

@media screen and (max-width: 1000px) {
  .store-slide-2 .store-mask .top-img {
    opacity: 0;
  }
  .store-slide-2 .main-part .choice-button {
    margin: 490px auto 0;
  }
  .header .right-part .menu-list-2 .menu-list-2-item .fs24 {
    font-size: 36px;
  }
  .header .right-part .menu-list-2 .sp .buttom-part-2 .fs16 {
    font-size: 24px;
  }
  .header .right-part .menu-list-2 .menu-list-2-item .top-part {
    width: 100%;
    height: 95px;
  }
  .about-banner {
    width: 100%;
    height: 800px;
  }
  .technology-banner {
    width: 100%;
    height: 800px;
  }
  .health-banner {
    width: 100%;
    height: 800px;
  }
  .header .header-inner {
    height: 120px;
  }
  .header .left-trims {
    left: 4%;
    transform: translate(0%, -50%) scale(1.5);
  }
  .header .left-trims.on {
    transform: translate(-50%, -50%) rotate(-90deg) scale(1.5);
  }
  .header .right-trims {
    right: 4%;
    transform: translate(0, -50%) scale(1.5);
  }
  .link-menu {
    flex-wrap: wrap;
  }
  .link-menu .bookmark {
    width: calc(50% - 30px);
    margin-top: 15px;
    margin-right: 15px;
  }
  .header .menu-list-part {
    display: none;
  }

  .about-slide-2 .first-part {
    flex-wrap: wrap;
  }

  .about-slide-2 .first-part .bookmark {
    width: calc(50% - 30px);
    margin-top: 15px;
    margin-right: 15px;
  }

  .header .menu-list-part.sp {
    display: flex;
  }

  .fs105 {
    font-size: 90px;
  }

  .fs28 {
    font-size: 24px;
  }

  .fs16 {
    font-size: 14px;
  }

  .fs124 {
    font-size: 90px;
  }

  .fs75 {
    font-size: 55px;
  }

  .fs24 {
    font-size: 20px;
  }

  .fs17 {
    font-size: 12px;
  }

  .footer .footer-main .right-part .menu-group {
    width: 100px;
    margin-right: 25px;
  }

  .w83p {
    width: 92%;
  }

  .index-slide-5 {
    width: 100%;
    height: 800px;
  }

  .index-slide-5 .jiange {
    flex-direction: column;
  }

  .index-slide-5 .jiange .left-part {
    width: 70%;
    height: 50%;
    margin-top: 35px;
  }

  .index-slide-5 .jiange .right-part {
    width: 50%;
    height: 50%;
    box-sizing: border-box;
    padding: 30px 0 0 0;
  }

  .index-slide-5 .jiange .right-part .title {
    margin: 0 0 3.229vw;
  }

  .index-slide-5 .jiange .right-part .summary-choice-item {
    width: 85px;
    height: 95px;
    margin-right: 25px;
  }

  .index-slide-5 .jiange .right-part .summary-choice {
    left: 0;
    justify-content: center;
    margin: 140px 0 0;
  }

  .m-sp .header-slide {
    width: 100%;
  }

  .header .buttom-part {
    width: 60%;
  }

  .header .buttom-part {
    left: -60%;
    display: none;
  }

  .m-sp .right-part {
    left: 0%;
  }

  .m-sp .menu-list-part .menu-logo {
    color: #0f2d18 !important;
  }

  .header .right-part {
    width: 100vw;
  }

  .header .right-part .menu-list-2 .sp .buttom-part-2 {
    height: 120px;
  }

  .header .left-trims {
    left: 4%;
  }

  .header .right-trims {
    right: 4%;
  }

  .m-sp .right-trims .store {
    border: 1px solid #0f2d18;
  }

  .m-sp .header .right-trims .store .hover-store {
    border: 1px solid #0f2d18;
  }

  .header .right-part {
    padding: 160px 6.822vw 0;
  }

  .header .right-part .menu-list-2 {
    width: 80%;
    margin: 0 auto;
  }

  .about-slide-2 .third-part {
    margin-left: 3.5%;
    width: 93%;
  }

  .contact-slide-2 .second {
    flex-wrap: wrap;
  }

  .contact-slide-2 .second .link-item {
    width: 50%;
    height: 90px;
    margin-bottom: 12px;
  }

  .contact-slide-3 .show-main .share-list {
    margin-top: 172px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .contact-slide-3 .show-main .share-list .share-item {
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .contact-slide-3 .show-main .share-list .share-item img {
    position: absolute;
    left: 350%;
    transform: translateX(-50%);
    bottom: -50%;
  }

  .science-slide-2 {
    width: 100%;
    height: max-content;
  }

  .science-slide-2 .second-part {
    display: none;
  }

  .science-slide-2 .third-part .main {
    margin-top: 45px;
    width: 100%;
    height: 350px;
  }

  .science-slide-2 .fourth-part {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
  }

  .science-slide-2 .fourth-part .center {
    width: 40%;
    margin: 0 auto;
  }

  .science-slide-2 .fourth-part .show-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto 20px;
  }

  .science-slide-2 .fourth-part .show-text .left-part {
    width: 40%;
    line-height: 1.5em;
    color: #0f2d18;
    font-family: "SourceHan-Regular";
    transition: all 0.3s;
  }

  .science-slide-2 .fourth-part .show-text .right-part {
    max-width: 40%;
    line-height: 1.5em;
    color: #0f2d18;
    font-family: "SourceHan-Regular";
    transition: all 0.3s;
  }

  .science-slide-2 .fourth-part .swiper-part-sc {
    width: 100%;
    height: 75px;
  }

  .science-slide-2 .fourth-part .swiper-part-sc .swiper-slide {
    width: 100px;
    height: 75px;
    background-color: #ffffffa8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
    user-select: none;
  }

  .science-slide-2 .fourth-part .swiper-part-sc .swiper-slide:hover {
    background-color: #00843b;
  }

  .science-slide-2 .fourth-part .swiper-part-sc .swiper-slide:hover .show-info {
    color: #ffffff;
  }

  .science-slide-2 .fourth-part .swiper-part-sc .swiper-slide .show-info {
    text-align: center;
    line-height: 1.5em;
    color: #0f2d18;
    font-family: "SourceHan-Regular";
    transition: all 0.3s;
  }

  .science-slide-2 .fourth-part .swiper-part-sc .swiper-slide .hide-info {
    display: none;
  }

  .science-slide-2 .third-part .main .right-part .item {
    margin-bottom: 12px;
  }

  .science-slide-2 .third-part .main .right-part .item.show {
    padding-top: 21px;
    padding-bottom: 12px;
  }

  .health-news-slide-2 {
    flex-direction: column;
  }

  .health-news-slide-2 .left-part {
    width: 100%;
    padding-top: 102px;
  }

  .health-news-slide-2 .right-part {
    width: 100%;
    padding-top: 25px;
  }

  .health-news-slide-2
    .right-part
    .normal-list-outslide
    .normal-list
    .normal-item {
    width: 100%;
    height: 255px;
  }

  .health-news-slide-2
    .right-part
    .normal-list-outslide
    .normal-list
    .normal-item
    .item-right-part
    .item-summary {
    display: none;
  }

  .health-news-slide-2
    .right-part
    .normal-list-outslide
    .normal-list
    .normal-item
    .item-right-part
    .button-2 {
    margin-top: 0px;
  }

  .health-news-slide-2
    .right-part
    .normal-list-outslide
    .normal-list
    .normal-item
    .item-right-part
    .item-title {
    margin: 55px 0 42px;
  }

  .health-news-slide-2 .right-part {
    margin-bottom: 150px;
  }

  .news-list-slide-2 .new-list-main .item {
    width: 30%;
    margin-right: calc(10% / 2);
  }

  .news-list-slide-2 .new-list-main .item:nth-child(3n) {
    margin-right: 0;
  }

  .news-list-slide-2 .new-list-main {
    justify-content: unset;
  }

  .product-list-main .product-item:nth-child(4n) {
    margin: 0 4% 100px 0;
  }

  .product-list-main .product-item {
    width: 30.5%;
    margin: 0 4% 100px 0;
  }

  .product-list-main .product-item:nth-child(3n) {
    margin: 0 0% 100px 0;
  }

  .technology-slide-4 .show-main .show-page-main .show-item-1 {
    transform: scale(0.9);
    margin: 0 0px;
  }

  .technology-slide-4 .show-choice {
    width: 80%;
  }

  .technology-slide-4 .show-choice .show-choice-item {
    width: 490px;
  }

  .technology-slide-2 .second-part .right-part .right-img {
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translate(20%, -30%) scale(0.35);
  }

  .health-slide-2 .show-info-item .show-info-item-title {
    width: 80%;
  }

  .index-slide-2 .cloud {
    background-position-y: center;
  }

  .index-slide-2 .text {
    width: 80%;
  }

  .header .menu-list-part.sp {
    width: 35%;
  }

  .about-slide-2 .fifth-part .main {
    margin: 65px 0 0;
    width: 100%;
    /* height: 320px; */
    flex-wrap: wrap;
  }

  .about-slide-2 .fifth-part .main .main-item {
    width: 46%;
    height: 320px;
    margin-bottom: 20px;
  }

  .about-slide-2 .fifth-part .main .main-item .iron {
    margin: 0 0 25%;
  }

  .about-slide-4 .show-part .about-slide-4-swiper .swiper-slide .year-show {
    font-size: 100px;
  }

  .about-slide-4 .show-part .about-slide-4-swiper .swiper-slide {
    height: 200px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .about-slide-4 .show-part .about-slide-4-swiper .swiper-slide .summary {
    padding-top: 0px;
  }

  .about-slide-5 .next-trims {
    position: absolute;
    top: 75%;
    left: 15%;
    right: unset;
  }

  .index-slide-3 {
    width: 100%;
    height: 581px;
  }

  .product-type-choice {
    margin: 0 auto;
    width: 90%;
  }

  .technology-slide-2 .second-part .right-part .nowshow {
    position: absolute;
    top: 50%;
    left: 40%;
    right: unset;
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 1;
    box-shadow: -12px 0 0px #00994418;
    z-index: 3;
  }

  .technology-slide-4 .show-main .show-page-main.on {
    display: flex;
    flex-wrap: wrap;
  }

  .technology-slide-2 {
    width: 100%;
    height: 830px;
  }

  .health-slide-2 .position .show-circle .show-circle-item {
    width: 140px;
    height: 140px;
    margin: 0 21px;
  }

  .header .left-trims.on .line {
    background-color: #000000;
  }

  .product-read {
    height: auto;
    flex-direction: column;
  }

  .product-read .left-list-part {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 25px 0 25px;
  }

  .product-read .left-list-part img {
    margin: 0 20px 10px;
  }

  .product-read .left-part {
    width: 80%;
    height: 500px;
    position: relative;
    margin: 0 auto;
    order: -1;
  }

  .product-read .right-part {
    width: 81.5%;
    height: 50%;
    padding-left: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .footer .footer-main .right-part .menu-list .menu-item {
    display: none;
  }

  .footer .footer-main .right-part .menu-list .menu-item.first {
    display: block;
  }

  .footer .footer-main .right-part .menu-list {
    min-height: 75px !important;
  }

  .footer .footer-main {
    flex-direction: column;
  }

  .footer .footer-main .left-part .link-address {
    margin: 0 0 0px;
  }

  .footer .footer-main .left-part .iron {
    margin: 0 0 25px;
  }

  .contact-slide-2 .form-part .input-item {
    width: 48.4%;
  }

  .contact-slide-2 .form-part .input-item span {
    width: 72px;
  }

  .contact-slide-2 .form-part .input-item input {
    width: calc(100% - 86px);
  }

  .contact-slide-2 .form-part .input-item-2 {
    width: 100%;
    height: 100%;
  }

  .contact-slide-2 .form-part {
    margin-top: 55px;
  }

  .index-slide-3 .swiper-choice svg {
    transform: rotate(-90deg) scale(1.4);
    margin-right: 15px;
  }
  .index-banner-swiper {
    width: 100%;
    height: 800px;
  }
}

@media screen and (max-width: 750px) {
  .fs124 {
    font-size: 65px;
  }

  .product-list-main .product-item .main .title .normal-hide {
    display: none;
  }

  .product-list-main .product-item .main .title {
    transform: translateX(calc(-50%));
  }

  .product-list-main .product-item {
    height: 338px;
  }

  .index-slide-3 .swiper-slide .product-title {
    position: absolute;
    top: 78%;
  }

  .product-list-main .product-item {
    margin: 0 4% 50px 0;
  }

  .product-list-main .product-item:nth-child(3n) {
    margin: 0 0% 50px 0;
  }

  .product-type-choice .on {
    width: 80px;
    height: 96px;
  }

  .product-type-choice .product-type-choice-item {
    font-size: 21px;
  }

  .product-type-choice .on {
    font-size: 17px;
  }

  .news-list-slide-2 .new-list-main .item {
    width: 45%;
    margin-right: calc(10%);
  }

  .news-list-slide-2 .new-list-main .item:nth-child(2n) {
    margin-right: 0;
  }

  .news-list-slide-2 .new-list-main .item:nth-child(3n) {
    margin-right: 10%;
  }

  .news-list-slide-2 .new-list-main .item:nth-child(6n) {
    margin-right: 0%;
  }

  .science-slide-3 .buttom-part .item.show {
    transform: translateY(0px) scale(0.6);
  }

  .science-slide-3 .buttom-part .right {
    transform: translate(200px, -40px) scale(0.6);
  }

  .science-slide-3 .buttom-part .left {
    transform: translate(-200px, -40px) scale(0.6);
  }

  .science-slide-3 .buttom-part .item .summary {
    width: 75%;
    transform: scale(1.3);
  }

  .health-news-slide-2 .right-part .tuijian {
    height: 530px;
    align-items: center;
  }

  .health-news-slide-2 .right-part .tuijian .text-part {
    width: calc(95%);
    margin-top: 70px;
  }

  .health-news-slide-2 .right-part .tuijian .text-part .left-part-2 {
    width: 50%;
  }

  .health-news-slide-2 .right-part .tuijian .text-part .right-part-2 {
    margin-right: 0px;
  }

  .health-news-slide-2 .right-part .tuijian .img-part {
    margin-top: 5px;
    width: calc(95%);
    height: 348px;
  }

  .health-news-slide-2 .right-part .normal-list-outslide {
    margin-top: 50px;
  }

  .health-news-slide-2
    .right-part
    .normal-list-outslide
    .normal-list
    .normal-item {
    padding: 27px 0 27px 27px;
  }

  .health-news-slide-2
    .right-part
    .normal-list-outslide
    .normal-list
    .normal-item
    .item-left-part {
    width: 45%;
  }

  .health-news-slide-2 .right-part .normal-list-outslide .page-choice {
    width: 100%;
    margin-left: 0px;
  }

  .contact-slide-2 .form-part .input-item input::placeholder {
    font-size: 14px;
  }

  /* .contact-slide-3.on .show-main {
        animation: show-main-ani 0.5s linear forwards;
        animation-delay: 1.5s;
    } */
  .contact-slide-3 .show-main {
    width: 65%;
  }

  @keyframes filter-ani {
    0% {
      width: 0;
      left: 0;
      right: unset;
    }

    48% {
      width: 100%;
      left: 0;
      right: unset;
    }

    53% {
      width: 100%;
      left: unset;
      right: 0;
    }

    100% {
      width: 65%;
      left: unset;
      right: 0;
    }
  }

  .contact-slide-3 .show-main .share-list {
    margin-top: 72px;
    align-items: flex-start;
  }

  .contact-slide-3 {
    width: 100%;
    height: 800px;
  }
  .science-slide-2 .third-part .main {
    height: auto;
    flex-direction: column;
  }
  .science-slide-2 .third-part .main .left-part {
    width: 65%;
    height: 300px;
  }
  .science-slide-2 .third-part .main .right-part {
    width: 65%;
    padding-left: 0px;
  }
  .science-slide-2 .third-part .main .right-part .item.show {
    margin-bottom: 22px;
    padding-left: 38px;
  }
  .header .header-inner {
    height: 140px;
  }
  .header .menu-list-part.sp {
    width: 35%;
    transform: scale(1.5);
  }
}

@media screen and (max-width: 600px) {
  .science-slide-2 .third-part .main .left-part {
    width: 80%;
  }
  .science-slide-2 .third-part .main .right-part {
    width: 80%;
  }
  .contact-slide-2 .second .link-item {
    width: 100%;
  }

  .fs124 {
    font-size: 60px;
  }

  .fs36 {
    font-size: 30px;
  }

  .index-slide-3 {
    width: 100%;
    height: 581px;
  }

  .index-slide-4 .jiange {
    flex-direction: column;
  }

  .index-slide-4 .jiange .left-part {
    padding: 100px 0 0;
  }

  .index-slide-4 .jiange .right-part {
    width: 100%;
    height: 735px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .product-list-main .product-item {
    width: 48%;
    margin: 0 4% 50px 0;
  }

  .product-list-main .product-item:nth-child(2n) {
    margin: 0 0% 50px 0;
  }

  .product-list-main .product-item:nth-child(3n) {
    margin: 0 4% 50px 0;
  }

  .product-list-main .product-item:nth-child(6n) {
    margin: 0 0% 50px 0;
  }

  .technology-slide-2 {
    width: 100%;
    height: 1050px;
  }

  .technology-slide-2 .second-part {
    margin: 56px auto 0;
    height: 82%;
    flex-direction: column;
  }

  .technology-slide-2 .second-part .left-part {
    width: 100%;
    height: auto;
  }

  .technology-slide-2 .second-part .right-part {
    width: 100%;
    height: 50%;
  }

  .technology-slide-3 .show-choice {
    width: 430px;
  }

  .technology-slide-4 .bg-summary {
    width: 75%;
  }

  .technology-slide-4 .show-choice {
    width: 95%;
  }

  .news-list-slide-2 .new-list-main .item {
    width: 48%;
    margin-right: calc(4%);
  }

  .news-list-slide-2 .new-list-main .item:nth-child(3n) {
    margin-right: 4%;
  }

  .news-list-slide-2 .new-list-main .item:nth-child(6n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 500px) {
  .product-type-choice .product-type-choice-item {
    font-size: 17px;
  }
  .product-type-choice .on {
    font-size: 14px;
  }
  .health-slide-2 .position .show-circle .show-circle-item {
    width: 120px;
    height: 120px;
    margin: 0 15px;
  }
  .news-list-slide-2 .new-list-main .item {
    width: 100%;
    margin-right: calc(0%);
  }
}
