.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(72, 72, 72, 0.1);
  z-index: 59;
}
nav .nav-main .main-top {
  width: 100%;
  height: 0.5rem;
  background: #06b54c;
}
nav .nav-main .main-top .top-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
nav .nav-main .main-top .top-cont .cont-share {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
nav .nav-main .main-top .top-cont .cont-share .share-item {
  width: 0.23rem;
  height: 0.18rem;
  margin-right: 0.34rem;
}
nav .nav-main .main-top .top-cont .cont-share .share-item img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-top .top-cont .cont-share .share-item:hover img {
  transform: translatey(-0.05rem);
  -o-transform: translatey(-0.05rem);
  -moz-transform: translatey(-0.05rem);
  -webkit-transform: translatey(-0.05rem);
}
nav .nav-main .main-top .top-cont .cont-lump {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
nav .nav-main .main-top .top-cont .cont-lump .lump-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3.17rem;
  height: 0.37rem;
  margin-right: 0.14rem;
  padding: 0 0.15rem;
  border-radius: 0.45rem;
  border: solid 3px rgba(255, 255, 255, 0.5);
}
nav .nav-main .main-top .top-cont .cont-lump .lump-search input {
  width: calc(100% - 0.22rem);
  height: 100%;
  font-size: var(--fs14);
  font-weight: 100;
  color: #fff;
  background: transparent;
}
nav .nav-main .main-top .top-cont .cont-lump .lump-search input::placeholder {
  color: #fff;
}
nav .nav-main .main-top .top-cont .cont-lump .lump-search a {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main .main-top .top-cont .cont-lump .lump-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: 0.24rem;
}
nav .nav-main .main-top .top-cont .cont-lump .lump-text .icon {
  width: 0.26rem;
  height: 0.26rem;
}
nav .nav-main .main-top .top-cont .cont-lump .lump-text .icon img {
  display: block;
  width: 100%;
}
nav .nav-main .main-top .top-cont .cont-lump .lump-text p {
  padding-left: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  color: #fff;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.23rem;
  height: 0.6rem;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0.32rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #06b54c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #06b54c !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 2rem;
  height: auto;
  margin-left: -1rem;
  padding: 0.2rem 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.05rem 0.2rem;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #777;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a span {
  position: relative;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a span::after {
  content: '';
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 0;
  height: 1px;
  background: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #06b54c;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover span::after {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont {
  position: fixed;
  top: 1.5rem;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.95);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 15.6rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item {
  width: calc(100% / 6);
  height: auto;
  padding: 0.1rem 0.1rem 0.5rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top .top-icon {
  width: 0.35rem;
  height: 0.35rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top .top-icon img {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top span {
  width: calc(100% - 0.35rem);
  padding-left: 0.12rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs16);
  color: #666;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding-left: 0.15rem;
  margin-top: 0.15rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-item {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #777;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-item span {
  position: relative;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-item span::after {
  content: '';
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 0;
  height: 1px;
  background: #06b54c;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-item:hover {
  color: #06b54c;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-item:hover span::after {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item:hover {
  background: #f7f9f8;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #06b54c !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.3rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.4rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 0.2rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .web-lang {
  display: none;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.75rem;
  height: 0.4rem;
  border-radius: 0.45rem;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: url(../images/icon/icon-lang-world.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0.16rem;
  font-size: var(--fs14);
  font-weight: 100;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 11px;
  height: 9px;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  color: #06b54c;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 5rem;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.5rem !important;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .page-pic {
  width: 100%;
  height: 7.8rem;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .page-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.2rem;
  font-size: var(--fs48);
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
  margin-top: 0.3rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs16);
  line-height: 0.24rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #bcd1ed;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-pagination {
  bottom: 0.4rem;
  left: 50%;
  width: 15.36rem;
  margin-left: -7.68rem;
  text-align: center;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 0.06rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  overflow: hidden;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.45rem;
  background: #fff;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.58rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.45rem;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-zi,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title3,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-English2 {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-web-pic {
  display: none;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left 1.5rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .video-pic {
  display: none;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs36);
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 20px;
  height: 3px;
  margin-top: 0.25rem;
  background: #fff;
}
header .head-banner .banner-cent .cent-English {
  font-family: 'MONTSERRAT-SEMIBOLD';
  font-size: var(--fs48);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-cent .cent-title2 {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs36);
  text-align: center;
  color: #8d8c8c;
}
header .head-banner .banner-cent .cent-English2 {
  font-family: 'MONTSERRAT-SEMIBOLD';
  font-size: var(--fs48);
  text-align: center;
  text-transform: uppercase;
  color: #06b54c;
}
header .head-banner .banner-cent .cent-lump {
  width: 4.5rem;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.18rem;
  height: 0.34rem;
  margin-top: -0.09rem;
  opacity: 0.6;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  width: 100%;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.5rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.5rem;
}
header .head-banner .banner-play {
  display: none;
}
header .head-banner video {
  width: 100%;
}
header .head-banner-mask::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(1, 10, 29, 0.4), transparent);
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #06b54c;
}
footer::after {
  content: '';
  position: absolute;
  top: -0.45rem;
  left: 0;
  width: 100%;
  height: 0.74rem;
  background: url(../images/foot-bg.png) no-repeat top left;
  background-size: 100%;
  z-index: 19;
}
footer .foot-main {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.45rem;
  background: #fff;
  border-bottom-left-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
  transform: translatey(-1px);
  -o-transform: translatey(-1px);
  -moz-transform: translatey(-1px);
  -webkit-transform: translatey(-1px);
}
footer .foot-main .main-cont {
  display: flex;
  justify-content: space-between;
}
footer .foot-main .main-cont .cont-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
}
footer .foot-main .main-cont .cont-nav .nav-item {
  width: auto;
  height: auto;
  padding-right: 0.9rem;
}
footer .foot-main .main-cont .cont-nav .nav-item:last-of-type {
  width: auto;
  padding-right: 0;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-title {
  display: block;
  font-size: var(--fs18);
  font-weight: bold;
  color: #666;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-title:hover {
  color: #06b54c;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-heng {
  width: 18px;
  height: 3px;
  margin-top: 0.15rem;
  border-radius: 0.45rem;
  background: #06b54c;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.22rem;
  color: #777;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span {
  position: relative;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #06b54c;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover {
  color: #06b54c;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  width: 100%;
}
footer .foot-main .main-cont .cont-cent {
  width: auto;
}
footer .foot-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs18);
  font-weight: bold;
  text-align: right;
  color: #666;
}
footer .foot-main .main-cont .cont-cent .cent-tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs36);
  text-align: right;
}
footer .foot-main .main-cont .cont-cent .cent-tel em {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.2rem;
  background: url(../images/icon/icon-foot-tel.png) no-repeat center center;
  background-size: 100%;
}
footer .foot-main .main-cont .cont-cent .cent-tel span {
  color: #06b54c;
}
footer .foot-main .main-cont .cont-cent .cent-Emali {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  text-align: right;
  color: #999;
}
footer .foot-main .main-cont .cont-cent .cent-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item {
  position: relative;
  width: 0.51rem;
  height: 0.51rem;
  margin-left: 0.34rem;
  border-radius: 50%;
  border: solid 1px #f0f0f0;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.25rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover {
  box-shadow: 0.1rem 0 0.18rem 0 rgba(40, 159, 85, 0.2);
  background: #06b54c;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-cont .cont-cent .cent-link {
  position: relative;
  left: calc(100% - 2.2rem);
  width: 2.2rem;
  margin-top: 0.8rem;
}
footer .foot-main .main-cont .cont-cent .cent-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .foot-main .main-cont .cont-cent .cent-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #7f7f7f;
  height: 46px;
  font-size: var(--fs14);
  line-height: 40px;
  border-radius: 5px;
  border: solid 1px #efefef;
  padding: 0 40px 0 15px;
  background-image: url(../images/icon/icon-arrow5.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-color: #06b54c;
}
footer .foot-main .main-cont .cont-cent .cent-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 45px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #f7f7f7;
  border-bottom: none;
}
footer .foot-main .main-cont .cont-cent .cent-link .link-box .box-list a {
  display: block;
  color: #666;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 26px;
}
footer .foot-main .main-cont .cont-cent .cent-link .link-box .box-list a:hover {
  color: #fff;
  background: #06b54c;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.2rem;
}
footer .foot-bottom .bottom-link {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.5);
}
footer .foot-bottom .bottom-link a {
  color: rgba(255, 255, 255, 0.5);
}
footer .foot-bottom .bottom-link a:hover {
  color: #ffffff;
}
footer .foot-bottom .bottom-link span {
  margin: 0 0.16rem;
}
footer .foot-bottom .bottom-zizhi {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.5);
}
footer .foot-bottom .bottom-zizhi a {
  color: rgba(255, 255, 255, 0.5);
}
footer .foot-bottom .bottom-zizhi a:hover {
  color: #ffffff;
}
.container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.container .pege-container .cont-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide {
  width: 100%;
  height: 100vh;
  padding-top: 1.5rem;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic {
  position: relative;
  width: 63vw;
  height: 100%;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic .slide-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.02rem;
  height: 1.02rem;
  margin: -0.501rem 0 0 -0.501rem;
  cursor: pointer;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic .slide-play img {
  position: relative;
  width: 100%;
  z-index: 9;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic .slide-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.02rem;
  height: 1.02rem;
  margin: -0.501rem 0 0 -0.501rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: mapAddress 3s infinite linear ;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic .slide-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.02rem;
  height: 1.02rem;
  margin: -0.501rem 0 0 -0.501rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: mapAddress 3s 1.5s infinite linear;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
  height: calc(100vh - 1.5rem);
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-lump {
  position: absolute;
  top: 0;
  right: 0;
  width: 48.6vw;
  height: calc(100vh - 1.5rem);
  padding-top: 0.75rem;
  padding-left: 2.8rem;
  background: url(../images/banner1.png) no-repeat center right;
  background-size: 100% 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-title {
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs48);
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-subTitle {
  margin-top: 0.2rem;
  font-size: var(--fs38);
  line-height: 0.56rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-subTitle span {
  display: inline-block;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-button {
  display: block;
  position: relative;
  width: 1.82rem;
  height: 0.65rem;
  margin-top: 0.8rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-button .button-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #149548, transparent);
  border-radius: 0.45rem;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-button .button-box .box-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 100%;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.65rem;
  text-transform: uppercase;
  color: #fff;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-button .button-box .box-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  border-radius: 50%;
  background: #fff url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 13px;
  z-index: 1;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-button:hover .button-box .box-title {
  left: calc(100% - 1.2rem);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-button:hover .button-box .box-arrow {
  right: calc(100% - 0.6rem);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.52rem;
  font-weight: bold;
  color: #006934;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.6rem;
  color: #006934;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-heng {
  width: 1.45rem;
  height: 4px;
  margin-top: 0.2rem;
  background: #169d4c;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-text {
  width: 4.9rem;
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs40);
  color: #169d4c;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-number {
  width: 4.9rem;
  margin-top: 0.1rem;
  font-size: var(--fs26);
  color: #3b3b3a;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-text,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-text,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-text,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-number,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-number,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-number,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-box,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-box,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-box,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-English,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-English,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-heng,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-heng,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-heng,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-title2,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-title2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-button,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-button,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .lump-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .lump-title,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .lump-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .lump-subTitle,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .lump-subTitle,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .lump-subTitle,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .lump-button,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .lump-button,
.container .pege-container .cont-banner .swiper-slide-active .box-lump .lump-button {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
.container .pege-container .cont-banner .swiper-pagination {
  bottom: 0.4rem;
  left: 50%;
  width: 15.36rem;
  margin-left: -7.68rem;
  text-align: center;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.5rem;
  background: #06b54c;
  border-radius: 0.45rem;
}
.container .pege-container .cont-banner .banner-swiper-button-prev,
.container .pege-container .cont-banner .banner-swiper-button-next {
  position: absolute;
  top: 55%;
  width: 0.18rem;
  height: 0.32rem;
  margin-top: -0.16rem;
  opacity: 0.5;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .banner-swiper-button-prev img,
.container .pege-container .cont-banner .banner-swiper-button-next img {
  width: 100%;
}
.container .pege-container .cont-banner .banner-swiper-button-prev:hover,
.container .pege-container .cont-banner .banner-swiper-button-next:hover {
  opacity: 1;
}
.container .pege-container .cont-banner .banner-swiper-button-prev {
  left: 1rem;
}
.container .pege-container .cont-banner .banner-swiper-button-next {
  right: 1rem;
}
.container .pege-container .cont-banner .swiper-button {
  position: absolute;
  bottom: 0.5rem;
  left: 1.1rem;
  width: 0.66rem;
  height: 0.66rem;
  padding-top: 0.14rem;
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  line-height: 0.18rem;
  color: #fff;
  border-radius: 50%;
  background: #06b54c;
  z-index: 9;
}
.container .pege-container .cont-banner .swiper-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #06b54c;
  opacity: 0.8;
  animation: mapAddress3 3s infinite linear;
  z-index: -1;
}
.container .pege-container .cont-banner .banner-mouse {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.95rem;
  height: auto;
  margin-left: -0.3rem;
  z-index: 9;
  cursor: pointer;
}
.container .pege-container .cont-banner .banner-mouse .mouse-icon {
  position: relative;
  width: 0.3rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-banner .banner-mouse .mouse-icon::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 50%;
  width: 2px;
  height: 6px;
  margin-left: -1px;
  background: #ed2224;
  animation: mouse 1s linear infinite;
}
.container .pege-container .cont-banner .banner-mouse .mouse-icon img {
  width: 100%;
}
.container .pege-container .cont-banner .banner-mouse .mouse-title {
  margin-bottom: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.container .pege-container .cont-banner .banner-mouse:hover {
  animation: none;
}
.container .pege-container .cont-plate1 {
  width: 100%;
  height: 100vh;
  padding-top: 1.8rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-image: url(../images/plate1-bg.jpg);
}
.container .pege-container .cont-plate1 .plate1-main {
  position: relative;
}
.container .pege-container .cont-plate1 .plate1-main .main-top {
  display: flex;
  justify-content: flex-start;
}
.container .pege-container .cont-plate1 .plate1-main .main-top .page-lump {
  width: auto;
}
.container .pege-container .cont-plate1 .plate1-main .main-top .page-lump .page-title,
.container .pege-container .cont-plate1 .plate1-main .main-top .page-lump .page-English {
  text-align: left;
}
.container .pege-container .cont-plate1 .plate1-main .main-top .page-lump .page-English {
  left: 100%;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont {
  position: absolute;
  top: 1rem;
  right: 0.85rem;
  width: 8.7rem;
  height: auto;
  margin-top: -0.3rem;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont::after {
  content: '';
  position: absolute;
  top: -0.26rem;
  right: -0.26rem;
  width: 4.46rem;
  height: 3.36rem;
  border-radius: 0.6rem;
  background: linear-gradient(45deg, transparent 50%, rgba(6, 181, 76, 0.5));
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.65rem 0.35rem;
  background: #fff;
  border-radius: 0.6rem;
  z-index: 9;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-box .box-title {
  font-size: var(--fs40);
  font-weight: bold;
  color: #666;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-box .box-subTitle {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs36);
  color: #06b54c;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-box .box-text {
  margin-top: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 0.34rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-box .page-button2 {
  margin-top: 0.3rem;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-data {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-data .data-item {
  width: calc(100% / 4);
  height: auto;
  margin-top: 0.2rem;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-data .data-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  font-size: var(--fs14);
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-data .data-item .item-title span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.5rem;
  color: #06b54c;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-data .data-item .item-title em {
  font-size: var(--fs18);
  color: #06b54c;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-data .data-item .item-title i {
  font-size: var(--fs30);
  font-weight: bold;
  color: #06b54c;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-data .data-item .item-title b {
  font-size: var(--fs38);
  font-weight: bold;
  color: #06b54c;
}
.container .pege-container .cont-plate1 .plate1-main .main-cont .cont-data .data-item .item-text {
  font-size: var(--fs18);
  font-weight: 100;
  color: #333;
}
.container .pege-container .cont-plate2 {
  width: 100%;
  height: 100vh;
  padding-top: 1.8rem;
  background: #f7f9f8;
}
.container .pege-container .cont-plate2 .plate2-main {
  position: relative;
  margin-top: 0.5rem;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-right: 0.6rem;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 5.4rem;
  padding-left: 1.08rem;
  padding-top: 0.2rem;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs40);
  font-weight: bold;
  color: #666;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs30);
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.3);
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-heng {
  width: 27px;
  height: 3px;
  margin-top: 0.25rem;
  background: #06b54c;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.45rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs28);
  font-weight: 100;
  line-height: 0.48rem;
  color: #333;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 7.2rem;
  height: 4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev,
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.22rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev img,
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev .img2,
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev {
  left: 0;
}
.container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next {
  right: 0;
}
.container .pege-container .cont-plate2 .plate2-cont {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5rem;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 5 - 0.08rem);
  height: auto;
  margin-right: 0.1rem;
  padding: 0.18rem 0.28rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 20px 0px rgba(72, 72, 72, 0.1);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item:last-of-type {
  margin-right: 0;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item .item-icon {
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.76rem;
  border-radius: 50%;
  border: solid 1px #eee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item .item-icon img {
  width: 0.46rem;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item .item-cent {
  width: calc(100% - 0.8rem);
  height: auto;
  padding-left: 0.18rem;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs22);
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs16);
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item:hover {
  background: #06b54c;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item:hover .item-icon {
  border: solid 1px #fff;
  background: #fff;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item:hover .item-cent .cent-title {
  color: #fff;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item:hover .item-cent .cent-English {
  color: rgba(255, 255, 255, 0.3);
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item-on {
  background: #06b54c;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item-on .item-icon {
  border: solid 1px #fff;
  background: #fff;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item-on .item-cent .cent-title {
  color: #fff;
}
.container .pege-container .cont-plate2 .plate2-cont .cont-item-on .item-cent .cent-English {
  color: rgba(255, 255, 255, 0.3);
}
.container .pege-container .cont-plate2 .plate2-web-cont {
  display: none;
}
.container .pege-container .cont-plate3 {
  width: 100%;
  height: 100vh;
  padding-top: 1.5rem;
}
.container .pege-container .cont-plate3 .plate3-bg {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  right: 0.36rem;
  width: 2.11rem;
  height: 2.96rem;
  background: url(../images/plate3-bg3.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: all 1.5s 0.5s;
  -o-transition: all 1.5s 0.5s;
  -moz-transition: all 1.5s 0.5s;
  -webkit-transition: all 1.5s 0.5s;
}
.container .pege-container .cont-plate3 .plate3-bg2 {
  content: '';
  position: absolute;
  top: 1.4rem;
  right: 0.56rem;
  width: 1.61rem;
  height: 2.18rem;
  background: url(../images/plate3-bg2.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: all 1.7s 0.5s;
  -o-transition: all 1.7s 0.5s;
  -moz-transition: all 1.7s 0.5s;
  -webkit-transition: all 1.7s 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.container .pege-container .cont-plate3 .plate3-main .main-lump {
  position: relative;
  top: 0.25rem;
  width: 23.5vw;
  height: auto;
  padding-left: 8vw;
  z-index: 9;
}
.container .pege-container .cont-plate3 .plate3-main .main-lump .lump-item {
  position: relative;
  width: 2.8rem;
  height: 0.58rem;
  margin-bottom: 0.22rem;
  border-radius: 0.45rem;
  background: #fff;
  box-shadow: 1px 0 0.24rem 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-lump .lump-item p {
  width: 2.8rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.58rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-lump .lump-item .item-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #fff url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 13px;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-lump .lump-item-on {
  width: 3.3rem;
  background: url(../images/icon/icon-button-bg2.png) no-repeat left center;
  background-size: 100% 0.58rem;
}
.container .pege-container .cont-plate3 .plate3-main .main-lump .lump-item-on p {
  width: 2.85rem;
  font-weight: bold;
  color: #fff;
}
.container .pege-container .cont-plate3 .plate3-main .main-lump .lump-item-on .item-arrow {
  left: calc(100% - 0.5rem);
  opacity: 1;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont {
  position: absolute;
  top: 0;
  right: 6.5vw;
  width: 70vw;
  height: auto;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper {
  position: absolute;
  top: 0;
  left: 0.8rem;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 9rem;
  height: 6rem;
  border-bottom-right-radius: 1.2rem;
  overflow: hidden;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
  width: 4.5rem;
  height: auto;
  padding-left: 0.88rem;
  padding-top: 0.15rem;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs32);
  font-weight: bold;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-subTitle {
  margin-top: 0.05rem;
  font-size: var(--fs28);
  font-weight: 100;
  color: #06b54c;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-heng {
  width: 27px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.4rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.34rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.35rem;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #06b54c;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide-active {
  opacity: 1;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.82rem;
  left: 8.2rem;
  width: 1.6rem;
  height: auto;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-prev,
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-next {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 0 0.24rem 0 rgba(0, 0, 0, 0.15);
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-prev img,
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-prev .img2,
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-prev:hover,
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-next:hover {
  background: url(../images/icon/icon-about-plate5-bg.png) no-repeat center center;
  background-size: 100%;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-prev:hover .img1,
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-prev:hover .img2,
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-button .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-swiper-on {
  position: relative;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.container .pege-container .cont-plate3 .plate3-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .pege-container .cont-plate3 .plate3-cont .cont-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .pege-container .cont-plate3 .plate3-cont .cont-item .item-big {
  width: 100%;
  height: 100%;
}
.container .pege-container .cont-plate3 .plate3-cont .cont-item .item-big img {
  width: 100%;
}
.container .pege-container .cont-plate3 .plate3-cont .cont-item .item-bg {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  right: 0.36rem;
  width: 2.11rem;
  height: 2.96rem;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: all 1.5s 0.5s;
  -o-transition: all 1.5s 0.5s;
  -moz-transition: all 1.5s 0.5s;
  -webkit-transition: all 1.5s 0.5s;
}
.container .pege-container .cont-plate3 .plate3-cont .cont-item .item-bg img {
  width: 100%;
}
.container .pege-container .cont-plate3 .plate3-cont .cont-item .item-bg2 {
  content: '';
  position: absolute;
  top: 1.4rem;
  right: 0.56rem;
  width: 1.61rem;
  height: 2.18rem;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: all 1.7s 0.5s;
  -o-transition: all 1.7s 0.5s;
  -moz-transition: all 1.7s 0.5s;
  -webkit-transition: all 1.7s 0.5s;
}
.container .pege-container .cont-plate3 .plate3-cont .cont-item .item-bg2 img {
  width: 100%;
}
.container .pege-container .cont-plate3 .plate3-cont .cont-item-on {
  opacity: 1;
  visibility: visible;
}
.container .pege-container .cont-plate3 .plate3-cont .cont-item-on .item-bg {
  content: '';
  position: absolute;
  bottom: 1.56rem;
  right: 0.36rem;
  opacity: 1;
  animation: parallel 6s 2s infinite ease-in-out;
}
.container .pege-container .cont-plate3 .plate3-cont .cont-item-on .item-bg2 {
  content: '';
  position: absolute;
  top: 2.4rem;
  right: 0.56rem;
  animation: parallel 5s 2s infinite ease-in-out;
  opacity: 1;
}
.container .pege-container .cont-plate4 {
  width: 100%;
  height: 100vh;
  padding-top: 1.8rem;
  background: #fbfbfb;
}
.container .pege-container .cont-plate4 .plate4-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide {
  width: 3.5rem;
  height: 4.05rem;
  margin-right: 0.3rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.6rem 0.35rem 0;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-lump {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-lump .lump-data {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs30);
  text-align: center;
  color: #06b54c;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-lump .lump-year {
  margin-top: 0.05rem;
  font-size: var(--fs14);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-lump .lump-text {
  height: 1.14rem;
  margin-top: 0.5rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs22);
  font-weight: 100;
  line-height: 0.38rem;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-lump .lump-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-lump .lump-button span {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-lump .lump-button em {
  width: 15px;
  height: 13px;
  margin-left: 0.16rem;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-lump .lump-button:hover span {
  color: #06b54c;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-lump .lump-button:hover em {
  margin-left: 0.26rem;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.4rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-title {
  font-size: var(--fs22);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0.05rem;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-button span {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #fff;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-button em {
  width: 15px;
  height: 13px;
  margin-left: 0.15rem;
  background: url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide:hover {
  width: 7.2rem;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide:hover .slide-box .box-lump {
  opacity: 0;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-slide:hover .slide-box .box-cont {
  opacity: 1;
}
.container .pege-container .cont-plate4 .plate4-swiper .swiper-pagination {
  display: none;
}
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 1.92rem;
  top: -1rem;
  width: 1.2rem;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-prev,
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-next {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-prev img,
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-prev .img2,
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-prev:hover,
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-next:hover {
  background: url(../images/icon/icon-about-plate5-bg.png) no-repeat center center;
  background-size: 100%;
}
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-prev:hover .img1,
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-prev:hover .img2,
.container .pege-container .cont-plate4 .plate4-swiper .plate4-bottom .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .pege-container .cont-plate4 .page-button {
  width: 1.8rem;
  height: 0.56rem;
  margin: 0.65rem auto 0;
}
.container .pege-container .cont-plate4 .plate4-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 0.56rem;
  margin: 0.65rem auto 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  text-align: center;
  text-transform: uppercase;
  border: solid 1px #06b54c;
  background: #06b54c;
  border-radius: 0.45rem;
}
.container .pege-container .cont-plate4 .plate4-button span {
  color: #fff;
}
.container .pege-container .cont-plate4 .plate4-button:hover {
  background: transparent;
}
.container .pege-container .cont-plate4 .plate4-button:hover span {
  color: #06b54c;
}
.container .pege-container .cont-plate5 {
  width: 100%;
  height: 100vh;
  padding-top: 1.8rem;
  background: url(../images/plate5-bg.png) no-repeat bottom left;
  background-size: 46%;
}
.container .pege-container .cont-plate5 .plate5-main {
  display: flex;
  justify-content: space-between;
}
.container .pege-container .cont-plate5 .plate5-main .page-lump {
  width: 50%;
}
.container .pege-container .cont-plate5 .plate5-main .page-lump .page-title {
  text-align: left;
}
.container .pege-container .cont-plate5 .plate5-main .page-lump .page-English {
  top: -0.65rem;
  left: 0;
  font-size: 1rem;
  text-align: left;
  line-height: 1rem;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.container .pege-container .cont-plate5 .plate5-main .main-cont {
  width: 50%;
  height: auto;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #06b54c;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-text {
  font-family: 'HarmonyOS_Sans_SC_Light';
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item {
  width: calc(100% / 4 - 0.15rem);
  height: auto;
  margin-right: 0.2rem;
  padding: 0.25rem 0.3rem 0.15rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.39rem 0 rgba(72, 72, 72, 0.1);
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:last-of-type {
  margin-right: 0;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-icon {
  width: 0.64rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-icon img {
  width: 100%;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-title {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  text-align: center;
  color: #999;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  line-height: 0.18rem;
  text-align: center;
  color: #999;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-lump {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item {
  width: 1.35rem;
  height: auto;
  margin-left: 0.25rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item img {
  width: 100%;
}
.container .pege-container .swiper-slide-active .cont-plate3 .plate3-bg {
  content: '';
  position: absolute;
  bottom: 1.56rem;
  right: 0.36rem;
  opacity: 1;
  animation: parallel 6s 2s infinite ease-in-out;
}
.container .pege-container .swiper-slide-active .cont-plate3 .plate3-bg2 {
  content: '';
  position: absolute;
  top: 2.4rem;
  right: 0.56rem;
  animation: parallel 5s 2s infinite ease-in-out;
  opacity: 1;
}
.about-plate1 {
  width: 100%;
  height: auto;
  padding: 0.72rem 0 1.5rem;
  background: url(../images/about-bg.jpg) no-repeat bottom left;
  background-size: 100%;
  scroll-snap-align: start;
  scroll-margin-top: 2.2rem;
}
.about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
}
.about-plate1 .plate1-main .main-cont {
  width: 5rem;
}
.about-plate1 .plate1-main .main-cont .page-lump .page-title2 {
  text-align: left;
}
.about-plate1 .plate1-main .main-cont .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.about-plate1 .plate1-main .main-cont .cont-title {
  margin-top: 1rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs48);
  color: #333;
}
.about-plate1 .plate1-main .main-cont .cont-text {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs30);
  font-weight: 100;
  color: #666;
}
.about-plate1 .plate1-main .main-cont .cent-English {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs48);
  text-transform: uppercase;
  color: #06b54c;
}
.about-plate1 .plate1-main .main-box {
  width: 8.15rem;
  height: auto;
}
.about-plate1 .plate1-main .main-box .box-text {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.about-plate1 .plate1-main .main-box .box-data {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
}
.about-plate1 .plate1-main .main-box .box-data .data-item {
  width: calc(100% / 4);
  height: auto;
  margin-top: 0.2rem;
}
.about-plate1 .plate1-main .main-box .box-data .data-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  font-size: var(--fs14);
}
.about-plate1 .plate1-main .main-box .box-data .data-item .item-title span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.5rem;
  color: #06b54c;
}
.about-plate1 .plate1-main .main-box .box-data .data-item .item-title em {
  font-size: var(--fs18);
  color: #06b54c;
}
.about-plate1 .plate1-main .main-box .box-data .data-item .item-title i {
  font-size: var(--fs30);
  font-weight: bold;
  color: #06b54c;
}
.about-plate1 .plate1-main .main-box .box-data .data-item .item-title b {
  font-size: var(--fs38);
  font-weight: bold;
  color: #06b54c;
}
.about-plate1 .plate1-main .main-box .box-data .data-item .item-text {
  font-size: var(--fs18);
  font-weight: 100;
  color: #333;
}
.about-plate2 {
  width: 100%;
  height: auto;
  padding: 1.05rem 0;
  background: url(../images/about-bg2.jpg) no-repeat bottom left;
  background-size: 100%;
  scroll-snap-align: start;
  scroll-margin-top: 2.2rem;
}
.about-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
}
.about-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 2.5rem;
}
.about-plate2 .plate2-main .main-cont::before {
  content: '';
  position: absolute;
  top: 59%;
  right: 0;
  width: 0.92rem;
  height: 9.06rem;
  margin-top: -4.53rem;
  background: url(../images/about-time.png) no-repeat center center;
  background-size: 100%;
}
.about-plate2 .plate2-main .main-cont .cont-num {
  position: relative;
  width: 0.7rem;
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.72rem;
  color: #333;
}
.about-plate2 .plate2-main .main-cont .cont-num .num-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.about-plate2 .plate2-main .main-cont .cont-swiper {
  position: relative;
  width: 0.7rem;
  height: 5.8rem;
  overflow: hidden;
}
.about-plate2 .plate2-main .main-cont .cont-swiper::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: linear-gradient(0deg, transparent, rgba(255, 255, 255));
  z-index: 9;
}
.about-plate2 .plate2-main .main-cont .cont-swiper::after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: linear-gradient(0deg, #e6eaee, transparent);
  z-index: 9;
}
.about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: calc(100% / 5);
  cursor: pointer;
}
.about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-num {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.72rem;
  color: #b7b7b7;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide-active .slide-num {
  color: #06b54c;
  opacity: 1;
}
.about-plate2 .plate2-main .main-box {
  position: relative;
  width: 10.5rem;
  height: auto;
}
.about-plate2 .plate2-main .main-box .box-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-lump {
  position: relative;
  width: 4.45rem;
  height: 4.5rem;
  opacity: 0;
  transform: translateX(-0.8rem);
  -o-transform: translateX(-0.8rem);
  -moz-transform: translateX(-0.8rem);
  -webkit-transform: translateX(-0.8rem);
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-lump::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.66rem;
  height: 4.66rem;
  margin: -2.33rem 0 0 -2.33rem;
  border-radius: 50%;
  background: url(../images/about-bg3.png) no-repeat center center;
  background-size: 100%;
  animation: load 4s linear infinite;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-pic {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-cent {
  width: 5.2rem;
  height: auto;
  padding-top: 0.3rem;
  opacity: 0;
  transform: translateX(0.8rem);
  -o-transform: translateX(0.8rem);
  -moz-transform: translateX(0.8rem);
  -webkit-transform: translateX(0.8rem);
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-cent .cent-year {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.6rem;
  background: linear-gradient(180deg, #00d354, #00a943);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-cent .cent-title {
  font-size: var(--fs32);
  color: #333;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-cent .cent-heng {
  width: 30px;
  height: 3px;
  margin-top: 0.25rem;
  background: #06b54c;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-cent .cent-text p {
  position: relative;
  padding-left: 0.3rem;
  margin-bottom: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.22rem;
}
.about-plate2 .plate2-main .main-box .box-wrap .wrap-cent .cent-text p::after {
  content: '';
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  border: solid 0.05rem #06b54c;
  border-radius: 50%;
  box-sizing: border-box;
}
.about-plate2 .plate2-main .main-box .box-wrap-on {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.about-plate2 .plate2-main .main-box .box-wrap-on .wrap-lump,
.about-plate2 .plate2-main .main-box .box-wrap-on .wrap-cent {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.about-plate3 {
  width: 100%;
  height: auto;
  padding: 0.95rem 0 1rem;
  background: #f7f9f8;
  scroll-snap-align: start;
  scroll-margin-top: 2.2rem;
}
.about-plate3 .plate3-main {
  position: relative;
  margin-top: 0.5rem;
}
.about-plate3 .plate3-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-right: 0.6rem;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 5.4rem;
  padding-left: 1.08rem;
  padding-top: 0.2rem;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs30);
  color: #666;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.3);
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-heng {
  width: 27px;
  height: 3px;
  margin-top: 0.15rem;
  background: #06b54c;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.45rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs28);
  line-height: 0.48rem;
  color: #333;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 7.2rem;
  height: 4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about-plate3 .plate3-main .plate2-swiper-button-prev,
.about-plate3 .plate3-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.22rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
.about-plate3 .plate3-main .plate2-swiper-button-prev img,
.about-plate3 .plate3-main .plate2-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-main .plate2-swiper-button-prev .img2,
.about-plate3 .plate3-main .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.about-plate3 .plate3-main .plate2-swiper-button-prev:hover .img1,
.about-plate3 .plate3-main .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate3 .plate3-main .plate2-swiper-button-prev:hover .img2,
.about-plate3 .plate3-main .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate3 .plate3-main .plate2-swiper-button-prev {
  left: 0;
}
.about-plate3 .plate3-main .plate2-swiper-button-next {
  right: 0;
}
.about-plate3 .plate3-cont {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5rem;
}
.about-plate3 .plate3-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 5 - 0.08rem);
  height: auto;
  margin-right: 0.1rem;
  padding: 0.18rem 0.28rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 20px 0px rgba(72, 72, 72, 0.1);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-cont .cont-item:last-of-type {
  margin-right: 0;
}
.about-plate3 .plate3-cont .cont-item .item-icon {
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.76rem;
  border-radius: 50%;
  border: solid 1px #eee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-cont .cont-item .item-icon img {
  width: 0.46rem;
}
.about-plate3 .plate3-cont .cont-item .item-cent {
  width: calc(100% - 0.8rem);
  height: auto;
  padding-left: 0.18rem;
}
.about-plate3 .plate3-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs22);
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-cont .cont-item .item-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs16);
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-cont .cont-item:hover {
  background: #06b54c;
}
.about-plate3 .plate3-cont .cont-item:hover .item-icon {
  border: solid 1px #fff;
  background: #fff;
}
.about-plate3 .plate3-cont .cont-item:hover .item-cent .cent-title {
  color: #fff;
}
.about-plate3 .plate3-cont .cont-item:hover .item-cent .cent-English {
  color: rgba(255, 255, 255, 0.3);
}
.about-plate3 .plate3-cont .cont-item-on {
  background: #06b54c;
}
.about-plate3 .plate3-cont .cont-item-on .item-icon {
  border: solid 1px #fff;
  background: #fff;
}
.about-plate3 .plate3-cont .cont-item-on .item-cent .cent-title {
  color: #fff;
}
.about-plate3 .plate3-cont .cont-item-on .item-cent .cent-English {
  color: rgba(255, 255, 255, 0.3);
}
.about-plate3 .plate3-web-cont {
  display: none;
}
.about-plate4 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0;
  background: linear-gradient(0deg, #f7f9f8, #fff);
  scroll-snap-align: start;
  scroll-margin-top: 2.2rem;
}
.about-plate4 .plate4-title {
  font-size: var(--fs40);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #06b54c;
}
.about-plate4 .plate4-main {
  margin-top: 0.65rem;
}
.about-plate4 .plate4-main .main-title {
  font-size: var(--fs30);
  color: #666;
}
.about-plate4 .plate4-main .main-English {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.3);
}
.about-plate4 .plate4-main .main-heng {
  width: 27px;
  height: 3px;
  margin-top: 0.15rem;
  background: #06b54c;
}
.about-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about-plate4 .plate4-main .main-box .box-cent {
  width: 6.3rem;
  height: auto;
}
.about-plate4 .plate4-main .main-box .box-cent .main-text {
  margin-top: 0.45rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  text-align: justify;
  line-height: 0.3rem;
  color: #333;
}
.about-plate4 .plate4-main .main-box .box-lump {
  display: flex;
  justify-content: space-between;
  width: 7.2rem;
  height: auto;
  padding: 0.45rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background: url(../images/about-pic2.jpg) no-repeat top left;
  background-size: cover;
}
.about-plate4 .plate4-main .main-box .box-lump .lump-pic {
  width: 1.36rem;
  height: auto;
}
.about-plate4 .plate4-main .main-box .box-lump .lump-pic img {
  width: 100%;
}
.about-plate4 .plate4-main .main-box .box-lump .lump-cent {
  width: calc(100% - 1.36rem);
  height: auto;
  padding-left: 0.25rem;
}
.about-plate4 .plate4-main .main-box .box-lump .lump-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs30);
  color: #fff;
}
.about-plate4 .plate4-main .main-box .box-lump .lump-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #fff;
}
.about-plate4 .plate4-main .main-box .box-lump .lump-cent .cent-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.about-plate4 .plate4-main .main-box .box-lump .lump-cent .cent-box .box-item {
  width: 0.96rem;
  height: 0.96rem;
  padding: 0.15rem 0.1rem;
  margin-right: 0.22rem;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.2);
}
.about-plate4 .plate4-main .main-box .box-lump .lump-cent .cent-box .box-item:last-of-type {
  margin-right: 0;
}
.about-plate4 .plate4-main .main-box .box-lump .lump-cent .cent-box .box-item .item-pic {
  width: 0.4rem;
  height: auto;
  margin: 0 auto;
}
.about-plate4 .plate4-main .main-box .box-lump .lump-cent .cent-box .box-item .item-pic img {
  width: 100%;
}
.about-plate4 .plate4-main .main-box .box-lump .lump-cent .cent-box .box-item .item-title {
  margin-top: 0.08rem;
  font-size: var(--fs14);
  text-align: center;
  color: #fff;
}
.about-plate4 .plate4-main .main-lump {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.about-plate4 .plate4-main .main-lump .lump-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  color: #333;
}
.about-plate4 .plate4-main .main-lump .lump-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 4);
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item .item-pic {
  width: 0.82rem;
  height: 0.82rem;
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item .item-pic img {
  width: 100%;
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item .item-cent {
  width: calc(100% - 0.82rem);
  height: auto;
  padding-left: 0.28rem;
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item .item-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  color: #333;
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item .item-cent .cent-num {
  position: relative;
  margin-top: 0.05rem;
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs48);
  color: #06b54c;
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item .item-cent .cent-num::after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0.05rem;
  right: -0.23rem;
  width: 0.23rem;
  height: 0.38rem;
  background: url(../images/icon/icon-about-plate4-arrow.png) no-repeat bottom left;
  background-size: 100%;
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item .item-cent .cent-num img {
  width: 0.22rem;
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item .item-cent .cent-num em {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs14);
  color: #333;
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item .item-cent .cent-num span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs48);
  color: #06b54c;
}
.about-plate4 .plate4-main .main-lump .lump-box .box-item:last-of-type {
  width: auto;
}
.about-plate4 .plate4-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.about-plate4 .plate4-main .main-cont .cont-swiper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.6rem;
  overflow: hidden;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 2 - 0.19rem);
  height: auto;
  margin-right: 0.38rem;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.35rem 0.4rem;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 1.63rem;
  height: 2.3rem;
  overflow: hidden;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
  width: calc(100% - 1.63rem);
  height: auto;
  padding-left: 0.55rem;
  padding-top: 0.5rem;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-time {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs30);
  color: #06b54c;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box:hover::after {
  width: 100%;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-pagination {
  bottom: 0;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.1rem;
  background: #e1e1e1;
  opacity: 1;
}
.about-plate4 .plate4-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #06b54c;
}
.about-plate5 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.65rem;
  background: url(../images/about-plate5-bg.jpg) no-repeat bottom left;
  background-size: cover;
  scroll-snap-align: start;
  scroll-margin-top: 2.2rem;
}
.about-plate5 .plate5-top {
  display: flex;
  justify-content: center;
  margin-top: 0.85rem;
}
.about-plate5 .plate5-top .top-item {
  width: 1rem;
  height: auto;
  margin: 0 0.35rem;
  cursor: pointer;
}
.about-plate5 .plate5-top .top-item .item-icon {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  border: solid 1px #e5e5e5;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .plate5-top .top-item .item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.26rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .plate5-top .top-item .item-icon .img2 {
  opacity: 0;
}
.about-plate5 .plate5-top .top-item .item-title {
  margin-top: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs20);
  text-align: center;
  color: #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .plate5-top .top-item:hover .item-icon {
  border: solid 1px transparent;
  background: url(../images/icon/icon-about-plate5-bg.png) no-repeat center center;
  background-size: 100%;
}
.about-plate5 .plate5-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.about-plate5 .plate5-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.about-plate5 .plate5-top .top-item:hover .item-title {
  color: #333333;
}
.about-plate5 .plate5-top .top-item-on .item-icon {
  border: solid 1px transparent;
  background: url(../images/icon/icon-about-plate5-bg.png) no-repeat center center;
  background-size: 100%;
}
.about-plate5 .plate5-top .top-item-on .item-icon .img1 {
  opacity: 0;
}
.about-plate5 .plate5-top .top-item-on .item-icon .img2 {
  opacity: 1;
}
.about-plate5 .plate5-top .top-item-on .item-title {
  color: #333333;
}
.about-plate5 .plate5-main {
  position: relative;
}
.about-plate5 .plate5-main .main-box {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about-plate5 .plate5-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  padding-top: 0.75rem;
  overflow: hidden;
}
.about-plate5 .plate5-main .main-box .box-swiper .swiper-slide {
  width: calc(100% / 5 - 0.24rem);
  height: 4.6rem;
  margin: 0 0.15rem;
}
.about-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.about-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 85%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  margin-top: 0.35rem;
  padding: 0 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.18rem;
  text-align: center;
  color: #333;
}
.about-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05 translateZ(0));
}
.about-plate5 .plate5-main .main-box .box-swiper .swiper-slide-active .slide-box .box-pic {
  width: 100%;
}
.about-plate5 .plate5-main .main-box .plate5-swiper-button-prev,
.about-plate5 .plate5-main .main-box .plate5-swiper-button-next {
  position: absolute;
  top: 60%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.about-plate5 .plate5-main .main-box .plate5-swiper-button-prev img,
.about-plate5 .plate5-main .main-box .plate5-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .plate5-main .main-box .plate5-swiper-button-prev .img2,
.about-plate5 .plate5-main .main-box .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.about-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover .img1,
.about-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover .img2,
.about-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate5 .plate5-main .main-box .plate5-swiper-button-prev {
  left: -1rem;
}
.about-plate5 .plate5-main .main-box .plate5-swiper-button-next {
  right: -1rem;
}
.about-plate5 .plate5-main .main-box-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.about-plate6 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.1rem 0;
  scroll-snap-align: start;
  scroll-margin-top: 2.2rem;
}
.about-plate6 .plate6-main {
  position: relative;
  z-index: 9;
}
.about-plate6 .plate6-main .main-swiper {
  position: relative;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-top: 1.1rem;
  overflow: hidden;
}
.about-plate6 .plate6-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.about-plate6 .plate6-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.about-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.9rem 0.65rem 0.7rem;
  background: #f8f9fa;
}
.about-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs30);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .page-button {
  width: 1.8rem;
  height: 0.56rem;
  margin-top: 0.35rem;
}
.about-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about-plate6 .plate6-main .main-swiper .swiper-pagination {
  bottom: 0;
}
.about-plate6 .plate6-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.1rem;
  background: #e1e1e1;
  opacity: 1;
}
.about-plate6 .plate6-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #06b54c;
}
.about-plate6 .plate6-main .plate6-swiper-button-prev,
.about-plate6 .plate6-main .plate6-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.about-plate6 .plate6-main .plate6-swiper-button-prev img,
.about-plate6 .plate6-main .plate6-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate6 .plate6-main .plate6-swiper-button-prev .img2,
.about-plate6 .plate6-main .plate6-swiper-button-next .img2 {
  opacity: 0;
}
.about-plate6 .plate6-main .plate6-swiper-button-prev:hover .img1,
.about-plate6 .plate6-main .plate6-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate6 .plate6-main .plate6-swiper-button-prev:hover .img2,
.about-plate6 .plate6-main .plate6-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate6 .plate6-main .plate6-swiper-button-prev {
  left: -0.8rem;
}
.about-plate6 .plate6-main .plate6-swiper-button-next {
  right: -0.8rem;
}
.about-plate6 #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-plate7 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 1rem;
  background: #f7f9f8;
}
.about-plate7 .plate7-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.about-plate7 .plate7-main .main-box .box-cent {
  width: 6.6rem;
  height: auto;
}
.about-plate7 .plate7-main .main-box .box-cent .cent-title {
  font-size: var(--fs30);
  color: #333;
}
.about-plate7 .plate7-main .main-box .box-cent .cent-text {
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.about-plate7 .plate7-main .main-box .box-cent .cent-lump {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about-plate7 .plate7-main .main-box .box-cent .cent-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  width: 48.5%;
  margin-top: 0.25rem;
}
.about-plate7 .plate7-main .main-box .box-cent .cent-lump .lump-item .item-icon {
  width: 0.26rem;
}
.about-plate7 .plate7-main .main-box .box-cent .cent-lump .lump-item .item-icon img {
  width: 100%;
}
.about-plate7 .plate7-main .main-box .box-cent .cent-lump .lump-item .item-lump {
  width: calc(100% - 0.26rem);
  padding-left: 0.15rem;
  padding-top: 0.05rem;
}
.about-plate7 .plate7-main .main-box .box-cent .cent-lump .lump-item .item-lump .lump-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs16);
  color: #333;
}
.about-plate7 .plate7-main .main-box .box-cent .cent-lump .lump-item .item-lump .lump-text {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.about-plate7 .plate7-main .main-box .box-cent .page-button {
  margin-top: 0.3rem;
}
.about-plate7 .plate7-main .main-box .box-pic {
  width: 6.9rem;
  height: 4.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.about-plate7 .plate7-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate7 .plate7-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product-plate1 {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 2.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.product-plate1 .plate1-main .main-box {
  width: 6.35rem;
  margin-top: 0.3rem;
}
.product-plate1 .plate1-main .main-box .box-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
.product-plate1 .plate1-main .main-box .box-top .top-icon {
  width: 0.73rem;
  height: auto;
}
.product-plate1 .plate1-main .main-box .box-top .top-icon img {
  width: 100%;
}
.product-plate1 .plate1-main .main-box .box-top .page-lump {
  width: calc(100% - 0.73rem);
  padding-left: 0.3rem;
}
.product-plate1 .plate1-main .main-box .box-top .page-lump .page-title2 {
  text-align: left;
}
.product-plate1 .plate1-main .main-box .box-top .page-lump .page-English2 {
  left: 0.3rem;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.product-plate1 .plate1-main .main-box .box-text {
  margin-top: 0.55rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.product-plate2 {
  width: 100%;
  height: auto;
  padding: 0.95rem 0 1.9rem;
  overflow: visible;
}
.product-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
}
.product-plate2 .plate2-main .main-list {
  position: sticky;
  top: 2.2rem;
  width: 2.5rem;
  height: 100%;
  z-index: 9;
}
.product-plate2 .plate2-main .main-list::after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.27rem;
  width: 1px;
  height: 100%;
  border-left: dashed 1px #cdcdcd;
}
.product-plate2 .plate2-main .main-list .list-lump {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.16rem;
  z-index: 9;
}
.product-plate2 .plate2-main .main-list .list-lump:last-of-type {
  margin-bottom: 0;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top {
  position: relative;
  width: 100%;
  height: auto;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.2rem;
  width: 1.4rem;
  height: 0.15rem;
  margin-top: -0.07rem;
  border-top-right-radius: 0.1rem;
  background: linear-gradient(90deg, #fff, #06b54c);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.38rem;
  width: 0.22rem;
  height: 0.22rem;
  margin-top: -0.11rem;
  background: url(../images/icon/icon-product-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top a {
  color: #666;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top:hover {
  color: #06b54c;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top:hover a {
  color: #06b54c;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top:hover::before {
  left: -1.85rem;
  opacity: 1;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top:hover::after {
  background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top-on {
  color: #06b54c;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top-on a {
  color: #06b54c;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top-on::before {
  left: -1.85rem;
  opacity: 1;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top-on::after {
  background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top-active {
  color: #06b54c;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top-active a {
  color: #06b54c;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top-active::before {
  left: -1.85rem;
  opacity: 1;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-top-active::after {
  background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list {
  display: none;
  width: 100%;
  height: auto;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.33rem;
  width: 0.12rem;
  height: 0.12rem;
  margin-top: -0.06rem;
  background: url(../images/icon/icon-product-drop.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item .item-title {
  position: relative;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item .item-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.15rem;
  width: 0.16rem;
  height: 0.12rem;
  margin-top: -0.06rem;
  background: url(../images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item .item-box {
  position: absolute;
  left: 90%;
  top: -0.2rem;
  width: 1.6rem;
  height: auto;
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item .item-box a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.05rem 0.2rem;
  font-size: var(--fs12);
  text-align: center;
  border-bottom: solid 1px #ddd;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item .item-box a:hover {
  color: #06b54c;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item:hover {
  color: #06b54c;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item:hover::after {
  background: url(../images/icon/icon-product-drop2.png) no-repeat center center;
  background-size: 100%;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item:hover .item-title::after {
  right: -0.25rem;
  opacity: 1;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item:hover .item-box {
  opacity: 1;
  visibility: visible;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item-on {
  color: #06b54c;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item-on::after {
  background: url(../images/icon/icon-product-drop2.png) no-repeat center center;
  background-size: 100%;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item-on .item-title {
  color: #06b54c;
}
.product-plate2 .plate2-main .main-list .list-lump .lump-list .list-item-on .item-title::after {
  right: -0.25rem;
  opacity: 1;
}
.product-plate2 .plate2-main .main-cont {
  width: 11.5rem;
  height: auto;
}
.product-plate2 .plate2-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item {
  width: calc(100% / 4 - 0.1275rem);
  height: auto;
  margin-right: 0.17rem;
  margin-bottom: 0.55rem;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic {
  position: relative;
  width: 100%;
  height: 2.75rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic .page-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.46rem;
  height: 0.48rem;
  margin: -0.24rem 0 0 -0.73rem;
  background: linear-gradient(-90deg, #00d354, #00a943);
  border: none;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic .page-button span {
  font-size: var(--fs16);
  color: #fff;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic .page-button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 100%;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic .page-button:hover span {
  margin-right: 0.1rem;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item:hover .item-pic .page-button {
  opacity: 1;
}
.product-plate2 .plate2-main .main-cont .cont-box .box-item:hover .item-title {
  color: #06b54c;
}
.productDetail-top {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  padding: 0.55rem 0 0.85rem;
  background: linear-gradient(180deg, #fff, #f7f9f8);
}
.productDetail-top .page-crumb .crumb-box {
  justify-content: flex-start;
}
.productDetail-top .top-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.75rem;
}
.productDetail-top .top-main .main-cont {
  width: 7.2rem;
  height: auto;
}
.productDetail-top .top-main .main-cont .cont-pic {
  width: 7.2rem;
  height: 5.4rem;
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
}
.productDetail-top .top-main .main-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-top .top-main .main-cont .cont-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  padding: 0 0.38rem;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 4 - 0.15rem);
  height: 1.07rem;
  margin-right: 0.2rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide-on .slide-box {
  border: solid 1px #06b54c;
}
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-prev,
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 14px;
  margin-top: -7px;
  cursor: pointer;
  outline: none;
}
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-prev img,
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-prev .img2,
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-prev:hover .img1,
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-prev:hover .img2,
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-prev {
  left: 0;
}
.productDetail-top .top-main .main-cont .cont-bottom .top-swiper-button-next {
  right: 0;
}
.productDetail-top .top-main .main-cent {
  width: 6.3rem;
}
.productDetail-top .top-main .main-cent .cent-title {
  padding-bottom: 0.3rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs36);
  color: #06b54c;
  border-bottom: solid 1px #e5e5e5;
}
.productDetail-top .top-main .main-cent .cent-text {
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.productDetail-top .top-main .main-cent .page-button {
  width: 1.6rem;
  height: 0.5rem;
  margin-top: 0.4rem;
  border: solid 1px #06b54c;
}
.productDetail-top .top-main .main-cent .page-button span {
  font-size: var(--fs18);
  z-index: 0;
}
.productDetail-second {
  position: sticky;
  top: 1.5rem;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(72, 72, 72, 0.1);
  z-index: 29;
}
.productDetail-second .second-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
.productDetail-second .second-box .box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.4rem;
  font-size: var(--fs16);
  text-align: center;
  color: #666;
  cursor: pointer;
}
.productDetail-second .second-box .box-item:last-of-type {
  margin-right: 0;
}
.productDetail-second .second-box .box-item::before {
  content: '';
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -5px;
  border-radius: 50%;
  border: solid 2px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-second .second-box .box-item::after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background: #00a943;
}
.productDetail-second .second-box .box-item:hover {
  color: #fff;
  background: url(../images/icon/icon-button-bg.png) no-repeat bottom center;
  background-size: cover;
}
.productDetail-second .second-box .box-item:hover::before {
  bottom: 0.05rem;
}
.productDetail-second .second-box .box-item-on {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  color: #fff;
  background: url(../images/icon/icon-button-bg.png) no-repeat bottom center;
  background-size: cover;
}
.productDetail-second .second-box .box-item-on::before {
  bottom: 0.05rem;
}
.productDetail-second .second-box .box-item-on::after {
  display: block;
}
.productDetail-plate1 {
  padding-top: 1rem;
  scroll-margin-top: 2rem;
}
.productDetail-plate1 .plate1-title {
  font-size: var(--fs30);
  color: #333;
}
.productDetail-plate1 .plate1-English {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: #d3d3d3;
}
.productDetail-plate1 .plate1-heng {
  width: 25px;
  height: 4px;
  margin-top: 0.15rem;
  background: #06b54c;
  border-radius: 0.45rem;
}
.productDetail-plate1 .plate1-main {
  padding-bottom: 0.6rem;
}
.productDetail-plate1 .plate1-main .page-lump {
  width: calc(100% - 0.73rem);
  padding-left: 0;
}
.productDetail-plate1 .plate1-main .page-lump .page-title2 {
  text-align: left;
}
.productDetail-plate1 .plate1-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.productDetail-plate1 .plate1-main .plate1-title {
  margin-top: 0.5rem;
}
.productDetail-plate1 .plate1-main .main-text {
  margin-top: 0.5rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.productDetail-plate1 .plate1-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide {
  width: calc(100% / 4 - 0.225rem);
  height: auto;
  margin-right: 0.3rem;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.54rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  line-height: 0.24rem;
  color: #666666;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-pagination {
  bottom: 0;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.1rem;
  background: #e1e1e1;
  opacity: 1;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #06b54c;
}
.productDetail-plate1 .plate1-cont {
  width: 100%;
  height: auto;
  border-top: solid 1px #e6e6e6;
}
.productDetail-plate1 .plate1-cont .cont-box {
  display: flex;
  justify-content: space-between;
}
.productDetail-plate1 .plate1-cont .cont-box .box-lump {
  width: 9.12rem;
  height: auto;
  padding: 0.55rem 0 1rem;
}
.productDetail-plate1 .plate1-cont .cont-box .box-lump .lump-text {
  width: 100%;
  padding-right: 1.5rem;
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333333;
}
.productDetail-plate1 .plate1-cont .cont-box .box-cent {
  width: 5.32rem;
  padding: 0.55rem 0 1rem 1rem;
  border-left: solid 1px #e6e6e6;
}
.productDetail-plate1 .plate1-cont .cont-box .box-cent .cent-text {
  width: 100%;
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333333;
}
.productDetail-plate2 {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.8rem;
  background: #f7f9f8;
  scroll-margin-top: 2rem;
}
.productDetail-plate2 .plate2-main .page-lump {
  padding-left: 0;
}
.productDetail-plate2 .plate2-main .page-lump .page-title2 {
  text-align: left;
}
.productDetail-plate2 .plate2-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.productDetail-plate2 .plate2-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide {
  width: calc(100% / 2 - 0.25rem);
  height: auto;
  margin-right: 0.5rem;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-video {
  position: relative;
  width: 100%;
  height: 3.62rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-video .video-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-video .video-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin: -0.25rem 0 0 -0.25rem;
  cursor: pointer;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-video .video-play img {
  position: relative;
  width: 100%;
  z-index: 9;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-video .video-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.02rem;
  height: 1.02rem;
  margin: -0.501rem 0 0 -0.501rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: mapAddress 3s infinite linear ;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-video .video-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.02rem;
  height: 1.02rem;
  margin: -0.501rem 0 0 -0.501rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: mapAddress 3s 1.5s infinite linear;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-video:hover .video-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 3.62rem;
  padding: 0.2rem 0.3rem;
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 2.48rem;
  height: 3.2rem;
  padding: 0.05rem;
  border: solid 1px #dee0df;
  overflow: hidden;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: calc(100% - 2.48rem);
  height: auto;
  padding: 0.55rem 0 0 0.65rem;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs30);
  color: #06b54c;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs24);
  color: #333;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-butotn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 0.58rem;
  margin-top: 0.4rem;
  border: solid 1px rgba(6, 181, 76, 0.3);
  border-radius: 0.45rem;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-butotn em {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  background: url(../images/icon/icon-productDetail-download.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-butotn span {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  color: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-butotn:hover {
  border: solid 1px #06b54c;
  background: #06b54c;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-butotn:hover em {
  background: url(../images/icon/icon-productDetail-download2.png) no-repeat center center;
  background-size: 100%;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-butotn:hover span {
  color: #fff;
}
.productDetail-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-prev,
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-prev img,
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-prev .img2,
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-prev:hover .img1,
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-prev:hover .img2,
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-prev {
  left: -1rem;
}
.productDetail-plate2 .plate2-main .main-swiper .plate2-swiper-button-next {
  right: -1rem;
}
.productDetail-plate3 {
  padding: 1rem 0 0.9rem;
  scroll-margin-top: 2rem;
}
.productDetail-plate3 .page-lump {
  padding-left: 0;
}
.productDetail-plate3 .page-lump .page-title2 {
  text-align: left;
}
.productDetail-plate3 .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.productDetail-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: 4.25rem;
  overflow: hidden;
}
.productDetail-plate3 .plate3-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
  background: linear-gradient(0deg, #fff 50%, transparent);
}
.productDetail-plate3 .plate3-main .main-text {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #666;
}
.productDetail-plate3 .plate3-main .main-table {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0.2rem 0;
}
.productDetail-plate3 .plate3-main .main-table .table-top {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: #06b54c;
  z-index: 9;
}
.productDetail-plate3 .plate3-main .main-table .table-top div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 0;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  line-height: 0.2rem;
  text-align: center;
  color: #fff;
  background: #06b54c;
  border-right: solid 1px #2bc067;
}
.productDetail-plate3 .plate3-main .main-table .table-top div:last-of-type {
  border-right: solid 1px none;
}
.productDetail-plate3 .plate3-main .main-table .table-box {
  width: 100%;
  max-height: 6.75rem;
  overflow: auto;
}
.productDetail-plate3 .plate3-main .main-table table {
  position: relative;
  width: 100%;
}
.productDetail-plate3 .plate3-main .main-table table .firstRow {
  font-weight: bold;
}
.productDetail-plate3 .plate3-main .main-table tr:nth-child(odd) {
  background: #f5f5f5;
}
.productDetail-plate3 .plate3-main .main-table th {
  height: 0.7rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  line-height: 0.2rem;
  text-align: center;
  color: #fff;
  background: #06b54c;
  border: solid 1px #2bc067;
}
.productDetail-plate3 .plate3-main .main-table td {
  height: auto;
  padding: 0.15rem 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  line-height: 0.2rem;
  text-align: center;
  color: #666;
  border: solid 1px #e0e0e0;
  text-wrap-mode: wrap !important;
}
.productDetail-plate3 .plate3-main .main-retract {
  display: none;
  width: 1.8rem;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
.productDetail-plate3 .plate3-main .main-retract em {
  display: block;
  width: 0.4rem;
  height: 0.22rem;
  margin: 0 auto;
  background: url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 100%;
}
.productDetail-plate3 .plate3-main .main-retract .retract-button {
  width: 100%;
  height: 0.56rem;
  margin-top: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.54rem;
  color: #06b54c;
  border-radius: 0.45rem;
  border: solid 1px #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate3 .plate3-main .main-retract .retract-button:hover {
  color: #fff;
  background: linear-gradient(90deg, #00d354, #00a943);
}
.productDetail-plate3 .plate3-main .main-unfold {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.8rem;
  height: auto;
  margin-left: -0.9rem;
  cursor: pointer;
  z-index: 9;
}
.productDetail-plate3 .plate3-main .main-unfold em {
  display: block;
  width: 0.4rem;
  height: 0.22rem;
  margin: 0 auto;
  background: url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.productDetail-plate3 .plate3-main .main-unfold .unfold-button {
  width: 100%;
  height: 0.56rem;
  margin-bottom: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.54rem;
  color: #06b54c;
  border-radius: 0.45rem;
  border: solid 1px #06b54c;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate3 .plate3-main .main-unfold .unfold-button:hover {
  color: #fff;
  background: linear-gradient(90deg, #00d354, #00a943);
}
.productDetail-plate3 .plate3-main-on {
  height: auto;
}
.productDetail-plate3 .plate3-main-on::after {
  display: none;
}
.productDetail-plate3 .plate3-main-on .main-retract {
  display: block;
}
.productDetail-plate3 .plate3-main-on .main-unfold {
  display: none;
}
.productDetail-plate3 .MsoNormal {
  font-family: 'HarmonyOS_Sans_SC_Light' !important;
  font-size: var(--fs16) !important;
  color: #666 !important;
}
.productDetail-plate3 .tips {
  display: none;
}
.productDetail-plate3 .plate3-tips {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #666;
}
.productDetail-plate4 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.1rem;
  background: #f7f9f8;
  scroll-margin-top: 2rem;
}
.productDetail-plate4 .plate4-main .page-lump {
  padding-left: 0;
}
.productDetail-plate4 .plate4-main .page-lump .page-title2 {
  text-align: left;
}
.productDetail-plate4 .plate4-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.productDetail-plate4 .plate4-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide {
  width: calc(100% / 3 - 0.3rem);
  height: auto;
  margin-right: 0.45rem;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.45rem 0.38rem;
  background: #fff;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #06b54c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-time {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs30);
  text-align: center;
  color: #06b54c;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-year {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  text-align: center;
  color: #333;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.34rem;
  margin-top: 0.35rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
  height: 0.72rem;
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs22);
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-button em {
  width: 14px;
  height: 11px;
  background: url(../images/icon/icon-arrow9.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-button:hover {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-button:hover em {
  background: url(../images/icon/icon-arrow10.png) no-repeat center center;
  background-size: 100%;
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetail-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-title {
  color: #06b54c;
}
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-prev,
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-prev img,
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-prev .img2,
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover .img1,
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover .img2,
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-prev {
  left: -1rem;
}
.productDetail-plate4 .plate4-main .main-box .plate4-swiper-button-next {
  right: -1rem;
}
.productDetail-plate5 {
  padding: 1.1rem 0 1.65rem;
  scroll-margin-top: 2rem;
}
.productDetail-plate5 .page-lump {
  padding-left: 0;
}
.productDetail-plate5 .page-lump .page-title2 {
  text-align: left;
}
.productDetail-plate5 .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.productDetail-plate5 .plate5-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.productDetail-plate5 .plate5-main .main-box {
  width: 10.2rem;
  height: auto;
}
.productDetail-plate5 .plate5-main .main-box .box-lump {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.3rem;
  background: #f6f7f9;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .dd-top .dd-title {
  position: relative;
  width: 90%;
  padding-left: 0.5rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs18);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .dd-top .dd-title::after {
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.26rem;
  height: 0.26rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.26rem;
  color: #fff;
  background: #999;
  border-radius: 50%;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .dd-top .dd-show {
  width: 0.35rem;
  height: 0.35rem;
  background: url(../images/icon/icon-FAQ-show.png) no-repeat center center;
  background-size: 100%;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .dd-top:hover .dd-title {
  color: #06b54c;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .dd-top:hover .dd-title::after {
  background: #06b54c;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .top-active .dd-title {
  color: #06b54c;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .top-active .dd-title::after {
  background: #06b54c;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .top-active .dd-show {
  background: url(../images/icon/icon-FAQ-hide.png) no-repeat center center;
  background-size: 100%;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.4rem 0.3rem;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .dd-cent .cent-duty {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .dd-cent .cent-duty::after {
  content: 'A';
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.26rem;
  height: 0.26rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.26rem;
  color: #06b54c;
  border: solid 1px #06b54c;
  border-radius: 50%;
}
.productDetail-plate5 .plate5-main .main-box .box-lump .lump-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.productDetail-plate5 .plate5-main .main-box .page-number {
  justify-content: flex-start;
}
.productDetail-plate5 .plate5-main .main-pic {
  width: 3.83rem;
  height: 100%;
  overflow: hidden;
}
.productDetail-plate5 .plate5-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate5 .plate5-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-plate6 {
  padding: 0 0 1.55rem;
  overflow: visible;
  scroll-margin-top: 2rem;
}
.productDetail-plate6 .page-lump {
  padding-left: 0;
}
.productDetail-plate6 .page-lump .page-title2 {
  text-align: left;
}
.productDetail-plate6 .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.productDetail-plate6 .plate6-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.productDetail-plate6 .plate6-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide {
  width: calc(100% / 5 - 0.12rem);
  height: auto;
  margin-right: 0.15rem;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic {
  position: relative;
  width: 100%;
  height: 2.75rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic .page-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.46rem;
  height: 0.48rem;
  margin: -0.24rem 0 0 -0.73rem;
  background: linear-gradient(-90deg, #00d354, #00a943);
  border: none;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic .page-button span {
  font-size: var(--fs16);
  color: #fff;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic .page-button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 100%;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic .page-button:hover span {
  margin-right: 0.1rem;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-title span {
  display: inline !important;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-pic .page-button {
  opacity: 1;
}
.productDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-title {
  color: #06b54c;
}
.productDetail-plate6 .plate6-main .plate6-swiper-button-prev,
.productDetail-plate6 .plate6-main .plate6-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.productDetail-plate6 .plate6-main .plate6-swiper-button-prev img,
.productDetail-plate6 .plate6-main .plate6-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate6 .plate6-main .plate6-swiper-button-prev .img2,
.productDetail-plate6 .plate6-main .plate6-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail-plate6 .plate6-main .plate6-swiper-button-prev:hover .img1,
.productDetail-plate6 .plate6-main .plate6-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail-plate6 .plate6-main .plate6-swiper-button-prev:hover .img2,
.productDetail-plate6 .plate6-main .plate6-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail-plate6 .plate6-main .plate6-swiper-button-prev {
  left: -1rem;
}
.productDetail-plate6 .plate6-main .plate6-swiper-button-next {
  right: -1rem;
}
.productDetail-plate6 .productDetail-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 0.56rem;
  margin: 1.4rem auto 0;
  border-radius: 0.45rem;
  border: solid 1px #d3d3d3;
}
.productDetail-plate6 .productDetail-button span {
  margin-right: 0.14rem;
  font-size: var(--fs16);
  color: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate6 .productDetail-button em {
  width: 0.19rem;
  height: 0.14rem;
  background: url(../images/icon/icon-arrow11.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate6 .productDetail-button:hover {
  border: solid 1px #06b54c;
  background: #06b54c;
}
.productDetail-plate6 .productDetail-button:hover span {
  color: #fff;
}
.productDetail-plate6 .productDetail-button:hover em {
  background: url(../images/icon/icon-arrow12.png) no-repeat center center;
  background-size: 100%;
}
.service-top {
  padding: 1.1rem 0 0;
}
.service-top .page-lump {
  width: 100%;
  padding-left: 0;
}
.service-top .page-lump .page-title2 {
  text-align: left;
}
.service-top .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.service-top .top-main {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.service-top .top-main .main-item {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.26rem 0.1rem 0;
  margin: 0 0.36rem;
  background: #f7f9f8;
  border-radius: 0.1rem;
}
.service-top .top-main .main-item .item-icon {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}
.service-top .top-main .main-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-top .top-main .main-item .item-icon .img2 {
  opacity: 0;
}
.service-top .top-main .main-item .item-title {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs20);
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-top .top-main .main-item .item-English {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs12);
  text-align: center;
  color: rgba(31, 31, 31, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-top .top-main .main-item:hover {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.service-top .top-main .main-item:hover .item-icon .img1 {
  opacity: 0;
}
.service-top .top-main .main-item:hover .item-icon .img2 {
  opacity: 1;
}
.service-top .top-main .main-item:hover .item-title {
  color: #fff;
}
.service-top .top-main .main-item:hover .item-English {
  color: rgba(255, 255, 255, 0.3);
}
.service-top .top-main .main-item-on {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.service-top .top-main .main-item-on .item-icon .img1 {
  opacity: 0;
}
.service-top .top-main .main-item-on .item-icon .img2 {
  opacity: 1;
}
.service-top .top-main .main-item-on .item-title {
  color: #fff;
}
.service-top .top-main .main-item-on .item-English {
  color: rgba(255, 255, 255, 0.3);
}
.service-main {
  padding: 0.45rem 0 1.25rem;
  overflow: visible;
}
.service-main .main-top {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
}
.service-main .main-top .top-select {
  position: relative;
  width: 2.48rem;
  height: auto;
}
.service-main .main-top .top-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.35rem 0 0.28rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  color: #333;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 0.05rem;
  cursor: pointer;
}
.service-main .main-top .top-select .select-title em {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 0.18rem;
  height: 0.11rem;
  background: url(../images/icon/icon-arrow13.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.service-main .main-top .top-select .select-ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 2.5rem;
  margin-top: -1px;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-top: none;
  z-index: 99;
  overflow-y: scroll;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-main .main-top .top-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem;
  border-bottom: solid 1px #e6e6e6;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-main .main-top .top-select .select-ul .select-li:hover {
  color: #06b54c;
}
.service-main .main-top .top-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3rem;
  height: 0.6rem;
  padding: 0 0.25rem;
  margin-left: 0.26rem;
  border: solid 1px #e6e6e6;
  border-radius: 0.05rem;
}
.service-main .main-top .top-search input {
  width: calc(100% - 0.18rem);
  height: 100%;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  color: #333;
  background: none;
}
.service-main .main-top .top-search input::placeholder {
  color: #333;
}
.service-main .main-top .top-search a {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/icon/icon-search3.png) no-repeat center center;
  background-size: 100%;
}
.service-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.service-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  margin-bottom: 0.2rem;
  padding: 0 0.7rem 0 0.6rem;
  background: #f7f9f8;
  border-radius: 0.05rem;
}
.service-main .main-cont .cont-item .item-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 2.4rem);
  height: auto;
}
.service-main .main-cont .cont-item .item-cont .cont-icon {
  position: relative;
  width: 0.36rem;
  height: 0.36rem;
}
.service-main .main-cont .cont-item .item-cont .cont-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-main .main-cont .cont-item .item-cont .cont-icon .img2 {
  opacity: 0;
}
.service-main .main-cont .cont-item .item-cont .cont-title {
  width: calc(100% - 0.36rem);
  height: auto;
  padding-left: 0.55rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs20);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-main .main-cont .cont-item .item-lump {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 2.4rem;
}
.service-main .main-cont .cont-item .item-lump span {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  color: #999;
}
.service-main .main-cont .cont-item .item-lump em {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/icon/icon-swiper-next5.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-main .main-cont .cont-item:hover {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.service-main .main-cont .cont-item:hover .item-cont .cont-icon .img1 {
  opacity: 0;
}
.service-main .main-cont .cont-item:hover .item-cont .cont-icon .img2 {
  opacity: 1;
}
.service-main .main-cont .cont-item:hover .item-cont .cont-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  color: #06b54c;
}
.service-main .main-cont .cont-item:hover .item-lump em {
  background: url(../images/icon/icon-swiper-next6.png) no-repeat center center;
  background-size: 100%;
}
.download-plate1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.1rem 0 0.65rem;
  background: url(../images/download-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: visible;
}
.download-plate1::after {
  content: '';
  position: absolute;
  bottom: -0.32rem;
  left: 50%;
  width: 0.3rem;
  height: 0.77rem;
  margin-left: -0.15rem;
  background: url(../images/icon/icon-arrow14.png) no-repeat center center;
  background-size: 100%;
}
.download-plate1 .plate1-main .page-lump {
  width: 100%;
  padding-left: 0;
}
.download-plate1 .plate1-main .page-lump .page-title2 {
  text-align: left;
}
.download-plate1 .plate1-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.download-plate1 .plate1-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.download-plate1 .plate1-main .main-top .top-item {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.26rem 0.1rem 0;
  margin: 0 0.36rem;
  background: #fff;
  border-radius: 0.1rem;
}
.download-plate1 .plate1-main .main-top .top-item .item-icon {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}
.download-plate1 .plate1-main .main-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download-plate1 .plate1-main .main-top .top-item .item-icon .img2 {
  opacity: 0;
}
.download-plate1 .plate1-main .main-top .top-item .item-title {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs20);
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download-plate1 .plate1-main .main-top .top-item .item-English {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  text-align: center;
  color: rgba(31, 31, 31, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download-plate1 .plate1-main .main-top .top-item:hover {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.download-plate1 .plate1-main .main-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.download-plate1 .plate1-main .main-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.download-plate1 .plate1-main .main-top .top-item:hover .item-title {
  color: #fff;
}
.download-plate1 .plate1-main .main-top .top-item:hover .item-English {
  color: rgba(255, 255, 255, 0.3);
}
.download-plate1 .plate1-main .main-top .top-item-on {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.download-plate1 .plate1-main .main-top .top-item-on .item-icon .img1 {
  opacity: 0;
}
.download-plate1 .plate1-main .main-top .top-item-on .item-icon .img2 {
  opacity: 1;
}
.download-plate1 .plate1-main .main-top .top-item-on .item-title {
  color: #fff;
}
.download-plate1 .plate1-main .main-top .top-item-on .item-English {
  color: rgba(255, 255, 255, 0.3);
}
.download-plate1 .plate1-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding: 0.5rem 1.4rem 0.95rem;
  background: #fff;
  border-radius: 0.1rem;
}
.download-plate1 .plate1-main .main-cont .cont-lump {
  width: 3.35rem;
  height: auto;
}
.download-plate1 .plate1-main .main-cont .cont-lump .lump-num {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 1.2rem;
  line-height: 1rem;
  background: linear-gradient(0deg, #fff, #cdeed8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.download-plate1 .plate1-main .main-cont .cont-lump .lump-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs36);
  color: #06b54c;
}
.download-plate1 .plate1-main .main-cont .cont-lump .lump-text {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #333;
}
.download-plate1 .plate1-main .main-cont .cont-box {
  width: 4.2rem;
  height: auto;
  padding-top: 0.15rem;
  margin-left: 0.95rem;
}
.download-plate1 .plate1-main .main-cont .cont-box .box-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.download-plate1 .plate1-main .main-cont .cont-box .box-item .item-title {
  font-size: var(--fs16);
  color: #333;
}
.download-plate1 .plate1-main .main-cont .cont-box .box-item .item-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.download-plate1 .plate1-main .main-cont .cont-box .box-item .item-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.58rem;
  padding: 0 0.35rem 0 0.28rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  color: #333;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 0.1rem;
  cursor: pointer;
}
.download-plate1 .plate1-main .main-cont .cont-box .box-item .item-select .select-title input {
  flex: 1;
  height: 100%;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #333;
}
.download-plate1 .plate1-main .main-cont .cont-box .box-item .item-select .select-title em {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 0.18rem;
  height: 0.11rem;
  background: url(../images/icon/icon-arrow13.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.download-plate1 .plate1-main .main-cont .cont-box .box-item .item-select .select-ul {
  display: none;
  position: absolute;
  top: calc(100% - 5px);
  width: 100%;
  max-height: 2.5rem;
  margin-top: -1px;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-top: none;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  z-index: 99;
  overflow-y: scroll;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download-plate1 .plate1-main .main-cont .cont-box .box-item .item-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem;
  border-bottom: solid 1px #e6e6e6;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download-plate1 .plate1-main .main-cont .cont-box .box-item .item-select .select-ul .select-li:hover {
  color: #06b54c;
}
.download-plate1 .plate1-main .main-cont .cont-box .box-button {
  display: block;
  width: 100%;
  height: 0.58rem;
  margin-top: 0.3rem;
  font-size: var(--fs24);
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  border-radius: 0.1rem;
  background: #06b54c;
  border: solid 2px #06b54c;
}
.download-plate1 .plate1-main .main-cont .cont-box .box-button:hover {
  color: #06b54c;
  background: transparent;
}
.download-plate2 {
  width: 11.2rem;
  padding: 0.6rem 0 0.9rem;
}
.download-plate2 .plate2-num {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 1.2rem;
  line-height: 1rem;
  background: linear-gradient(0deg, #fff, #cdeed8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.download-plate2 .plate2-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs36);
  color: #06b54c;
}
.download-plate2 .plate2-text {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
}
.download-plate2 .plate2-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 4.4rem;
  margin-top: 0.35rem;
}
.download-plate2 .plate2-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 2 - 0.2rem);
  height: auto;
  margin-bottom: 0.3rem;
  padding: 0 0.14rem;
  border: solid 1px #e6e6e6;
}
.download-plate2 .plate2-form .form-item p {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs16);
  color: #333;
}
.download-plate2 .plate2-form .form-item p img {
  width: 0.16rem;
  margin-right: 0.05rem;
}
.download-plate2 .plate2-form .form-item p em {
  color: #ff2100;
}
.download-plate2 .plate2-form .form-item input {
  flex: 1;
  height: 0.75rem;
  padding-left: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.download-plate2 .plate2-form .form-item textarea {
  flex: 1;
  height: 1.8rem;
  padding: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.download-plate2 .plate2-form .form-item:last-of-type {
  align-items: flex-start;
}
.download-plate2 .plate2-form .form-item:last-of-type p {
  margin-top: 0.18rem;
}
.download-plate2 .plate2-button {
  display: block;
  width: 4.2rem;
  height: 0.58rem;
  margin: 0.45rem auto 0;
  font-size: var(--fs24);
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  border-radius: 0.1rem;
  background: #06b54c;
  border: solid 2px #06b54c;
}
.download-plate2 .plate2-button:hover {
  color: #06b54c;
  background: transparent;
}
.tool {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.85rem;
  background: url(../images/tool-bg.jpg) no-repeat top left;
  background-size: 100%;
}
.tool .tool-main .page-lump {
  width: 100%;
  padding-left: 0;
}
.tool .tool-main .page-lump .page-title2 {
  text-align: left;
}
.tool .tool-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.tool .tool-main .main-search {
  display: flex;
  justify-content: flex-start;
  width: 7.38rem;
  height: 0.76rem;
  margin: 0.4rem auto 0;
  border-radius: 0.1rem;
  border: solid 1px #e0e0e0;
  overflow: hidden;
}
.tool .tool-main .main-search input {
  width: calc(100% - 1.13rem);
  height: 100%;
  padding: 0 0.42rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  color: #333;
}
.tool .tool-main .main-search a {
  width: 1.13rem;
  height: 100%;
  background: #06b54c url(../images/icon/icon-search4.png) no-repeat center center;
  background-size: 0.3rem;
}
.tool .tool-main .main-filter {
  width: 100%;
  height: auto;
  margin-top: 0.52rem;
  padding: 0.65rem 0.95rem;
  background: #fff;
}
.tool .tool-main .main-filter .filter-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.05rem;
  border-bottom: solid 1px #e0e0e0;
}
.tool .tool-main .main-filter .filter-item .item-title {
  width: 1.2rem;
  margin-right: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs24);
  color: #06b54c;
}
.tool .tool-main .main-filter .filter-item .item-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 1.45rem);
  height: auto;
  overflow: hidden;
}
.tool .tool-main .main-filter .filter-item .item-lump .lump-item {
  width: auto;
  height: 0.36rem;
  padding: 0 0.12rem;
  margin-bottom: 0.1rem;
  margin-right: 0.05rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
  border-radius: 0.1rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tool .tool-main .main-filter .filter-item .item-lump .lump-item:hover {
  color: #fff;
  background: #06b54c;
}
.tool .tool-main .main-filter .filter-item .item-lump .lump-item-on {
  color: #fff;
  background: #06b54c;
}
.tool .tool-main .main-table {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0.2rem 0;
}
.tool .tool-main .main-table .table-top {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
  background: #06b54c;
  z-index: 9;
}
.tool .tool-main .main-table .table-top div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 0;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  line-height: 0.2rem;
  text-align: center;
  color: #fff;
  background: #06b54c;
  border-right: solid 1px #2bc067;
}
.tool .tool-main .main-table .table-top div:last-of-type {
  border-right: solid 1px none;
}
.tool .tool-main .main-table .table-box {
  width: 100%;
  max-height: 6.9rem;
  overflow: auto;
}
.tool .tool-main .main-table table {
  position: relative;
  width: 100%;
}
.tool .tool-main .main-table tr:nth-child(odd) {
  background: #f5f5f5;
}
.tool .tool-main .main-table th {
  height: 0.9rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  line-height: 0.2rem;
  text-align: center;
  color: #fff;
  background: #06b54c;
  border: solid 1px #2bc067;
  word-break: break-all;
}
.tool .tool-main .main-table td {
  height: 0.65rem;
  padding: 0.15rem 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  line-height: 0.2rem;
  text-align: center;
  color: #666;
  border: solid 1px #e0e0e0;
  word-break: break-all;
}
.tool .tool-main .main-table td:last-of-type {
  text-align: left;
}
.tool .tool-main .tips {
  display: none;
}
.references {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 2.45rem;
}
.references .references-main .page-lump {
  width: 100%;
  padding-left: 0;
}
.references .references-main .page-lump .page-title2 {
  text-align: left;
}
.references .references-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.references .references-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  margin-bottom: 0.7rem;
}
.references .references-main .main-box .box-item {
  width: calc(100% / 4 - 0.12rem);
  height: auto;
  padding: 0.65rem 0.52rem 0.45rem;
  margin-right: 0.12rem;
  margin-bottom: 0.6rem;
  background: #f7f9f8;
}
.references .references-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.references .references-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #06b54c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.references .references-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.references .references-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.references .references-main .main-box .box-item .item-lump {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.38rem;
}
.references .references-main .main-box .box-item .item-lump p {
  width: calc(100% - 0.5rem);
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs22);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.references .references-main .main-box .box-item .item-lump em {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/icon/icon-swiper-next5.png) no-repeat center center;
  background-size: 100%;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.references .references-main .main-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.references .references-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.references .references-main .main-box .box-item:hover .item-lump p {
  color: #06b54c;
}
.references .references-main .main-box .box-item:hover .item-lump em {
  background: url(../images/icon/icon-swiper-next6.png) no-repeat center center;
  background-size: 100%;
}
.FAQ {
  width: 100%;
  height: auto;
  padding: 1.1rem 0;
}
.FAQ .FAQ-main .page-lump {
  width: 100%;
  padding-left: 0;
}
.FAQ .FAQ-main .page-lump .page-title2 {
  text-align: left;
}
.FAQ .FAQ-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.FAQ .FAQ-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  margin-bottom: 0.3rem;
}
.FAQ .FAQ-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  margin-bottom: 0.58rem;
  padding: 0.45rem 0.35rem 0.2rem;
  background: #f7f9f8;
}
.FAQ .FAQ-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.FAQ .FAQ-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #06b54c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.34rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.FAQ .FAQ-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-box .box-item .item-title {
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs22);
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-box .box-item .item-text {
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.FAQ .FAQ-main .main-box .box-item .item-arrow {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.25rem;
  background: url(../images/icon/icon-swiper-next5.png) no-repeat center center;
  background-size: 100%;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.FAQ .FAQ-main .main-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.FAQ .FAQ-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.FAQ .FAQ-main .main-box .box-item:hover .item-title {
  color: #06b54c;
}
.FAQ .FAQ-main .main-box .box-item:hover .item-arrow {
  background: url(../images/icon/icon-swiper-next6.png) no-repeat center center;
  background-size: 100%;
}
.news-plate1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.9rem;
  background: #f7f9f8;
}
.news-plate1 .plate1-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.news-plate1 .plate1-main .main-top .page-lump {
  width: auto;
  padding-left: 0;
}
.news-plate1 .plate1-main .main-top .page-lump .page-title2 {
  text-align: left;
}
.news-plate1 .plate1-main .main-top .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.news-plate1 .plate1-main .main-top .top-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.news-plate1 .plate1-main .main-top .top-box .box-item {
  width: 2.48rem;
  height: auto;
  margin-left: 0.3rem;
}
.news-plate1 .plate1-main .main-top .top-box .box-item .item-title {
  font-size: var(--fs16);
  color: #333;
}
.news-plate1 .plate1-main .main-top .top-box .box-item .item-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.news-plate1 .plate1-main .main-top .top-box .box-item .item-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.35rem 0 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  color: #333;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 0.1rem;
  cursor: pointer;
}
.news-plate1 .plate1-main .main-top .top-box .box-item .item-select .select-title em {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 0.18rem;
  height: 0.11rem;
  background: url(../images/icon/icon-arrow13.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.news-plate1 .plate1-main .main-top .top-box .box-item .item-select .select-ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 2.5rem;
  margin-top: -1px;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-top: none;
  z-index: 99;
  overflow-y: scroll;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-top .top-box .box-item .item-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem;
  border-bottom: solid 1px #e6e6e6;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-top .top-box .box-item .item-select .select-ul .select-li:hover {
  color: #06b54c;
}
.news-plate1 .plate1-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding-bottom: 0.65rem;
  overflow: hidden;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 8rem;
  height: 4.5rem;
  overflow: hidden;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 6.4rem;
  height: auto;
  padding: 0.65rem 0.68rem 0;
  background: #fff;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-date {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs48);
  line-height: 0.4rem;
  color: #06b54c;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  color: #999;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.2rem;
  font-size: var(--fs26);
  line-height: 0.48rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.56rem;
  height: 0.5rem;
  margin-top: 0.35rem;
  border-radius: 0.45rem;
  border: solid 2px #06b54c;
  background: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button span {
  margin-right: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button em {
  width: 0.15rem;
  height: 0.13rem;
  background: url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover {
  background: transparent;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover span {
  color: #06b54c;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #06b54c;
}
.news-plate1 .plate1-main .main-swiper .swiper-pagination {
  bottom: 0;
}
.news-plate1 .plate1-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  margin: 0 0.1rem;
  background: #e1e1e1;
  opacity: 1;
}
.news-plate1 .plate1-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #06b54c;
}
.news-plate2 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1rem;
}
.news-plate2 .plate2-main .page-lump {
  width: auto;
  padding-left: 0;
}
.news-plate2 .plate2-main .page-lump .page-title2 {
  text-align: left;
}
.news-plate2 .plate2-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.news-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  margin-bottom: 0.05rem;
}
.news-plate2 .plate2-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.3rem);
  height: 100%;
  margin-right: 0.45rem;
  margin-bottom: 0.7rem;
  padding: 0.45rem 0.38rem;
  background: #f7f9f8;
}
.news-plate2 .plate2-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.news-plate2 .plate2-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #06b54c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-main .main-box .box-item .item-time {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs30);
  text-align: center;
  color: #06b54c;
}
.news-plate2 .plate2-main .main-box .box-item .item-year {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  text-align: center;
  color: #333;
}
.news-plate2 .plate2-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.34rem;
  margin-top: 0.35rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.news-plate2 .plate2-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-main .main-box .box-item .item-title {
  height: 0.72rem;
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs22);
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-main .main-box .box-item .item-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-main .main-box .box-item .item-button em {
  width: 14px;
  height: 11px;
  background: url(../images/icon/icon-arrow9.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-main .main-box .box-item .item-button:hover {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.news-plate2 .plate2-main .main-box .box-item .item-button:hover em {
  background: url(../images/icon/icon-arrow10.png) no-repeat center center;
  background-size: 100%;
}
.news-plate2 .plate2-main .main-box .box-item:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.news-plate2 .plate2-main .main-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.news-plate2 .plate2-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news-plate2 .plate2-main .main-box .box-item:hover .item-title {
  color: #06b54c;
}
.news-plate2 .plate2-main .main-box .box-item:hover .item-button {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.news-plate2 .plate2-main .main-box .box-item:hover .item-button em {
  background: url(../images/icon/icon-arrow10.png) no-repeat center center;
  background-size: 100%;
}
.news-plate3 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1rem;
  background: #f7f9f8;
}
.news-plate3 .plate3-main .page-lump {
  width: auto;
  padding-left: 0;
}
.news-plate3 .plate3-main .page-lump .page-title2 {
  text-align: left;
}
.news-plate3 .plate3-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.news-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  margin-bottom: 0.05rem;
}
.news-plate3 .plate3-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.3rem);
  height: 100%;
  margin-right: 0.45rem;
  margin-bottom: 0.7rem;
  padding: 0.45rem 0.38rem;
  background: #fff;
}
.news-plate3 .plate3-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.news-plate3 .plate3-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #06b54c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate3 .plate3-main .main-box .box-item .item-time {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs30);
  text-align: center;
  color: #06b54c;
}
.news-plate3 .plate3-main .main-box .box-item .item-year {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  text-align: center;
  color: #333;
}
.news-plate3 .plate3-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.34rem;
  margin-top: 0.35rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.news-plate3 .plate3-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate3 .plate3-main .main-box .box-item .item-title {
  height: 0.72rem;
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs22);
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate3 .plate3-main .main-box .box-item .item-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate3 .plate3-main .main-box .box-item .item-button em {
  width: 14px;
  height: 11px;
  background: url(../images/icon/icon-arrow9.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate3 .plate3-main .main-box .box-item .item-button:hover {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.news-plate3 .plate3-main .main-box .box-item .item-button:hover em {
  background: url(../images/icon/icon-arrow10.png) no-repeat center center;
  background-size: 100%;
}
.news-plate3 .plate3-main .main-box .box-item:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.news-plate3 .plate3-main .main-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.news-plate3 .plate3-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news-plate3 .plate3-main .main-box .box-item:hover .item-title {
  color: #06b54c;
}
.news-plate3 .plate3-main .main-box .box-item:hover .item-button {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.news-plate3 .plate3-main .main-box .box-item:hover .item-button em {
  background: url(../images/icon/icon-arrow10.png) no-repeat center center;
  background-size: 100%;
}
.newsDetail-top {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.65rem;
}
.newsDetail-top .top-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs36);
  line-height: 0.5rem;
  text-align: center;
  color: #333;
}
.newsDetail-top .top-main .main-time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}
.newsDetail-top .top-main .main-time em {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  background: url(../images/icon/icon-news-time.png) no-repeat center center;
  background-size: 100%;
}
.newsDetail-top .top-main .main-time span {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #ccc;
}
.newsDetail-main {
  width: 100%;
  height: auto;
  padding-bottom: 1.65rem;
  background: #f7f9f8;
  border-top: solid 3px #06b54c;
  overflow: visible;
}
.newsDetail-main .main-cont {
  display: flex;
  justify-content: space-between;
}
.newsDetail-main .main-cont .cont-box {
  width: 11.5rem;
  height: auto;
}
.newsDetail-main .main-cont .cont-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.7rem 1.1rem 1.35rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 0.34rem;
  color: #484848;
  background: #fff;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}
.newsDetail-main .main-cont .cont-box .box-cent img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.newsDetail-main .main-cont .cont-box .box-lump {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.newsDetail-main .main-cont .cont-box .box-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 5.6rem;
  height: 0.8rem;
  padding: 0 0.25rem;
  border-radius: 0.3rem;
  background: #fff;
  border: solid 1px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail-main .main-cont .cont-box .box-lump .lump-item span {
  width: 70px;
  font-size: var(--fs16);
  color: #333;
}
.newsDetail-main .main-cont .cont-box .box-lump .lump-item p {
  width: calc(100% - 70px);
  padding-left: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail-main .main-cont .cont-box .box-lump .lump-item:hover {
  border: solid 1px #06b54c;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.newsDetail-main .main-cont .cont-box .box-lump .lump-item:hover p {
  color: #06b54c;
}
.newsDetail-main .main-cont .cont-list {
  position: sticky;
  top: 1.1rem;
  width: 2.36rem;
  height: 100%;
  padding-top: 0.45rem;
}
.newsDetail-main .main-cont .cont-list .list-title {
  margin-bottom: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  color: #06b54c;
}
.newsDetail-main .main-cont .cont-list .list-item {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
}
.newsDetail-main .main-cont .cont-list .list-item .item-pic {
  width: 100%;
  height: 1.32rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.newsDetail-main .main-cont .cont-list .list-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail-main .main-cont .cont-list .list-item .item-title {
  margin-top: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail-main .main-cont .cont-list .list-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.newsDetail-main .main-cont .cont-list .list-item:hover .item-title {
  color: #06b54c;
}
.newsDetail-main .main-cont .cont-list .list-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 0.5rem;
  border-radius: 0.45rem;
  border: solid 2px #06b54c;
  background: #06b54c;
}
.newsDetail-main .main-cont .cont-list .list-button span {
  margin-right: 0.2rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail-main .main-cont .cont-list .list-button em {
  width: 0.19rem;
  height: 0.14rem;
  background: url(../images/icon/icon-arrow12.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail-main .main-cont .cont-list .list-button:hover {
  background: transparent;
}
.newsDetail-main .main-cont .cont-list .list-button:hover span {
  margin-right: 0.1rem;
  color: #06b54c;
}
.newsDetail-main .main-cont .cont-list .list-button:hover em {
  background: url(../images/icon/icon-arrow11.png) no-repeat center center;
  background-size: 100%;
}
.investor-plate1 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.9rem;
}
.investor-plate1 .plate1-main .page-lump {
  width: auto;
  padding-left: 0;
}
.investor-plate1 .plate1-main .page-lump .page-title2 {
  text-align: left;
}
.investor-plate1 .plate1-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.investor-plate1 .plate1-main .main-iframe {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.investor-plate1 .plate1-main .main-iframe iframe {
  width: 100%;
  height: 450px;
}
.investor-plate2 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.05rem;
  background: #f7f9f8;
}
.investor-plate2 .plate2-main .page-lump {
  width: auto;
  padding-left: 0;
}
.investor-plate2 .plate2-main .page-lump .page-title2 {
  text-align: left;
}
.investor-plate2 .plate2-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.investor-plate2 .plate2-main .main-iframe {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.investor-plate2 .plate2-main .main-iframe iframe {
  width: 100%;
  height: 500px;
}
.investor-plate3 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.8rem;
}
.investor-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
}
.investor-plate3 .plate3-main .main-cent {
  width: 8rem;
  height: auto;
}
.investor-plate3 .plate3-main .main-cent .page-lump {
  width: auto;
  padding-left: 0;
  margin-bottom: 0.85rem;
}
.investor-plate3 .plate3-main .main-cent .page-lump .page-title2 {
  text-align: left;
}
.investor-plate3 .plate3-main .main-cent .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.investor-plate3 .plate3-main .main-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.38rem;
}
.investor-plate3 .plate3-main .main-cent .cent-item .item-icon {
  width: 0.3rem;
  height: 0.34rem;
}
.investor-plate3 .plate3-main .main-cent .cent-item .item-icon img {
  width: 100%;
}
.investor-plate3 .plate3-main .main-cent .cent-item .item-text {
  width: calc(100% - 0.3rem);
  padding-left: 0.38rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs22);
  color: #333;
}
.investor-plate3 .plate3-main .main-cent .cent-item .item-text span {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs24);
}
.investor-plate3 .plate3-main .main-pic {
  width: 6.38rem;
  height: 4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.investor-plate3 .plate3-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.investor-plate3 .plate3-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.contact-plate1 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 1.1rem;
  background: url(../images/contact-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.contact-plate1 .plate1-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.contact-plate1 .plate1-main .main-top .top-item {
  width: 2.2rem;
  height: 1.5rem;
  padding: 0.26rem 0.1rem 0;
  margin: 0 0.18rem;
  background: #f7f9f8;
  border-radius: 0.1rem;
  cursor: pointer;
}
.contact-plate1 .plate1-main .main-top .top-item .item-icon {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}
.contact-plate1 .plate1-main .main-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate1 .plate1-main .main-top .top-item .item-icon .img2 {
  opacity: 0;
}
.contact-plate1 .plate1-main .main-top .top-item .item-title {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs20);
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate1 .plate1-main .main-top .top-item .item-English {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs12);
  text-align: center;
  color: rgba(31, 31, 31, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate1 .plate1-main .main-top .top-item:hover {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.contact-plate1 .plate1-main .main-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.contact-plate1 .plate1-main .main-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.contact-plate1 .plate1-main .main-top .top-item:hover .item-title {
  color: #fff;
}
.contact-plate1 .plate1-main .main-top .top-item:hover .item-English {
  color: rgba(255, 255, 255, 0.3);
}
.contact-plate1 .plate1-main .main-top .top-item-on {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.contact-plate1 .plate1-main .main-top .top-item-on .item-icon .img1 {
  opacity: 0;
}
.contact-plate1 .plate1-main .main-top .top-item-on .item-icon .img2 {
  opacity: 1;
}
.contact-plate1 .plate1-main .main-top .top-item-on .item-title {
  color: #fff;
}
.contact-plate1 .plate1-main .main-top .top-item-on .item-English {
  color: rgba(255, 255, 255, 0.3);
}
.contact-plate1 .plate1-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.contact-plate1 .plate1-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.contact-plate1 .plate1-main .main-cont .cont-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 3.8rem;
  height: auto;
}
.contact-plate1 .plate1-main .main-cont .cont-box .box-item .item-icon {
  width: 0.6rem;
  height: auto;
}
.contact-plate1 .plate1-main .main-cont .cont-box .box-item .item-icon img {
  width: 100%;
}
.contact-plate1 .plate1-main .main-cont .cont-box .box-item .iten-cent {
  width: calc(100% - 0.6rem);
  height: auto;
  padding-left: 0.26rem;
}
.contact-plate1 .plate1-main .main-cont .cont-box .box-item .iten-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  color: #333;
}
.contact-plate1 .plate1-main .main-cont .cont-box .box-item .iten-cent .cent-tel {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs30);
  color: #06b54c;
}
.contact-plate1 .plate1-main .main-cont .cont-box .box-item .iten-cent .cent-text {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
}
.contact-plate1 .plate1-main .main-cont .cont-box-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.contact-plate2 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0.35rem;
  background: #f7f9f8 url(../images/contact-bg2.jpg) no-repeat bottom left;
  background-size: 100%;
}
.contact-plate2 .plate2-main .main-top {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  z-index: 9;
}
.contact-plate2 .plate2-main .main-top .top-select {
  position: relative;
  width: 3.35rem;
  height: auto;
}
.contact-plate2 .plate2-main .main-top .top-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.35rem 0 0.28rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  color: #333;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 0.05rem;
  cursor: pointer;
}
.contact-plate2 .plate2-main .main-top .top-select .select-title em {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 0.18rem;
  height: 0.11rem;
  background: url(../images/icon/icon-arrow13.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.contact-plate2 .plate2-main .main-top .top-select .select-ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 2.5rem;
  margin-top: -1px;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-top: none;
  z-index: 99;
  overflow-y: scroll;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate2 .plate2-main .main-top .top-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem;
  border-bottom: solid 1px #e6e6e6;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate2 .plate2-main .main-top .top-select .select-ul .select-li:hover {
  color: #06b54c;
}
.contact-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact-plate2 .plate2-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.225rem);
  min-height: 4rem;
  height: auto;
  padding: 0.6rem 0.4rem 0.5rem;
  margin-right: 0.3rem;
  margin-bottom: 0.36rem;
  background: #fff;
  border-radius: 0.1rem;
}
.contact-plate2 .plate2-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.contact-plate2 .plate2-main .main-cont .cont-item .item-icon {
  position: relative;
  width: 0.39rem;
  height: 0.35rem;
}
.contact-plate2 .plate2-main .main-cont .cont-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate2 .plate2-main .main-cont .cont-item .item-icon .img2 {
  opacity: 0;
}
.contact-plate2 .plate2-main .main-cont .cont-item .item-title {
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs24);
  color: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate2 .plate2-main .main-cont .cont-item .item-cent {
  width: 100%;
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate2 .plate2-main .main-cont .cont-item:hover {
  background: #06b54c;
}
.contact-plate2 .plate2-main .main-cont .cont-item:hover .item-icon .img1 {
  opacity: 0;
}
.contact-plate2 .plate2-main .main-cont .cont-item:hover .item-icon .img2 {
  opacity: 1;
}
.contact-plate2 .plate2-main .main-cont .cont-item:hover .item-title,
.contact-plate2 .plate2-main .main-cont .cont-item:hover .item-cent {
  color: #fff;
}
.contact-plate3 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1.2rem;
  background: url(../images/contact-bg3.png) no-repeat bottom left;
  background-size: 100%;
}
.contact-plate3 .plate2-main .main-top {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  z-index: 9;
}
.contact-plate3 .plate2-main .main-top .top-select {
  position: relative;
  width: 3.35rem;
  height: auto;
}
.contact-plate3 .plate2-main .main-top .top-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.35rem 0 0.28rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  color: #333;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 0.05rem;
  cursor: pointer;
}
.contact-plate3 .plate2-main .main-top .top-select .select-title em {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 0.18rem;
  height: 0.11rem;
  background: url(../images/icon/icon-arrow13.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.contact-plate3 .plate2-main .main-top .top-select .select-ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 2.5rem;
  margin-top: -1px;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-top: none;
  z-index: 99;
  overflow-y: scroll;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate3 .plate2-main .main-top .top-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem;
  border-bottom: solid 1px #e6e6e6;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate3 .plate2-main .main-top .top-select .select-ul .select-li:hover {
  color: #06b54c;
}
.contact-plate3 .plate2-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact-plate3 .plate2-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.225rem);
  min-height: 4rem;
  height: auto;
  padding: 0.6rem 0.4rem 0.5rem;
  margin-right: 0.3rem;
  margin-bottom: 0.36rem;
  background: #f7f9f8;
  border-radius: 0.1rem;
}
.contact-plate3 .plate2-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.contact-plate3 .plate2-main .main-cont .cont-item .item-icon {
  position: relative;
  width: 0.35rem;
  height: 0.35rem;
}
.contact-plate3 .plate2-main .main-cont .cont-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate3 .plate2-main .main-cont .cont-item .item-icon .img2 {
  opacity: 0;
}
.contact-plate3 .plate2-main .main-cont .cont-item .item-title {
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs24);
  color: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate3 .plate2-main .main-cont .cont-item .item-cent {
  width: 100%;
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate3 .plate2-main .main-cont .cont-item:hover {
  background: #06b54c;
}
.contact-plate3 .plate2-main .main-cont .cont-item:hover .item-icon .img1 {
  opacity: 0;
}
.contact-plate3 .plate2-main .main-cont .cont-item:hover .item-icon .img2 {
  opacity: 1;
}
.contact-plate3 .plate2-main .main-cont .cont-item:hover .item-title,
.contact-plate3 .plate2-main .main-cont .cont-item:hover .item-cent {
  color: #fff;
}
.contact-plate4 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.3rem;
  background: url(../images/contact-bg4.jpg) no-repeat bottom left;
  background-size: 100%;
}
.contact-plate4 .plate4-main .main-text {
  margin-top: 0.65rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs24);
  text-align: center;
  line-height: 0.36rem;
  color: #333;
}
.contact-plate4 .plate4-main .main-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 11.25rem;
  height: 4.4rem;
  margin: 0.4rem auto 0;
}
.contact-plate4 .plate4-main .main-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 2 - 0.2rem);
  height: auto;
  margin-bottom: 0.3rem;
  padding: 0 0.14rem;
  border: solid 1px #e6e6e6;
  background: #fff;
}
.contact-plate4 .plate4-main .main-form .form-item p {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #333;
}
.contact-plate4 .plate4-main .main-form .form-item p img {
  width: 0.16rem;
  margin-right: 0.05rem;
}
.contact-plate4 .plate4-main .main-form .form-item p em {
  color: #ff2100;
}
.contact-plate4 .plate4-main .main-form .form-item input {
  flex: 1;
  height: 0.75rem;
  padding-left: 0.2rem;
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.contact-plate4 .plate4-main .main-form .form-item textarea {
  flex: 1;
  height: 1.8rem;
  padding: 0.2rem;
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.contact-plate4 .plate4-main .main-form .form-item:last-of-type {
  align-items: flex-start;
}
.contact-plate4 .plate4-main .main-form .form-item:last-of-type p {
  margin-top: 0.18rem;
}
.contact-plate4 .plate4-main .main-lump {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 11.25rem;
  height: auto;
  margin: 0 auto;
}
.contact-plate4 .plate4-main .main-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 2.2rem;
  height: auto;
  padding: 0 0.14rem;
  border: solid 1px #e6e6e6;
  background: #fff;
}
.contact-plate4 .plate4-main .main-lump .lump-item p {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #333;
}
.contact-plate4 .plate4-main .main-lump .lump-item p img {
  width: 0.16rem;
  margin-right: 0.05rem;
}
.contact-plate4 .plate4-main .main-lump .lump-item p em {
  color: #ff2100;
}
.contact-plate4 .plate4-main .main-lump .lump-item input {
  width: calc(100% - 60px);
  height: 0.75rem;
  padding-left: 0.2rem;
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.contact-plate4 .plate4-main .main-lump .lump-pic {
  width: 0.6rem;
  height: auto;
  margin-left: 0.15rem;
  cursor: pointer;
}
.contact-plate4 .plate4-main .main-lump .lump-pic img {
  width: 100%;
}
.contact-plate4 .plate4-main .main-lump .lump-button {
  width: 4.2rem;
  height: 0.58rem;
  margin-left: 0.58rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs24);
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  border-radius: 0.1rem;
  background: #06b54c;
  border: solid 2px #06b54c;
}
.contact-plate4 .plate4-main .main-lump .lump-button:hover {
  color: #06b54c;
  background: transparent;
}
.contact-plate5 {
  width: 100%;
  height: auto;
  padding: 0.95rem 0 1.45rem;
}
.contact-plate5 .plate5-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.contact-plate5 .plate5-main .main-top .top-item {
  width: 2.2rem;
  height: 1.5rem;
  padding: 0.26rem 0.1rem 0;
  margin: 0 0.18rem;
  background: #f7f9f8;
  border-radius: 0.1rem;
  cursor: pointer;
}
.contact-plate5 .plate5-main .main-top .top-item .item-icon {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}
.contact-plate5 .plate5-main .main-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate5 .plate5-main .main-top .top-item .item-icon .img2 {
  opacity: 0;
}
.contact-plate5 .plate5-main .main-top .top-item .item-title {
  margin-top: 0.05rem;
  font-size: var(--fs20);
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate5 .plate5-main .main-top .top-item .item-English {
  font-size: var(--fs12);
  text-align: center;
  line-height: 0.14rem;
  color: rgba(31, 31, 31, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate5 .plate5-main .main-top .top-item:hover {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.contact-plate5 .plate5-main .main-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.contact-plate5 .plate5-main .main-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.contact-plate5 .plate5-main .main-top .top-item:hover .item-title {
  color: #fff;
}
.contact-plate5 .plate5-main .main-top .top-item:hover .item-English {
  color: rgba(255, 255, 255, 0.3);
}
.contact-plate5 .plate5-main .main-top .top-item-on {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.contact-plate5 .plate5-main .main-top .top-item-on .item-icon .img1 {
  opacity: 0;
}
.contact-plate5 .plate5-main .main-top .top-item-on .item-icon .img2 {
  opacity: 1;
}
.contact-plate5 .plate5-main .main-top .top-item-on .item-title {
  color: #fff;
}
.contact-plate5 .plate5-main .main-top .top-item-on .item-English {
  color: rgba(255, 255, 255, 0.3);
}
.contact-plate5 .plate5-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact-plate5 .plate5-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.contact-plate5 .plate5-main .main-cont .cont-box .box-cent {
  width: 6.7rem;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-0.5rem);
  -o-transform: translateX(-0.5rem);
  -moz-transform: translateX(-0.5rem);
  -webkit-transform: translateX(-0.5rem);
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.contact-plate5 .plate5-main .main-cont .cont-box .box-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #333;
}
.contact-plate5 .plate5-main .main-cont .cont-box .box-cent .cent-text {
  margin-bottom: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.contact-plate5 .plate5-main .main-cont .cont-box .box-cent .cent-text:last-of-type {
  margin-bottom: 0;
}
.contact-plate5 .plate5-main .main-cont .cont-box .box-cent .page-button {
  margin-top: 0.2rem;
}
.contact-plate5 .plate5-main .main-cont .cont-box .box-pic {
  width: 6.9rem;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -webkit-transform: translateX(0.5rem);
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.contact-plate5 .plate5-main .main-cont .cont-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate5 .plate5-main .main-cont .cont-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.contact-plate5 .plate5-main .main-cont .cont-box-on {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.contact-plate5 .plate5-main .main-cont .cont-box-on .box-cent {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.contact-plate5 .plate5-main .main-cont .cont-box-on .box-pic {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.solution-plate1 {
  width: 100%;
  height: auto;
  padding-top: 0.4rem;
}
.solution-plate1 .plate1-top .page-lump {
  width: auto;
  margin-top: 0.4rem;
  padding-left: 0;
}
.solution-plate1 .plate1-top .page-lump .page-title2 {
  text-align: left;
}
.solution-plate1 .plate1-top .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.solution-plate1 .plate1-top .top-main {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.solution-plate1 .plate1-top .top-main .main-item {
  width: 1.8rem;
  height: 1.5rem;
  padding: 0.26rem 0.1rem 0;
  margin: 0 0.18rem;
  background: #f7f9f8;
  border-radius: 0.1rem;
  cursor: pointer;
}
.solution-plate1 .plate1-top .top-main .main-item .item-icon {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}
.solution-plate1 .plate1-top .top-main .main-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate1 .plate1-top .top-main .main-item .item-icon .img2 {
  opacity: 0;
}
.solution-plate1 .plate1-top .top-main .main-item .item-title {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs20);
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate1 .plate1-top .top-main .main-item .item-English {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs12);
  text-align: center;
  color: rgba(31, 31, 31, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate1 .plate1-top .top-main .main-item:hover {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.solution-plate1 .plate1-top .top-main .main-item:hover .item-icon .img1 {
  opacity: 0;
}
.solution-plate1 .plate1-top .top-main .main-item:hover .item-icon .img2 {
  opacity: 1;
}
.solution-plate1 .plate1-top .top-main .main-item:hover .item-title {
  color: #fff;
}
.solution-plate1 .plate1-top .top-main .main-item:hover .item-English {
  color: rgba(255, 255, 255, 0.3);
}
.solution-plate1 .plate1-top .top-main .main-item-on {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.solution-plate1 .plate1-top .top-main .main-item-on .item-icon .img1 {
  opacity: 0;
}
.solution-plate1 .plate1-top .top-main .main-item-on .item-icon .img2 {
  opacity: 1;
}
.solution-plate1 .plate1-top .top-main .main-item-on .item-title {
  color: #fff;
}
.solution-plate1 .plate1-top .top-main .main-item-on .item-English {
  color: rgba(255, 255, 255, 0.3);
}
.solution-plate1 .plate1-main {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  margin-top: 0.45rem;
  background: #f7f9f8;
}
.solution-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
}
.solution-plate1 .plate1-main .main-box .box-cent {
  width: 6.3rem;
  height: auto;
  padding-top: 0.4rem;
}
.solution-plate1 .plate1-main .main-box .box-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs30);
  font-weight: bold;
  color: #444343;
}
.solution-plate1 .plate1-main .main-box .box-cent .cent-English {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: #d3d3d3;
}
.solution-plate1 .plate1-main .main-box .box-cent .cent-heng {
  width: 25px;
  height: 4px;
  margin-top: 0.15rem;
  background: #06b54c;
  border-radius: 0.45rem;
}
.solution-plate1 .plate1-main .main-box .box-cent .cent-text {
  margin-top: 0.45rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.solution-plate1 .plate1-main .main-box .box-pic {
  width: 6.9rem;
  height: 4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solution-plate1 .plate1-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate1 .plate1-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution-plate2 {
  width: 100%;
  height: auto;
  padding: 1rem 0 2.4rem;
}
.solution-plate2 .plate2-title {
  font-size: var(--fs24);
  text-align: center;
  color: #333;
}
.solution-plate2 .plate2-heng {
  width: 25px;
  height: 4px;
  margin: 0.1rem auto 0;
  background: #06b54c;
}
.solution-plate2 .plate2-lump {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}
.solution-plate2 .plate2-lump .lump-item {
  position: relative;
  width: auto;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.solution-plate2 .plate2-lump .lump-item:nth-child(5n) {
  margin-right: 0;
}
.solution-plate2 .plate2-lump .lump-item:nth-child(5n)::after {
  display: none;
}
.solution-plate2 .plate2-lump .lump-item::after {
  content: '';
  display: none;
  position: absolute;
  top: 1.15rem;
  right: -1.2rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/icon/icon-solution-arrow.png) no-repeat center center;
  background-size: 100%;
}
.solution-plate2 .plate2-lump .lump-item .item-num {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.2), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.solution-plate2 .plate2-lump .lump-item .item-icon {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.1rem auto 0;
  border: solid 3px #eceded;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate2 .plate2-lump .lump-item .item-icon::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: url(../images/icon/icon-solution-bg.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate2 .plate2-lump .lump-item .item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.45rem;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.solution-plate2 .plate2-lump .lump-item .item-icon .img2 {
  opacity: 0;
}
.solution-plate2 .plate2-lump .lump-item .item-title {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs22);
  text-align: center;
  color: #333;
}
.solution-plate2 .plate2-lump .lump-item:hover .item-icon::after {
  opacity: 1;
}
.solution-plate2 .plate2-lump .lump-item:hover .item-icon .img1 {
  opacity: 0;
}
.solution-plate2 .plate2-lump .lump-item:hover .item-icon .img2 {
  opacity: 1;
}
.solution-plate2 .plate2-lump .lump-item:hover .item-title {
  color: #06b54c;
}
.solution-plate2 .plate2-lump .lump-arrow {
  width: 0.25rem;
  height: 0.25rem;
  margin-top: 0.3rem;
  background: url(../images/icon/icon-solution-arrow.png) no-repeat center center;
  background-size: 100%;
}
.solution-plate2 .plate2-title2 {
  width: 12.4rem;
  margin: 0.7rem auto 0;
  font-size: var(--fs18);
  color: #333;
}
.solution-plate2 .plate2-main {
  position: relative;
  margin-top: 0.35rem;
}
.solution-plate2 .plate2-main .main-swiper {
  width: 12.4rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide {
  width: calc(100% / 4 - 0.3375rem);
  height: auto;
  margin-right: 0.45rem;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  position: relative;
  width: 100%;
  height: 2.75rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic .page-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.46rem;
  height: 0.48rem;
  margin: -0.24rem 0 0 -0.73rem;
  background: linear-gradient(-90deg, #00d354, #00a943);
  border: none;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic .page-button span {
  font-size: var(--fs16);
  color: #fff;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic .page-button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 100%;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic .page-button:hover span {
  margin-right: 0.1rem;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic .page-button {
  opacity: 1;
}
.solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-title {
  color: #06b54c;
}
.solution-plate2 .plate2-main .plate2-swiper-button-prev,
.solution-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.solution-plate2 .plate2-main .plate2-swiper-button-prev img,
.solution-plate2 .plate2-main .plate2-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate2 .plate2-main .plate2-swiper-button-prev .img2,
.solution-plate2 .plate2-main .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.solution-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
.solution-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.solution-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
.solution-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.solution-plate2 .plate2-main .plate2-swiper-button-prev {
  left: 0;
}
.solution-plate2 .plate2-main .plate2-swiper-button-next {
  right: 0;
}
.recruit-plate1 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 1rem;
}
.recruit-plate1 .plate1-main .page-lump {
  width: auto;
  padding-left: 0;
  margin-bottom: 0.85rem;
}
.recruit-plate1 .plate1-main .page-lump .page-title2 {
  text-align: left;
}
.recruit-plate1 .plate1-main .page-lump .page-English2 {
  left: 0;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.recruit-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.recruit-plate1 .plate1-main .main-box .box-cent {
  width: 6.6rem;
  height: auto;
}
.recruit-plate1 .plate1-main .main-box .box-cent .cent-title {
  font-size: var(--fs30);
  color: #333;
}
.recruit-plate1 .plate1-main .main-box .box-cent .cent-text {
  margin-top: 0.15rem;
  margin-bottom: 0.4rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.recruit-plate1 .plate1-main .main-box .box-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.25rem;
}
.recruit-plate1 .plate1-main .main-box .box-cent .cent-item .item-icon {
  width: 0.26rem;
}
.recruit-plate1 .plate1-main .main-box .box-cent .cent-item .item-icon img {
  width: 100%;
}
.recruit-plate1 .plate1-main .main-box .box-cent .cent-item .item-lump {
  width: calc(100% - 0.26rem);
  padding-left: 0.15rem;
  padding-top: 0.05rem;
}
.recruit-plate1 .plate1-main .main-box .box-cent .cent-item .item-lump .lump-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs16);
  color: #333;
}
.recruit-plate1 .plate1-main .main-box .box-cent .cent-item .item-lump .lump-text {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.recruit-plate1 .plate1-main .main-box .box-pic {
  width: 6.9rem;
  height: 4.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.recruit-plate1 .plate1-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-plate1 .plate1-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.recruit-plate2 {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.55rem;
}
.recruit-plate2 .plate2-main .main-list {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  margin-bottom: 0.7rem;
}
.recruit-plate2 .plate2-main .main-list .list-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
  background: #f7f9f8;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 1rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top .dd-mail {
  width: 13rem;
  height: 100%;
  padding: 0 0 0 0.3rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top .dd-mail .mail-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: var(--fs22);
  color: #17171d;
  white-space: nowrap;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top .dd-mail .mail-title .title1 {
  display: inline-block;
  width: 5.1rem;
  margin-right: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs22);
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top .dd-mail .mail-title .title-text {
  margin-right: 0.6rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #333;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top .dd-mail .mail-title .title-text2 {
  width: 3.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top .dd-mail .mail-text {
  margin-top: 0.12rem;
  font-size: var(--fs16);
  color: #969696;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top .dd-mail .mail-text span {
  margin-right: 0.8rem;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top .dd-mail .mail-text span:last-of-type {
  margin-right: 0;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-top .dd-show {
  width: 1.42rem;
  height: 100%;
  background: url(../images/icon/icon-recruit-jia.png) no-repeat center center;
  background-size: 0.59rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-plate2 .plate2-main .main-list .list-dd .top-active::after {
  height: 0;
}
.recruit-plate2 .plate2-main .main-list .list-dd .top-active .dd-mail {
  width: 100%;
}
.recruit-plate2 .plate2-main .main-list .list-dd .top-active .dd-mail .mail-title .title1 {
  color: #06b54c;
}
.recruit-plate2 .plate2-main .main-list .list-dd .top-active .dd-show {
  width: 0;
  opacity: 0;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.2rem 0.9rem 0.5rem;
  background: #fff;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty {
  width: 100%;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #252525;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-text,
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-text2 {
  width: 100%;
  padding-bottom: 0.24rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #666666;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-text2 {
  padding-bottom: 0;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  width: 3.26rem;
  height: auto;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.56rem;
  height: 0.5rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #fff;
  border-radius: 0.45rem;
  background: #06b54c;
  border: solid 2px #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button em {
  width: 0.15rem;
  height: 0.13rem;
  margin-left: 0.15rem;
  background: url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button:hover {
  color: #06b54c;
  background: transparent;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button:hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.recruit-plate2 .plate2-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-hiden {
  width: 0.59rem;
  height: 0.59rem;
  background: url(../images/icon/icon-recruit-jian.png) no-repeat center center;
  background-size: 0.59rem;
  cursor: pointer;
}
.recruit-plate2 .plate2-main .main-list .list-dd-on {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.customized-plate1 {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 2.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.customized-plate1 .plate1-main .main-box {
  width: 6.35rem;
  margin-top: 0.3rem;
}
.customized-plate1 .plate1-main .main-box .box-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
.customized-plate1 .plate1-main .main-box .box-top .top-icon {
  width: 0.73rem;
  height: auto;
}
.customized-plate1 .plate1-main .main-box .box-top .top-icon img {
  width: 100%;
}
.customized-plate1 .plate1-main .main-box .box-top .page-lump {
  width: calc(100% - 0.73rem);
  padding-left: 0.3rem;
}
.customized-plate1 .plate1-main .main-box .box-top .page-lump .page-title2 {
  text-align: left;
}
.customized-plate1 .plate1-main .main-box .box-top .page-lump .page-English2 {
  left: 0.3rem;
  text-align: left;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.customized-plate1 .plate1-main .main-box .box-text {
  margin-top: 0.55rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.customized-plate2 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.customized-plate2 .plate2-main .main-title {
  font-size: var(--fs24);
  text-align: center;
  color: #333;
}
.customized-plate2 .plate2-main .main-heng {
  width: 25px;
  height: 4px;
  margin: 0.1rem auto 0;
  background: #06b54c;
}
.customized-plate2 .plate2-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  overflow: hidden;
}
.customized-plate2 .plate2-main .main-swiper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #ddd;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide {
  position: relative;
  width: calc(100% / 9);
  height: 4rem;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.25rem;
  height: 0.25rem;
  margin: -0.125rem 0 0 -0.125rem;
  background: url(../images/icon/icon-arrow15.png) no-repeat center center;
  background-size: 100%;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #06b54c;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  top: 1.3rem;
  left: 50%;
  width: 2px;
  height: 0.5rem;
  margin-left: -1px;
  background: #ddd;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.1rem auto 0;
  border: solid 3px #eceded;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: url(../images/icon/icon-solution-bg.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.45rem;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon .img2 {
  opacity: 0;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
  width: 100%;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs22);
  text-align: center;
  color: #333;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:nth-child(odd) .slide-box {
  flex-direction: column-reverse;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:nth-child(even) .slide-box {
  top: auto;
  bottom: 0;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:nth-child(even) .slide-box::after {
  top: auto;
  bottom: 1.3rem;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-icon {
  margin: 0 auto 0.1rem;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type::before {
  background: #ccc;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:hover::before {
  background: url(../images/icon/icon-solution-arrow.png) no-repeat center center;
  background-size: 100%;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:hover .slide-box::after {
  background: #06b54c;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:hover .slide-box .box-icon::after {
  opacity: 1;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:hover .slide-box .box-icon .img1 {
  opacity: 0;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:hover .slide-box .box-icon .img2 {
  opacity: 1;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:hover .slide-box .box-title {
  color: #06b54c;
}
.customized-plate2 .plate2-main .main-swiper .swiper-slide:hover:last-of-type::before {
  background: linear-gradient(-90deg, #00d354, #00a943);
}
.customized-plate2 .plate2-main .main-lump {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}
.customized-plate2 .plate2-main .main-lump .lump-item {
  position: relative;
  width: 18%;
  margin-bottom: 0.45rem;
  cursor: pointer;
}
.customized-plate2 .plate2-main .main-lump .lump-item:nth-child(5n) {
  margin-right: 0;
}
.customized-plate2 .plate2-main .main-lump .lump-item:nth-child(5n)::after {
  display: none;
}
.customized-plate2 .plate2-main .main-lump .lump-item::after {
  content: '';
  display: none;
  position: absolute;
  top: 1.15rem;
  right: -1.2rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/icon/icon-solution-arrow.png) no-repeat center center;
  background-size: 100%;
}
.customized-plate2 .plate2-main .main-lump .lump-item .item-num {
  display: none;
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.2), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.customized-plate2 .plate2-main .main-lump .lump-item .item-icon {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.1rem auto 0;
  border: solid 3px #eceded;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized-plate2 .plate2-main .main-lump .lump-item .item-icon::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: url(../images/icon/icon-solution-bg.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized-plate2 .plate2-main .main-lump .lump-item .item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.45rem;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.customized-plate2 .plate2-main .main-lump .lump-item .item-icon .img2 {
  opacity: 0;
}
.customized-plate2 .plate2-main .main-lump .lump-item .item-title {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs22);
  text-align: center;
  color: #333;
}
.customized-plate2 .plate2-main .main-lump .lump-item:hover .item-icon::after {
  opacity: 1;
}
.customized-plate2 .plate2-main .main-lump .lump-item:hover .item-icon .img1 {
  opacity: 0;
}
.customized-plate2 .plate2-main .main-lump .lump-item:hover .item-icon .img2 {
  opacity: 1;
}
.customized-plate2 .plate2-main .main-lump .lump-item:hover .item-title {
  color: #06b54c;
}
.customized-plate2 .plate2-main .main-lump .lump-arrow {
  position: relative;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: 0.4rem;
  background: url(../images/icon/icon-solution-arrow.png) no-repeat center center;
  background-size: 100%;
}
.customized-plate2 .plate2-main .main-lump .lump-arrow:nth-child(10)::after {
  display: none;
}
.customized-plate2 .plate2-main .main-lump .lump-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0.9rem;
  height: 1px;
  background: #ddd;
}
.customized-plate2 .plate2-main .main-lump .lump-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0.9rem;
  height: 1px;
  background: #ddd;
}
.customized-plate3 {
  width: 100%;
  height: auto;
  padding: 0 0 1.2rem;
}
.customized-plate3 .plate3-main .main-title {
  font-size: var(--fs24);
  text-align: center;
  color: #333;
}
.customized-plate3 .plate3-main .main-heng {
  width: 25px;
  height: 4px;
  margin: 0.1rem auto 0;
  background: #06b54c;
}
.customized-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.customized-plate3 .plate3-main .main-box .box-item {
  position: relative;
  width: calc(100% / 2 - 0.19rem);
  height: auto;
  margin-bottom: 0.35rem;
  padding: 0.35rem 0.4rem;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.customized-plate3 .plate3-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized-plate3 .plate3-main .main-box .box-item .item-title {
  font-size: var(--fs30);
  color: #333;
}
.customized-plate3 .plate3-main .main-box .box-item .item-heng {
  width: 20px;
  height: 2px;
  margin: 0.15rem 0;
  background: #06b54c;
}
.customized-plate3 .plate3-main .main-box .box-item .item-text {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.customized-plate3 .plate3-main .main-box .box-item:hover::after {
  width: 100%;
}
.prompt {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding: 1.2rem 0 1.3rem;
}
.prompt .prompt-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.prompt .prompt-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.prompt .prompt-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.search {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.search .search-main .main-top {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  z-index: 9;
}
.search .search-main .main-top .top-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 8rem;
  height: 0.6rem;
  padding: 0 0.25rem;
  margin-left: 0.26rem;
  border: solid 1px #e6e6e6;
  border-radius: 0.05rem;
}
.search .search-main .main-top .top-search input {
  width: calc(100% - 0.18rem);
  height: 100%;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  color: #333;
  background: none;
}
.search .search-main .main-top .top-search input::placeholder {
  color: #333;
}
.search .search-main .main-top .top-search a {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/icon/icon-search3.png) no-repeat center center;
  background-size: 100%;
}
.search .search-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: 0.16rem;
  color: #000;
}
.search .search-main .main-cont span {
  margin-right: 0.3rem;
}
.search .search-main .main-cont b {
  color: #cd0000;
}
.search .search-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  margin-bottom: 0.05rem;
}
.search .search-main .main-box .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #eee;
}
.search .search-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #06b54c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.search .search-main .main-box .box-item .item-pic {
  width: 2.8rem;
  height: 1.75rem;
  margin-right: 0.6rem;
  overflow: hidden;
}
.search .search-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.search .search-main .main-box .box-item .item-cent {
  flex: 1;
}
.search .search-main .main-box .box-item .item-cent .cent-title {
  height: auto;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs22);
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.search .search-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.search .search-main .main-box .box-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.search .search-main .main-box .box-item .item-cent .cent-button em {
  width: 14px;
  height: 11px;
  background: url(../images/icon/icon-arrow9.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.search .search-main .main-box .box-item .item-cent .cent-button:hover {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.search .search-main .main-box .box-item .item-cent .cent-button:hover em {
  background: url(../images/icon/icon-arrow10.png) no-repeat center center;
  background-size: 100%;
}
.search .search-main .main-box .box-item:hover::after {
  width: 100%;
}
.search .search-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.search .search-main .main-box .box-item:hover .item-cent .cent-title {
  color: #06b54c;
}
.search .search-main .main-box .box-item:hover .item-cent .cent-button {
  background: linear-gradient(90deg, #00a943, #00d354);
}
.search .search-main .main-box .box-item:hover .item-cent .cent-button em {
  background: url(../images/icon/icon-arrow10.png) no-repeat center center;
  background-size: 100%;
}
.page-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: #06b54c;
  z-index: 9;
}
.page-bottom .bottom-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.page-bottom .bottom-cont .cont-share {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.page-bottom .bottom-cont .cont-share .share-item {
  width: 0.23rem;
  height: 0.18rem;
  margin-right: 0.34rem;
}
.page-bottom .bottom-cont .cont-share .share-item img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-bottom .bottom-cont .cont-share .share-item:hover img {
  transform: translatey(-0.05rem);
  -o-transform: translatey(-0.05rem);
  -moz-transform: translatey(-0.05rem);
  -webkit-transform: translatey(-0.05rem);
}
.page-bottom .bottom-cont .cont-lump {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
.page-bottom .bottom-cont .cont-lump .lump-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3.17rem;
  height: 0.37rem;
  margin-right: 0.14rem;
  padding: 0 0.15rem;
  border-radius: 0.45rem;
  border: solid 3px rgba(255, 255, 255, 0.5);
}
.page-bottom .bottom-cont .cont-lump .lump-search input {
  width: calc(100% - 0.22rem);
  height: 100%;
  font-size: var(--fs14);
  font-weight: 100;
  color: #fff;
  background: transparent;
}
.page-bottom .bottom-cont .cont-lump .lump-search input::placeholder {
  color: #fff;
}
.page-bottom .bottom-cont .cont-lump .lump-search a {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 100%;
}
.page-bottom .bottom-cont .cont-lump .lump-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: 0.24rem;
}
.page-bottom .bottom-cont .cont-lump .lump-text .icon {
  width: 0.26rem;
  height: 0.26rem;
}
.page-bottom .bottom-cont .cont-lump .lump-text .icon img {
  width: 100%;
}
.page-bottom .bottom-cont .cont-lump .lump-text p {
  padding-left: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  color: #fff;
}
.m150 {
  margin-top: 1.5rem;
}
.page-heng {
  width: 0.4rem;
  height: 4px;
  margin: 0.2rem auto 0;
  background: #06b54c;
  border-radius: 0.45rem;
}
.page-lump {
  position: relative;
  width: 100%;
  height: auto;
}
.page-title {
  position: relative;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  line-height: 0.6rem;
  color: #06b54c;
  z-index: 9;
}
.page-title2 {
  position: relative;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs40);
  font-weight: bold;
  text-align: center;
  color: #06b54c;
  z-index: 9;
}
.page-English {
  position: absolute;
  top: -0.35rem;
  left: 50%;
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  opacity: 0.2;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.page-English2 {
  position: absolute;
  top: -0.1rem;
  left: 50%;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs24);
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(0deg, transparent, #e3e3e3 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.86rem;
  height: 0.58rem;
  border-radius: 0.45rem;
  border: solid 1px rgba(6, 181, 76, 0.3);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button span {
  position: relative;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: #06b54c;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button em {
  position: relative;
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  border: solid 1px #06b54c;
  background: #06b54c;
}
.page-button:hover span {
  color: #fff;
}
.page-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #00d354, #00a943);
  overflow: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button2 span {
  display: none;
  margin-right: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs16);
  text-transform: uppercase;
  color: #fff;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2 em {
  position: relative;
  width: 0.18rem;
  height: 0.14rem;
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2:hover {
  width: 1.5rem;
  border-radius: 0.45rem;
}
.page-button2:hover span {
  display: block;
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-size: var(--fs14);
  color: #333;
}
.page-crumb .crumb-box .box-icon {
  width: 10px;
  margin-right: 0.15rem;
}
.page-crumb .crumb-box .box-icon img {
  display: block;
  width: 100%;
}
.page-crumb .crumb-box .box-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  font-weight: 100;
  color: #06b54c;
}
.page-crumb .crumb-box .box-text a {
  color: #929292;
}
.page-crumb .crumb-box .box-text a:hover {
  color: #06b54c;
  text-decoration: underline;
}
.page-crumb .crumb-box .box-text em {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: 0 0.15rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.15rem;
  height: auto;
  margin: 0 auto;
}
.page-load .load-icon {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.15rem;
  background: url(../images/icon/icon-load.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load .load-title {
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load:hover .load-icon {
  background: url(../images/icon/icon-load2.png) no-repeat center center;
  background-size: 100%;
}
.page-load:hover .load-title {
  color: #06b54c;
}
.page-strip {
  position: sticky;
  top: 1.5rem;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(72, 72, 72, 0.1);
  overflow: hidden;
  z-index: 29;
}
.page-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
.page-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
}
.page-strip .strip-box .box-left .left-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs16);
  text-align: center;
  color: #666;
  cursor: pointer;
}
.page-strip .strip-box .box-left .left-item:last-of-type {
  margin-right: 0;
}
.page-strip .strip-box .box-left .left-item::before {
  content: '';
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -5px;
  border-radius: 50%;
  border: solid 2px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-strip .strip-box .box-left .left-item::after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background: #00a943;
}
.page-strip .strip-box .box-left .left-item:hover {
  color: #fff;
  background: url(../images/icon/icon-button-bg.png) no-repeat bottom center;
  background-size: cover;
}
.page-strip .strip-box .box-left .left-item:hover::before {
  bottom: 0.05rem;
}
.page-strip .strip-box .box-left .left-item-on {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  color: #fff;
  background: url(../images/icon/icon-button-bg.png) no-repeat bottom center;
  background-size: cover;
}
.page-strip .strip-box .box-left .left-item-on::before {
  bottom: 0.05rem;
}
.page-strip .strip-box .box-left .left-item-on::after {
  display: block;
}
.page-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  text-align: right;
}
.page-strip .strip-box .box-right .right-icon {
  width: 10px;
  margin-right: 0.15rem;
}
.page-strip .strip-box .box-right .right-icon img {
  display: block;
  width: 100%;
}
.page-strip .strip-box .box-right .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  font-weight: 100;
  color: #06b54c;
}
.page-strip .strip-box .box-right .right-text a {
  max-width: 1rem;
  color: #929292;
}
.page-strip .strip-box .box-right .right-text a:hover {
  color: #06b54c;
  text-decoration: underline;
}
.page-strip .strip-box .box-right .right-text em {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: 0 0.15rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-strip .strip-box .box-right .right-text span {
  max-width: 1.82rem;
}
.page-second {
  position: sticky;
  top: 1.5rem;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(72, 72, 72, 0.1);
  z-index: 29;
}
.page-second .second-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
.page-second .second-box .box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.4rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs16);
  text-align: center;
  color: #666;
  cursor: pointer;
}
.page-second .second-box .box-item:last-of-type {
  margin-right: 0;
}
.page-second .second-box .box-item::before {
  content: '';
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -5px;
  border-radius: 50%;
  border: solid 2px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-second .second-box .box-item::after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background: #00a943;
}
.page-second .second-box .box-item:hover {
  color: #fff;
  background: url(../images/icon/icon-button-bg.png) no-repeat bottom center;
  background-size: cover;
}
.page-second .second-box .box-item:hover::before {
  bottom: 0.05rem;
}
.page-second .second-box .box-item-on {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  color: #fff;
  background: url(../images/icon/icon-button-bg.png) no-repeat bottom center;
  background-size: cover;
}
.page-second .second-box .box-item-on::before {
  bottom: 0.05rem;
}
.page-second .second-box .box-item-on::after {
  display: block;
}
.page-Wnav {
  display: none;
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.wrap {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
