.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;
  z-index: 199;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.92rem;
  z-index: 99;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 2.63rem;
  height: 0.37rem;
}
nav .nav-main .main-cont .main-logo 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;
}
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 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
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%;
  padding: 0 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  text-align: center;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #550cad;
  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 em {
  width: 13px;
  height: 100%;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-nav-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-nav .nav-cont .nav-li .arrow::before {
  display: block;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #550cad !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-link-active em {
  background: url(../images/icon/icon-nav-arrow3.png) no-repeat center center !important;
  background-size: 100% !important;
}
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: 0.92rem;
  left: 0;
  width: 100%;
  max-height: 2.5rem;
  height: auto;
  padding: 0.25rem 0;
  background: #f5f5f5;
  border-top: solid 1px #efefef;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  margin-right: 0.35rem;
  padding: 0.1rem 0 0.1rem 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #666;
  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:hover {
  color: #550cad;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #550cad !important;
  background: #f7f8fe;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  bottom: 0.15rem;
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link em {
  background: url(../images/icon/icon-nav-arrow3.png) no-repeat center center !important;
  background-size: 100% !important;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
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 a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.6rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.16rem;
  height: 100%;
  margin-left: 0.32rem;
  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: 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 {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
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-nav-lang.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.1rem;
  font-family: 'Poppins-Regular';
  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;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 10px;
  height: 6px;
  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: 1.2rem;
  left: 50%;
  width: 7.8vw;
  height: auto;
  margin-left: -3.9vw;
  padding: 0.15rem 0;
  border-top: solid 1px #efefef;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  display: none;
  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: 1.5;
  text-align: center;
  color: #333;
  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: #550cad;
}
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 {
  top: 0.92rem;
  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 .right-lang:hover .lang-list .list-link {
  display: block;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link em {
  background: url(../images/icon/icon-nav-arrow2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-box .lang-flag {
  background: url(../images/icon/icon-nav-lang2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-box .lang-title {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-box .lang-arrow {
  background: url(../images/icon/icon-lang-arrow2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-on {
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
nav .nav-main-on .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-on .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-on .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main-on .main-cont .main-nav .nav-cont .nav-li .li-link em {
  background: url(../images/icon/icon-nav-arrow2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-on .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-on .main-cont .main-right .right-lang .lang-box .lang-flag {
  background: url(../images/icon/icon-nav-lang2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-on .main-cont .main-right .right-lang .lang-box .lang-title {
  color: #333;
}
nav .nav-main-on .main-cont .main-right .right-lang .lang-box .lang-arrow {
  background: url(../images/icon/icon-lang-arrow2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-page {
  background: #fff;
}
nav .nav-main-page .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-page .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-page .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main-page .main-cont .main-nav .nav-cont .nav-li .li-link em {
  background: url(../images/icon/icon-nav-arrow2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-page .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-page .main-cont .main-right .right-lang .lang-box .lang-flag {
  background: url(../images/icon/icon-nav-lang2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-page .main-cont .main-right .right-lang .lang-box .lang-title {
  color: #333;
}
nav .nav-main-page .main-cont .main-right .right-lang .lang-box .lang-arrow {
  background: url(../images/icon/icon-lang-arrow2.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 0.92rem;
  left: 0;
  width: 100%;
  height: 21.7vh;
  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 26vw;
}
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;
  z-index: 19;
}
header .head-banner {
  position: relative;
  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: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  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 .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 45%;
  left: 50%;
  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 {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.72rem;
  line-height: 1.18;
  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-title2 {
  margin-bottom: 0.6rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.72rem;
  line-height: 1.41;
  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-text {
  margin-top: 0.3rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs22);
  color: #fff;
  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-slide .slide-box .box-play {
  position: absolute;
  bottom: 2.4rem;
  left: 2.1rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  cursor: pointer;
}
header .head-banner .swiper-slide .slide-box .box-play img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-play::before,
header .head-banner .swiper-slide .slide-box .box-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  margin: -0.21rem 0 0 -0.21rem;
  border-radius: 50%;
  border: solid 1px #fff;
}
header .head-banner .swiper-slide .slide-box .box-play::before {
  animation: mapAddress3 3s infinite linear;
}
header .head-banner .swiper-slide .slide-box .box-play::after {
  animation: mapAddress3 3s 1.5s infinite linear;
}
header .head-banner .swiper-slide .slide-box .box-play:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
header .head-banner .swiper-pagination {
  bottom: 0.5rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.36rem;
  height: 4px;
  margin: 0 0.06rem;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border-radius: 0.45rem;
  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::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-button,
header .head-banner .swiper-slide-active .box-cent .cent-English2,
header .head-banner .swiper-slide-active .box-cent .cent-text,
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-play {
  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-pic {
  width: 100%;
  height: auto;
  background-position: left top;
  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 .banner-pic video {
  width: 100%;
}
header .head-banner .banner-pic .videoGif {
  display: none;
}
header .head-banner .banner-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  width: 100%;
}
header .head-banner .video-pic {
  display: none;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  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: 'Poppins-Light';
  font-size: 1.28rem;
  line-height: 1;
  color: #fff;
}
header .head-banner .banner-cent .cent-title2 {
  font-family: 'Poppins-SemiBold';
  font-size: 0.72rem;
  letter-spacing: 0.02rem;
  line-height: 1.1;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  font-family: 'Poppins-Light';
  font-size: 1.28rem;
  line-height: 1.1;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 0.4rem;
  height: 8px;
  margin-top: 0.2rem;
  background: #fff;
  border-radius: 0.45rem;
}
header .head-banner .banner-cent .cent-text {
  width: 5.25rem;
  margin-top: 0.3rem;
  font-size: var(--fs48);
  line-height: 1.2;
  color: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: -0.29rem;
  text-align: center;
  line-height: 0.54rem;
  border: solid 1px #fff;
  border-radius: 50%;
  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: 6px;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  border: solid 1px #6ad4e6;
  background: #6ad4e6;
}
header .head-banner .banner-swiper-button-prev {
  left: 2.6vw;
}
header .head-banner .banner-swiper-button-next {
  right: 2.6vw;
}
header .head-banner .banner-play {
  position: absolute;
  top: 50%;
  right: 27.4vw;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  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-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -0.8rem 0 0 -0.8rem;
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: mapAddress3 3s infinite linear;
}
header .head-banner .banner-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -0.8rem 0 0 -0.8rem;
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: mapAddress3 3s 1.5s infinite linear;
}
header .head-banner .banner-play img {
  width: 100%;
}
header .head-banner .banner-play:hover {
  transform: rotate(122deg);
  -o-transform: rotate(122deg);
  -moz-transform: rotate(122deg);
  -webkit-transform: rotate(122deg);
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.65rem;
  left: 10vw;
  width: 1vw;
  height: 0.32rem;
  background: url(../images/icon/icon-banner-mouse.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  z-index: 19;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.45rem 0 0.6rem !important;
  border-top: solid 2px #550cad;
}
footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5.23rem;
  height: 2.76rem;
  background: url(../images/foot-bg.png) no-repeat top left;
  background-size: 100%;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
}
footer .foot-main .main-logo {
  width: 1.72rem;
  height: 0.55rem;
  margin-top: 0.75rem;
  margin-left: 0.85rem;
}
footer .foot-main .main-logo img {
  width: 100%;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 6.9rem;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 33.33%;
  height: auto;
  padding-right: 0.15rem;
  margin-bottom: 0.7rem;
}
footer .foot-main .main-nav .nav-item .item-title {
  display: block;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  color: #1c104a;
}
footer .foot-main .main-nav .nav-item .item-title:hover {
  color: #550cad;
}
footer .foot-main .main-nav .nav-item .item-heng {
  width: 18px;
  height: 2px;
  margin-top: 8px;
  background: #2ebbf9;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
footer .foot-main .main-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.2rem;
  color: #333;
}
footer .foot-main .main-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #550cad;
  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-nav .nav-item .item-cent a:hover {
  color: #550cad;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  width: 100%;
}
footer .foot-main .main-cont {
  width: 3.85rem;
  text-align: right;
}
footer .foot-main .main-cont .cont-title {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #1c104a;
}
footer .foot-main .main-cont .cont-tel {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs30);
  color: #550cad;
}
footer .foot-main .main-cont .cont-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
footer .foot-main .main-cont .cont-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.2rem;
  text-align: center;
  line-height: 0.42rem;
  border-radius: 50%;
}
footer .foot-main .main-cont .cont-share .share-item img {
  width: 0.2rem;
}
footer .foot-main .main-cont .cont-share .share-item .item-pic {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  width: 1rem;
  height: auto;
  padding: 0.05rem;
  margin-left: -0.5rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  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-share .share-item .item-pic img {
  width: 100%;
}
footer .foot-main .main-cont .cont-share .share-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-cont .cont-share .share-item:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}
footer .foot-main .main-cont .cont-share .share-item:hover .item-pic {
  opacity: 1;
  visibility: visible;
}
footer .foot-main .main-cont .cont-link {
  width: 100%;
  margin-top: 0.4rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  color: #1c104a;
}
footer .foot-main .main-cont .cont-link span {
  margin: 0 0.25rem;
}
footer .foot-main .main-cont .cont-link a {
  color: #1c104a;
}
footer .foot-main .main-cont .cont-link a:hover {
  color: #550cad;
}
footer .foot-main .main-cont .cont-zhizi {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs14);
  line-height: 2.14;
  color: #1c104a;
}
footer .foot-main .main-cont .cont-zhizi a {
  color: #1c104a;
}
footer .foot-main .main-cont .cont-zhizi a:hover {
  color: #550cad;
}
.footer-heng {
  border-top: none;
}
.index-plate1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.65rem 0 1.5rem;
  background: #f7f8fe;
}
.index-plate1 .plate1-bg {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0.58rem;
  width: 3.57rem;
  height: 3.48rem;
  background: url(../images/plate1-bg.png) no-repeat bottom right;
  background-size: 100%;
}
.index-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
}
.index-plate1 .plate1-main .main-cent {
  width: 6rem;
  height: auto;
}
.index-plate1 .plate1-main .main-cent .cent-English {
  font-family: 'Poppins-SemiBold';
  font-size: var(--fs24);
  text-transform: uppercase;
  color: #3dccf8;
}
.index-plate1 .plate1-main .main-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs48);
  color: #1c104a;
}
.index-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.5rem;
  font-size: var(--fs16);
  line-height: 1.875;
  color: #5f5f72;
}
.index-plate1 .plate1-main .main-cent .page-button {
  margin-top: 0.45rem;
}
.index-plate1 .plate1-main .main-box {
  width: 8.3rem;
  height: auto;
  padding: 0.95rem 3.5rem 0 0;
}
.index-plate1 .plate1-main .main-box .box-title {
  font-size: var(--fs26);
  color: #333;
}
.index-plate1 .plate1-main .main-box .box-text {
  margin-top: 0.1rem;
  font-size: var(--fs30);
  line-height: 1.35;
  color: #1c104a;
}
.index-plate2 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0;
}
.index-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.index-plate2 .plate2-main .main-box {
  width: 100%;
  height: auto;
}
.index-plate2 .plate2-main .main-box .box-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.index-plate2 .plate2-main .main-box .box-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-plate2 .plate2-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2, 1.2) translateZ(0);
  -o-transform: scale(1.2, 1.2) translateZ(0);
  -moz-transform: scale(1.2, 1.2) translateZ(0);
  -webkit-transform: scale(1.2, 1.2) translateZ(0);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.index-plate2 .plate2-main .main-box .box-item .item-cent {
  position: absolute;
  top: 2.1rem;
  left: 10vw;
  width: 5.1rem;
}
.index-plate2 .plate2-main .main-box .box-item .item-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: var(--fs36);
  line-height: 1.2;
  color: #fff;
}
.index-plate2 .plate2-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 1.875;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-plate2 .plate2-main .main-box .box-item .item-cent .page-button2 {
  margin-top: 0.5rem;
}
.index-plate2 .plate2-main .main-box .box-item .item-cent .page-button2:hover {
  background: #fff;
}
.index-plate2 .plate2-main .main-box .box-item .item-cent .page-button2:hover span {
  color: #550cad;
}
.index-plate2 .plate2-main .main-box .box-item .item-cent .page-button2:hover em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.index-plate2 .plate2-main .main-box .box-item-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.index-plate2 .plate2-main .main-box .box-item-on .item-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);
}
.index-plate2 .plate2-main .main-swiper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.index-plate2 .plate2-main .main-swiper .swiper-slide {
  width: 33.33%;
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.index-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
  border-right: none;
}
.index-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  cursor: pointer;
}
.index-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon {
  width: 0.66rem;
  height: 0.6rem;
}
.index-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.index-plate2 .plate2-main .main-swiper .swiper-slide .slide-box p {
  flex: 1;
  padding-left: 0.3rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs24);
  color: #fff;
}
.index-plate2 .plate2-main .main-swiper .swiper-slide-on {
  background: linear-gradient(180deg, #6d00e4, transparent);
}
.index-plate3 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0;
}
.index-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.index-plate3 .plate3-main .main-item {
  position: relative;
  width: 2.4rem;
  height: 7rem;
  cursor: pointer;
}
.index-plate3 .plate3-main .main-item .item-cont {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.index-plate3 .plate3-main .main-item .item-cont .cont-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-plate3 .plate3-main .main-item .item-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2, 1.2) translateZ(0);
  -o-transform: scale(1.2, 1.2) translateZ(0);
  -moz-transform: scale(1.2, 1.2) translateZ(0);
  -webkit-transform: scale(1.2, 1.2) translateZ(0);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.index-plate3 .plate3-main .main-item .item-cont .cont-cent {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 7.2rem;
  height: auto;
  padding: 0.5rem 1.1rem 0.56rem 0.72rem;
  background: rgba(0, 0, 0, 0.4);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.index-plate3 .plate3-main .main-item .item-cont .cont-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: var(--fs36);
  color: #fff;
}
.index-plate3 .plate3-main .main-item .item-cont .cont-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  line-height: 1.875;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-plate3 .plate3-main .main-item .item-cont .cont-cent .page-button {
  margin-top: 0.25rem;
}
.index-plate3 .plate3-main .main-item .item-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.45rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs24);
  text-align: center;
  line-height: 1.1;
  color: #fff;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.index-plate3 .plate3-main .main-item:nth-child(1) {
  background: linear-gradient(180deg, #0099ff, #3dccf8);
}
.index-plate3 .plate3-main .main-item:nth-child(1) .item-cont .cont-cent .page-button {
  background: linear-gradient(90deg, #0099ff, #3dccf8);
}
.index-plate3 .plate3-main .main-item:nth-child(2) {
  background: linear-gradient(180deg, #6d00e4, #994ded);
}
.index-plate3 .plate3-main .main-item:nth-child(2) .item-cont .cont-cent .page-button {
  background: linear-gradient(90deg, #6d00e4, #994ded);
}
.index-plate3 .plate3-main .main-item:nth-child(3) {
  background: linear-gradient(180deg, #f51e5d, #fd5392);
}
.index-plate3 .plate3-main .main-item:nth-child(3) .item-cont .cont-cent .page-button {
  background: linear-gradient(90deg, #f51e5d, #fd5392);
}
.index-plate3 .plate3-main .main-item-on {
  flex: 1;
}
.index-plate3 .plate3-main .main-item-on .item-cont {
  opacity: 1;
}
.index-plate3 .plate3-main .main-item-on .item-cont .cont-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);
}
.index-plate3 .plate3-main .main-item-on .item-title {
  display: none;
}
.index-plate4 {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.7rem;
}
.index-plate4 .plate4-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.index-plate4 .plate4-main .main-top .top-cent {
  width: auto;
}
.index-plate4 .plate4-main .main-top .top-cent .index-title,
.index-plate4 .plate4-main .main-top .top-cent .index-English {
  text-align: left;
}
.index-plate4 .plate4-main .main-top .top-cent .index-heng {
  margin: 0.25rem 0 0;
}
.index-plate4 .plate4-main .main-top .page-button {
  background: linear-gradient(90deg, #0099ff, #3dccf8);
}
.index-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.index-plate4 .plate4-main .main-box .box-lump {
  position: relative;
  width: 6.75rem;
  height: auto;
}
.index-plate4 .plate4-main .main-box .box-lump .lump-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  border-radius: 0.1rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-main .main-box .box-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;
}
.index-plate4 .plate4-main .main-box .box-lump .lump-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);
}
.index-plate4 .plate4-main .main-box .box-lump .lump-pic-on {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.index-plate4 .plate4-main .main-box .box-cont {
  width: 8rem;
  height: auto;
}
.index-plate4 .plate4-main .main-box .box-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.45rem 0.25rem 0.28rem;
  border-left: solid 2px transparent;
}
.index-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent {
  width: calc(100% - 1rem);
  height: auto;
}
.index-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs22);
  line-height: 1.36;
  color: #1c104a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent .cent-time {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  color: #cccccc;
}
.index-plate4 .plate4-main .main-box .box-cont .cont-item .item-button {
  width: 0.5rem;
  height: 0.35rem;
  border-radius: 0.45rem;
  border: solid 2px #550cad;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 6px;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-main .main-box .box-cont .cont-item .item-button:hover {
  background: #550cad url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 6px;
}
.index-plate4 .plate4-main .main-box .box-cont .cont-item:hover {
  box-shadow: 2px 1px 60px 0px rgba(97, 97, 97, 0.2);
  border-left: solid 2px #550cad;
}
.index-plate4 .plate4-main .main-box .box-cont .cont-item:hover .item-button {
  opacity: 1;
}
.index-plate4 .plate4-main .main-box .box-cont .cont-item-on {
  box-shadow: 2px 1px 60px 0px rgba(97, 97, 97, 0.2);
  border-left: solid 2px #550cad;
}
.index-plate4 .plate4-main .main-box .box-cont .cont-item-on .item-button {
  opacity: 1;
}
.index-plate5 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.95rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-plate5 .plate5-main .index-title,
.index-plate5 .plate5-main .index-English {
  color: #fff;
}
.index-plate5 .plate5-main .index-heng {
  background: #fff;
}
.index-plate5 .plate5-main .main-text {
  margin-top: 0.7rem;
  font-size: var(--fs30);
  line-height: 2;
  text-align: center;
  color: #fff;
}
.index-plate5 .plate5-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 0.4rem;
  width: 6.65rem;
  height: 2.09rem;
  background: url(../images/plate5-bg2.png) no-repeat bottom right;
  background-size: 100%;
}
.ESG {
  width: 100%;
  height: auto;
  padding: 1.56rem 0 0.62rem;
}
.ESG .ESG-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 2.58rem;
}
.ESG .ESG-main .main-item .item-pic {
  width: 6.45rem;
  height: 100%;
  overflow: hidden;
}
.ESG .ESG-main .main-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.ESG .ESG-main .main-item .item-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);
}
.ESG .ESG-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding-top: 0.75rem;
}
.ESG .ESG-main .main-item .item-cent .cent-heng {
  width: 0.4rem;
  height: 6px;
  background: #550cad;
}
.ESG .ESG-main .main-item .item-cent .cent-title {
  margin-top: 0.6rem;
  font-size: var(--fs40);
  line-height: 1.2;
  color: #333;
}
.ESG .ESG-main .main-item .item-cent .cent-text {
  width: 100%;
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 1.67;
  color: #333;
}
.ESG .ESG-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.productDetail {
  width: 100%;
  height: auto;
  padding: 0.95rem 0 1.65rem;
}
.productDetail .productDetail-main {
  display: flex;
  justify-content: space-between;
}
.productDetail .productDetail-main .main-pic {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.productDetail .productDetail-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 .productDetail-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 .productDetail-main .main-cent {
  width: 6.7rem;
  height: auto;
}
.productDetail .productDetail-main .main-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs48);
  line-height: 1.25;
  color: #333;
}
.productDetail .productDetail-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs26);
  line-height: 1.8;
  color: #666;
}
.productDetail .productDetail-main .main-cent .cent-lump {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.productDetail .productDetail-main .main-cent .cent-lump .lump-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs26);
  color: #666;
}
.productDetail .productDetail-main .main-cent .cent-lump .lump-text {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.productDetail .productDetail-main .main-cent .cent-lump .lump-text p {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.15rem;
  font-size: var(--fs18);
  line-height: 1.4;
  color: #666;
}
.productDetail .productDetail-main .main-cent .cent-lump .lump-text p em {
  width: 0.13rem;
  height: 0.13rem;
  margin-top: 0.05rem;
  margin-right: 0.08rem;
  border: solid 2px #550cad;
  border-radius: 50%;
}
.productDetail .productDetail-main .main-cent .cent-lump .lump-text p span {
  flex: 1;
}
.productDetail .productDetail-main .main-cent .page-button2 {
  width: 1.6rem;
  height: 0.5rem;
  margin-top: 0.5rem;
  border: solid 2px #550cad;
  background: transparent;
}
.productDetail .productDetail-main .main-cent .page-button2 span {
  color: #550cad;
}
.productDetail .productDetail-main .main-cent .page-button2 em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.productDetail .productDetail-main .main-cent .page-button2:hover {
  background: #550cad;
}
.productDetail .productDetail-main .main-cent .page-button2:hover span {
  color: #fff;
}
.productDetail .productDetail-main .main-cent .page-button2:hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.product {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.25rem;
}
.product .product-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.9rem 0 1rem;
}
.product .product-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.12rem);
  height: auto;
  margin-right: 0.18rem;
  margin-bottom: 0.2rem;
  background: #f7f8fe;
}
.product .product-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.product .product-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #6d00e4, #994ded);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3.3rem;
  overflow: hidden;
}
.product .product-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;
}
.product .product-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.48rem 0.42rem;
}
.product .product-main .main-box .box-item .item-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs24);
  color: #393435;
}
.product .product-main .main-box .box-item .item-cent .cent-text {
  width: 100%;
  height: calc(1.67 * 4 * calc(18 / 1920 * 100vw));
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 1.67;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product .product-main .main-box .box-item .item-cent .cent-button {
  width: 0.5rem;
  height: 0.35rem;
  margin-top: 0.15rem;
  border-radius: 0.45rem;
  border: solid 2px #550cad;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item .item-cent .cent-button:hover {
  background: #550cad url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 6px;
}
.product .product-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}
.product .product-main .main-box .box-item:hover::after {
  width: 100%;
}
.product .product-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);
}
.about-plate1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.9rem;
}
.about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
}
.about-plate1 .plate1-main .main-cent {
  width: 2rem;
}
.about-plate1 .plate1-main .main-text {
  width: 10.54rem;
  height: auto;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs24);
  line-height: 1.5;
  color: #333;
}
.about-plate2 {
  width: 100%;
  height: auto;
  padding: 3.6rem 0 0.8rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-plate2 .plate2-main .main-title {
  width: 10.8rem;
  font-size: var(--fs48);
  line-height: 1.25;
  color: #fff;
}
.about-plate2 .plate2-main .main-English {
  width: 7.1rem;
  margin-top: 0.2rem;
  font-family: 'Poppins-Light';
  font-size: var(--fs18);
  line-height: 2;
  color: #fff;
}
.about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.8rem 0 0.9rem;
  background: #f7f8fe;
}
.about-plate3 .plate3-mian .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.95rem;
}
.about-plate3 .plate3-mian .main-item .item-pic {
  width: 50%;
  height: 4.7rem;
  overflow: hidden;
}
.about-plate3 .plate3-mian .main-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;
}
.about-plate3 .plate3-mian .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 1.05rem 0.85rem 0.5rem;
  background: #fff;
}
.about-plate3 .plate3-mian .main-item .item-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs38);
  line-height: 1.5;
  color: #1c104a;
}
.about-plate3 .plate3-mian .main-item .item-cent .cent-English {
  font-family: 'Poppins-Light';
  font-size: var(--fs24);
  color: #1c104a;
}
.about-plate3 .plate3-mian .main-item .item-cent .cent-text {
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 1.67;
  color: #333;
}
.about-plate3 .plate3-mian .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-plate3 .plate3-mian .main-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);
}
.about-plate4 {
  width: 100%;
  height: auto;
  padding: 3.2rem 0 0.85rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about-plate4 .plate4-main {
  padding-right: 4.7rem;
}
.about-plate4 .plate4-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs48);
  color: #fff;
}
.about-plate4 .plate4-main .main-English {
  margin-top: 0.15rem;
  font-family: 'Poppins-Light';
  font-size: var(--fs18);
  color: #fff;
}
.about-plate4 .plate4-main .main-text {
  margin-top: 0.55rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs24);
  line-height: 2;
  color: #fff;
}
.technology-plate1 {
  width: 100%;
  height: auto;
  padding-top: 0.85rem;
}
.technology-plate1 .plate1-top .technology-num {
  margin-top: 0.65rem;
}
.technology-plate1 .plate1-main {
  width: 100%;
  height: auto;
}
.technology-plate1 .plate1-main .main-box {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.65rem;
}
.technology-plate1 .plate1-main .main-box:nth-child(even) {
  background: #f7f8fe;
}
.technology-plate1 .plate1-main .main-box:nth-child(even) .box-lump {
  flex-direction: row-reverse;
}
.technology-plate1 .plate1-main .main-box:nth-child(even) .box-lump .lump-cent {
  padding-right: 0.6rem;
  padding-left: 0;
}
.technology-plate1 .plate1-main .main-box .box-lump {
  display: flex;
  justify-content: center;
  align-items: center;
}
.technology-plate1 .plate1-main .main-box .box-lump .lump-pic {
  width: 5.97rem;
  height: 5.22rem;
  overflow: hidden;
}
.technology-plate1 .plate1-main .main-box .box-lump .lump-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;
}
.technology-plate1 .plate1-main .main-box .box-lump .lump-cent {
  width: 5.7rem;
  height: auto;
  padding-left: 0.6rem;
}
.technology-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.48rem;
  line-height: 1.1;
  color: #1c104a;
}
.technology-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-text {
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 1.67;
  color: #333;
}
.technology-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.9rem;
  background: linear-gradient(0deg, #430893, #1c104a);
}
.technology-plate2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.93rem;
  height: 6.97rem;
  background: url(../images/technology-plate2-bg.png) no-repeat bottom left;
  background-size: 100%;
  opacity: 0.5;
}
.technology-plate2 .plate2-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.52rem;
  height: 5.25rem;
  background: url(../images/technology-plate2-bg2.png) no-repeat top right;
  background-size: 100%;
}
.technology-plate2 .plate2-main {
  position: relative;
  z-index: 9;
}
.technology-plate2 .plate2-main .technology-title,
.technology-plate2 .plate2-main .technology-text {
  color: #fff;
}
.technology-plate2 .plate2-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.technology-plate2 .plate2-main .main-pic img {
  width: 100%;
}
.technology-plate2 .plate2-main .main-tips {
  display: none;
}
.technology-plate3 {
  width: 100%;
  height: auto;
}
.technology-plate3 .plate3-main {
  padding: 0.9rem 0;
}
.technology-plate3 .plate3-main:nth-child(odd) {
  background: #f7f8fe;
}
.technology-plate3 .plate3-main .main-top .technology-title {
  margin-bottom: 0.55rem;
}
.technology-plate3 .plate3-main .main-lump {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.technology-plate3 .plate3-main .main-lump .lump-cent {
  width: 3.75rem;
  height: auto;
}
.technology-plate3 .plate3-main .main-lump .lump-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: var(--fs30);
  line-height: 1.2;
  color: #1c104a;
}
.technology-plate3 .plate3-main .main-lump .lump-cent .cent-text {
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs24);
  line-height: 1.75;
  color: #333;
}
.technology-plate3 .plate3-main .main-lump .lump-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 10.55rem;
  height: auto;
  padding-left: 0.95rem;
  border-left: solid 1px #550cad;
}
.technology-plate3 .plate3-main .main-lump .lump-box .box-item {
  width: 3.85rem;
  height: auto;
  margin-top: 0.2rem;
}
.technology-plate3 .plate3-main .main-lump .lump-box .box-item:nth-child(1),
.technology-plate3 .plate3-main .main-lump .lump-box .box-item:nth-child(2) {
  margin-top: 0;
}
.technology-plate3 .plate3-main .main-lump .lump-box .box-item .item-icon {
  width: 0.8rem;
  height: auto;
}
.technology-plate3 .plate3-main .main-lump .lump-box .box-item .item-icon img {
  width: 100%;
}
.technology-plate3 .plate3-main .main-lump .lump-box .box-item .item-cont {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.technology-plate3 .plate3-main .main-lump .lump-box .box-item .item-cont .cont-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: var(--fs24);
  color: #550cad;
}
.technology-plate3 .plate3-main .main-lump .lump-box .box-item .item-cont .cont-cent {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.technology-plate3 .plate3-main .main-lump .lump-box .box-item .item-cont .cont-cent p {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.08rem;
}
.technology-plate3 .plate3-main .main-lump .lump-box .box-item .item-cont .cont-cent p em {
  width: 8px;
  height: 8px;
  margin-top: 0.08rem;
  margin-right: 0.1rem;
  border: solid 1px #550cad;
  border-radius: 50%;
}
.technology-plate3 .plate3-main .main-lump .lump-box .box-item .item-cont .cont-cent p span {
  flex: 1;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 1.4;
  color: #4e5460;
}
.technology-plate3 .plate3-main:nth-child(2) .main-lump .lump-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0.4rem;
}
.technology-plate3 .plate3-main:nth-child(2) .main-lump .lump-box .box-item:last-of-type {
  margin-bottom: 0;
}
.technology-plate3 .plate3-main:nth-child(2) .main-lump .lump-box .box-item .item-cont {
  width: 5.3rem;
  padding-left: 0.1rem;
}
.technology-plate3 .plate3-main:nth-child(3) .main-lump .lump-box {
  padding: 0.7rem 0 0.7rem 0.95rem;
}
.technology-num {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 1.2rem;
  line-height: 0.9;
  background: linear-gradient(180deg, #6d00e3, transparent 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.technology-title {
  margin-top: -0.4rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: var(--fs36);
  color: #550cad;
}
.technology-text {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs24);
  color: #333;
}
.solution {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0;
}
.solution .solution-top .top-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.6rem;
  text-align: center;
  line-height: 1.2;
  color: #1c104a;
}
.solution .solution-top .top-subTitle {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.6rem;
  text-align: center;
  line-height: 1.2;
  color: #550cad;
}
.solution .solution-top .top-text {
  margin-top: 0.35rem;
  font-size: var(--fs24);
  text-align: center;
  color: #333;
}
.solution .solution-top .top-heng {
  width: 0.4rem;
  height: 8px;
  margin: 0.25rem auto 0;
  background: #550cad;
  border-radius: 0.45rem;
}
.solution .solution-main {
  margin-top: 1.9rem;
}
.solution .solution-main .main-lump {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2.82rem;
}
.solution .solution-main .main-lump .lump-pic {
  width: 10.4rem;
  height: 6.58rem;
  overflow: hidden;
}
.solution .solution-main .main-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;
}
.solution .solution-main .main-lump .lump-cent {
  position: absolute;
  top: -0.95rem;
  width: 6.8rem;
  height: 6.58rem;
  padding: 0.95rem 0.6rem 0;
  background: #fff;
  box-shadow: -1px 11px 25px 0px rgba(0, 0, 0, 0.08);
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-lump .lump-cent::after {
  content: '';
  position: absolute;
  top: 0.95rem;
  width: 2.05rem;
  height: 1px;
  background: #550cad;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-lump .lump-cent .cent-title {
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs34);
  line-height: 1.1;
  color: #1c104a;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-lump .lump-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs18);
  line-height: 1.4;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-lump .lump-cent .cent-text span {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  color: #1c104a;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-lump:nth-child(odd) .lump-cent {
  right: 11%;
}
.solution .solution-main .main-lump:nth-child(odd).main-lump-on .lump-cent {
  right: 0;
}
.solution .solution-main .main-lump:nth-child(even) {
  flex-direction: row-reverse;
}
.solution .solution-main .main-lump:nth-child(even) .lump-cent {
  left: 11%;
}
.solution .solution-main .main-lump:nth-child(even).main-lump-on .lump-cent {
  left: 0;
}
.solution .solution-main .main-lump:hover .lump-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);
}
.contact-plate1 {
  width: 100%;
  height: auto;
  padding: 0.55rem 0 1.25rem;
}
.contact-plate1 .plate1-main .main-text {
  width: 11.4rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs24);
  line-height: 1.5;
  color: #333;
}
.contact-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.contact-plate1 .plate1-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  height: auto;
}
.contact-plate1 .plate1-main .main-box .box-item .item-icon {
  width: 0.6rem;
  height: 0.6rem;
}
.contact-plate1 .plate1-main .main-box .box-item .item-icon img {
  width: 100%;
}
.contact-plate1 .plate1-main .main-box .box-item .item-cent {
  flex: 1;
  padding-left: 0.25rem;
}
.contact-plate1 .plate1-main .main-box .box-item .item-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs18);
  color: #333;
}
.contact-plate1 .plate1-main .main-box .box-item .item-cent .cent-tel {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs30);
  color: #550cad;
}
.contact-plate1 .plate1-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 1.5;
  color: #666666;
}
.contact-plate1 .plate1-main .main-box .box-item .item-cent .cent-text p {
  margin-bottom: 0.15rem;
}
.contact-plate1 .plate1-main .main-box .box-item:nth-child(1) {
  width: 3.7rem;
}
.contact-plate1 .plate1-main .main-box .box-item:nth-child(2) {
  width: 4rem;
}
.contact-plate1 .plate1-main .main-box .box-item:nth-child(3) {
  width: 5.7rem;
}
.contact-plate2 {
  width: 100%;
  height: auto;
  padding: 1.35rem 0 1.2rem;
  background: #f7f8fe;
}
.contact-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
}
.contact-plate2 .plate2-main .main-cent {
  width: 3.4rem;
  height: auto;
}
.contact-plate2 .plate2-main .main-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs48);
  line-height: 1;
  color: #1c104a;
}
.contact-plate2 .plate2-main .main-cent .cent-English {
  font-family: 'Poppins-Light';
  font-size: var(--fs36);
  text-transform: uppercase;
  color: #1c104a;
}
.contact-plate2 .plate2-main .main-cent .cent-heng {
  width: 25px;
  height: 3px;
  margin-top: 0.1rem;
  background: #6d00e3;
}
.contact-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.6rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs24);
  line-height: 1.5;
  color: #333;
}
.contact-plate2 .plate2-main .main-box {
  width: 11.3rem;
  height: auto;
}
.contact-plate2 .plate2-main .main-box .box-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 4.4rem;
}
.contact-plate2 .plate2-main .main-box .box-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 2 - 0.23rem);
  height: auto;
  margin-bottom: 0.32rem;
  padding: 0 0.14rem;
  border-radius: 0.45rem;
  border: solid 1px #e2d5f1;
  background: #fff;
  overflow: hidden;
}
.contact-plate2 .plate2-main .main-box .box-form .form-item p {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #333;
}
.contact-plate2 .plate2-main .main-box .box-form .form-item p img {
  width: 0.16rem;
  margin-right: 0.05rem;
}
.contact-plate2 .plate2-main .main-box .box-form .form-item p em {
  color: #ff2100;
}
.contact-plate2 .plate2-main .main-box .box-form .form-item input {
  flex: 1;
  height: 0.75rem;
  padding-left: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.contact-plate2 .plate2-main .main-box .box-form .form-item textarea {
  flex: 1;
  height: 2.9rem;
  padding: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.contact-plate2 .plate2-main .main-box .box-form .form-item:last-of-type {
  align-items: flex-start;
  border-radius: 0.3rem;
}
.contact-plate2 .plate2-main .main-box .box-form .form-item:last-of-type p {
  margin-top: 0.18rem;
}
.contact-plate2 .plate2-main .main-box .page-button {
  margin: 0 auto;
}
.news-plate1 {
  width: 100%;
  height: auto;
  padding: 0.55rem 0 0.6rem;
  background: #f7f8fe;
  overflow: visible;
}
.news-plate1 .plate1-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
}
.news-plate1 .plate1-main .main-top .top-cent {
  width: auto;
}
.news-plate1 .plate1-main .main-top .top-lump {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.news-plate1 .plate1-main .main-top .top-lump .lump-item {
  width: 2.48rem;
  height: auto;
  margin-right: 0.3rem;
}
.news-plate1 .plate1-main .main-top .top-lump .lump-item .item-title {
  font-size: var(--fs16);
  color: #333;
}
.news-plate1 .plate1-main .main-top .top-lump .lump-item .item-select {
  position: relative;
  width: 100%;
  height: auto;
}
.news-plate1 .plate1-main .main-top .top-lump .lump-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(--fs16);
  color: #333;
  background: #fff;
  border: solid 1px #f0f4f2;
  border-radius: 0.1rem;
  cursor: pointer;
}
.news-plate1 .plate1-main .main-top .top-lump .lump-item .item-select .select-title em {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 0.18rem;
  height: 0.11rem;
  background: url(../images/icon/icon-arrow5.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-lump .lump-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;
}
.news-plate1 .plate1-main .main-top .top-lump .lump-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-lump .lump-item .item-select .select-ul .select-li:hover {
  color: #550cad;
}
.news-plate1 .plate1-main .main-top .top-lump .lump-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 2.48rem;
  height: 0.6rem;
  padding-right: 0.2rem;
  background: #fff;
  border: solid 1px #f0f4f2;
  border-radius: 0.1rem;
}
.news-plate1 .plate1-main .main-top .top-lump .lump-search input {
  width: calc(100% - 0.16rem);
  padding: 0 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #333;
}
.news-plate1 .plate1-main .main-top .top-lump .lump-search .search-icon {
  width: 0.16rem;
  height: 100%;
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
.news-plate1 .plate1-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  padding-bottom: 0.65rem;
  overflow: hidden;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.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: 'MONTSERRAT-REGULAR';
  font-size: var(--fs48);
  line-height: 0.4rem;
  color: #550cad;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year {
  font-family: 'MONTSERRAT-REGULAR';
  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-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs26);
  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;
}
.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: 1.875;
  color: #53505c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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;
  position: relative;
  width: 1.56rem;
  height: 0.5rem;
  margin-top: 0.35rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #0099ff, #3dccf8);
  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::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button span {
  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 {
  position: relative;
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
  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 {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover em {
  margin-left: 0.2rem;
}
.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: #550cad;
}
.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: #550cad;
}
.news-plate2 {
  width: 100%;
  height: auto;
  padding: 1.45rem 0 1.38rem;
}
.news-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.news-plate2 .plate2-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  padding: 1rem 0.45rem 1.65rem;
  background: #fafbfe;
}
.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;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #550cad;
  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 {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs24);
  line-height: 1.67;
  color: #1c104a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-plate2 .plate2-main .main-box .box-item .item-time {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #ccc;
}
.news-plate2 .plate2-main .main-box .box-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  line-height: 1.875;
  color: #53505c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news-plate2 .plate2-main .main-box .box-item .item-button {
  position: absolute;
  bottom: 0.35rem;
  left: 0.45rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: solid 1px #7107e4;
}
.news-plate2 .plate2-main .main-box .box-item .item-button::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: url(../images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 11px;
  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:hover {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(85, 12, 173, 0.1);
}
.news-plate2 .plate2-main .main-box .box-item:hover::after {
  width: 100%;
}
.news-plate2 .plate2-main .main-box .box-item:hover .item-title {
  color: #550cad;
}
.news-plate2 .plate2-main .main-box .box-item:hover .item-button {
  border: solid 1px transparent;
  background: linear-gradient(90deg, #7107e4, #994ded);
}
.news-plate2 .plate2-main .main-box .box-item:hover .item-button::after {
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 11px;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1.3rem;
  overflow: visible;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
}
.newsDetail .newsDetail-main .main-cont {
  width: 10.32rem;
  height: auto;
}
.newsDetail .newsDetail-main .main-cont .cont-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs40);
  color: #1c104a;
}
.newsDetail .newsDetail-main .main-cont .cont-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0.3rem 0 0.5rem;
}
.newsDetail .newsDetail-main .main-cont .cont-data .data-item {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #ccc;
}
.newsDetail .newsDetail-main .main-cont .cont-data .data-item img {
  width: auto;
  margin: -0.04rem 0.08rem 0 0;
}
.newsDetail .newsDetail-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  font-size: var(--fs16);
  line-height: 2;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-cent img,
.newsDetail .newsDetail-main .main-cont .cont-cent input {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.newsDetail .newsDetail-main .main-cont .cont-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1.15rem;
  margin-bottom: 0.5rem;
}
.newsDetail .newsDetail-main .main-cont .cont-share span {
  margin-right: 0.52rem;
  font-size: var(--fs18);
  color: #666;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  border: solid 1px #e5e5e5;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.16rem;
  margin: -0.08rem 0 0 -0.08rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item:hover {
  border: solid 1px #6d00e3;
  background: #6d00e3;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item:hover .img2 {
  opacity: 1;
}
.newsDetail .newsDetail-main .main-cont .cont-lump {
  width: 100%;
  height: auto;
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-title {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
  padding-bottom: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #666666;
  border-bottom: solid 1px #d6d6d6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-title span {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  color: #666666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-title:hover {
  color: #1c104a;
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-title:hover span {
  color: #550cad;
}
.newsDetail .newsDetail-main .main-list {
  position: sticky;
  top: 0.92rem;
  width: 3.68rem;
  height: 100%;
}
.newsDetail .newsDetail-main .main-list .list-item {
  display: block;
  width: 100%;
  height: auto;
}
.newsDetail .newsDetail-main .main-list .list-item .item-pic {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.newsDetail .newsDetail-main .main-list .list-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-item .item-time {
  margin-top: 0.15rem;
  font-family: 'Poppins-Light';
  font-size: var(--fs14);
  color: #999999;
}
.newsDetail .newsDetail-main .main-list .list-item .item-title {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  line-height: 1.25;
  color: #1c104a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-item .item-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0.05rem;
}
.newsDetail .newsDetail-main .main-list .list-item .item-button span {
  margin-right: 0.28rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: var(--fs14);
  color: #550cad;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-item .item-button em {
  width: 0.48rem;
  height: 0.48rem;
  border: solid 1px #e4e4e4;
  border-radius: 50%;
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 0.16rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-item .item-button:hover span {
  color: #550cad;
}
.newsDetail .newsDetail-main .main-list .list-item .item-button:hover em {
  border: solid 1px #550cad;
  background: #550cad url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 0.16rem;
}
.newsDetail .newsDetail-main .main-list .list-lump {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  border-top: solid 1px #ececec;
}
.newsDetail .newsDetail-main .main-list .list-lump .lump-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.15rem 0.4rem 0.2rem 0;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  line-height: 1.5;
  color: #1c104a;
  border-bottom: solid 1px #ececec;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDetail .newsDetail-main .main-list .list-lump .lump-item:hover {
  color: #550cad;
}
.newsDetail .newsDetail-main .main-list .list-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.65rem;
  height: 0.56rem;
  margin-top: 0.3rem;
  border-radius: 0.45rem;
  background: #550cad;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-button::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.newsDetail .newsDetail-main .main-list .list-button span {
  position: relative;
  font-size: var(--fs18);
  color: #fff;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-button em {
  position: relative;
  width: 0.27rem;
  height: 0.23rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-news-arrow.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.newsDetail .newsDetail-main .main-list .list-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.newsDetail .newsDetail-main .main-list .list-button:hover em {
  margin-left: 0.2rem;
}
.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-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-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: flex-start;
  width: 100%;
  height: auto;
}
.search .search-main .main-top a {
  width: auto;
  height: 0.5rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #fff;
  background: #550cad;
  border: solid 2px #550cad;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #550cad;
  background: transparent;
}
.search .search-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #000;
}
.search .search-main .main-cont span {
  margin-right: 0.3rem;
}
.search .search-main .main-cont b {
  color: #550cad;
}
.search .search-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.search .search-main .main-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
  border-top: 1px dashed #eee;
}
.search .search-main .main-box a:hover p {
  color: #550cad;
}
.page-heng {
  width: 0.25rem;
  height: 3px;
  margin-top: 0.2rem;
  background: #550cad;
}
.page-title {
  margin-top: -0.15rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs40);
  letter-spacing: 0.02rem;
  color: #1c104a;
}
.page-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs24);
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(180deg, #e3e3e3, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: var(--fs30);
  text-align: center;
  color: #333;
}
.index-English {
  font-family: 'Poppins-SemiBold';
  font-size: 0.6rem;
  line-height: 1.15;
  text-align: center;
  color: #1c104a;
}
.index-heng {
  width: 0.4rem;
  height: 8px;
  margin: 0.25rem auto 0;
  background: #550cad;
  border-radius: 0.45rem;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.6rem;
  height: 0.56rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #6d00e4, #994ded);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  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-size: var(--fs16);
  line-height: 1;
  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-button em {
  position: relative;
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.page-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.page-button:hover em {
  margin-left: 0.2rem;
}
.page-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.6rem;
  height: 0.56rem;
  border-radius: 0.45rem;
  background: #550cad;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2 span {
  position: relative;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs16);
  line-height: 1;
  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.16rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2:hover em {
  margin-left: 0.2rem;
}
.page-crumb {
  width: 100%;
  height: auto;
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  font-size: var(--fs14);
  color: #223f5c;
}
.page-crumb .crumb-box a {
  display: flex;
  align-items: center;
  font-size: var(--fs16);
  color: #223f5c;
}
.page-crumb .crumb-box a img {
  display: inline-block;
  width: 12px;
  margin-right: 0.12rem;
}
.page-crumb .crumb-box a:hover {
  color: #550cad;
  text-decoration: underline;
}
.page-crumb .crumb-box em {
  display: block;
  width: auto;
  margin: 0 0.05rem;
}
.page-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.55rem;
  height: 0.5rem;
  margin: 0 auto;
  border: solid 1px #550cad;
  border-radius: 0.45rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load span {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #333;
}
.page-load em {
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.16rem;
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.page-load:hover {
  background: #550cad;
}
.page-load:hover span {
  color: #fff;
}
.page-load:hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-up {
  position: fixed;
  bottom: 20%;
  right: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #550cad url(../images/icon-page-up.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  z-index: 999;
}
.page-strip {
  width: 100%;
  height: 0.7rem;
  background: #f9f9f9;
  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;
  height: 100%;
}
.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.3rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  text-align: center;
  color: #333;
  cursor: pointer;
}
.page-strip .strip-box .box-left .left-item:last-of-type {
  margin-right: 0;
}
.page-strip .strip-box .box-left .left-item:hover {
  color: #fff;
  background: #550cad;
}
.page-strip .strip-box .box-left .left-item-on {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  color: #fff;
  background: #550cad;
}
.page-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  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-family: 'HarmonyOS_Sans_SC_Light';
  font-size: var(--fs16);
  color: #550cad;
}
.page-strip .strip-box .box-right .right-text a {
  max-width: 1.2rem;
  color: #929292;
}
.page-strip .strip-box .box-right .right-text a:hover {
  color: #550cad;
  text-decoration: underline;
}
.page-strip .strip-box .box-right .right-text em {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: 0 0.1rem;
  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-Wnav {
  display: none;
}
.page-mr {
  margin-top: 0.92rem;
}
.sticky {
  position: sticky;
  top: 0.92rem;
  left: 0;
}
.wrap {
  width: 80vw;
  height: auto;
  margin: 0 auto;
}
