.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;
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 59;
    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;
    width: 100%;
    height: 1.2rem;
    margin: 0 auto;
    padding: 0 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 2.63rem;
    height: 0.37rem;
    margin-right: 0;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav {
    display: none;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.32rem;
    height: 100%;
    margin: 0 0.5rem;
    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.3rem;
    height: 0.3rem;
    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-size: var(--fs26);
    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-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-right .right-lang .lang-list {
    position: absolute;
    top: 1.3rem;
    left: 50%;
    width: 2rem;
    height: auto;
    margin-left: -1rem;
    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(--fs26);
    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: 1.2rem;
    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: block;
    width: 1.2rem;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #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-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    left: 0;
    width: 0.3rem;
    height: 0.03rem;
    background: #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-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 0.2rem;
    height: 0.03rem;
    background: #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-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    width: 0.4rem;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    width: 0.4rem;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  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 {
    display: none;
  }
  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:hover .main-cont .main-right .right-menu {
    background: #550cad;
  }
  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 {
    display: none;
  }
  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-on .main-cont .main-right .right-menu {
    background: #550cad;
  }
  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 {
    display: none;
  }
  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 .nav-main-page .main-cont .main-right .right-menu {
    background: #550cad;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #550cad;
    border: none;
    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: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  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.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #550cad;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.7rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    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 .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #550cad;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #550cad;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.32rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #550cad;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #550cad;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
    background: #550cad;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #550cad;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 6rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.62rem;
    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.5rem;
    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(--fs26);
    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-active .box-cent .cent-title,
  header .head-banner .swiper-slide-active .box-cent2 .cent-title,
  header .head-banner .swiper-slide-active .box-cent3 .cent-title,
  header .head-banner .swiper-slide-active .box-cent .cent-text,
  header .head-banner .swiper-slide-active .box-cent2 .cent-text,
  header .head-banner .swiper-slide-active .box-cent3 .cent-text,
  header .head-banner .swiper-slide-active .box-cent .cent-button,
  header .head-banner .swiper-slide-active .box-cent2 .cent-button,
  header .head-banner .swiper-slide-active .box-cent3 .cent-button {
    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: 5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-pic video {
    display: none;
    width: 100%;
  }
  header .head-banner .banner-video {
    display: none;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
  }
  header .head-banner .banner-gif {
    display: block;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-gif img {
    width: 100%;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    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: 0.5rem;
    line-height: 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: 100%;
    margin-top: 0.3rem;
    font-size: var(--fs34);
    line-height: 1.2;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title2 {
    font-size: 0.44rem;
    letter-spacing: 0.02rem;
    line-height: 1.1;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    font-family: 'Poppins-Light';
    font-size: 0.7rem;
    line-height: 1.1;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .banner-play {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    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);
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem 0.6rem !important;
  }
  footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    height: 1.85rem;
    background: url(../images/foot-bg.png) no-repeat top left;
    background-size: 100%;
  }
  footer .foot-main {
    display: block;
    justify-content: space-between;
  }
  footer .foot-main .main-logo {
    display: block;
    width: 2.72rem;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-main .main-logo img {
    width: 100%;
  }
  footer .foot-main .main-nav {
    display: none;
    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: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-cont .cont-title {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs30);
    color: #1c104a;
  }
  footer .foot-main .main-cont .cont-tel {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs42);
    color: #550cad;
  }
  footer .foot-main .main-cont .cont-share {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  footer .foot-main .main-cont .cont-share .share-item {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 50%;
  }
  footer .foot-main .main-cont .cont-share .share-item img {
    width: 0.35rem;
  }
  footer .foot-main .main-cont .cont-share .share-item .item-pic {
    position: absolute;
    bottom: 0.85rem;
    left: 50%;
    width: 2rem;
    height: auto;
    padding: 0.1rem;
    margin-left: -1rem;
    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-link {
    width: 100%;
    margin-top: 0.4rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs26);
    color: #1c104a;
  }
  footer .foot-main .main-cont .cont-link span {
    margin: 0 0.32rem;
  }
  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(--fs26);
    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;
  }
  .index-plate1 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 2rem;
    background: #f7f8fe;
  }
  .index-plate1 .plate1-bg {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0.2rem;
    width: 3rem;
    height: 2.92rem;
    background: url(../images/plate1-bg.png) no-repeat bottom right;
    background-size: 100%;
  }
  .index-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
  }
  .index-plate1 .plate1-main .main-cent .cent-English {
    font-family: 'Poppins-SemiBold';
    font-size: var(--fs28);
    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(--fs26);
    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: 65%;
    height: auto;
    padding: 0.95rem 0 0 0;
  }
  .index-plate1 .plate1-main .main-box .box-title {
    font-size: var(--fs28);
    color: #333;
  }
  .index-plate1 .plate1-main .main-box .box-text {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    line-height: 1.6;
    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;
    margin-top: 2.5rem;
  }
  .index-plate2 .plate2-main .main-box .box-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    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: static;
    top: 0.5rem;
    left: 0.3rem;
    width: 100%;
    padding: 0.5rem 0.3rem 0.35rem;
  }
  .index-plate2 .plate2-main .main-box .box-item .item-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: var(--fs36);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-plate2 .plate2-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 1.875;
    color: #666;
    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.3rem;
  }
  .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: auto;
    top: -1.8rem;
    left: 0;
    width: 100%;
    height: 1.8rem;
    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);
    background: rgba(0, 0, 0, 0.25);
  }
  .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: 0 0.15rem;
    cursor: pointer;
  }
  .index-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon {
    display: none;
    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;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: var(--fs26);
    line-height: 1.2;
    color: #fff;
  }
  .index-plate2 .plate2-main .main-swiper .swiper-slide-on {
    background: linear-gradient(180deg, #6d00e4, #b482e9);
  }
  .index-plate3 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0 0;
  }
  .index-plate3 .plate3-main {
    display: block;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .index-plate3 .plate3-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    cursor: pointer;
  }
  .index-plate3 .plate3-main .main-item .item-cont {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .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, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1) 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: static;
    top: 50%;
    left: 1.2rem;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.5rem;
    background: rgba(0, 0, 0, 0.1);
    transform: translatey(0%);
    -o-transform: translatey(0%);
    -moz-transform: translatey(0%);
    -webkit-transform: translatey(0%);
  }
  .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(--fs26);
    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 {
    display: none;
    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 {
    width: 100%;
  }
  .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.3rem 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 {
    display: none;
    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: 100%;
    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;
    margin-bottom: 0.15rem;
    padding: 0.25rem 0.3rem 0.25rem;
    border-left: solid 2px transparent;
  }
  .index-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent {
    width: calc(100% - 1.2rem);
    height: auto;
  }
  .index-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs28);
    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(--fs26);
    color: #cccccc;
  }
  .index-plate4 .plate4-main .main-box .box-cont .cont-item .item-button {
    width: 0.8rem;
    height: 0.5rem;
    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: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.3rem 1.95rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  .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.2rem;
    width: 4rem;
    height: 1.26rem;
    background: url(../images/plate5-bg2.png) no-repeat bottom right;
    background-size: 100%;
  }
  .ESG {
    width: 100%;
    height: auto;
    padding: 1.56rem 0.3rem 0.62rem;
  }
  .ESG .ESG-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 2.58rem;
  }
  .ESG .ESG-main .main-item .item-pic {
    width: 100%;
    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: 100%;
    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(--fs26);
    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.3rem 1.65rem;
  }
  .productDetail .productDetail-main {
    display: block;
    justify-content: space-between;
  }
  .productDetail .productDetail-main .main-pic {
    width: 100%;
    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: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .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(--fs28);
    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(--fs28);
    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.2rem;
    font-size: var(--fs26);
    line-height: 1.4;
    color: #666;
  }
  .productDetail .productDetail-main .main-cent .cent-lump .lump-text p em {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0.08rem;
    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.3rem 1.25rem;
  }
  .product .product-main .main-box {
    display: block;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.9rem 0 1rem;
  }
  .product .product-main .main-box .box-item {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.45rem;
    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: 4.5rem;
    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.3rem 0.42rem;
  }
  .product .product-main .main-box .box-item .item-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: var(--fs34);
    color: #393435;
  }
  .product .product-main .main-box .box-item .item-cent .cent-text {
    width: 100%;
    height: calc(0.26rem * 1.67 * 4);
    margin-top: 0.25rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs26);
    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.8rem;
    height: 0.5rem;
    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.3rem 0.9rem;
  }
  .about-plate1 .plate1-main {
    display: block;
    justify-content: space-between;
  }
  .about-plate1 .plate1-main .main-cent {
    width: 100%;
  }
  .about-plate1 .plate1-main .main-text {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs28);
    line-height: 1.5;
    color: #333;
  }
  .about-plate2 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.8rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-plate2 .plate2-main .main-title {
    width: 100%;
    font-size: var(--fs48);
    line-height: 1.25;
    color: #fff;
  }
  .about-plate2 .plate2-main .main-English {
    width: 100%;
    margin-top: 0.2rem;
    font-family: 'Poppins-Light';
    font-size: var(--fs26);
    line-height: 1.4;
    color: #fff;
  }
  .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 0.9rem;
    background: #f7f8fe;
  }
  .about-plate3 .plate3-mian .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.95rem;
  }
  .about-plate3 .plate3-mian .main-item .item-pic {
    width: 100%;
    height: auto;
    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: 100%;
    height: auto;
    padding: 0.6rem 0.3rem;
    background: #fff;
  }
  .about-plate3 .plate3-mian .main-item .item-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: var(--fs40);
    line-height: 1.5;
    color: #1c104a;
  }
  .about-plate3 .plate3-mian .main-item .item-cent .cent-English {
    font-family: 'Poppins-Light';
    font-size: var(--fs30);
    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(--fs26);
    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: 1rem 0.3rem 0.85rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  .about-plate4 .plate4-main {
    padding-right: 0;
  }
  .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(--fs30);
    color: #fff;
  }
  .about-plate4 .plate4-main .main-text {
    margin-top: 0.55rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs26);
    line-height: 1.5;
    color: #fff;
  }
  .technology-plate1 {
    width: 100%;
    height: auto;
    padding-top: 0.85rem;
  }
  .technology-plate1 .plate1-top {
    padding: 0 0.3rem;
  }
  .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.3rem 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: block;
    justify-content: center;
    align-items: center;
  }
  .technology-plate1 .plate1-main .main-box .box-lump .lump-pic {
    width: 100%;
    height: auto;
    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: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .technology-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.6rem;
    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(--fs28);
    line-height: 1.67;
    color: #333;
  }
  .technology-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 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;
    overflow: auto;
  }
  .technology-plate2 .plate2-main .main-pic img {
    width: 15.36rem;
  }
  .technology-plate2 .plate2-main .main-tips {
    display: block;
    margin-top: 0.2rem;
    font-size: var(--fs24);
    color: #fff;
  }
  .technology-plate3 {
    width: 100%;
    height: auto;
  }
  .technology-plate3 .plate3-main {
    padding: 0.9rem 0.3rem;
  }
  .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: block;
    justify-content: space-between;
    align-items: center;
  }
  .technology-plate3 .plate3-main .main-lump .lump-cent {
    width: 100%;
    height: auto;
  }
  .technology-plate3 .plate3-main .main-lump .lump-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: var(--fs36);
    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(--fs28);
    line-height: 1.75;
    color: #333;
  }
  .technology-plate3 .plate3-main .main-lump .lump-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-left: none;
    border-top: solid 1px #550cad;
  }
  .technology-plate3 .plate3-main .main-lump .lump-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    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.2rem;
  }
  .technology-plate3 .plate3-main .main-lump .lump-box .box-item .item-icon {
    width: 1rem;
    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 {
    flex: 1;
    width: auto;
    height: auto;
    margin-top: 0.1rem;
    padding-left: 0.15rem;
  }
  .technology-plate3 .plate3-main .main-lump .lump-box .box-item .item-cont .cont-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: var(--fs34);
    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(--fs26);
    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: auto;
    padding-left: 0.15rem;
  }
  .technology-plate3 .plate3-main:nth-child(3) .main-lump .lump-box {
    padding: 0.5rem 0 0.5rem 0;
  }
  .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(--fs26);
    color: #333;
  }
  .solution {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 0.2rem;
  }
  .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(--fs26);
    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: block;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .solution .solution-main .main-lump .lump-pic {
    width: 100%;
    height: 4.3rem;
    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: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.5rem;
    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.75rem;
    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(--fs40);
    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.3rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs26);
    line-height: 1.67;
    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: 0;
  }
  .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: 0;
  }
  .solution .solution-main .main-lump:nth-child(even).main-lump-on .lump-cent {
    left: 0;
  }
  .contact-plate1 {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem 0.75rem;
  }
  .contact-plate1 .plate1-main .main-text {
    width: 100%;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs30);
    line-height: 1.5;
    color: #333;
  }
  .contact-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
  }
  .contact-plate1 .plate1-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .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(--fs28);
    color: #333;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-cent .cent-tel {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs40);
    color: #550cad;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    line-height: 1.75;
    color: #666666;
  }
  .contact-plate1 .plate1-main .main-box .box-item:nth-child(1) {
    width: 100%;
  }
  .contact-plate1 .plate1-main .main-box .box-item:nth-child(2) {
    width: 100%;
  }
  .contact-plate1 .plate1-main .main-box .box-item:nth-child(3) {
    width: 100%;
  }
  .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem 1.2rem;
    background: #f7f8fe;
  }
  .contact-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-plate2 .plate2-main .main-cent {
    width: 100%;
    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(--fs34);
    line-height: 1.5;
    color: #333;
  }
  .contact-plate2 .plate2-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .contact-plate2 .plate2-main .main-box .box-form {
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .contact-plate2 .plate2-main .main-box .box-form .form-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    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(--fs26);
    color: #333;
  }
  .contact-plate2 .plate2-main .main-box .box-form .form-item p img {
    width: 0.26rem;
    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.85rem;
    padding-left: 0.2rem;
    font-size: var(--fs26);
    color: #333;
    background: none;
  }
  .contact-plate2 .plate2-main .main-box .box-form .form-item textarea {
    flex: 1;
    height: 2.9rem;
    padding: 0.2rem;
    font-size: var(--fs26);
    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 {
    width: 2.8rem;
    margin: 0 auto;
  }
  .news-plate1 {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem 0.6rem;
    background: #f7f8fe;
  }
  .news-plate1 .plate1-main .main-top {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .news-plate1 .plate1-main .main-top .top-cent {
    width: auto;
  }
  .news-plate1 .plate1-main .main-top .top-lump {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.5rem;
  }
  .news-plate1 .plate1-main .main-top .top-lump .lump-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
  }
  .news-plate1 .plate1-main .main-top .top-lump .lump-item .item-title {
    font-size: var(--fs26);
    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.8rem;
    padding: 0 0.35rem 0 0.25rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs26);
    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.65rem;
    padding: 0 0.35rem;
    border-bottom: solid 1px #e6e6e6;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs26);
    line-height: 0.65rem;
    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: 48.5%;
    height: 0.8rem;
    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.25rem);
    padding: 0 0.2rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs26);
    color: #333;
  }
  .news-plate1 .plate1-main .main-top .top-lump .lump-search .search-icon {
    width: 0.25rem;
    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;
  }
  .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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    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: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: #fff;
  }
  .news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-date {
    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-size: var(--fs28);
    color: #999;
  }
  .news-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs36);
    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(--fs26);
    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: 2.6rem;
    height: 0.8rem;
    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(--fs26);
    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.26rem;
    height: 0.22rem;
    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.3rem 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: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
    padding: 1rem 0.4rem 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(--fs34);
    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(--fs28);
    color: #ccc;
  }
  .news-plate2 .plate2-main .main-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    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.3rem;
    width: 0.8rem;
    height: 0.8rem;
    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.8rem;
    height: 0.8rem;
    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.3rem 1.3rem;
    overflow: visible;
  }
  .newsDetail .newsDetail-main {
    display: block;
    justify-content: space-between;
  }
  .newsDetail .newsDetail-main .main-cont {
    width: 100%;
    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(--fs26);
    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(--fs26);
    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(--fs28);
    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.8rem;
    height: 0.8rem;
    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.32rem;
    margin: -0.16rem 0 0 -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-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(--fs26);
    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: static;
    top: 0.92rem;
    width: 100%;
    height: 100%;
    margin-top: 0.8rem;
  }
  .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(--fs24);
    color: #999999;
  }
  .newsDetail .newsDetail-main .main-list .list-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    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(--fs26);
    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.6rem;
    height: 0.6rem;
    border: solid 1px #e4e4e4;
    border-radius: 50%;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 0.24rem;
    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.2rem 0.4rem 0.25rem 0;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: var(--fs26);
    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: 2.65rem;
    height: 0.8rem;
    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(--fs28);
    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.32rem;
    height: 0.27rem;
    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.2rem;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .prompt .prompt-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .prompt .prompt-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .prompt .prompt-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .search {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 1.2rem;
  }
  .search .search-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .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.75rem;
    padding: 0 0.3rem;
    margin-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    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.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .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.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .page-heng {
    width: 0.5rem;
    height: 3px;
    margin-top: 0.2rem;
    background: #550cad;
  }
  .page-title {
    margin-top: -0.15rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: var(--fs48);
    color: #1c104a;
  }
  .page-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs36);
    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(--fs32);
    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.5rem;
    height: 8px;
    margin: 0.25rem auto 0;
    background: #550cad;
    border-radius: 0.45rem;
  }
  .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(--fs26);
    color: #999;
  }
  .page-crumb .crumb-box a {
    display: flex;
    align-items: center;
    font-size: var(--fs26);
  }
  .page-crumb .crumb-box a img {
    display: inline-block;
    width: 0.22rem;
    margin-right: 0.1rem;
  }
  .page-crumb .crumb-box a:hover {
    color: #550cad;
    text-decoration: underline;
  }
  .page-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    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(--fs26);
    color: #333;
  }
  .page-load em {
    width: 0.26rem;
    height: 0.22rem;
    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-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 0.8rem;
    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(--fs26);
    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.26rem;
    height: 0.22rem;
    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: 2.2rem;
    height: 0.8rem;
    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(--fs26);
    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.26rem;
    height: 0.22rem;
    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-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #550cad;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-strip {
    display: none;
  }
  .page-mr {
    margin-top: 1.2rem;
  }
}
