.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1680px) {
  header .head-strip .strip-box .box-left .left-list {
    font-size: 14px;
  }
}
@media screen and (max-width: 1460px) {
  nav .nav-main .main-cont .main-nav .nav-li .li-link {
    font-size: 18px;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box .box-lump .lump-title {
    font-size: 14px;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item {
    height: 7.2rem;
  }
  .solution .solution-main .main-cont .cont-list .list-main .swiper-slide .slide-item .item-cent .cent-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1366px) {
  nav .nav-main .main-cont .main-nav .nav-li .li-link {
    font-size: 16px;
  }
  header .head-strip .strip-box .box-left .left-list {
    padding: 0 0.3rem;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item {
    height: 7.8rem;
  }
}
@media screen and (max-width: 1240px) {
  nav .nav-main .main-cont .main-nav .nav-li .li-link {
    font-size: 14px;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item {
    height: 8.2rem;
  }
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    z-index: 99;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    width: 2.8rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-nav,
  nav .nav-main .main-cont .main-right {
    display: none;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .box-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 25px;
    height: 100%;
    margin-left: 0.4rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .box-menu img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    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 .nav-main .main-cont .main-web-right .box-menu .img2 {
    opacity: 0;
  }
  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-web-right .right-serach .img1,
  nav .nav-main:hover .main-cont .main-web-right .box-menu .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-cont .main-web-right .right-serach .img2,
  nav .nav-main:hover .main-cont .main-web-right .box-menu .img2 {
    opacity: 1;
  }
  nav .nav-main-active {
    background: #fff;
  }
  nav .nav-main-active .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img2 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-web-right .right-serach .img1,
  nav .nav-main-active .main-cont .main-web-right .box-menu .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-web-right .right-serach .img2,
  nav .nav-main-active .main-cont .main-web-right .box-menu .img2 {
    opacity: 1;
  }
  nav .nav-cont {
    display: none;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0070ee;
    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;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  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;
    margin-left: 0.2rem;
  }
  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: 0;
    right: 0;
    width: 100%;
    height: 0;
    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: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    line-height: 1.2rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #0070eb;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    width: 2.8rem;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
	display: none;
    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-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #0070ee;
    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: calc(100% - 1.3rem);
    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;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    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-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #0070ee;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img1 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img2 {
    opacity: 1;
  }
  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-size: 0.3rem;
    color: #666;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    display: none;
    width: 100%;
    height: 8.5rem;
    background: #000;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    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 {
    margin-top: -0.4rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 10px;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    letter-spacing: 5px;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.25rem;
    font-size: 0.45rem;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -3px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    color: transparent;
    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-link {
    width: 3.2rem;
    height: 0.75rem;
    margin-top: 0.35rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-link .link-button {
    font-family: 'HarmonyOS_Sans_Bold';
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.75rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0.45rem;
    border: solid 2px #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-link .link-button:hover {
    color: #0070ee;
    background: #fff;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 5rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-32%);
    -o-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -webkit-transform: translateX(-32%);
  }
  header .head-banner .banner-pic2 {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .banner-pic2 img {
    width: auto;
    height: 100%;
    transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-English {
    font-family: 'HarmonyOS_Sans_Bold';
    margin-top: 0.25rem;
    font-size: 0.5rem;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -3px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    color: transparent;
  }
  header .head-banner .banner-cent .cent-title {
    margin-top: -0.4rem;
    font-size: 0.65rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 10px;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .scroll-on {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 9;
    cursor: pointer;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  header .head-banner .scroll-on .scroll-title {
    font-size: 0.28rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .scroll-on .scroll-icon {
    width: 20px;
    height: auto;
    margin: 16px auto 0;
    overflow: hidden;
  }
  header .head-banner .scroll-on .scroll-icon img {
    width: 100%;
    animation: run 1.5s infinite linear;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0070ee;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    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;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-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;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
    background: #111723;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 0.2rem;
  }
  footer .foot-main .main-left {
    width: 4.1rem;
    height: auto;
  }
  footer .foot-main .main-left .left-title {
    margin-bottom: 0.45rem;
    font-size: 0.3rem;
    color: #fff;
  }
  footer .foot-main .main-left .left-subtitle {
    font-size: 0.26rem;
    color: #999;
  }
  footer .foot-main .main-left .left-tel {
    margin-top: 0.08rem;
    margin-bottom: 0.3rem;
    font-family: 'HarmonyOS_Sans_Bold';
    font-size: 0.3rem;
    color: #fff;
  }
  footer .foot-main .main-left .left-add {
    margin-top: 0.08rem;
    font-size: 0.26rem;
    color: #fff;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: space-between;
    width: 9.3rem;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item {
    width: calc(100% / 6);
  }
  footer .foot-main .main-nav .nav-item .item-title {
    display: block;
    font-size: 18px;
    color: #fff;
  }
  footer .foot-main .main-nav .nav-item .item-title:hover {
    text-decoration: underline;
  }
  footer .foot-main .main-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-nav .nav-item .item-cent .cent-link {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #999;
  }
  footer .foot-main .main-nav .nav-item .item-cent .cent-link:hover {
    color: #fff;
  }
  footer .foot-main .main-logo {
    display: block;
    width: 2.5rem;
    height: auto;
  }
  footer .foot-main .main-logo img {
    width: 100%;
  }
  footer .foot-button {
    width: 100%;
    height: auto;
    padding: 0.7rem 0 0.6rem;
    border-top: solid 1px transparent;
  }
  footer .foot-button .button-main {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-button .button-main .main-zizhi {
    width: 100%;
    padding-top: 0.4rem;
    font-size: 0.26rem;
    text-align: center;
    color: #999;
    border-top: solid 1px #41454f;
  }
  footer .foot-button .button-main .main-zizhi a {
    color: #999;
  }
  footer .foot-button .button-main .main-zizhi a:hover {
    color: #fff;
  }
  footer .foot-button .button-main .main-share {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.7rem;
  }
  footer .foot-button .button-main .main-share .share-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    border-radius: 50%;
    background: #0e284b;
  }
  footer .foot-button .button-main .main-share .share-link img {
    width: 19px;
  }
  footer .foot-button .button-main .main-share .share-link .link-ewm {
    position: absolute;
    bottom: 55px;
    left: 50%;
    width: 93px;
    height: 93px;
    border-radius: 10px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0.2rem);
    -o-transform: translate(-50%, 0.2rem);
    -moz-transform: translate(-50%, 0.2rem);
    -webkit-transform: translate(-50%, 0.2rem);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-button .button-main .main-share .share-link .link-ewm img {
    width: 100%;
    border-radius: 10px;
  }
  footer .foot-button .button-main .main-share .share-link .link-ewm::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 0;
    height: 0;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  footer .foot-button .button-main .main-share .share-link:hover {
    background: #006ce9;
  }
  footer .foot-button .button-main .main-share .share-link:hover .link-ewm {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .container {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 3.2rem;
    background: #f5f5f7 url(../images/plate1-bg.jpg) no-repeat center bottom;
    background-size: 190%;
  }
  .container .cont-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-main .main-cont {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-text {
    margin-top: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item {
    width: 33.33%;
    height: auto;
    margin-bottom: 0.45rem;
    color: #0070ee;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-title {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-title .num1 {
    font-family: 'HarmonyOS_Sans_Medium';
    font-size: 0.72rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-title em {
    position: relative;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-title em::after {
    content: '+';
    position: absolute;
    top: -0.45rem;
    left: 0;
    font-family: 'HarmonyOS_Sans_Bold';
    font-size: 0.24rem;
    color: #0070ee;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-text {
    font-size: 0.26rem;
    color: #000;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 143px;
    height: 43px;
    margin-top: 0.2rem;
    font-size: 16px;
    color: #333;
    border-radius: 45px;
    border: solid 1px #0070ee;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-link img {
    width: 12px;
    margin-left: 0.15rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-link:hover {
    width: 180px;
    color: #0070ee;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.2rem;
  }
  .container .cont-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate2 .plate2-main .main-English {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #999;
  }
  .container .cont-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-left {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-left .left-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-left .left-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-left .left-cent {
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-left .left-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #0070ee;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-left .left-cent .cent-buttom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-left .left-cent .cent-time {
    width: auto;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #0070ee;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-left .left-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.25rem;
    font-size: 0.28rem;
    color: #333;
    border-radius: 45px;
    border: solid 1px #0070ee;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-left .left-cent .cent-button img {
    width: 12px;
    margin-left: 0.15rem;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-left .left-cent .cent-button:hover {
    width: 3.4rem;
    color: #0070ee;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #999;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list {
    display: flex;
    justify-content: flex-start;
    width: auto;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item {
    position: relative;
    width: auto;
    margin-right: 0.5rem;
    padding-bottom: 0.2rem;
    font-size: 0.3rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0070ee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item:hover {
    color: #0070ee;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item-active {
    color: #0070ee;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-link {
    width: auto;
    height: auto;
    font-size: 0.28rem;
    color: #333;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-link img {
    width: 12px;
    margin: -0.04rem 0 0 0.15rem;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-link:hover {
    color: #0070ee;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 0.1rem;
    opacity: 0;
    visibility: hidden;
    transform: translatey(0.2rem);
    -o-transform: translatey(0.2rem);
    -moz-transform: translatey(0.2rem);
    -webkit-transform: translatey(0.2rem);
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding: 0.18rem 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 0;
    height: 0;
    border: 10px solid #0070ee;
    border-right-color: #0070ee;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    opacity: 0;
    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;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item .item-cent {
    width: calc(100% - 0.5rem);
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item .item-cent .cent-time {
    font-family: 'HarmonyOS_Sans_Bold';
    font-size: 0.28rem;
    color: #3f3f3f;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item .item-cent .cent-title {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #000;
    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;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item .item-icon {
    width: 19px;
    height: auto;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item .item-icon img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item:hover {
    background: #0070ee;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item:hover::after {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item:hover .item-cent .cent-time,
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item:hover .item-icon {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box-active {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.1rem;
    background: #f5f5f7;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate3 .plate3-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate3 .plate3-main .main-English {
    margin-top: 0.12rem;
    font-size: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #999;
  }
  .container .cont-plate3 .plate3-main .main-cont {
    display: none;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item {
    flex: 1;
    position: relative;
    height: auto;
    margin-right: 0.22rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 2.54rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-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;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.24rem 0.32rem 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-icon {
    width: 0.46rem;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-icon img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-title {
    padding-bottom: 0.1rem;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #999;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 18px;
    line-height: 36px;
    color: #666;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-arrow {
    position: absolute;
    bottom: 0.5rem;
    right: 0.32rem;
    width: 0.43rem;
    height: auto;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-arrow img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item:hover {
    flex: 2;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item:hover .item-cent .cent-arrow {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .main-web-cont {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    padding-bottom: 0.8rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-item {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    margin-right: 0.22rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-item .item-pic {
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-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;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.32rem 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-item .item-cent .cent-icon {
    width: 0.65rem;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-item .item-cent .cent-icon img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-item .item-cent .cent-title {
    padding-bottom: 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #999;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-item .item-cent .cent-arrow {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    text-align: right;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-web-cont .swiper-slide .slide-item .item-cent .cent-arrow img {
    width: 0.6rem;
  }
  .container .cont-palte4 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1rem;
  }
  .container .cont-palte4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-palte4 .plate4-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-palte4 .plate4-main .main-English {
    margin-top: 0.12rem;
    font-size: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #999;
  }
  .container .cont-palte4 .plate4-main .main-cont {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item {
    display: block;
    position: relative;
    width: 100%;
    height: 3rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
    background: #004eee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-pic {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-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;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.7rem 0;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-num {
    font-size: 0.34rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-title {
    margin-top: 0.25rem;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-text {
    display: none;
    margin-top: 0.25rem;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-subtitle {
    display: none;
    margin-top: 0.7rem;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box {
    display: none;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box .box-lump {
    width: 20%;
    height: auto;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box .box-lump .lump-pic {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box .box-lump .lump-pic img {
    width: auto;
    height: 0.45rem;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box .box-lump .lump-title {
    margin-top: 0.1rem;
    font-size: 18px;
    text-align: center;
    color: #fff;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-button {
    display: none;
    justify-content: center;
    align-items: center;
    width: 143px;
    height: 43px;
    margin-top: 0.4rem;
    font-size: 16px;
    color: #fff;
    border-radius: 45px;
    border: solid 1px #fff;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-button img {
    width: 12px;
    margin-left: 0.15rem;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-button:hover {
    width: 180px;
    color: #fff;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item:hover {
    flex: 2;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-pic {
    display: none;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-cent {
    position: static;
    padding: 1rem 0.98rem 0.6rem;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-cent .cent-text {
    padding-right: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: none;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-cent .cent-subtitle {
    opacity: 1;
  }
  .container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-cent .cent-box,
  .container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-cent .cent-button {
    opacity: 1;
  }
  .container .cont-palte5 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-palte5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-palte5 .plate5-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-palte5 .plate5-main .main-English {
    margin-top: 0.12rem;
    font-size: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #999;
  }
  .container .cont-palte5 .plate5-main .main-link {
    display: none;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 0.28rem;
    color: #333;
  }
  .container .cont-palte5 .plate5-main .main-link a {
    color: #333;
  }
  .container .cont-palte5 .plate5-main .main-link a:hover {
    color: #0070ee;
  }
  .container .cont-palte5 .plate5-main .main-link img {
    width: 12px;
    margin-left: 0.14rem;
  }
  .container .cont-palte5 .plate5-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .container .cont-palte5 .plate5-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-palte5 .plate5-main .main-top .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte5 .plate5-main .main-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-palte5 .plate5-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.32rem;
    background: #f0f0f0;
  }
  .container .cont-palte5 .plate5-main .main-top .top-cent .cent-title {
    padding-bottom: 0.18rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #4d4e4e;
    border-bottom: solid 1px #999999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte5 .plate5-main .main-top .top-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .container .cont-palte5 .plate5-main .main-top .top-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    text-transform: uppercase;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte5 .plate5-main .main-top .top-cent .cent-link span {
    position: relative;
    width: 19px;
    height: 14px;
    margin-left: 0.1rem;
  }
  .container .cont-palte5 .plate5-main .main-top .top-cent .cent-link span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte5 .plate5-main .main-top .top-cent .cent-link span .img2 {
    opacity: 0;
  }
  .container .cont-palte5 .plate5-main .main-top:hover .top-cent .cent-title {
    color: #0070ee;
  }
  .container .cont-palte5 .plate5-main .main-top:hover .top-cent .cent-link {
    color: #0070ee;
  }
  .container .cont-palte5 .plate5-main .main-top:hover .top-cent .cent-link span .img1 {
    opacity: 0;
  }
  .container .cont-palte5 .plate5-main .main-top:hover .top-cent .cent-link span .img2 {
    opacity: 1;
  }
  .container .cont-palte5 .plate5-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.28rem;
  }
  .container .cont-palte5 .plate5-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: 3.7rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    overflow: hidden;
  }
  .container .cont-palte5 .plate5-main .main-box .box-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-palte5 .plate5-main .main-box .box-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-palte5 .plate5-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;
  }
  .container .cont-palte5 .plate5-main .main-box .box-item .item-cent {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.28rem 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte5 .plate5-main .main-box .box-item .item-cent .cent-title {
    width: 100%;
    padding-bottom: 0.1rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  .container .cont-palte5 .plate5-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte5 .plate5-main .main-box .box-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    font-size: 0.28rem;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-palte5 .plate5-main .main-box .box-item .item-cent .cent-link img {
    width: 19px;
    margin-left: 0.1rem;
  }
  .container .cont-palte5 .plate5-main .main-box .box-item:hover .item-cent {
    top: 0;
    background: linear-gradient(0deg, #0070ee, transparent);
  }
  .container .cont-palte5 .plate5-main .main-box .box-item:hover .item-cent .cent-text,
  .container .cont-palte5 .plate5-main .main-box .box-item:hover .item-cent .cent-link {
    opacity: 1;
  }
  .container .cont-palte5 .plate5-main .main-web-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #333;
  }
  .container .cont-palte5 .plate5-main .main-web-link a {
    color: #333;
  }
  .container .cont-palte5 .plate5-main .main-web-link a:hover {
    color: #0070ee;
  }
  .container .cont-palte5 .plate5-main .main-web-link img {
    width: 12px;
    margin-left: 0.14rem;
  }
  .iternet {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.54rem;
  }
  .iternet .iternet-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .iternet .iternet-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #090a0c;
  }
  .iternet .iternet-main .main-English {
    margin-top: 0.06rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #999;
  }
  .iternet .iternet-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .iternet .iternet-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.76rem;
  }
  .iternet .iternet-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .iternet .iternet-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .iternet .iternet-main .main-box .box-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;
  }
  .iternet .iternet-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.38rem 0.36rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternet .iternet-main .main-box .box-item .item-cent .cent-title {
    padding-bottom: 0.1rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternet .iternet-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternet .iternet-main .main-box .box-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    text-transform: uppercase;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternet .iternet-main .main-box .box-item .item-cent .cent-link span {
    position: relative;
    width: 19px;
    height: 14px;
    margin-left: 0.1rem;
  }
  .iternet .iternet-main .main-box .box-item .item-cent .cent-link span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternet .iternet-main .main-box .box-item .item-cent .cent-link span .img2 {
    opacity: 0;
  }
  .iternet .iternet-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));
  }
  .iternet .iternet-main .main-box .box-item:hover .item-cent {
    background: #0070ee;
  }
  .iternet .iternet-main .main-box .box-item:hover .item-cent .cent-title {
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  .iternet .iternet-main .main-box .box-item:hover .item-cent .cent-text {
    color: #fff;
  }
  .iternet .iternet-main .main-box .box-item:hover .item-cent .cent-link {
    color: #fff;
  }
  .iternet .iternet-main .main-box .box-item:hover .item-cent .cent-link span .img1 {
    opacity: 0;
  }
  .iternet .iternet-main .main-box .box-item:hover .item-cent .cent-link span .img2 {
    opacity: 1;
  }
  .iternetDetails {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.25rem;
  }
  .iternetDetails .iternetDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .iternetDetails .iternetDetails-main .main-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
  }
  .iternetDetails .iternetDetails-main .main-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-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));
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .share-title {
    font-size: 0.38rem;
    color: #666;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .shate-pic {
    position: relative;
    width: 24px;
    height: 20px;
    margin: 0 0.06rem;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .shate-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .shate-pic .img2 {
    opacity: 0;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .shate-pic:hover .img1 {
    opacity: 0;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .shate-pic:hover .img2 {
    opacity: 1;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-title {
    margin-top: 0.4rem;
    font-size: 0.4rem;
    color: #333;
  }
  .iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .iternetDetails .iternetDetails-main .main-plate2 {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .iternetDetails .iternetDetails-main .main-plate2 .plate2-title {
    font-size: 0.4rem;
    color: #333;
  }
  .iternetDetails .iternetDetails-main .main-plate2 .plate2-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .iternetDetails .iternetDetails-main .main-plate2 .plate2-cont img {
    width: 100% !important;
    height: auto !important;
  }
  .iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    border-right: solid 1px #bfbfbf;
  }
  .iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list:first-of-type .list-right {
    border-top: solid 1px #bfbfbf;
  }
  .iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list .list-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: auto;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    background: #0070ee;
    border-bottom: solid 1px #4d9bf3;
  }
  .iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list .list-right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 3.2rem);
    height: auto;
    padding: 0.28rem 0.6rem;
    background: #f5f5f5;
    border-bottom: solid 1px #dadada;
  }
  .iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list .list-right .right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list .list-right .right-item em {
    width: 7px;
    height: 7px;
    margin-right: 0.2rem;
    border-radius: 50%;
    background: #0070ee;
  }
  .iternetDetails .iternetDetails-main .main-plate3 {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .iternetDetails .iternetDetails-main .main-plate3 .plate3-title {
    margin-bottom: 0.4rem;
    font-size: 0.4rem;
    color: #333;
  }
  .iternetDetails .iternetDetails-main .main-plate3 .plate3-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .iternetDetails .iternetDetails-main .main-plate3 .plate3-item:last-of-type {
    margin-bottom: 0;
  }
  .iternetDetails .iternetDetails-main .main-plate3 .plate3-item .item-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #0070ee;
  }
  .iternetDetails .iternetDetails-main .main-plate3 .plate3-item .item-text {
    margin-top: 0.05rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .iternetDetails .iternetDetails-main .main-plate4 {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-title {
    font-size: 0.4rem;
    color: #333;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    height: auto;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-prev,
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-next {
    position: relative;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background: #111723;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-prev img,
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-next img {
    width: 19px;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-prev:hover,
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-next:hover {
    background: #0070ee;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    overflow: hidden;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item {
    position: relative;
    width: 100%;
    height: 3.7rem;
    overflow: hidden;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-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;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.28rem 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent .cent-title {
    width: 100%;
    padding-bottom: 0.1rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent .cent-text {
    height: 2rem;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    font-size: 0.28rem;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent .cent-link img {
    width: 19px;
    margin-left: 0.1rem;
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item:hover .item-cent {
    top: 0;
    background: linear-gradient(0deg, #0070ee, transparent);
  }
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item:hover .item-cent .cent-text,
  .iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item:hover .item-cent .cent-link {
    opacity: 1;
  }
  .iternetDetails .iternetDetails-main .main-box,
  .iternetDetails .iternetDetails-main .main-plate2,
  .iternetDetails .iternetDetails-main .main-plate3 {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .iternetDetails .iternetDetails-main .main-box .box-title,
  .iternetDetails .iternetDetails-main .main-plate2 .box-title,
  .iternetDetails .iternetDetails-main .main-plate3 .box-title {
    font-size: 0.4rem;
    color: #333;
  }
  .iternetDetails .iternetDetails-main .main-box .box-title,
  .iternetDetails .iternetDetails-main .main-plate2 .box-title,
  .iternetDetails .iternetDetails-main .main-plate3 .box-title {
    font-size: 0.4rem;
    color: #333;
  }
  .iternetDetails .iternetDetails-main .main-box .box-subtitle,
  .iternetDetails .iternetDetails-main .main-plate2 .box-subtitle,
  .iternetDetails .iternetDetails-main .main-plate3 .box-subtitle {
    margin-top: 0.4rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #0070ee;
  }
  .iternetDetails .iternetDetails-main .main-box .box-text,
  .iternetDetails .iternetDetails-main .main-plate2 .box-text,
  .iternetDetails .iternetDetails-main .main-plate3 .box-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .iternetDetails .iternetDetails-main .main-box img,
  .iternetDetails .iternetDetails-main .main-plate2 img,
  .iternetDetails .iternetDetails-main .main-plate3 img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0.4rem 0;
  }
  .iternetDetails .iternetDetails-main .main-box .box-cont,
  .iternetDetails .iternetDetails-main .main-plate2 .box-cont,
  .iternetDetails .iternetDetails-main .main-plate3 .box-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  .iternetDetails .iternetDetails-main .main-box .box-cont .cont-list,
  .iternetDetails .iternetDetails-main .main-plate2 .box-cont .cont-list,
  .iternetDetails .iternetDetails-main .main-plate3 .box-cont .cont-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .iternetDetails .iternetDetails-main .main-box .box-cont .cont-list .list-left,
  .iternetDetails .iternetDetails-main .main-plate2 .box-cont .cont-list .list-left,
  .iternetDetails .iternetDetails-main .main-plate3 .box-cont .cont-list .list-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: auto;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    background: #0070ee;
    border-bottom: solid 2px #fff;
  }
  .iternetDetails .iternetDetails-main .main-box .box-cont .cont-list .list-right,
  .iternetDetails .iternetDetails-main .main-plate2 .box-cont .cont-list .list-right,
  .iternetDetails .iternetDetails-main .main-plate3 .box-cont .cont-list .list-right {
    width: calc(100% - 3.2rem);
    height: auto;
    padding: 0.35rem 0.2rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    background: #f5f5f5;
    border-bottom: solid 2px #fff;
  }
  .iternetDetails .iternetDetails-main .main-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .iternetDetails .iternetDetails-main .main-bottom .bottom-button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 2.8rem;
    height: 0.7rem;
    font-size: 0.28rem;
    margin: 0 8px;
    color: #333;
    border-radius: 45px;
    border: solid 1px #0070ee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternetDetails .iternetDetails-main .main-bottom .bottom-button span {
    position: relative;
    width: 12px;
    height: 9px;
  }
  .iternetDetails .iternetDetails-main .main-bottom .bottom-button span img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .iternetDetails .iternetDetails-main .main-bottom .bottom-button span .img2 {
    opacity: 0;
  }
  .iternetDetails .iternetDetails-main .main-bottom .bottom-button:hover {
    color: #fff;
    background: #0070ee;
  }
  .iternetDetails .iternetDetails-main .main-bottom .bottom-button:hover span .img1 {
    opacity: 0;
  }
  .iternetDetails .iternetDetails-main .main-bottom .bottom-button:hover span .img2 {
    opacity: 1;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
  }
  .recruit .recruit-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-main .mian-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .recruit .recruit-main .main-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .recruit .recruit-main .main-top {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .recruit .recruit-main .main-top .top-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.32rem;
  }
  .recruit .recruit-main .main-top .top-list .list-title {
    margin-right: 0.1rem;
    padding-left: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.65rem;
    color: #333;
  }
  .recruit .recruit-main .main-top .top-list .list-link {
    height: 0.65rem;
    padding: 0 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
    line-height: 0.65rem;
    color: #333;
  }
  .recruit .recruit-main .main-top .top-list .list-link:hover {
    color: #fff;
    background: #0070ee;
  }
  .recruit .recruit-main .main-top .top-list .list-link-active {
    color: #fff;
    background: #0070ee;
  }
  .recruit .recruit-main .main-top .top-fun {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-top .top-fun .fun-title {
    margin-right: 0.1rem;
    font-size: 0.3rem;
    line-height: 0.8rem;
    color: #333;
  }
  .recruit .recruit-main .main-top .top-fun .fun-select {
    position: relative;
    width: 75%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
    background: #f7f7f7;
  }
  .recruit .recruit-main .main-top .top-fun .fun-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 21px;
    height: 11px;
    background: url(../images/icon/icon-recruit-sanjiao.png) no-repeat center center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .recruit .recruit-main .main-top .top-fun .fun-select select {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.18rem;
    font-size: 0.28rem;
    color: #666;
    border: none;
    background: #f7f7f7;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .recruit .recruit-main .main-top .top-fun .fun-cent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 0.8rem;
    padding-right: 0.3rem;
    border-radius: 0.45rem;
    border: solid 1px #0070ee;
    background: #fff;
    overflow: hidden;
  }
  .recruit .recruit-main .main-top .top-fun .fun-cent input {
    flex: 1;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    color: #333;
  }
  .recruit .recruit-main .main-top .top-fun .fun-cent input::placeholder {
    font-size: 0.28rem;
    color: #999;
  }
  .recruit .recruit-main .main-top .top-fun .fun-cent img {
    width: 16px;
    height: auto;
  }
  .recruit .recruit-main .main-list {
    width: 100%;
    height: auto;
    margin-top: 0.76rem;
  }
  .recruit .recruit-main .main-list .list-dd {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    padding: 0.5rem 0.4rem 0.5rem;
    background: #f7f7f7;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0070ee;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .top-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .top-title .title-name {
    font-size: 0.36rem;
    color: #2a2a2a;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .top-title span {
    position: relative;
    width: 21px;
    height: 20px;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .top-title span img {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .top-title span .img2 {
    opacity: 0;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .top-heng {
    width: 20px;
    height: 5px;
    margin-top: 0.15rem;
    background: #c8c8c8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .top-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .top-text span {
    display: inline-block;
    margin-right: 0.7rem;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top:hover .top-title span .img1 {
    opacity: 0;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top:hover .top-title span .img2 {
    opacity: 1;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top:hover .top-heng {
    width: 20px;
    height: 5px;
    margin-top: 0.15rem;
    background: #0070ee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .top-active .top-title span .img1 {
    opacity: 0;
  }
  .recruit .recruit-main .main-list .list-dd .top-active .top-title span .img2 {
    opacity: 1;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .recruit .recruit-main .main-list .list-dd .top-active .top-heng {
    width: 20px;
    height: 5px;
    margin-top: 0.15rem;
    background: #0070ee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent {
    display: none;
    width: 100%;
    padding-top: 0.5rem;
    margin-top: 0.4rem;
    border-top: solid 1px #f2f2f2;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.48rem;
    font-weight: bold;
    color: #666;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text,
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    padding-bottom: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #666666;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 0.9rem;
    font-size: 0.28rem;
    color: #fff;
    border-radius: 45px;
    background: #0070ee;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-button img {
    width: 28px;
    margin-right: 0.16rem;
  }
  .recruit .recruit-main .main-list .list-dd-active {
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .recruit .recruit-main .main-list .list-dd-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .recruit .recruit-main .main-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0.78rem;
    font-size: 0.3rem;
    color: #0070ee;
  }
  .recruit .recruit-main .main-load img {
    width: 34px;
    height: auto;
    margin-right: 16px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-load:hover {
    color: #0070ee;
  }
  .recruit .recruit-main .main-load:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.3rem;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .mian-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .news .news-main .main-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .news .news-main .main-top .top-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .news .news-main .main-top .top-item:last-of-type {
    margin-right: 0;
  }
  .news .news-main .main-top .top-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-top .top-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;
  }
  .news .news-main .main-top .top-item .item-cent {
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
  }
  .news .news-main .main-top .top-item .item-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-item .item-cent .cent-time {
    margin-top: 0.3rem;
    font-family: 'HarmonyOS_Sans_Bold';
    font-size: 0.28rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-item .item-cent .cent-button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 2.8rem;
    height: 0.8rem;
    font-size: 0.28rem;
    margin-top: 0.25rem;
    color: #333;
    border-radius: 45px;
    border: solid 1px #999999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-item .item-cent .cent-button span {
    position: relative;
    width: 12px;
    height: 9px;
  }
  .news .news-main .main-top .top-item .item-cent .cent-button span img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-item .item-cent .cent-button span .img2 {
    opacity: 0;
  }
  .news .news-main .main-top .top-item .item-cent .cent-button:hover {
    color: #0070ee;
    border: solid 1px #0070ee;
  }
  .news .news-main .main-top .top-item .item-cent .cent-button:hover span .img1 {
    opacity: 0;
  }
  .news .news-main .main-top .top-item .item-cent .cent-button:hover span .img2 {
    opacity: 1;
  }
  .news .news-main .main-top .top-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-top .top-item:hover .item-cent .cent-title,
  .news .news-main .main-top .top-item:hover .item-cent .cent-time {
    color: #0070ee;
  }
  .news .news-main .main-top .top-item:hover .cent-button {
    color: #0070ee;
    border: solid 1px #0070ee;
  }
  .news .news-main .main-top .top-item:hover .cent-button span .img1 {
    opacity: 0;
  }
  .news .news-main .main-top .top-item:hover .cent-button span .img2 {
    opacity: 1;
  }
  .news .news-main .main-cont {
    width: 100%;
    height: auto;
    padding: 0.45rem 0;
    margin-top: 0.8rem;
    margin-bottom: 0.7rem;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .news .news-main .main-cont .cont-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0.35rem 0;
    border-bottom: solid 1px #ccc;
  }
  .news .news-main .main-cont .cont-link:last-of-type {
    border-bottom: none;
  }
  .news .news-main .main-cont .cont-link .link-cent {
    width: calc(100% - 30px);
    height: auto;
    font-size: 0.3rem;
    color: #000;
    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 .news-main .main-cont .cont-link .link-cent span {
    margin-right: 0.4rem;
    font-family: 'HarmonyOS_Sans_Bold';
    font-size: 0.28rem;
    color: #3f3f3f;
    opacity: 0.5;
  }
  .news .news-main .main-cont .cont-link .link-icon {
    width: 19px;
    height: auto;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-link .link-icon img {
    width: 100%;
  }
  .news .news-main .main-cont .cont-link:hover .link-cent {
    color: #0070ee;
  }
  .news .news-main .main-cont .cont-link:hover .link-cent span {
    color: #0070ee;
  }
  .news .news-main .main-cont .cont-link:hover .link-icon {
    opacity: 1;
  }
  .partner {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.1rem;
  }
  .partner .partner-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .partner .partner-main .mian-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .partner .partner-main .main-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .partner .partner-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .partner .partner-main .main-cont .cont-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3 - 0.1rem);
    height: 1.3rem;
    margin-bottom: 0.3rem;
    margin-right: 0.15rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
    border: solid 2px transparent;
  }
  .partner .partner-main .main-cont .cont-item:nth-child(5n) {
    margin-right: 0.15rem;
  }
  .partner .partner-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .partner .partner-main .main-cont .cont-item img {
    width: 2.01rem;
  }
  .partner .partner-main .main-cont .cont-item:hover {
    border: solid 2px #7fb7f6;
  }
  .solution {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.7rem;
  }
  .solution .solution-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .solution .solution-main .mian-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .solution .solution-main .main-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .solution .solution-main .main-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    background: #f0f0f0;
  }
  .solution .solution-main .main-top .top-item {
    position: relative;
    width: 20%;
    height: auto;
    padding: 0.3rem 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-top .top-item::before {
    content: '';
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -0.2rem;
    border: solid 0.2rem #0070ee;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-top .top-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1.04rem;
    margin-top: -0.52rem;
    background: #c9c9c9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-top .top-item:last-of-type::after {
    display: none;
  }
  .solution .solution-main .main-top .top-item .item-icon {
    position: relative;
    width: 0.55rem;
    height: 0.5rem;
    margin: 0 auto;
  }
  .solution .solution-main .main-top .top-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .solution .solution-main .main-top .top-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-top .top-item:hover {
    background: #0070ee;
  }
  .solution .solution-main .main-top .top-item:hover::after {
    opacity: 0;
  }
  .solution .solution-main .main-top .top-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .solution .solution-main .main-top .top-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .solution .solution-main .main-top .top-item:hover .item-title {
    color: #fff;
  }
  .solution .solution-main .main-top .top-item-active {
    background: #0070ee;
  }
  .solution .solution-main .main-top .top-item-active::before {
    opacity: 1;
  }
  .solution .solution-main .main-top .top-item-active::after {
    opacity: 0;
  }
  .solution .solution-main .main-top .top-item-active .item-icon .img1 {
    opacity: 0;
  }
  .solution .solution-main .main-top .top-item-active .item-icon .img2 {
    opacity: 1;
  }
  .solution .solution-main .main-top .top-item-active .item-title {
    color: #fff;
  }
  .solution .solution-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .solution .solution-main .main-cont .cont-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem 0.6rem;
    background: #f0f0f0;
    opacity: 0;
    visibility: hidden;
  }
  .solution .solution-main .main-cont .cont-cent .cent-title {
    font-size: 0.4rem;
    color: #333;
  }
  .solution .solution-main .main-cont .cont-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .solution .solution-main .main-cont .cont-cent .cent-box img {
    width: 100%;
    margin: 0 auto;
  }
  .solution .solution-main .main-cont .cont-cent .cent-box input {
    width: 100%;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-title {
    font-size: 0.4rem;
    color: #333;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    height: auto;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-prev,
  .solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-next {
    position: relative;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background: #111723;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-prev img,
  .solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-next img {
    width: 19px;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-prev:hover,
  .solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-next:hover {
    background: #0070ee;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    overflow: hidden;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item {
    position: relative;
    width: 100%;
    height: 3.7rem;
    overflow: hidden;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-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;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.28rem 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent .cent-title {
    width: 100%;
    padding-bottom: 0.1rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent .cent-text {
    height: 2rem;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    font-size: 0.28rem;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent .cent-link img {
    width: 19px;
    margin-left: 0.1rem;
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item:hover .item-cent {
    top: 0;
    background: linear-gradient(0deg, #0070ee, transparent);
  }
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item:hover .item-cent .cent-text,
  .solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item:hover .item-cent .cent-link {
    opacity: 1;
  }
  .solution .solution-main .main-cont .cont-cent .cent-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    font-size: 0.28rem;
    margin: 0 8px;
    color: #333;
    border-radius: 45px;
    border: solid 1px #0070ee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button span {
    position: relative;
    width: 12px;
    height: 9px;
  }
  .solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button span img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button span .img2 {
    opacity: 0;
  }
  .solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button:hover {
    color: #fff;
    background: #0070ee;
  }
  .solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button:hover span .img1 {
    opacity: 0;
  }
  .solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button:hover span .img2 {
    opacity: 1;
  }
  .solution .solution-main .main-cont .cont-cent-active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .case {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.5rem;
  }
  .case .case-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .case .case-main .mian-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .case .case-main .main-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .case .case-main .main-top {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
    overflow: hidden;
  }
  .case .case-main .main-top .swiper-slide {
    width: 100%;
    height: auto;
  }
  .case .case-main .main-top .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .case .case-main .main-top .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .case .case-main .main-top .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;
  }
  .case .case-main .main-top .swiper-slide .slide-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .case .case-main .main-top .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.32rem;
    background: #f0f0f0;
  }
  .case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-title {
    padding-bottom: 0.18rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #4d4e4e;
    border-bottom: solid 1px #999999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    text-transform: uppercase;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-link span {
    position: relative;
    width: 19px;
    height: 14px;
    margin-left: 0.1rem;
  }
  .case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-link span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-link span .img2 {
    opacity: 0;
  }
  .case .case-main .main-top .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #0070ee;
  }
  .case .case-main .main-top .swiper-slide .slide-box:hover .box-cent .cent-link {
    color: #0070ee;
  }
  .case .case-main .main-top .swiper-slide .slide-box:hover .box-cent .cent-link span .img1 {
    opacity: 0;
  }
  .case .case-main .main-top .swiper-slide .slide-box:hover .box-cent .cent-link span .img2 {
    opacity: 1;
  }
  .case .case-main .main-top .swiper-pagination {
    bottom: 0;
  }
  .case .case-main .main-top .swiper-pagination .swiper-pagination-bullet {
    background: #a0a0a0;
    opacity: 1;
  }
  .case .case-main .main-top .swiper-pagination .swiper-pagination-bullet-active {
    background: #0070ee;
  }
  .case .case-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    margin-bottom: 1rem;
  }
  .case .case-main .main-cont .cont-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .case .case-main .main-cont .cont-list .list-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .case .case-main .main-cont .cont-list .list-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;
  }
  .case .case-main .main-cont .cont-list .list-cent {
    width: 100%;
    height: auto;
    padding: 0.26rem 0;
  }
  .case .case-main .main-cont .cont-list .list-cent .cent-title {
    padding-bottom: 0.18rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #999999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .cont-list .list-cent .cent-text {
    height: auto;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .case .case-main .main-cont .cont-list .list-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    text-transform: uppercase;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .cont-list .list-cent .cent-link span {
    position: relative;
    width: 19px;
    height: 14px;
    margin-left: 0.1rem;
  }
  .case .case-main .main-cont .cont-list .list-cent .cent-link span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .cont-list .list-cent .cent-link span .img2 {
    opacity: 0;
  }
  .case .case-main .main-cont .cont-list:hover .list-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));
  }
  .case .case-main .main-cont .cont-list:hover .list-cent .cent-title {
    color: #0070ee;
  }
  .case .case-main .main-cont .cont-list:hover .list-cent .cent-link {
    color: #0070ee;
  }
  .case .case-main .main-cont .cont-list:hover .list-cent .cent-link span .img1 {
    opacity: 0;
  }
  .case .case-main .main-cont .cont-list:hover .list-cent .cent-link span .img2 {
    opacity: 1;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.6rem;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .mian-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .contact .contact-main .main-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .contact .contact-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 1.1rem;
  }
  .contact .contact-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .contact .contact-main .main-cont .cont-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-main .main-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .contact .contact-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: #0070ee;
  }
  .contact .contact-main .main-cont .cont-cent .cent-title {
    width: 100%;
    padding-bottom: 0.28rem;
    margin-bottom: 0.5rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 2px #338df1;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-icon {
    width: 0.5rem;
    height: auto;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-icon img {
    width: 100%;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-text {
    width: calc(100% - 0.5rem);
    height: auto;
    padding-left: 0.2rem;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #fff;
  }
  .contact .contact-main .main-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem;
    margin-top: 0.6rem;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
  }
  .contact .contact-main .main-form .form-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .contact .contact-main .main-form .form-item .item-title {
    font-size: 0.28rem;
    color: #333;
  }
  .contact .contact-main .main-form .form-item .item-title span {
    color: #ff0000;
  }
  .contact .contact-main .main-form .form-item input {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.12rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    color: #333;
    background: #f1f1f1;
  }
  .contact .contact-main .main-form .form-item textarea {
    width: 100%;
    height: 1.8rem;
    margin-top: 0.12rem;
    padding: 0.2rem 0.2rem;
    font-size: 0.26rem;
    color: #333;
    background: #f1f1f1;
  }
  .contact .contact-main .main-form .form-item textarea::placeholder {
    color: #666666;
  }
  .contact .contact-main .main-form .form-item:nth-child(2),
  .contact .contact-main .main-form .form-item:nth-child(3) {
    width: 100%;
  }
  .contact .contact-main .main-form .form-button {
    width: 3.2rem;
    height: 1rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    border-radius: 45px;
    background: #0070ee;
    border: solid 2px transparent;
  }
  .contact .contact-main .main-form .form-button:hover {
    color: #0070ee;
    border: solid 2px #0070ee;
    background: transparent;
  }
  .report {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.6rem;
  }
  .report .report-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .report .report-main .mian-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .report .report-main .main-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .report .report-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.42rem;
  }
  .report .report-main .main-cont .cont-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.2rem;
    box-shadow: 0 0 0.3rem rgba(91, 91, 91, 0.08);
  }
  .report .report-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .report .report-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .report .report-main .main-cont .cont-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;
  }
  .report .report-main .main-cont .cont-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #0070ee;
  }
  .report .report-main .main-cont .cont-item .item-bototm {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.2rem;
  }
  .report .report-main .main-cont .cont-item .item-bototm .bottom-button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1.4rem;
    height: 0.65rem;
    font-size: 0.28rem;
    color: #333;
    border-radius: 45px;
    border: solid 1px #0070ee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .report .report-main .main-cont .cont-item .item-bototm .bottom-button span {
    position: relative;
    width: 12px;
    height: 9px;
  }
  .report .report-main .main-cont .cont-item .item-bototm .bottom-button span img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .report .report-main .main-cont .cont-item .item-bototm .bottom-button span .img2 {
    opacity: 0;
  }
  .report .report-main .main-cont .cont-item .item-bototm .bottom-button:hover {
    color: #fff;
    background: #0070ee;
  }
  .report .report-main .main-cont .cont-item .item-bototm .bottom-button:hover span .img1 {
    opacity: 0;
  }
  .report .report-main .main-cont .cont-item .item-bototm .bottom-button:hover span .img2 {
    opacity: 1;
  }
  .report .report-main .main-cont .cont-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));
  }
  .introduce {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.3rem;
  }
  .introduce .introduce-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .introduce .introduce-main .mian-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .introduce .introduce-main .main-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .introduce .introduce-main .main-heng {
    width: 38px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0070ee;
  }
  .introduce .introduce-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .introduce .introduce-main .main-cont .cont-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .introduce .introduce-main .main-cont .cont-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #6c6c6c;
  }
  .introduce .introduce-main .main-cont .cont-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    background: #000;
  }
  .introduce .introduce-main .main-cont .cont-video .hidden-box {
    width: 100%;
    height: 100%;
  }
  .introduce .introduce-main .main-cont .cont-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
  }
  .introduce .introduce-main .main-cont .cont-video .hidden-box .box-pic img {
    width: 100%;
  }
  .introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    text-align: center;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box .right-icon {
    width: 0.5rem;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
  }
  .introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box .right-icon img {
    width: 100%;
  }
  .introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box .right-solid {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #0070ee;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box .right-text {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    text-align: center;
    color: #fff;
  }
  .introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box:hover .right-solid {
    animation: videoPlay 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation: videoPlay 1.5s;
    -webkit-animation-iteration-count: infinite;
  }
  .introduce .introduce-main .main-cont .cont-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .introduce .introduce-main .main-cont .cont-video .video-box video {
    width: 100%;
    height: auto;
  }
  .introduce .introduce-main .main-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.95rem;
  }
  .introduce .introduce-main .main-bottom .bottom-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #111723;
  }
  .introduce .introduce-main .main-bottom .bottom-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #111723;
    opacity: 0.3;
  }
  .introduce .introduce-main .main-bottom .main-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.62rem;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    padding: 0.68rem 0.3rem;
    background: #f5f5f7;
    border-radius: 0.1rem;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item:last-of-type {
    margin-right: 0;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item .item-icon {
    position: relative;
    width: 39px;
    height: 40px;
    margin: 0 auto;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item .item-icon .img2 {
    opacity: 0;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.34rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item .item-English {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
    opacity: 0.2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item .item-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item:hover {
    background: #0070ee;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item:hover .item-title {
    color: #fff;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item:hover .item-English {
    color: #fff;
    opacity: 0.2;
  }
  .introduce .introduce-main .main-bottom .main-list .list-item:hover .item-text {
    color: #fff;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 2.26rem;
    background: url(../images/introduce/pic2.jpg) no-repeat top left;
    background-size: cover;
  }
  .culture .culture-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .culture .culture-main .main-cent {
    width: 100%;
    height: auto;
  }
  .culture .culture-main .main-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #fff;
  }
  .culture .culture-main .main-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #fff;
  }
  .culture .culture-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #fff;
  }
  .culture .culture-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding: 0.5rem 0.68rem 0.55rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
    background: #fff;
    border-radius: 0.1rem;
  }
  .culture .culture-main .main-cont span {
    font-size: 0.34rem;
    font-weight: bold;
    color: #0070ee;
  }
  .culture .culture-main .main-cont em {
    font-weight: bold;
    color: #333;
  }
  .idea {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.65rem;
  }
  .idea .idea-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .idea .idea-main .mian-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .idea .idea-main .main-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .idea .idea-main .main-text {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .idea .idea-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .idea .idea-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 2.7rem 0.4rem 0.5rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
    background: #eeeeee;
  }
  .idea .idea-main .main-cont .cont-cent span {
    font-size: 0.34rem;
    font-weight: bold;
    color: #0070ee;
  }
  .idea .idea-main .main-cont .cont-pic {
    position: static;
    top: 50%;
    right: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 9;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .idea .idea-main .main-cont .cont-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .idea .idea-main .main-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .idea .idea-main .main-cont .cont-lump {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85px;
    height: 85px;
    margin-right: 0;
    margin-top: -42.5px;
    background: #0070ee;
  }
  .society {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .society .society-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .society .society-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .society .society-main .main-top .top-left {
    width: 100%;
    height: auto;
  }
  .society .society-main .main-top .top-left .left-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .society .society-main .main-top .top-left .left-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .society .society-main .main-top .top-right {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .society .society-main .main-top .top-right .right-link {
    margin-left: 0.5rem;
    font-size: 0.3rem;
    color: #333;
  }
  .society .society-main .main-top .top-right .right-link:hover {
    color: #0070ee;
  }
  .society .society-main .main-top .top-right .right-link-active {
    color: #0070ee;
  }
  .society .society-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .society .society-main .main-cont .cont-list {
    display: block;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .society .society-main .main-cont .cont-list .list-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .society .society-main .main-cont .cont-list .list-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;
  }
  .society .society-main .main-cont .cont-list .list-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));
  }
  .society .society-main .main-cont .cont-list .list-cent {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    margin-left: 0;
    background: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-main .main-cont .cont-list .list-cent .cent-top {
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    border-bottom: solid 1px #999999;
  }
  .society .society-main .main-cont .cont-list .list-cent .cent-top .top-title {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #4d4e4e;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-main .main-cont .cont-list .list-cent .cent-top .top-time {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #3f3f3f;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-main .main-cont .cont-list .list-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-main .main-cont .cont-list .list-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    text-transform: uppercase;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-main .main-cont .cont-list .list-cent .cent-link span {
    position: relative;
    width: 19px;
    height: 14px;
    margin-left: 0.1rem;
  }
  .society .society-main .main-cont .cont-list .list-cent .cent-link span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-main .main-cont .cont-list .list-cent .cent-link span .img2 {
    opacity: 0;
  }
  .society .society-main .main-cont .cont-list:hover .list-cent {
    background: #0070ee;
  }
  .society .society-main .main-cont .cont-list:hover .list-cent .cent-top {
    border-bottom: solid 1px #fff;
  }
  .society .society-main .main-cont .cont-list:hover .list-cent .cent-top .top-title,
  .society .society-main .main-cont .cont-list:hover .list-cent .cent-top .top-time {
    color: #fff;
  }
  .society .society-main .main-cont .cont-list:hover .list-cent .cent-text {
    color: #fff;
  }
  .society .society-main .main-cont .cont-list:hover .list-cent .cent-link {
    color: #fff;
  }
  .society .society-main .main-cont .cont-list:hover .list-cent .cent-link span .img1 {
    opacity: 0;
  }
  .society .society-main .main-cont .cont-list:hover .list-cent .cent-link span .img2 {
    opacity: 1;
  }
  .society .society-main .main-cont .cont-list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .society .society-main .main-cont .cont-list:nth-child(even) .list-cent {
    margin-left: 0;
    margin-right: 0;
  }
  .society .society-main .main-load {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 143px;
    height: 43px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    border-radius: 45px;
    border: solid 1px #0070ee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-main .main-load span {
    position: relative;
    width: 9px;
    height: 12px;
  }
  .society .society-main .main-load span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-main .main-load span .img2 {
    opacity: 0;
  }
  .society .society-main .main-load:hover {
    color: #fff;
    background: #0070ee;
  }
  .society .society-main .main-load:hover span .img1 {
    opacity: 0;
  }
  .society .society-main .main-load:hover span .img2 {
    opacity: 1;
  }
  .investor {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 1.3rem;
  }
  .investor .investor-main {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .investor .investor-main .cont-item {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .investor .investor-main .cont-item:last-of-type {
    margin-right: 0;
  }
  .investor .investor-main .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .investor .investor-main .cont-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;
  }
  .investor .investor-main .cont-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0 1.9rem 0.6rem;
    background: linear-gradient(180deg, rgba(0, 112, 238, 0.7), transparent);
  }
  .investor .investor-main .cont-item .item-cent .cent-title {
    font-size: 0.34rem;
    color: #fff;
  }
  .investor .investor-main .cont-item .item-cent .cent-English {
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #fff;
  }
  .investor .investor-main .cont-item:hover {
    flex: 2;
  }
  .newsDetails {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .newsDetails .newsDetails-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetails .newsDetails-main .main-left {
    width: 100%;
    height: auto;
  }
  .newsDetails .newsDetails-main .main-left .left-top {
    width: 100%;
    height: auto;
    padding-bottom: 0.4rem;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-title {
    font-size: 0.34rem;
    color: #333;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-cent {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-cent span {
    margin-right: 0.4rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.26rem;
    color: #ccc;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-cent span img {
    width: 16px;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.3rem;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share a {
    position: relative;
    width: 18px;
    height: 16px;
    margin-right: 0.18rem;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share a .img2 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share a:hover .img1 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share a:hover .img2 {
    opacity: 1;
  }
  .newsDetails .newsDetails-main .main-left .left-box {
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetails .newsDetails-main .main-left .left-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 2.8rem;
    height: 0.7rem;
    font-size: 0.28rem;
    margin: 0 8px;
    color: #333;
    border-radius: 45px;
    border: solid 1px #0070ee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-button span {
    position: relative;
    width: 12px;
    height: 9px;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-button span img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-button span .img2 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-button:hover {
    color: #fff;
    background: #0070ee;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-button:hover span .img1 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-button:hover span .img2 {
    opacity: 1;
  }
  .newsDetails .newsDetails-main .main-right {
    width: 100%;
    height: 100%;
    padding: 0.46rem 0.3rem 0.5rem;
    margin-top: 0.8rem;
    background: #f5f5f5;
  }
  .newsDetails .newsDetails-main .main-right .right-title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #666;
  }
  .newsDetails .newsDetails-main .main-right .right-English {
    margin-top: 0.1rem;
    margin-bottom: 0.45rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #999;
  }
  .newsDetails .newsDetails-main .main-right .right-item {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0.25rem;
    margin-bottom: 0.3rem;
    border-bottom: solid 1px #e3e3e3;
  }
  .newsDetails .newsDetails-main .main-right .right-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetails .newsDetails-main .main-right .right-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;
  }
  .newsDetails .newsDetails-main .main-right .right-item .item-time {
    margin-top: 0.3rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.26rem;
    color: #ccc;
  }
  .newsDetails .newsDetails-main .main-right .right-item .item-time img {
    width: 16px;
    margin-top: -0.04rem;
  }
  .newsDetails .newsDetails-main .main-right .right-item .item-title {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #000;
  }
  .newsDetails .newsDetails-main .main-right .right-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));
  }
  .newsDetails .newsDetails-main .main-right .right-item:hover .item-title {
    color: #0070ee;
  }
  .business {
    width: 100%;
    height: auto;
    padding: 0 0 1.3rem;
  }
  .business .business-plate1 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
    margin-bottom: 0.96rem;
    background: url(../images/business/bg.png) no-repeat left bottom;
    background-size: 100%;
  }
  .business .business-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .business .business-plate1 .plate1-main .main-left {
    width: 100%;
    height: auto;
  }
  .business .business-plate1 .plate1-main .main-left .left-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .business .business-plate1 .plate1-main .main-left .left-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .business .business-plate1 .plate1-main .main-left .left-text {
    margin-top: 0.7rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .business .business-plate1 .plate1-main .main-left .left-data {
    display: none;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .business .business-plate1 .plate1-main .main-left .left-data .data-item {
    width: 3.5rem;
    height: auto;
  }
  .business .business-plate1 .plate1-main .main-left .left-data .data-item .item-title {
    font-size: 0.34rem;
    color: #666;
  }
  .business .business-plate1 .plate1-main .main-left .left-data .data-item .item-num {
    margin-top: 0.1rem;
    font-size: 0.34rem;
    color: #666;
  }
  .business .business-plate1 .plate1-main .main-left .left-data .data-item .item-num .num1 {
    font-family: 'HarmonyOS_Sans_Bold';
    font-size: 0.7rem;
    color: #0070ee;
  }
  .business .business-plate1 .plate1-main .main-right {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .business .business-plate1 .plate1-main .main-right .right-map {
    width: 100%;
    height: auto;
  }
  .business .business-plate1 .plate1-main .main-right .right-map img {
    width: 100%;
  }
  .business .business-plate1 .plate1-main .main-right .right-cent {
    position: absolute;
    top: 4.8rem;
    left: 0.65rem;
    width: 100px;
    height: auto;
  }
  .business .business-plate1 .plate1-main .main-right .right-cent .cent-item {
    margin-top: 0.1rem;
    font-size: 16px;
    color: #333333;
  }
  .business .business-plate1 .plate1-main .main-right .right-cent .cent-item img {
    width: 15px;
    margin-right: 0.12rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item {
    position: absolute;
    top: 4.9rem;
    right: 3.25rem;
    width: 11px;
    height: auto;
  }
  .business .business-plate1 .plate1-main .main-right .right-item .item-title {
    position: absolute;
    top: 0;
    left: 50%;
    width: 75px;
    margin-top: -0.3rem;
    font-size: 18px;
    font-weight: bold;
    color: #0070ee;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .business .business-plate1 .plate1-main .main-right .right-item img {
    width: 100%;
    animation: DW 1s infinite;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(2) {
    top: 4.9rem;
    right: 3.25rem;
    width: 23px;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(2) img {
    animation: DW 1.2s infinite;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(3) {
    top: 5rem;
    right: 2.96rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(3) img {
    animation: DW 0.8s infinite;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(4) {
    top: 5.15rem;
    right: 3.2rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(5) {
    top: 5.2rem;
    right: 3.3rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(5) img {
    animation: DW 1.1s infinite;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(6) {
    top: 5.2rem;
    right: 3.4rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(6) img {
    animation: DW 0.9s infinite;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(7) {
    top: 5.74rem;
    right: 3.9rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(8) {
    top: 3.4rem;
    right: 2.7rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(9) {
    top: 2.18rem;
    right: 3.06rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(10) {
    top: 4.45rem;
    right: 3.56rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(11) {
    top: 4rem;
    right: 4.2rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(12) {
    top: 3.72rem;
    right: 4.84rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(13) {
    top: 5rem;
    right: 4rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(14) {
    top: 5.3rem;
    right: 4.24rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(15) {
    top: 4.76rem;
    right: 5.3rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-item:nth-child(16) {
    top: 1.8rem;
    right: 6.8rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .business .business-plate1 .plate1-main .main-right .right-data .data-item {
    width: 3.5rem;
    height: auto;
  }
  .business .business-plate1 .plate1-main .main-right .right-data .data-item .item-title {
    font-size: 0.34rem;
    color: #666;
  }
  .business .business-plate1 .plate1-main .main-right .right-data .data-item .item-num {
    margin-top: 0.1rem;
    font-size: 0.34rem;
    color: #666;
  }
  .business .business-plate1 .plate1-main .main-right .right-data .data-item .item-num .num1 {
    font-family: 'HarmonyOS_Sans_Bold';
    font-size: 0.7rem;
    color: #0070ee;
  }
  .business .business-plate1 .plate1-main .main-right .right-data .data-item:last-of-type {
    width: 3.5rem;
  }
  .business .business-plate1 .plate1-main .main-web-map {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .business .business-plate1 .plate1-main .main-web-map img {
    width: 100%;
  }
  .business .business-plate1 .plate1-main .main-web-map .right-cent {
    position: absolute;
    top: 4rem;
    left: 0.3rem;
    width: 100px;
    height: auto;
  }
  .business .business-plate1 .plate1-main .main-web-map .right-cent .cent-item {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #333333;
  }
  .business .business-plate1 .plate1-main .main-web-map .right-cent .cent-item img {
    width: 15px;
    margin-right: 0.12rem;
  }
  .business .business-cont {
    width: 100%;
    height: auto;
    margin: 0.8rem auto 0;
    padding: 0 0.3rem;
  }
  .business .business-cont .cont-title {
    font-size: 0.4rem;
    color: #333;
  }
  .business .business-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
  }
  .business .business-cont .cont-box .box-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.5rem 0.3rem 0.8rem;
    border-bottom: solid 1px #e0e0e0;
  }
  .business .business-cont .cont-box .box-item:last-of-type {
    border-bottom: none;
  }
  .business .business-cont .cont-box .box-item .item-title {
    position: relative;
    font-size: 0.28rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .business .business-cont .cont-box .box-item .item-title span {
    position: absolute;
    top: 50%;
    left: -0.5rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 1px #0070ee;
    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;
  }
  .business .business-cont .cont-box .box-item .item-title span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0070ee;
    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;
  }
  .business .business-cont .cont-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .business .business-cont .cont-box .box-item:hover {
    background: #0070ee;
  }
  .business .business-cont .cont-box .box-item:hover .item-title {
    color: #fff;
  }
  .business .business-cont .cont-box .box-item:hover .item-title span {
    border: solid 1px #fff;
  }
  .business .business-cont .cont-box .box-item:hover .item-title span::after {
    background: #fff;
  }
  .business .business-cont .cont-box .box-item:hover .item-text {
    color: #fff;
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.1rem;
  }
  .honor .honor-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .honor .honor-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-top .top-left {
    width: auto;
    height: auto;
  }
  .honor .honor-main .main-top .top-left .left-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #111723;
  }
  .honor .honor-main .main-top .top-left .left-English {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #111723;
    opacity: 0.3;
  }
  .honor .honor-main .main-top .top-right {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .honor .honor-main .main-top .top-right .right-link {
    margin-left: 0.5rem;
    font-size: 0.3rem;
    color: #333;
  }
  .honor .honor-main .main-top .top-right .right-link:hover {
    color: #0070ee;
  }
  .honor .honor-main .main-top .top-right .right-link-active {
    color: #0070ee;
  }
  .honor .honor-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-top: 0.4rem;
    overflow: hidden;
  }
  .honor .honor-main .main-cont::after {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 100%;
    height: 3px;
    background: #eaeaea;
  }
  .honor .honor-main .main-cont .swiper-slide {
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-cont .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-cont .swiper-slide .slide-box .box-spot {
    position: relative;
    width: 16px;
    height: 16px;
    margin: -6px auto 0;
    border-radius: 50%;
    background: #fff;
    border: solid 2px #0070ee;
    z-index: 9;
  }
  .honor .honor-main .main-cont .swiper-slide .slide-box .box-spot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    border: solid 2px #0070ee;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: -1;
  }
  .honor .honor-main .main-cont .swiper-slide .slide-box .box-title {
    margin-top: 0.2rem;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #0070ee;
  }
  .honor .honor-main .main-cont .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: 5.3rem;
    margin-top: 0.48rem;
    overflow: auto;
  }
  .honor .honor-main .main-cont .swiper-slide .slide-box .box-cent::-webkit-scrollbar {
    width: 3px;
    background: #eaeaea;
  }
  .honor .honor-main .main-cont .swiper-slide .slide-box .box-cent::-webkit-scrollbar-thumb {
    background: #0070ee;
  }
  .honor .honor-main .main-cont .swiper-slide .slide-box .box-cent .cent-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.25rem;
    padding-right: 0.4rem;
  }
  .honor .honor-main .main-cont .swiper-slide .slide-box .box-cent .cent-item .item-title {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.44rem;
    color: #333;
  }
  .honor .honor-main .main-cont .swiper-slide .slide-box .box-cent .cent-item .item-text {
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #999;
  }
  .honor .honor-main .main-cont .honor-swiper-button-prev,
  .honor .honor-main .main-cont .honor-swiper-button-next {
    position: absolute;
    top: 0;
    width: 0.7rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 50%;
    background: #111723;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .honor-swiper-button-prev img,
  .honor .honor-main .main-cont .honor-swiper-button-next img {
    width: 19px;
  }
  .honor .honor-main .main-cont .honor-swiper-button-prev:hover,
  .honor .honor-main .main-cont .honor-swiper-button-next:hover {
    background: #0070ee;
  }
  .honor .honor-main .main-cont .honor-swiper-button-prev {
    left: 0;
  }
  .honor .honor-main .main-cont .honor-swiper-button-next {
    right: 0;
  }
  .honor .honor-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .honor .honor-main .main-box .box-item {
    width: 48%;
    height: auto;
    padding: 0.3rem 0.26rem;
    margin-right: 0;
    margin-bottom: 0.43rem;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
  }
  .honor .honor-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .honor .honor-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .honor .honor-main .main-box .box-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;
  }
  .honor .honor-main .main-box .box-item .item-title {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-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));
  }
  .honor .honor-main .main-box .box-item:hover .item-title {
    color: #0070ee;
  }
  .page-float {
    position: fixed;
    top: 50%;
    right: 0;
    width: 0.8rem;
    height: auto;
    z-index: 99;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list {
    display: block;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding-top: 0.16rem;
    margin-bottom: 1px;
    background: #fff;
  }
  .page-float .float-list .list-pic {
    position: relative;
    width: 30px;
    height: 22px;
    margin: 0 auto;
    cursor: pointer;
  }
  .page-float .float-list .list-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-pic .img2 {
    opacity: 0;
  }
  .page-float .float-list .list-title {
    display: none;
    margin-top: 0.1rem;
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  .page-float .float-list .list-cent {
    position: absolute;
    top: 0;
    left: -3.5rem;
    width: 3.5rem;
    height: auto;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
  }
  .page-float .float-list .list-cent .cent-title {
    position: relative;
    width: 100%;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    background: #0070ee;
  }
  .page-float .float-list .list-cent .cent-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-right: -16px;
    border: solid 8px #0070ee;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list .list-cent .cent-cont {
    padding: 0.2rem;
    font-size: 0.26rem;
    text-align: center;
    color: #333;
    background: #fff;
    box-shadow: 4px 10px 10px rgba(38, 93, 63, 0.2);
  }
  .page-float .float-list .list-cent .cent-cont img {
    width: 80%;
  }
  .page-float .float-list:hover {
    background: #0070ee;
  }
  .page-float .float-list:hover .list-pic {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list:hover .list-cent {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .mr {
    margin-top: 1.2rem;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
	display: none;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #0070ee;
  }
}
