.banner_section {
  position: relative;
  height: 8.1rem;
  width: 100%;
  margin-bottom: 0.2rem;
}
.banner {
  height: 100%;
}
.banner .banner_item {
  position: relative;
  height: 8.1rem;
}
.banner .banner_item .banner-title {
  position: absolute;
  padding-top: 1.2rem;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .banner_item .banner-title .first {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
}
.banner .banner_item .banner-title .second {
  font-size: 0.4rem;
  color: #ffff;
}
.banner .banner_item .banner-title .three {
  font-size: 0.22rem;
  color: #ffff;
}
.banner .banner_item .banner-title .more {
  cursor: pointer;
  color: #ffff;
  font-size: 0.14rem;
  letter-spacing: 0em;
  border: 1px solid #ffff;
  padding: 0.06rem 0.16rem;
  border-radius: 0.28rem;
  white-space: nowrap;
  margin-top: 0.24rem;
}
.banner .banner_item .banner-title .first,
.banner .banner_item .banner-title .second,
.banner .banner_item .banner-title .three,
.banner .banner_item .banner-title .more {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.mySwiper_banner .swiper-slide-active .banner-title .first {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.mySwiper_banner .swiper-slide-active .banner-title .second {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}
.mySwiper_banner .swiper-slide-active .banner-title .three {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.mySwiper_banner .swiper-slide-active .banner-title .more {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.55s;
}
.product {
  display: flex;
  flex-wrap: wrap;
}
.product .goods {
  position: relative;
  height: 8rem;
  width: 100%;
}
.product .goods .goods-title {
  position: absolute;
  top: 0.68rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product .goods .goods-title .first {
  font-size: 0.16rem;
  color: rgba(38, 38, 38, 0.7);
}
.product .goods .goods-title .second {
  font-size: 0.4rem;
  font-weight: 500;
  color: #262626;
}
.product .goods .goods-title .three {
  font-size: 0.22rem;
  color: #262626;
  margin-bottom: 0.2rem;
}
.product .goods .goods-title .more {
  cursor: pointer;
  font-size: 0.14rem;
  color: #262626;
  border-radius: 0.28rem;
  padding: 0.06rem 0.16rem;
  background: rgba(38, 38, 38, 0);
  border: 1px solid #262626;
}
.product .goods .goods_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .goods-item {
  position: relative;
  width: 49%;
  height: 7rem;
  margin: 0.2rem 0 0 0.2rem;
  overflow: hidden;
}
.product .goods-item .goods-item-title {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0.48rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product .goods-item .goods-item-title .first {
  font-size: 0.16rem;
  color: rgba(38, 38, 38, 0.7);
}
.product .goods-item .goods-item-title .second {
  font-size: 0.4rem;
  font-weight: 500;
  color: #262626;
}
.product .goods-item .goods-item-title .three {
  width: 100%;
  font-size: 0.22rem;
  color: #262626;
  margin-bottom: 0.14rem;
  text-align: center;
}
.product .goods-item .goods-item-title .more {
  cursor: pointer;
  font-size: 0.14rem;
  color: #262626;
  border: 1px solid #262626;
  border-radius: 0.28rem;
  padding: 0.04rem 0.16rem;
  margin-bottom: 500px;
}
.product .goods-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.solutions {
  margin-top: 2rem;
}
.solutions .solution-header {
  text-align: center;
  font-size: 0.56rem;
  font-weight: 500;
  color: #262626;
}
.solutions .solutionswiper {
  position: relative;
  width: 100%;
  height: 6.8rem;
  margin-top: 0.56rem;
}
.solutions .solutionswiper .solution_item {
  width: 12rem;
  height: 6.8rem;
}
.solutions .solutionswiper .solution_item .solution_title {
  position: absolute;
  top: 0.48rem;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.solutions .solutionswiper .solution_item .solution_title h2 {
  font-size: 0.4rem;
  font-weight: 500;
  color: #FFFFFF;
}
.solutions .solutionswiper .solution_item .solution_title .solution_content {
  margin-top: 0.08rem;
  font-size: 0.16rem;
  color: #FFFFFF;
}
.solutions .solutionswiper .solution_item .solution_title .more {
  cursor: pointer;
  margin-top: 0.24rem;
  font-size: 0.14rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0.3rem;
  padding: 0.04rem 0.1rem;
}
.solutions .solutionswiper .solution_item .solution_title h2,
.solutions .solutionswiper .solution_item .solution_title .solution_content,
.solutions .solutionswiper .solution_item .solution_title .more {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.solutions .solutionswiper .solution_item .solution_itemimg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.solutions .solutionswiper .swiper-slide-active .solution_title h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.solutions .solutionswiper .swiper-slide-active .solution_title .solution_content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.solutions .solutionswiper .swiper-slide-active .solution_title .more {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.about_section .about .about_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.6rem;
}
.about_section .about .about_title h1 {
  font-size: 0.56rem;
  color: #262626;
  font-weight: 500;
}
.about_section .about .about_title p {
  font-size: 0.22rem;
  color: #262626;
  margin-top: 0.16rem;
}
.about_section .about .about_title .about_more {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.04rem;
  height: 0.28rem;
  border-radius: 0.28rem;
  border: 1px solid #262626;
  color: #262626;
  font-size: 0.14rem;
  margin-top: 0.32rem;
}
.about_section .about .about_nums {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.about_section .about .about_nums .about_num {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_section .about .about_nums .about_num .about_numvalue {
  color: #262626;
  font-size: 0.22rem;
}
.about_section .about .about_nums .about_num .about_numvalue span {
  font-size: 1rem;
  font-weight: 500;
}
.about_section .about .about_nums .about_num .about_numlabel {
  color: #262626;
  font-size: 0.22rem;
  margin-top: 0.08rem;
}
.about_section .about_video {
  position: relative;
  height: 9.8rem;
  cursor: pointer;
  margin-top: 2rem;
}
.about_section .about_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_section .about_video .about_videoplay {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.72rem;
  height: 0.72rem;
  z-index: 2;
}
.about_section .about_contact {
  display: flex;
  justify-content: space-between;
  margin-top: 0.16rem;
  padding: 0 0.16rem;
}
.about_section .about_contact .cooperation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 3.5rem;
  background: #F2F2F2;
}
.about_section .about_contact .cooperation img {
  width: 1.15rem;
  height: auto;
}
.about_section .about_contact .cooperation .correct {
  float: right;
  width: 0.46rem;
  height: 0.32rem;
}
.about_section .about_contact .cooperation p {
  font-size: 0.32rem;
  font-weight: 500;
  color: #262626;
  margin-top: 0.38rem;
}
