* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-text-size-adjust: none;
}
body,
input,
textarea,
button {
  font-family: Oswald-Regular;
}
input {
  outline: none;
}
/* 引入字体 */
@font-face {
  font-family: "Oswald-Regular";
  src: url(../fonts/oswald-regular.ttf);
}
/* 滚动条 */
::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background: #011D0F;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #011D0F;
}
a {
  text-decoration: none;
}
img,
video {
  display: block;
  max-width: 100%;
}
/*public*/
.header {
  background: #011d0f;
  transition: all ease 0.5s;
  width: 100%;
  padding: 1.875vw 8.3333vw 1.875vw 5.3333vw;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
}
.header .menu-list {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .menu-item {
  margin-right: 3.125vw;
}
.header .menu-item:hover a {
  color: #01C353;
}
.header .menu-item a {
  transition: all ease 0.5s;
  color: #ffffff;
  font-size: 0.9375vw;
}
.header .menu-item span {
  color: #ffffff;
}
.header .menu-item:last-child {
  margin-right: 0;
}
.header .nav-active a {
  color: #01C353;
}
.header .left {
  width: 11.3333vw;
}
.header .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .search {
  margin-right: 1.3542vw;
}
.header .language {
  display: flex;
}
.header .language a {
  color: #ffffff;
  font-size: 0.8333vw;
  line-height: 100%;
  position: relative;
}
.header .language a:first-child {
  border-right: 1px solid #ffffff;
  padding-right: 5px;
}
.header .language a:last-child {
  padding-left: 5px;
}
.header .language-active::after {
  position: absolute;
  left: 10%;
  bottom: -5px;
  content: '';
  background: #ffffff;
  height: 2px;
  width: 70%;
}
.header .phone-menu{
  display: none;
}
@media (min-width: 991px) {
  .hd-scroll {
    background: #011d0f;
  }
}
.footer {
  background: #252A36;
}
.footer .footer-top {
  padding: 3.125vw 12.5vw 4.8958vw;
  display: flex;
  justify-content: space-between;
}
.footer .top-left h1 {
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: 400;
  padding: 2.2917vw 0 1.4583vw;
}
.footer .top-left p {
  font-size: 0.8333vw;
  padding-bottom: 1.0938vw;
  color: #8A8A8A;
  font-weight: 400;
}
.footer .footer-menu {
  display: flex;
}
.footer .footer-menu a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  margin-right: 4.6875vw;
  position: relative;
  font-size: 0.8333vw;
  transition: all ease 0.5s;
}
.footer .footer-menu a:hover {
  opacity: 0.7;
}
.footer .footer-menu a::after {
  position: absolute;
  right: -2.2396vw;
  content: '';
  top: 0;
  width: 2px;
  height: 100%;
  background: #ffffff;
}
.footer .footer-menu a:last-child {
  margin-right: 0;
}
.footer .footer-menu a:last-child::after {
  display: none;
}
.footer .platform {
  display: flex;
  align-items: center;
  padding-top: 2.1354vw;
  justify-content: flex-end;
}
.footer .platform .img-box {
  transition: all ease 0.5s;
  width: 3.3854vw;
  height: 3.3854vw;
  background: #898c92;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 2.1354vw;
}
.footer .platform .img-box:hover {
  background: #ffffff;
}
.footer .platform .img-box:hover i {
  color: #01C353;
}
.footer .platform .img-box:last-child {
  margin-right: 0;
}
.footer .platform .img-box i {
  transition: all ease 0.5s;
  font-size: 1.3021vw;
  color: #ffffff;
}
.footer .platform span {
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: 400;
  margin-right: 2.3958vw;
}
.footer .platform img {
  width: 3.3854vw;
  margin-right: 2.1354vw;
}
.footer .platform img:last-child {
  margin-right: 0;
}
.footer .contact p {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8333vw;
  text-align: right;
  padding: 2.0833vw 0.2604vw 0.8333vw 0;
}
.footer .contact input {
  width: 15.5208vw;
  height: 2.6563vw;
  padding: 0.9375vw;
}
.footer .contact .input-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.footer .contact .input-box img {
  position: absolute;
  right: 0.9375vw;
  top: 50%;
  transform: translateY(-50%);
}
.footer .link {
  padding-top: 1.0271vw;
  display: flex;
}
.footer .link p {
  font-size: 0;
      margin-right: 10px;
}
.footer .link span {
  font-size: 14px;
  color: #ffffff;
  margin-right: 5px;
}
.footer .link a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 5px;
}
.footer .link a:hover {
  opacity: 0.7;
}
.footer .link a:last-child {
  margin-right: 0;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6667vw 12.5vw 1.4583vw;
  border-top: solid 1px #ffffff;
}
.footer .footer-bottom a {
  color: #8A8A8A;
}
.footer .footer-bottom span {
  font-size: 0.8333vw;
  font-weight: 400;
  color: #8A8A8A;
}
.footer .footer-bottom span a {
  margin-right: 5px;
}
.footer .footer-bottom span a:last-child {
  margin-right: 0;
}
.button {
  cursor: pointer;
  transition: all ease 0.3s;
  padding: 0.625vw 1.0417vw;
  border-radius: 1.1979vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: 0.8333vw;
}
.button span {
  transition: all ease 0.3s;
  font-size: 12px;
  margin-left: 0.4688vw;
}
.bn {
  position: relative;
}
.bn img {
  width: 100%;
}
.bn .bn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.49);
}
.bn .bn-text h1 {
  font-size: 2.0833vw;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.bn .bn-text h1::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.8333vw;
  width: 2.1875vw;
  height: 0.1042vw;
  background: #ffffff;
  transform: translateX(-50%);
}
.f-bn {
  position: relative;
}
.f-bn img {
  width: 100%;
}
.f-bn .join-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.f-bn .join-text h1 {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.f-bn .join-text p {
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: 400;
  padding: 0.8854vw 0;
}
.f-bn .join-text a {
  transition: all ease 0.5s;
  display: block;
  background: #ffffff;
  color: #01C353;
  padding: 0.8854vw 1.7708vw;
  border-radius: 1.3542vw;
  width: fit-content;
  margin: auto;
  font-size: 0.8333vw;
  cursor: pointer;
}
.f-bn .join-text a:hover {
  opacity: 0.7;
}
/*index.html*/
.index-page .index-video-box {
  width: 100%;
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
}
.index-page .index-video-box .close {
  position: absolute;
  top: 2.6042vw;
  right: 2.6042vw;
  width: 2.6042vw;
  height: 2.6042vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.index-page .index-video-box .close span {
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.index-page .index-video-box .close span:first-child {
  transform: rotate(45deg);
}
.index-page .index-video-box .close span:last-child {
  transform: rotate(-45deg);
}
.index-page .index-video {
  width: 100%;
  height: 100vh;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page .index-video video {
  width: 80%;
}
.index-page .banner {
  width: 100%;
  height: 100vh;
}
.index-page .banner-swiper {
  overflow: hidden;
  height: 100%;
}
.index-page .banner-swiper .swiper-slide {
  position: relative;
}
.index-page .banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index-page .banner-swiper .swiper-slide-active .bn-title {
  transform: translateY(0);
  opacity: 1;
}
.index-page .banner-swiper .swiper-slide-active .bn-button {
  transform: translateY(0);
  opacity: 1;
}
.index-page .banner-swiper .swiper-slide-active .bn-button:hover {
  border: solid 1px #01C353;
  background: #01C353;
}
.index-page .banner-swiper .banner-text {
  width: 54.6875vw;
  position: absolute;
  left: 8.3333vw;
  top: 50%;
  transform: translateY(-50%);
}
.index-page .banner-swiper .bn-title {
  font-size: 2.6042vw;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  transition: all ease 1s;
  transform: translateY(40px);
  opacity: 0;
}
.index-page .banner-swiper .bn-button {
  transition: all ease 1s;
  transition-delay: 0.3s;
  border: solid 1px #ffffff;
  color: #ffffff;
  margin-top: 4.1667vw;
  transform: translateY(40px);
  opacity: 0;
}
.index-page .banner-pagin {
  left: 8.3333vw;
  bottom: 2.8125vw;
}
.index-page .banner-pagin .swiper-pagination-bullet {
  height: 18px;
  border-radius: 0;
  width: 2px;
  margin-right: 20px;
  transition: all ease 0.5s;
  background: #ffffff;
  opacity: 0.46;
}
.index-page .banner-pagin .swiper-pagination-bullet-active {
  transition: all ease 0.5s;
  height: 39px;
  opacity: 1;
}
.index-page .banner-pagin:last-child {
  margin-right: 0;
}
.index-page .banner-button {
  position: absolute;
  right: 4.1667vw;
  bottom: 2.8125vw;
  display: flex;
  z-index: 2;
}
.index-page .banner-prev,
.index-page .banner-next {
  transition: all ease 0.5s;
  width: 3.0208vw;
  height: 3.0208vw;
  background: rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page .banner-prev:hover,
.index-page .banner-next:hover {
  background: #ffffff;
}
.index-page .banner-prev:hover span,
.index-page .banner-next:hover span {
  color: #01C353;
}
.index-page .banner-prev span,
.index-page .banner-next span {
  color: #ffffff;
  transition: all ease 0.5s;
}
.index-page .banner-next {
  margin-left: 2.1354vw;
}
.index-page .banner-next span {
  transform: rotate(180deg);
}
.index-page .scroll {
  width: 1.6146vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.index-page .scroll-item {
  width: 1.6146vw;
  height: 2.0313vw;
  border-radius: 0.8333vw;
  background: #ffffff;
  position: relative;
  animation: up_down 1s infinite;
}
.index-page .scroll-item span {
  position: absolute;
  display: block;
  width: 0.1563vw;
  height: 0.4167vw;
  background: #01C353;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0.4167vw);
}
.index-page .scroll-item::after {
  content: '';
  width: 2px;
  height: 1.0938vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  z-index: 3;
  background: #ffffff;
}
.index-page .scroll-line {
  height: 3.75vw;
  width: 2px;
  background: rgba(255, 255, 255, 0.48);
}
@keyframes up_down {
  25% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.index-page .index-about {
  display: flex;
}
.index-page .index-about .s2-left {
  width: 50%;
}
.index-page .index-about .s2-right {
  width: 50%;
}
.index-page .index-about .s2-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-page .index-about .s2-top {
  position: relative;
  background-size: cover;
}
.index-page .index-about .s2-top-text {
  padding: 4.375vw 10.4167vw 7.2917vw 12.5vw;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, rgba(1, 195, 83, 0.85) 0%, rgba(1, 195, 83, 0) 100%);
}
.index-page .index-about .s2-top-entitle {
  font-size: 1.7708vw;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  text-stroke: 1px rgba(255, 255, 255, 0.3);
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
}
.index-page .index-about .s2-top-title {
  font-size: 2.0833vw;
  color: #ffffff;
  font-weight: bold;
}
.index-page .index-about .s2-top-content {
  padding-top: 1.5625vw;
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #ffffff;
}
.index-page .index-about .s2-bottom {
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 3.0208vw;
  width: 29.6354vw;
  height: 5.9896vw;
  position: absolute;
  right: -2.2917vw;
  bottom: 0;
  background: linear-gradient(93deg, rgba(1, 195, 83, 0) 0%, #01C353 100%);
}
.index-page .index-about .s2-bottom:hover .s2-bottom-button {
  transform: scale(1.1);
}
.index-page .index-about .s2-bottom-text {
  margin-right: 8.4896vw;
  font-size: 1.25vw;
  color: #ffffff;
  font-weight: bold;
}
.index-page .index-about .s2-bottom-button {
  transition: all ease 0.5s;
  margin-right: 0.9896vw;
  width: 4.6354vw;
  height: 4.6354vw;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page .index-about .s2-left-bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5.0521vw 0 5vw;
}
.index-page .index-about .s2-left-bottom h1 {
  width: 100%;
  font-size: 1.25vw;
  text-align: center;
  color: #011D0F;
  font-weight: bold;
}
.index-page .index-about .s2-left-bottom h2 {
  text-align: center;
  padding: 1.5625vw 0;
  width: 100%;
  font-size: 0.8333vw;
  font-weight: 400;
  color: #011D0F;
}
.index-page .index-about .s2-left-bottom .s2-button {
  color: #ffffff;
  background: #01C353;
}
.index-page .index-about .s2-left-bottom .s2-button:hover {
  background: rgba(1, 195, 83, 0.7);
}
.index-page .index-product .s3-1 {
  margin-bottom: -8vw;
  background: #01C353;
  padding: 4.375vw 12.5vw 12.1354vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-image: linear-gradient(#01C353 29px, transparent 0), linear-gradient(90deg, white 1px, transparent 0);
  background-size: 30px 30px, 30px 30px;
}
.index-page .index-product .s3-1-1 {
  width: 46.0417vw;
}
.index-page .index-product .s3-1-1 h1 {
  font-size: 1.7708vw;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  text-stroke: 1px rgba(255, 255, 255, 0.3);
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
}
.index-page .index-product .s3-1-1 h2 {
  padding-bottom: 1.6667vw;
  font-size: 2.0833vw;
  color: #ffffff;
  font-weight: bold;
}
.index-page .index-product .s3-1-1 p {
  color: #ffffff;
  font-weight: 400;
  line-height: 2;
}
.index-page .index-product .s3-1-2 .s3-button {
  background: #ffffff;
  color: #01C353;
}
.index-page .index-product .s3-1-2 .s3-button span {
  color: #01C353;
}
.index-page .index-product .s3-1-2 .s3-button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.index-page .index-product .s3-2 {
  padding: 0 12.5vw;
}
.index-page .index-product .s3-2-1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.index-page .index-product .s3-2-1-item {
  position: relative;
  overflow: hidden;
  width: 49%;
}
.index-page .index-product .s3-2-1-item img {
  transition: all ease 0.5s;
  width: 100%;
}
.index-page .index-product .s3-2-1-item:hover img {
  transform: scale(1.1);
}
.index-page .index-product .mask {
  padding: 2.9167vw;
  width: 100%;
  height: 100%;
  background: linear-gradient(137deg, #000000 0%, rgba(0, 0, 0, 0.62) 56%, rgba(0, 0, 0, 0) 100%);
}
.index-page .index-product .mask-title {
  font-size: 1.25vw;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 1.3542vw;
}
.index-page .index-product .mask-p {
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: 400;
  line-height: 2;
}
.index-page .index-product .mask-p span {
  font-size: 0.8333vw;
}
.index-page .index-product .s3-2-button {
  margin-top: 1.875vw;
  width: fit-content;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.index-page .index-product .s3-2-button span {
  color: #ffffff;
}
.index-page .index-product .s3-2-button:hover {
  background: #ffffff;
  color: #011D0F;
}
.index-page .index-product .s3-2-button:hover span {
  color: #011D0F;
}
.index-page .index-product .s3-2-2 {
  padding-top: 1.0938vw;
  display: flex;
}
.index-page .index-product .s3-2-2-item {
  width: 32%;
  margin-right: 2%;
}
.index-page .index-product .s3-2-2-item img {
  width: 100%;
}
.index-page .index-product .s3-2-2-item:nth-of-type(3n) {
  margin-right: 0;
}
.index-page .index-product .s3-2-2-item h1 {
  padding: 1.0417vw 0;
  font-size: 1.25vw;
  color: #011D0F;
  font-weight: bold;
}
.index-page .index-product .s3-2-2-item p {
  font-size: 0.8333vw;
  color: #8A8A8A;
  line-height: 2;
}
.index-page .index-product .s3-2-2-item p span {
  color: #01C353;
}
.index-page .index-product .s3-2-2-item .s3-2-2-button {
  margin-top: 2.0833vw;
  border: solid 1px #8A8A8A;
  width: fit-content;
  color: #8A8A8A;
}
.index-page .index-product .s3-2-2-item .s3-2-2-button span {
  color: #8A8A8A;
}
.index-page .index-product .s3-2-2-item .s3-2-2-button:hover {
  background: #01C353;
  border: solid 1px #01C353;
  color: #ffffff;
}
.index-page .index-product .s3-2-2-item .s3-2-2-button:hover span {
  color: #ffffff;
}
.index-page .index-technology {
  padding: 4.375vw 0 6.7708vw 12.5vw;
  overflow: hidden;
}
.index-page .index-technology .s4-1 {
  padding-right: 12.5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-page .index-technology .s4-1 .s4-1-1 {
  width: 46.0417vw;
}
.index-page .index-technology .s4-1 .s4-1-1 h1 {
  font-size: 1.7708vw;
  -webkit-text-stroke: 1px rgba(1, 29, 15, 0.3);
  text-stroke: 1px rgba(1, 29, 15, 0.3);
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
}
.index-page .index-technology .s4-1 .s4-1-1 h2 {
  font-size: 2.0833vw;
  color: #01C353;
  font-weight: bold;
  padding-bottom: 1.6667vw;
}
.index-page .index-technology .s4-1 .s4-1-1 p {
  color: #8A8A8A;
  font-weight: 400;
  line-height: 2;
  font-size: 0.8333vw;
}
.index-page .index-technology .s4-1 .s4-1-2 .s3-button {
  background: #01C353;
  color: #ffffff;
}
.index-page .index-technology .s4-1 .s4-1-2 .s3-button span {
  color: #ffffff;
}
.index-page .index-technology .s4-1 .s4-1-2 .s3-button:hover {
  background: rgba(1, 195, 83, 0.7);
}
.index-page .index-technology .s4-2-box {
  padding: 5px;
  overflow: hidden;
}
.index-page .index-technology .s4-2 {
  padding-right: 12.5vw;
  padding-top: 2.8125vw;
}
.index-page .index-technology .s4-2 .swiper-slide {
  height: auto;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
}
.index-page .index-technology .s4-2-item {
  transition: all ease 0.5s;
  padding: 4.8438vw 2.3438vw;
  position: relative;
  height: 100%;
}
.index-page .index-technology .s4-2-item .svg-box {
  width: 3.3333vw;
  overflow: hidden;
  padding: 3px;
}
.index-page .index-technology .s4-2-item .svg-box img {
  width: 3.3333vw;
  filter: drop-shadow(3.3333vw 0 #ffffff);
}
.index-page .index-technology .s4-2-item h1,
.index-page .index-technology .s4-2-item p,
.index-page .index-technology .s4-2-item img {
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
}
.index-page .index-technology .s4-2-item h1 {
  padding: 1.4063vw 0 2.1875vw;
  font-size: 1.25vw;
  color: #011D0F;
  font-weight: bold;
}
.index-page .index-technology .s4-2-item p {
  font-size: 0.8333vw;
  color: #8A8A8A;
  font-weight: 400;
  line-height: 1.5;
}
.index-page .index-technology .s4-2-item .mask {
  transition: all ease 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.index-page .index-technology .s4-2-item .mask img {
  transition: all ease 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.index-page .index-technology .s4-2-item:hover {
  background: rgba(1, 195, 83, 0.8);
}
.index-page .index-technology .s4-2-item:hover .svg-box img {
  transform: translateX(-100%);
}
.index-page .index-technology .s4-2-item:hover .mask {
  opacity: 1;
}
.index-page .index-technology .s4-2-item:hover .mask img {
  -webkit-filter: drop-shadow(0px 0px 0px #ffffff);
  filter: drop-shadow(0px 0px 0px #ffffff);
}
.index-page .index-technology .s4-2-item:hover h1,
.index-page .index-technology .s4-2-item:hover p,
.index-page .index-technology .s4-2-item:hover img {
  color: #ffffff;
}
.index-page .index-news {
  padding: 4.375vw 12.5vw 6.7708vw;
  background: #f9f9f9;
}
.index-page .index-news .s5-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-page .index-news .s5-1 .s5-1-1 {
  width: 46.0417vw;
}
.index-page .index-news .s5-1 .s5-1-1 h1 {
  font-size: 1.7708vw;
  -webkit-text-stroke: 1px rgba(1, 29, 15, 0.3);
  text-stroke: 1px rgba(1, 29, 15, 0.3);
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
}
.index-page .index-news .s5-1 .s5-1-1 h2 {
  font-size: 2.0833vw;
  color: #01C353;
  font-weight: bold;
  padding-bottom: 1.6667vw;
}
.index-page .index-news .s5-1 .s5-1-1 p {
  color: #8A8A8A;
  font-weight: 400;
  line-height: 2;
}
.index-page .index-news .s5-1 .s5-1-2 .s5-button {
  background: #ffffff;
  color: #01C353;
}
.index-page .index-news .s5-1 .s5-1-2 .s5-button span {
  color: #01C353;
}
.index-page .index-news .s5-1 .s5-1-2 .s5-button:hover {
  background: #01C353;
  color: #ffffff;
}
.index-page .index-news .s5-1 .s5-1-2 .s5-button:hover span {
  color: #ffffff;
}
.index-page .index-news .s5-2 {
  display: flex;
  padding-top: 2.4479vw;
}
.index-page .index-news .s5-2-item {
  width: 32%;
  margin-right: 2%;
}
.index-page .index-news .s5-2-item img {
  width: 100%;
}
.index-page .index-news .s5-2-item:nth-of-type(3n) {
  margin-right: 0;
}
.index-page .index-news .s5-2-item h1 {
  transition: all ease 0.5s;
  padding: 1.25vw 0 1.6667vw;
  font-size: 1.25vw;
  color: #011D0F;
  font-weight: bold;
}
.index-page .index-news .s5-2-item p {
  font-size: 0.8333vw;
  color: #8A8A8A;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-page .index-news .s5-2-item .s5-item-button {
  transition: all ease 0.5s;
  opacity: 0;
  border: solid 1px #8A8A8A;
  color: #8A8A8A;
}
.index-page .index-news .s5-2-item .s5-item-button span {
  color: #8A8A8A;
}
.index-page .index-news .s5-2-item .s5-item-button:hover {
  border: solid 1px #01C353;
  background: #01C353;
  color: #ffffff;
}
.index-page .index-news .s5-2-item .s5-item-button:hover span {
  color: #ffffff;
}
.index-page .index-news .s5-2-item:hover h1 {
  color: #01C353;
}
.index-page .index-news .s5-2-item:hover .s5-item-button {
  transform: translateY(2.4479vw);
  opacity: 1;
}
.about-page .a1 {
  padding: 3.2292vw 8.3333vw 6.25vw;
}
.about-page .a1 h1 {
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
}
.about-page .a1 h2 {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #02954B;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
}
.about-page .a1 p {
  font-size: 0.8333vw;
  font-weight: 400;
  color: #8A8A8A;
  line-height: 2;
  padding-bottom: 1.25vw;
  text-indent: 1.5625vw;
}
.about-page .a1 img {
  width: 100%;
}
.about-page .a2 {
  position: relative;
}
.about-page .a2 .a2-mask {
  padding: 4.375vw 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-page .a2 .a2-h1 {
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: rgba(1, 195, 83, 0);
}
.about-page .a2 .a2-h2 {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #02954B;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
  color: #ffffff;
  padding-bottom: 3.8021vw;
}
.about-page .a2 .line {
  position: relative;
}
.about-page .a2 .line-box {
  border-bottom: dashed 1px #8795AF;
  display: flex;
  overflow: hidden;
}
.about-page .a2 .line-box span {
  display: block;
  border: solid 1px #ffffff;
  height: 12px;
  background: #ffffff;
  margin-right: 27px;
  flex-shrink: 0;
}
.about-page .a2 .line-icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.about-page .a2 .line-icon span {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #01C353;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.about-page .a2 .line-icon span:last-child {
  transform: rotate(180deg);
}
.about-page .a2 .a2-siwper-box {
  padding: 0 18.5938vw;
  position: relative;
}
.about-page .a2 .a2-prev {
  position: absolute;
  left: 9.0104vw;
  top: 0;
}
.about-page .a2 .a2-prev span {
  color: #ffffff;
  font-size: 1.6667vw;
}
.about-page .a2 .a2-next {
  position: absolute;
  right: 9.0104vw;
  top: 0;
}
.about-page .a2 .a2-next span {
  color: #ffffff;
  font-size: 1.6667vw;
}
.about-page .a2 .a2-swiper {
  overflow: hidden;
  padding-bottom: 50px;
}
.about-page .a2 .a2-swiper .swiper-slide span {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 0.9375vw;
  font-weight: 400;
}
.about-page .a2 .a2-2-swiper-box {
  padding: 3.0729vw 12.2396vw;
}
.about-page .a2 .a2-2-swiper {
  overflow: hidden;
}
.about-page .a2 .a2-2-swiper .swiper-slide {
  padding: 1.4583vw 1.9271vw;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.about-page .a2 .a2-2-swiper .swiper-slide h1 {
  font-size: 0.9375vw;
  font-weight: bold;
  padding-bottom: 0.7292vw;
  color: #ffffff;
}
.about-page .a2 .a2-2-swiper .swiper-slide p {
  font-size: 0.8333vw;
  position: relative;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
}
.about-page .a2 .a2-2-swiper .swiper-slide p::before {
  content: '-';
  position: absolute;
  left: -0.5208vw;
  top: 0;
  color: #ffffff;
}
.about-page .a2 .a2-2-swiper .swiper-slide .s-mask {
  position: absolute;
  top: 0.2083vw;
  right: 0.7292vw;
  font-size: 2.3438vw;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.about-page .a3 {
  padding-top: 5.4167vw;
  overflow: hidden;
}
.about-page .a3 h1 {
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
}
.about-page .a3 h2 {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #02954B;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
  padding-bottom: 5.3125vw;
}
.about-page .a3 .a3-list {
  display: flex;
}
.about-page .a3 .a3-item {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.about-page .a3 .a3-item img:first-child {
  width: 100%;
}
.about-page .a3 .a3-item .mask {
  transition: transform ease 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% + 3.125vw);
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(none 1.5104vw, transparent 0), linear-gradient(90deg, none 1px, transparent 0);
  background-size: 1.5625vw 1.5625vw, 1.5625vw 1.5625vw;
}
.about-page .a3 .a3-item .mask img {
  width: 3.3333vw;
  margin: auto;
  padding-bottom: 2.0833vw;
}
.about-page .a3 .a3-item .mask .mask-title {
  text-align: center;
  font-size: 1.5625vw;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
.about-page .a3 .a3-item .mask .mask-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.4583vw;
  width: 1.25vw;
  height: 0.3125vw;
  background: #ffffff;
  transform: translateX(-50%);
}
.about-page .a3 .a3-item .mask .mask-p {
  transition: all ease 0.5s;
  padding-top: 4.3229vw;
  padding: 4.3229vw 1.5625vw 0;
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: 400;
  opacity: 0;
}
.about-page .a3 .a3-item:hover {
  overflow: unset;
}
.about-page .a3 .a3-item:hover .mask {
  transform: translateY(-3.125vw);
  background: #01C353;
  background-image: linear-gradient(#01C353 1.5104vw, transparent 0), linear-gradient(90deg, white 1px, transparent 0);
  background-size: 1.5625vw 1.5625vw, 1.5625vw 1.5625vw;
}
.about-page .a3 .a3-item:hover .mask-p {
  opacity: 1;
}
.about-page .a4 {
  padding: 4.375vw 0 5.8854vw 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-page .a4 h1 {
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
}
.about-page .a4 h2 {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #02954B;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
}
.about-page .a4 .a4-box {
  padding: 0.5208vw 0 0 13.125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .a4 .a4-right {
  background: #ffffff;
  border-radius: 5.2083vw 0 0 0;
  padding: 1vw 8.8021vw 0;
  width: 52.0833vw;
}
.about-page .a4 .a4-right p {
  font-size: 0.8333vw;
  color: #8A8A8A;
  font-weight: 400;
  line-height: 2;
}
.about-page .a4 .a4-r-title {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #011D0F;
  padding-bottom: 1.4583vw;
}
.about-page .a4 .a4-r-list {
  padding-left: 0.7813vw;
  margin-top: 1.0417vw;
  position: relative;
}
.about-page .a4 .a4-r-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1042vw;
  height: 80%;
  background: #01C353;
  opacity: 0.12;
}
.about-page .a4 .a4-r-list h3 {
  font-size: 0.8333vw;
  color: #8A8A8A;
  font-weight: bold;
}
.about-page .a4 .a4-r-item {
  padding-bottom: 0.5vw;
  position: relative;
}
.about-page .a4 .a4-r-item p {
  padding-bottom: 0.8333vw;
}
.about-page .a4 .a4-r-item p:last-child {
  padding-bottom: 0;
}
.about-page .a4 .a4-r-item::before {
  position: absolute;
  content: '';
  left: -0.7292vw;
  top: 0;
  transform: translate(-50%, 0);
  width: 0.7292vw;
  height: 0.7292vw;
  background: #01C353;
  opacity: 0.12;
  z-index: 2;
  border-radius: 50%;
}
.about-page .a4 .a4-r-item::after {
  position: absolute;
  content: '';
  left: -0.7292vw;
  top: 0.3646vw;
  transform: translate(-50%, -50%);
  width: 0.2083vw;
  height: 0.2083vw;
  background: #01C353;
  border-radius: 50%;
}
.about-page .a4 .a4-r-item:last-child {
  padding-bottom: 0;
}
.about-page .a5 {
  padding-top: 0.6771vw;
}
.about-page .a5 .a5-h1 {
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  opacity: 0.48;
}
.about-page .a5 .a5-h2 {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #02954B;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
}
.about-page .a5 .line {
  position: relative;
}
.about-page .a5 .line-box {
  border-bottom: dashed 1px #8795AF;
  display: flex;
  overflow: hidden;
}
.about-page .a5 .line-box span {
  display: block;
  border: solid 1px #CECECE;
  height: 12px;
  margin-right: 27px;
  flex-shrink: 0;
}
.about-page .a5 .line-icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  left: 49.5vw;
  top: 60%;
  transform: translateY(-50%);
}
.about-page .a5 .line-icon span {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #01C353;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.about-page .a5 .line-icon span:last-child {
  transform: rotate(180deg);
}
.about-page .a5 .a5-siwper-box {
  padding: 3.4896vw 8vw 0;
  position: relative;
}
.about-page .a5 .a5-swiper {
  overflow: hidden;
  padding-bottom: 50px;
}
.about-page .a5 .a5-swiper .swiper-slide span {
  display: block;
  width: 100%;
  text-align: center;
  color: #201F1F;
  font-size: 0.9375vw;
  font-weight: 400;
}
.about-page .a5 .a5-2-swiper-box {
  padding: 3.0729vw 12.2396vw 7.7083vw;
}
.about-page .a5 .a5-2-swiper {
  overflow: hidden;
}
.about-page .a5 .a5-2-swiper .swiper-slide {
  padding: 1.4583vw 1.9271vw;
  background: #F6F6F6;
  position: relative;
}
.about-page .a5 .a5-2-swiper .swiper-slide p {
  font-size: 0.8333vw;
  font-weight: 400;
  color: #8A8A8A;
  line-height: 1.5;
  position: relative;
}
.about-page .a5 .a5-2-swiper .swiper-slide p::before {
  content: '-';
  position: absolute;
  left: -0.5208vw;
  top: 0;
  color: #8A8A8A;
}
.about-page .a6 {
  padding: 6.7708vw 8.3333vw;
  background: #F7F8FA;
}
.about-page .a6 .a6-swiper {
  overflow: hidden;
}
.about-page .a6 .a6-swiper .swiper-slide {
  padding: 2.2917vw;
  background: #ffffff;
}
.about-page .a6 .a6-swiper .honor-tip {
  text-align: center;
  font-size: 0.7292vw;
  color: #8A8A8A;
}
.about-page .a6 .a6-swiper .honor-tt {
  text-align: center;
  font-size: 1.25vw;
  color: #8A8A8A;
  padding: 0.9896vw 0 1.25vw;
}
.about-page .a6 .a6-swiper .honor-img {
  display: flex;
  justify-content: center;
}
.about-page .a6 .a6-paging {
  padding-top: 4.6354vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .a6 .a6-prev,
.about-page .a6 .a6-next {
  background: rgba(1, 195, 83, 0.2);
  width: 3.0208vw;
  height: 3.0208vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.about-page .a6 .a6-prev span,
.about-page .a6 .a6-next span {
  color: #01C353;
  transition: all ease 0.5s;
}
.about-page .a6 .a6-prev:hover,
.about-page .a6 .a6-next:hover {
  background: #02954B;
}
.about-page .a6 .a6-prev:hover span,
.about-page .a6 .a6-next:hover span {
  color: #ffffff;
}
.about-page .a6 .a6-next {
  transform: rotate(180deg);
  margin-left: 2.8125vw;
}
/*product.html*/
.product-page .p1 {
  padding: 4.375vw 12.5vw 4.375vw 0;
}
.product-page .p1 .p1-en-title {
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
}
.product-page .p1 .p1-title {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #02954B;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
}
.product-page .p1 .p1-top {
  padding-top: 1.0417vw;
  display: flex;
  justify-content: space-between;
}
.product-page .p1 .p1-bottom {
  padding-top: 3.1771vw;
  display: flex;
  justify-content: space-between;
}
.product-page .p1 .p1t-left {
  width: 39%;
  overflow: hidden;
}
.product-page .p1 .p1t-left img {
  width: 100%;
  transition: all ease 0.5s;
}
.product-page .p1 .p1t-left:hover img {
  transform: scale(1.1);
}
.product-page .p1 .p1t-r-title {
  font-size: 1.25vw;
  color: #02954B;
  font-weight: bold;
  padding-bottom: 1.1458vw;
}
.product-page .p1 .p1t-r-title2 {
  padding-top: 2.4479vw;
  font-size: 1.25vw;
  color: #011D0F;
  font-weight: bold;
  padding-bottom: 1.1458vw;
}
.product-page .p1 .p1t-right {
  border: solid rgba(138, 138, 138, 0.2) 1px;
  padding: 3.3333vw 2.3438vw;
  width: 49%;
  position: relative;
}
.product-page .p1 .p1t-right p {
  font-size: 0.8333vw;
  color: #8A8A8A;
  font-size: 400;
  line-height: 2;
}
.product-page .p1 .p1-button {
  margin-top: 2.7604vw;
  background: #01C353;
  color: #ffffff;
}
.product-page .p1 .p1-button:hover {
  opacity: 0.7;
}
.product-page .p1 .p1-button span {
  color: #ffffff;
}
.product-page .p1 .p1t-r-bn {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-page .p2 {
  padding: 8.2292vw 12.5vw 6.5104vw 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-page .p2 .p2-item {
  transition: all ease 0.5s;
  background: #ffffff;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5625vw;
}
.product-page .p2 .p2-item img {
  width: 100%;
}
.product-page .p2 .p2-item:nth-of-type(3n) {
  margin-right: 0;
}
.product-page .p2 .p2-item:hover {
  background: #01C353;
}
.product-page .p2 .p2-item:hover .p2-title {
  color: #ffffff;
}
.product-page .p2 .p2-item:hover .p2-button {
  opacity: 1;
  transform: translateY(0);
}
.product-page .p2 .p2-item:hover .p2-p {
  color: #ffffff;
}
.product-page .p2 .p2-item:hover .p2-p span {
  color: #ffffff;
}
.product-page .p2 .p2-text {
  padding: 1.5625vw;
}
.product-page .p2 .p2-title {
  transition: all ease 0.5s;
  padding-bottom: 1.0417vw;
  font-size: 1.25vw;
  color: #011D0F;
  font-weight: bold;
}
.product-page .p2 .p2-p {
  transition: all ease 0.5s;
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: 400;
  color: #8A8A8A;
  padding-bottom: 1.0417vw;
}
.product-page .p2 .p2-p span {
  transition: all ease 0.5s;
  color: #01C353;
}
.product-page .p2 .p2-p:last-child {
  padding-bottom: 0;
}
.product-page .p2 .p2-button {
  transform: translateY(-1.5625vw);
  color: #ffffff;
  border: solid 1px #ffffff;
  opacity: 0;
}
.product-page .p2 .p2-button:hover {
  background: #ffffff;
  color: rgba(1, 195, 83, 0.8);
}
.product-page .p2 .p2-button:hover span {
  color: rgba(1, 195, 83, 0.8);
}
.product-page .p3 {
  position: relative;
}
.product-page .p3 .join-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-page .p3 .join-text h1 {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.product-page .p3 .join-text p {
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: 400;
  padding: 0.8854vw 0;
}
.product-page .p3 .join-text a {
  transition: all ease 0.5s;
  display: block;
  background: #ffffff;
  color: #01C353;
  padding: 0.8854vw 1.7708vw;
  border-radius: 1.3542vw;
  width: fit-content;
  margin: auto;
  font-size: 0.8333vw;
  cursor: pointer;
}
.product-page .p3 .join-text a:hover {
  opacity: 0.7;
}
/*product-detail.html*/
.product-detail-page .pd {
  padding: 6.4062vw 0 6.7188vw 8.3333vw;
}
.product-detail-page .pd1 {
  display: flex;
  align-items: flex-start;
}
.product-detail-page .pd1-left {
  width: 50vw;
}
.product-detail-page .pd1-left p:first-child {
  display: flex;
  /*justify-content: space-between;*/
}
.product-detail-page .pd1-left p:first-child img {
  width: 49%;
  height: 100%;
}
.product-detail-page .pd1-left img {
  display: block;
  width: 100%;
  margin-bottom: 1.5625vw;
}
.product-detail-page .pd1-left img:last-child {
  margin-bottom: 0;
}
.product-detail-page .pd1-right {
  position: sticky;
  top: 100px;
  width: calc(100% - 50vw);
  padding: 0 8.3333vw 2.9167vw 3.9583vw;
}
.product-detail-page .pd1-right .pd1-right-bn {
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-detail-page .pd1-right h1 {
  position: relative;
  font-size: 2.0833vw;
  color: #011D0F;
  font-weight: bold;
  padding: 2.9688vw 0 1.7708vw;
  border-bottom: solid #f6f6f6 1px;
}
.product-detail-page .pd1-right h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5.8854vw;
  height: 0.2083vw;
  transform: translateY(50%);
  background: #01C353;
}
.product-detail-page .pd1-item {
  padding: 1.7708vw 0;
  border-bottom: solid #f6f6f6 1px;
}
.product-detail-page .pd1-item h2 {
  font-size: 1.25vw;
  font-weight: bold;
  color: #01C353;
  padding-bottom: 1.1458vw;
}
.product-detail-page .pd1-item p {
  font-size: 0.8333vw;
  color: #8A8A8A;
  font-weight: 400;
  line-height: 1.5;
}
.product-detail-page .pd1-item-img {
  padding-top: 1.7708vw;
  display: flex;
}
.product-detail-page .pd1-item-img img {
  width: 24%;
  margin-right: 1.33%;
}
.product-detail-page .pd1-item-img img:last-child {
  margin-right: 0;
}
.product-detail-page .pd1-left-item h1 {
  font-size: 1.25vw;
  color: #01C353;
  font-weight: bold;
  padding-bottom: 1.9271vw;
  border-bottom: solid #f6f6f6 1px;
  position: relative;
}
.product-detail-page .pd1-left-item h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5.8854vw;
  height: 0.2083vw;
  transform: translateY(50%);
  background: #01C353;
}
.product-detail-page .pd2 {
  padding-top: 4.6354vw;
}
.product-detail-page .pd2-img {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-page .pd2-img img {
  width: 32%;
  margin-bottom: 0;
  margin-right: 2%;
  margin-top: 1.5625vw;
}
.product-detail-page .pd2-img img:nth-of-type(3n) {
  margin-right: 0;
}
.product-detail-page .pd3 {
  padding-top: 3.5937vw;
}
.product-detail-page .pd3 .pd3-table {
  padding-top: 1.8229vw;
}
.product-detail-page .pd3 .pd3-row {
  display: flex;
}
.product-detail-page .pd3 .pd3-row:nth-of-type(2n) {
  background: #f1f1f1;
}
.product-detail-page .pd3 .pd3-col-title {
  padding: 0.9375vw 0 0.8333vw;
  text-align: center;
  color: #ffffff;
  font-size: 0.8333vw;
  font-weight: bold;
  background: #01C353;
}
.product-detail-page .pd3 .pd3-col-title:first-child {
  width: 30%;
  background: #01C353;
}
.product-detail-page .pd3 .pd3-col {
  width: 33%;
  padding: 0.8854vw 0 0.7813vw;
  text-align: center;
  font-size: 0.8333vw;
  color: #8A8A8A;
  font-weight: 400;
}
/*technology.html*/
.technology-page .t1 {
  padding: 4.375vw 12.5vw 5.1563vw;
}
.technology-page .t1-en-title {
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
}
.technology-page .t1-title {
  font-size: 2.0833vw;
  font-weight: bold;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
  color: #02954B;
}
.technology-page .t1-card {
  display: flex;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.06);
}
.technology-page .t1-left {
  width: 24.8958vw;
  padding: 3.9063vw 2.1875vw 0;
  position: relative;
}
.technology-page .t1-left h1 {
  font-size: 1.4583vw;
  color: #011D0F;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 1.6146vw;
  border-bottom: solid 1px #01C353;
}
.technology-page .t1-right img {
  width: 100%;
}
.technology-page .t1-left-bn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.technology-page .t1-left-item {
  margin-top: 1.5625vw;
  width: 14.2708vw;
  background: #F3FFF8;
  padding: 1.0417vw;
  text-align: center;
}
.technology-page .t1-left-item span {
  color: #01C353;
  font-size: 1.4063vw;
}
.technology-page .t1-left-item .t1-l-t {
  color: #01C353;
  font-size: 0.8333vw;
  font-weight: bold;
  padding: 0.7292vw 0;
}
.technology-page .t1-left-item .t1-l-p {
  font-size: 0.8333vw;
  font-weight: 400;
  color: #8A8A8A;
}
.technology-page .t1-2 {
  padding-top: 2.4479vw;
  display: flex;
  justify-content: center;
}
.technology-page .t1-2 img {
  width: 100%;
}
.technology-page .t2 {
  position: relative;
}
.technology-page .t2 .bn-img {
  width: 100%;
}
.technology-page .t2-text-box {
  padding: 4.375vw 0 5.3125vw 13.2813vw;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.technology-page .t2-text {
  width: 33.75vw;
}
.technology-page .t2-h1 {
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
  text-align: left;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}
.technology-page .t2-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.technology-page .t2-h2 {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #02954B;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
  text-align: left;
  color: #ffffff;
  padding-bottom: 0;
}
.technology-page .t2-p {
  padding: 1.9271vw 0;
  font-size: 0.9375vw;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.6;
}
.technology-page .t2-prev,
.technology-page .t2-next {
  z-index: 2;
  transition: all ease 0.5s;
  width: 3.0208vw;
  height: 3.0208vw;
  background: rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.technology-page .t2-prev:hover,
.technology-page .t2-next:hover {
  background: #ffffff;
}
.technology-page .t2-prev:hover span,
.technology-page .t2-next:hover span {
  color: #01C353;
}
.technology-page .t2-prev span,
.technology-page .t2-next span {
  color: #ffffff;
  transition: all ease 0.5s;
}
.technology-page .t2-prev {
  position: absolute;
  left: 1.0417vw;
  top: 50%;
}
.technology-page .t2-next {
  position: absolute;
  right: 1.0417vw;
  top: 50%;
}
.technology-page .t2-next span {
  transform: rotate(180deg);
}
.technology-page .t3 {
  padding: 4.9479vw 0 6.7708vw;
}
.technology-page .t3-h1 {
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
}
.technology-page .t3-h2 {
  font-size: 2.0833vw;
  font-weight: bold;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
  color: #02954B;
  padding-bottom: 2.8125vw;
}
.technology-page .s4-2-box {
  padding: 10px;
  margin-left: 8.3333vw;
  overflow: hidden;
}
.technology-page .s4-2 {
  padding-right: 12.5vw;
}
.technology-page .s4-2 .swiper-slide {
  height: auto;
}
.technology-page .s4-2-item {
  height: 100%;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
  padding: 4.8438vw 2.3438vw;
  position: relative;
}
.technology-page .s4-2-item .s4-2bn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.technology-page .s4-2-item .svg-box {
  padding: 3px;
  width: 3.3333vw;
  overflow: hidden;
}
.technology-page .s4-2-item .svg-box img {
  width: 3.3333vw;
  filter: drop-shadow(3.3333vw 0 #ffffff);
}
.technology-page .s4-2-item h1,
.technology-page .s4-2-item p,
.technology-page .s4-2-item img {
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
}
.technology-page .s4-2-item h1 {
  padding: 1.4063vw 0 2.1875vw;
  font-size: 1.25vw;
  color: #011D0F;
  font-weight: bold;
}
.technology-page .s4-2-item p {
  font-size: 0.8333vw;
  color: #8A8A8A;
  font-weight: 400;
  line-height: 1.5;
}
.technology-page .s4-2-item .mask {
  transition: all ease 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.technology-page .s4-2-item .mask img {
  transition: all ease 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.technology-page .s4-2-item:hover {
  background: rgba(1, 195, 83, 0.8);
}
.technology-page .s4-2-item:hover .svg-box img {
  transform: translateX(-100%);
}
.technology-page .s4-2-item:hover .mask {
  opacity: 1;
}
.technology-page .s4-2-item:hover .mask img {
  -webkit-filter: drop-shadow(0px 0px 0px #ffffff);
  filter: drop-shadow(0px 0px 0px #ffffff);
}
.technology-page .s4-2-item:hover h1,
.technology-page .s4-2-item:hover p,
.technology-page .s4-2-item:hover img {
  color: #ffffff;
}
.technology-page .t3-swiper-box {
  position: relative;
  padding: 0 8.3333vw 0;
  margin-top: 6.7708vw;
}
.technology-page .t3-swiper {
  overflow: hidden;
}
.technology-page .t3-swiper .swiper-slide img {
  width: 100%;
}
.technology-page .t3-prev,
.technology-page .t3-next {
  cursor: pointer;
  z-index: 2;
  transition: all ease 0.5s;
  width: 3.0208vw;
  height: 3.0208vw;
  background: rgba(1, 195, 83, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  top: 50%;
}
.technology-page .t3-prev:hover,
.technology-page .t3-next:hover {
  background: #01C353;
}
.technology-page .t3-prev:hover span,
.technology-page .t3-next:hover span {
  color: #ffffff;
}
.technology-page .t3-prev span,
.technology-page .t3-next span {
  color: #01C353;
  transition: all ease 0.5s;
}
.technology-page .t3-prev {
  position: absolute;
  left: 3.75vw;
}
.technology-page .t3-next {
  position: absolute;
  right: 3.75vw;
}
.technology-page .t3-next span {
  transform: rotate(180deg);
}
/*news.html*/
.news-page .n1 {
  background: #FAFAFA;
  padding: 4.375vw 8.3333vw 6.7708vw;
}
.news-page .n1-h1 {
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
}
.news-page .n1-h2 {
  font-size: 2.0833vw;
  font-weight: bold;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
  color: #02954B;
}
.news-page .n1-card {
  display: flex;
  background: #ffffff;
}
.news-page .n1-left {
  flex-shrink: 0;
  width: 45.8333vw;
  overflow: hidden;
}
.news-page .n1-left:hover img {
  transform: scale(1.1);
}
.news-page .n1-left img {
  transition: all ease 0.5s;
  width: 100%;
}
.news-page .n1-right {
  width: 100%;
  padding: 3.0729vw 3.4375vw 3.2292vw;
}
.news-page .n1-right .n1h1 {
  font-weight: bold;
  color: #011D0F;
  font-size: 1.25vw;
}
.news-page .n1-right h1 {
  font-weight: bold;
  color: #011D0F;
  font-size: 1.25vw;
}
.news-page .n1-right p {
  font-size: 0.8333vw;
  color: #c1c1c1;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 1.25vw;
}
.news-page .n1-right .button {
  margin-top: 2.5vw;
  border: solid 1px #8A8A8A;
  color: #8A8A8A;
}
.news-page .n1-right .button span {
  color: #8A8A8A;
}
.news-page .n1-right .button:hover {
  background: #01C353;
  border: solid 1px #01C353;
  color: #ffffff;
}
.news-page .n1-right .button:hover span {
  color: #ffffff;
}
.news-page .n2 {
  padding: 6.7708vw 8.3333vw 6.25vw;
  display: flex;
}
.news-page .n2-item {
  transition: all ease 0.5s;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.09);
  width: 32%;
  margin-right: 2%;
}
.news-page .n2-item img {
  width: 100%;
}
.news-page .n2-item:hover {
  transform: translateY(-20px);
}
.news-page .n2-item:hover h1 {
  color: #01C353;
}
.news-page .n2-item:last-child {
  margin-right: 0;
}
.news-page .n2-item h1 {
  transition: all ease 0.5s;
  font-size: 0.9375vw;
  color: #011D0F;
}
.news-page .n2-item p {
  font-size: 0.8333vw;
  color: #c1c1c1;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 1.25vw;
}
.news-page .n2-text {
  padding: 2.0833vw 1.5625vw;
}
.news-page .n3 {
  padding: 0 8.3333vw 0;
}
.news-page .n3-item {
  transition: all ease 0.5s;
  display: flex;
  box-shadow: 4px 4px 20px 1px rgba(0, 0, 0, 0.03);
  margin-bottom: 6.3542vw;
  position: relative;
}
.news-page .n3-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3.1771vw;
  width: 100%;
  height: 0.0521vw;
  background: #D9D9D9;
}
.news-page .n3-item:last-child {
  margin-bottom: 0;
}
.news-page .n3-item:last-child::after {
  display: none;
}
.news-page .n3-item:hover {
  box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.07);
}
.news-page .n3-item:hover .n3-right h1 {
  color: #01C353;
}
.news-page .n3-left {
  width: 25.1042vw;
  flex-shrink: 0;
  overflow: hidden;
}
.news-page .n3-left img {
  transition: all ease 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .n3-left:hover img {
  transform: scale(1.1);
}
.news-page .n3-right {
  width: 100%;
  padding: 2.6042vw 2.3438vw;
}
.news-page .n3-right h1 {
  color: #011D0F;
  transition: all ease 0.5s;
  font-size: 0.9375vw;
}
.news-page .n3-right p {
  font-size: 0.8333vw;
  color: #c1c1c1;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 1.25vw;
}
.news-page .n3-right .button {
  border: solid 1px #8A8A8A;
  color: #8A8A8A;
  margin-top: 1.0417vw;
}
.news-page .n3-right .button span {
  color: #8A8A8A;
}
.news-page .n3-right .button:hover {
  background: #01C353;
  border: solid 1px #01C353;
  color: #ffffff;
}
.news-page .n3-right .button:hover span {
  color: #ffffff;
}
.news-page .n3-paging {
  padding: 4.1667vw 0 6.6146vw;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-page .n3-paging .prev,
.news-page .n3-paging .next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 50%;
  background: rgba(1, 195, 83, 0.2);
  transition: all ease 0.5s;
}
.news-page .n3-paging .prev span,
.news-page .n3-paging .next span {
  color: #01C353;
  transition: all ease 0.5s;
}
.news-page .n3-paging .prev:hover,
.news-page .n3-paging .next:hover {
  background: #01C353;
}
.news-page .n3-paging .prev:hover span,
.news-page .n3-paging .next:hover span {
  color: #ffffff;
}
.news-page .n3-paging .prev {
  margin-right: 1.0417vw;
}
.news-page .n3-paging .next {
  margin-left: 1.0417vw;
  transform: rotate(180deg);
}
.news-page .n3-paging .paging-item {
  border-radius: 50%;
  width: 2.0833vw;
  height: 2.0833vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9f9f9f;
  font-size: 0.8333vw;
  font-weight: bold;
}
.news-page .n3-paging .paging-active {
  background: #01C353;
  color: #ffffff;
}
.news-detail-page .nd1 {
  padding: 6.7708vw 18.75vw 6.5104vw;
}
.news-detail-page .nd1-title {
  color: #02954B;
  text-align: center;
  font-weight: bold;
  font-size: 1.25vw;
}
.news-detail-page .nd1-date {
  color: #c1c1c1;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.4063vw 0 1.4583vw;
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
}
.news-detail-page .nd1-text p {
  color: #c1c1c1;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 1.4063vw;
}
.news-detail-page .nd1-text img {
  padding-top: 1.4063vw;
  margin: auto;
}
.news-detail-page .nd1-menu {
  padding-top: 4.6875vw;
}
.news-detail-page .nd1-menu a {
  display: block;
  padding-bottom: 0.5208vw;
}
.news-detail-page .nd1-menu a:last-child {
  padding-bottom: 0;
}
.news-detail-page .nd1-menu-title {
  font-size: 0.8333vw;
  color: #01C353;
  font-weight: bold;
  text-decoration: underline;
}
.news-detail-page .nd1-prev,
.news-detail-page .nd1-next {
  font-size: 0.8333vw;
  color: #011D0F;
  font-weight: 400;
  transition: all ease 0.5s;
}
.news-detail-page .nd1-prev:hover,
.news-detail-page .nd1-next:hover {
  color: #01C353;
}
/*job.html*/
.job-page .j1 {
  padding: 4.375vw 8.3333vw 5.8854vw;
  background: #F7F8FA;
}
.job-page .j1-h1 {
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
}
.job-page .j1-h2 {
  font-size: 2.0833vw;
  font-weight: bold;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
  color: #02954B;
}
.job-page .j1-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-page .j1-menu-item {
  padding: 0.625vw 2.0313vw;
  border-radius: 1.1979vw;
  background: #D5F3E2;
  color: #01C353;
  margin-right: 1.9792vw;
}
.job-page .j1-menu-item:last-child {
  margin-right: 0;
}
.job-page .j1-active {
  background: #01C353;
  color: #ffffff;
}
.job-page .j1-table {
  padding-top: 2.8125vw;
}
.job-page .j1-row {
  background: #ffffff;
  padding: 1.3542vw 3.75vw;
  display: flex;
  justify-content: space-between;
  margin-top: 1.0938vw;
}
.job-page .j1-row:nth-child(1) {
  margin-top: 0;
}
.job-page .j1-row:nth-child(2) {
  margin-top: 0;
}
.job-page .j1-row:first-child {
  background: #01C353;
}
.job-page .j1-row:first-child .j1-col {
  color: #ffffff;
}
.job-page .j1-col {
  width: 22%;
  font-size: 0.8333vw;
}
.job-page .j1-col:not(:last-child) {
  font-weight: bold;
}
.job-page .j1-col:nth-child(5) {
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.job-page .j1-col:nth-child(5) img {
  transform: rotate(180deg);
}
.job-page .j1-col span:nth-child(2) {
  display: none;
}
.job-page .j1-col img {
  margin-left: 0.4688vw;
}
.job-page .j1-detail {
  display: none;
  width: 100%;
  background: #ffffff;
  border-top: solid 1px #DFDFDF;
}
.job-page .j1d-text {
  padding: 1.25vw 3.6979vw 2.1875vw;
}
.job-page .j1d-text p {
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: 400;
  color: #8A8A8A;
  line-height: 2;
}
.job-page .j1d-text a {
  display: block;
  padding: 0.4167vw 0.9896vw;
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: 400;
  background: #01C353;
  width: fit-content;
  margin-top: 1.5625vw;
}
.job-page .down span:nth-child(1) {
  display: none;
}
.job-page .down span:nth-child(2) {
  display: block;
}
.job-page .down img {
  transform: rotate(0) !important;
}
/*contact.html*/
.contact-page .ct1 {
  padding: 5.4688vw 8.3333vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-page .ct1-h1 {
  text-align: center;
  font-size: 1.7708vw;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(1, 195, 83, 0.3);
  text-stroke: 1px rgba(1, 195, 83, 0.3);
  color: rgba(1, 195, 83, 0);
  text-align: left;
}
.contact-page .ct1-h2 {
  font-size: 2.0833vw;
  font-weight: bold;
  text-align: center;
  padding-top: 0.4167vw;
  padding-bottom: 1.875vw;
  text-align: left;
  color: #02954B;
  padding-bottom: 2.6042vw;
}
.contact-page p {
  font-size: 1.25vw;
  color: #011D0F;
  font-weight: 400;
  padding-bottom: 1.0417vw;
}
.contact-page p:last-child {
  padding-bottom: 0;
}
.contact-page p span {
  font-weight: bold;
}
.contact-page .ct1-right {
  width: 54.1667vw;
  height: 27.0833vw;
}
/*search-result*/
.search-result-page .n2-item {
  transition: all ease 0.5s;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.09);
  width: 23%;
  margin-right: calc(8% / 3);
  margin-bottom: 1.5625vw;
}
.search-result-page .n2-item:hover {
  transform: translateY(-20px);
}
.search-result-page .n2-item:hover h1 {
  color: #01C353;
}
.search-result-page .n2-item:nth-of-type(4n) {
  margin-right: 0;
}
.search-result-page .n2-item h1 {
  transition: all ease 0.5s;
  font-size: 0.9375vw;
  color: #011D0F;
}
.search-result-page .n2-item p {
  font-size: 0.8333vw;
  color: #c1c1c1;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 1.25vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.search-result-page .n2-text {
  padding: 2.0833vw 1.5625vw;
}
.search-result-page .spd-box {
  padding-top: 8.3333vw;
}
.search-result-page .spd-box .spd-title {
  padding: 2.6042vw 0;
  text-align: center;
  color: #011D0F;
  font-weight: bold;
  font-size: 1.875vw;
}
.search-result-page .spd-box .spd-list {
  padding: 0 8.3333vw;
  display: flex;
  flex-wrap: wrap;
}
.search-result-page .snews-box {
  padding-top: 8.3333vw;
}
.search-result-page .snews-box .snews-title {
  padding: 2.6042vw 0;
  text-align: center;
  color: #011D0F;
  font-weight: bold;
  font-size: 1.875vw;
}
.search-result-page .snews-box .snews-list {
  padding: 0 8.3333vw;
  display: flex;
  flex-wrap: wrap;
}
