.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 2.6rem;
    height: auto;
    margin-right: 0;
  }
  nav .nav-main .main-cont .main-logo img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #01c4d9, #006dfe);
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0) translateZ(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #006dfe !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1) translateZ(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.35rem;
    height: 100%;
    margin-left: 0;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 0.32rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin: 0 0.5rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    border-right: none;
    border-left: none;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.3rem;
    height: 0.32rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin-left: 0.7vw;
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 0.5vw;
    height: 0.65vh;
    background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 1.8rem;
    height: auto;
    padding: 0.15rem 0;
    box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
    border-top: solid 2px #006dfe;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 1.5;
    text-align: center;
    color: #333;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    color: #006dfe;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
    top: 1.2rem;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
  }
  nav .nav-main .main-cont .main-right .right-tel {
    display: none;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    left: 0;
    width: 0.3rem;
    height: 0.03rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 0.2rem;
    height: 0.03rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    width: 0.4rem;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    width: 0.4rem;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .nav-main:hover {
    background: #fff;
  }
  nav .nav-main:hover .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-box {
    border-right: none;
    border-left: none;
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-box .lang-flag {
    background: url(../images/icon/icon-lang-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-box .lang-title {
    color: #333;
  }
  nav .nav-main:hover .main-cont .main-right .right-menu span {
    background: #006dfe;
  }
  nav .nav-main:hover .main-cont .main-right .right-menu span::before,
  nav .nav-main:hover .main-cont .main-right .right-menu span::after {
    background: #006dfe;
  }
  nav .nav-main-on {
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  }
  nav .nav-main-on .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-on .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-on .main-cont .main-right .right-lang .lang-box {
    border-right: none;
    border-left: none;
  }
  nav .nav-main-on .main-cont .main-right .right-lang .lang-box .lang-flag {
    background: url(../images/icon/icon-lang-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on .main-cont .main-right .right-lang .lang-box .lang-title {
    color: #333;
  }
  nav .nav-main-on .main-cont .main-right .right-tel .tel-icon {
    background: url(../images/icon/icon-tel-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on .main-cont .main-right .right-tel .tel-title {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main-on .main-cont .main-right .right-menu span {
    background: #006dfe;
  }
  nav .nav-main-on .main-cont .main-right .right-menu span::before,
  nav .nav-main-on .main-cont .main-right .right-menu span::after {
    background: #006dfe;
  }
  nav .nav-main-page {
    background: #fff;
  }
  nav .nav-main-page .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-page .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-page .main-cont .main-right .right-lang .lang-box {
    border-right: none;
    border-left: none;
  }
  nav .nav-main-page .main-cont .main-right .right-lang .lang-box .lang-flag {
    background: url(../images/icon/icon-lang-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-page .main-cont .main-right .right-lang .lang-box .lang-title {
    color: #333;
  }
  nav .nav-main-page .main-cont .main-right .right-tel .tel-icon {
    background: url(../images/icon/icon-tel-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-page .main-cont .main-right .right-tel .tel-title {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main-page .main-cont .main-right .right-menu span {
    background: #006dfe;
  }
  nav .nav-main-page .main-cont .main-right .right-menu span::before,
  nav .nav-main-page .main-cont .main-right .right-menu span::after {
    background: #006dfe;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #006dfe;
    border: none;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #006dfe;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.7rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #006dfe;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #006dfe;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.32rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #006dfe;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #006dfe;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
    background: #006dfe;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #006dfe;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  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%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 6rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.48rem;
    line-height: 1.2;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    font-size: var(--fs36);
    line-height: 0.6rem;
    text-align: center;
    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-button {
    display: flex;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin-top: 0.3rem;
    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-button .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.3rem;
    height: 0.75rem;
    margin-right: 0.2rem;
    border: solid 1px #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-button .button span {
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button em {
    width: 0.25rem;
    height: 0.23rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover span {
    color: #000;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover em {
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-play {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.35rem auto 0;
    background: url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 9px;
    border: solid 3px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-play .video-circle {
    display: none;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 82px;
    height: 82px;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-play .video-circle circle {
    fill: transparent;
    stroke: #fff;
    /* 进度条颜色 */
    stroke-width: 3;
    /* 线条宽度 */
    stroke-dasharray: 233;
    /* 圆的周长 */
    stroke-dashoffset: 233;
    /* 初始偏移量 */
    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-play:hover .video-circle circle {
    stroke-dashoffset: 0;
  }
  header .head-banner .swiper-slide-active .box-cent .cent-title,
  header .head-banner .swiper-slide-active .box-cent2 .cent-title,
  header .head-banner .swiper-slide-active .box-cent3 .cent-title,
  header .head-banner .swiper-slide-active .box-cent .cent-text,
  header .head-banner .swiper-slide-active .box-cent2 .cent-text,
  header .head-banner .swiper-slide-active .box-cent3 .cent-text,
  header .head-banner .swiper-slide-active .box-cent .cent-button,
  header .head-banner .swiper-slide-active .box-cent2 .cent-button,
  header .head-banner .swiper-slide-active .box-cent3 .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.15rem;
    height: 0.15rem;
    margin: 0.1rem;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type::before,
  header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type::after {
    display: none;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet em {
    display: none;
    position: absolute;
    top: 50%;
    height: 50%;
    width: 0.14rem;
    height: 0.14rem;
    margin: -0.07rem 0 0 -0.07rem;
    border-radius: 50%;
    background: #fff;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet::before {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 8px);
    width: calc(1.96rem + 18px);
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet::after {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 8px);
    width: 0;
    height: 1px;
    background: #fff;
    z-index: 1;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.6rem;
    border-radius: 0.45rem;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active em {
    width: 0.18rem;
    height: 0.18rem;
    margin: -9px 0 0 -9px;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-on::after {
    width: calc(1.96rem + 18px);
    transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition: all 4.5s;
    -o-transition: all 4.5s;
    -moz-transition: all 4.5s;
    -webkit-transition: all 4.5s;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 5.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-pic video {
    display: none;
    width: 100%;
  }
  header .head-banner .banner-video {
    display: none;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
  }
  header .head-banner .banner-gif {
    display: block;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-gif img {
    width: 100%;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    width: 100%;
    margin-top: 0.05rem;
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    width: 100%;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    line-height: 1;
    text-transform: uppercase;
    color: #ffd700;
  }
  header .head-banner .banner-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title2 {
    font-size: var(--fs48);
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .banner-play {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.8rem 0 0 -0.8rem;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: mapAddress3 3s infinite linear;
  }
  header .head-banner .banner-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.8rem 0 0 -0.8rem;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: mapAddress3 3s 1.5s infinite linear;
  }
  header .head-banner .banner-play img {
    width: 100%;
  }
  header .head-banner .banner-play:hover {
    transform: rotate(122deg);
    -o-transform: rotate(122deg);
    -moz-transform: rotate(122deg);
    -webkit-transform: rotate(122deg);
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #002a63;
  }
  footer .foot-up {
    position: absolute;
    top: -0.34rem;
    left: 50%;
    width: 0.68rem;
    height: 0.68rem;
    margin-left: -0.34rem;
    cursor: pointer;
    z-index: 19;
  }
  footer .foot-up::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.42rem;
    height: 1.42rem;
    margin: -0.71rem 0 0 -0.71rem;
    background: url(../images/icon/icon-up2.png) no-repeat center center;
    background-size: 100%;
    animation: load 1.5s linear infinite;
  }
  footer .foot-up img {
    width: 100%;
  }
  footer .foot-main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.1rem;
    overflow: hidden;
  }
  footer .foot-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
  }
  footer .foot-main .main-box .box-cent {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-box .box-cent .cent-English {
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    letter-spacing: 0.05rem;
    color: #fff;
  }
  footer .foot-main .main-box .box-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    width: auto;
    margin-top: 0.2rem;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.28rem;
    border-radius: 50%;
    background: transparent;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    margin: -0.18rem 0 0 -0.2rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item .item-ewm {
    position: absolute;
    bottom: 0.85rem;
    left: 0;
    width: 1.8rem;
    height: auto;
    margin-left: 0;
    padding: 0.1rem;
    background: #fff;
    border-radius: 0.1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item .item-ewm img {
    position: static;
    width: 100%;
    margin: 0;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item:hover {
    background: #fff;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-box .box-nav {
    display: none;
    width: 2rem;
  }
  footer .foot-main .main-box .box-nav .nav-item {
    display: block;
    position: relative;
    font-size: var(--fs18);
    line-height: 2;
    color: #fff;
  }
  footer .foot-main .main-box .box-nav .nav-item span {
    position: relative;
  }
  footer .foot-main .main-box .box-nav .nav-item span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-box .box-nav .nav-item:hover span::after {
    width: 100%;
  }
  footer .foot-main .main-box .box-cont {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-box .box-cont .cont-logo {
    display: none;
    width: 2.54rem;
  }
  footer .foot-main .main-box .box-cont .cont-logo img {
    width: 100%;
  }
  footer .foot-main .main-box .box-cont .cont-text {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  footer .foot-main .main-box .box-cont .cont-text p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  footer .foot-main .main-box .box-cont .cont-text p em {
    display: block;
    width: 0.26rem;
  }
  footer .foot-main .main-box .box-cont .cont-text p em img {
    width: 100%;
  }
  footer .foot-main .main-box .box-cont .cont-text p span {
    padding-left: 0.15rem;
    font-size: var(--fs28);
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-box .box-cont .cont-zizhi {
    font-size: var(--fs26);
    line-height: 1.57;
    color: #fff;
  }
  footer .foot-main .main-box .box-cont .cont-zizhi a {
    font-family: 'MONTSERRAT-EXTRALIGHT';
    color: #fff;
  }
  footer .footer-3D {
    position: absolute;
    bottom: -170%;
    left: 0;
    opacity: 1;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .pege-container .block {
    display: block;
  }
  .container .pege-container .cont-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic {
    position: relative;
    width: 63vw;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic .slide-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.02rem;
    height: 1.02rem;
    margin: -0.501rem 0 0 -0.501rem;
    cursor: pointer;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic .slide-play img {
    position: relative;
    width: 100%;
    z-index: 9;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic .slide-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.02rem;
    height: 1.02rem;
    margin: -0.501rem 0 0 -0.501rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: mapAddress 3s infinite linear ;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic .slide-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.02rem;
    height: 1.02rem;
    margin: -0.501rem 0 0 -0.501rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: mapAddress 3s 1.5s infinite linear;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
    display: none;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-video {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-video video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item {
    position: absolute;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item .item-icon {
    position: relative;
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item .item-icon::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(1, 196, 217, 0.4);
    animation: iconAni 3s 0.75s infinite ease;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item .item-icon::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(1, 196, 217, 0.4);
    animation: iconAni 3s 0.75s infinite ease;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item .item-icon .icon-dian {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item .item-icon .icon-dian::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(1, 196, 217, 0.5);
    animation: iconAni 3s infinite ease;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item .item-icon .icon-dian::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 10;
    background: linear-gradient(90deg, #01c4d9, #006dfe);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item .item-title {
    display: none;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0.42rem;
    top: 50%;
    z-index: 1;
    min-width: 1.84rem;
    color: #fff;
    font-size: var(--fs18);
    line-height: 0.6rem;
    height: 0.6rem;
    padding: 0 0.4rem;
    margin-top: -0.3rem;
    white-space: nowrap;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item .item-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    box-shadow: 0 0 10px 4px rgba(1, 196, 217, 0.5);
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #01c4d9, #006dfe);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:hover {
    z-index: 9;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:hover .item-title {
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:hover .item-title::after {
    width: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(1) {
    top: 7.2vw;
    right: 24vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(2) {
    top: 5.8vw;
    left: 38vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(3) {
    top: 13vw;
    left: 40.5vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(4) {
    top: 20vw;
    left: 50vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(5) {
    top: 22vw;
    right: 34vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(6) {
    top: 26vw;
    right: 15vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(7) {
    top: 15.5vw;
    left: 27.5vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(8) {
    top: 23.5vw;
    left: 29vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(9) {
    top: 23.5vw;
    left: 14.5vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(10) {
    bottom: 13vw;
    left: 25vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(11) {
    bottom: 5vw;
    left: 16.5vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-lump .lump-item:nth-child(12) {
    bottom: 14vw;
    left: 47vw;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15.36rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.52rem;
    font-weight: bold;
    color: #006934;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.6rem;
    color: #006934;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-heng {
    width: 1.45rem;
    height: 4px;
    margin-top: 0.2rem;
    background: #169d4c;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-text {
    width: 4.9rem;
    margin-top: 0.2rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: var(--fs40);
    color: #169d4c;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-number {
    width: 4.9rem;
    margin-top: 0.1rem;
    font-size: var(--fs26);
    color: #3b3b3a;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-text,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-text,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-text,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-number,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-number,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-number,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-box,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-box,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-box,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-English,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-English,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-heng,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-heng,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-heng,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-title2,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-title2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-button,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .cent-button,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .lump-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .lump-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .lump-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .lump-subTitle,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .lump-subTitle,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .lump-subTitle,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .lump-button,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .lump-button,
  .container .pege-container .cont-banner .swiper-slide-active .box-lump .lump-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  .container .pege-container .cont-banner .swiper-pagination {
    bottom: 0.4rem;
    left: 50%;
    width: 15.36rem;
    margin-left: -7.68rem;
    text-align: center;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.5rem;
    background: #006dfe;
    border-radius: 0.45rem;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev,
  .container .pege-container .cont-banner .banner-swiper-button-next {
    position: absolute;
    top: 55%;
    width: 0.18rem;
    height: 0.32rem;
    margin-top: -0.16rem;
    opacity: 0.5;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev img,
  .container .pege-container .cont-banner .banner-swiper-button-next img {
    width: 100%;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev:hover,
  .container .pege-container .cont-banner .banner-swiper-button-next:hover {
    opacity: 1;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev {
    left: 1rem;
  }
  .container .pege-container .cont-banner .banner-swiper-button-next {
    right: 1rem;
  }
  .container .pege-container .cont-banner .swiper-button {
    position: absolute;
    bottom: 0.5rem;
    left: 1.1rem;
    width: 0.66rem;
    height: 0.66rem;
    padding-top: 0.14rem;
    font-size: var(--fs16);
    font-weight: bold;
    text-align: center;
    line-height: 0.18rem;
    color: #fff;
    border-radius: 50%;
    background: #006dfe;
    z-index: 9;
  }
  .container .pege-container .cont-banner .swiper-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #006dfe;
    opacity: 0.8;
    animation: mapAddress3 3s infinite linear;
    z-index: -1;
  }
  .container .pege-container .cont-banner .banner-mouse {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 0.95rem;
    height: auto;
    margin-left: -0.3rem;
    z-index: 9;
    cursor: pointer;
  }
  .container .pege-container .cont-banner .banner-mouse .mouse-icon {
    position: relative;
    width: 0.3rem;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-banner .banner-mouse .mouse-icon::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 50%;
    width: 2px;
    height: 6px;
    margin-left: -1px;
    background: #ed2224;
    animation: mouse 1s linear infinite;
  }
  .container .pege-container .cont-banner .banner-mouse .mouse-icon img {
    width: 100%;
  }
  .container .pege-container .cont-banner .banner-mouse .mouse-title {
    margin-bottom: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs16);
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-banner .banner-mouse:hover {
    animation: none;
  }
  .container .pege-container .cont-plate1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate1::after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3.6rem;
    height: 100%;
    background: url(../images/plate1-bg3.png) no-repeat bottom right;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
    transition: all 0.5s 0.5s;
    -o-transition: all 0.5s 0.5s;
    -moz-transition: all 0.5s 0.5s;
    -webkit-transition: all 0.5s 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-plate1 .plate1-video .video-play {
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
    cursor: pointer;
  }
  .container .pege-container .cont-plate1 .plate1-video .video-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    background: #006dfe;
    opacity: 0.6;
    animation: mapAddress3 3s infinite linear;
  }
  .container .pege-container .cont-plate1 .plate1-video .video-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    background: #006dfe;
    opacity: 0.6;
    animation: mapAddress3 3s 1.5s infinite linear;
  }
  .container .pege-container .cont-plate1 .plate1-video .video-play img {
    position: relative;
    width: 100%;
    z-index: 2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-video .video-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .container .pege-container .cont-plate1 .plate1-main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate1-bg2.png) no-repeat bottom left;
    background-size: cover;
    z-index: 2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main::after {
    content: '';
    position: absolute;
    bottom: -0.7rem;
    left: 0;
    width: 100%;
    height: 2rem;
    background: url(../images/plate1-zi.png) no-repeat left bottom;
    background-size: 100%;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-text {
    width: 100%;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 1.63;
    color: #333;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item {
    width: 50%;
    margin-bottom: 0.3rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num {
    display: inline-block;
    font-family: 'D-DIN-PRO-SEMIBOLD';
    font-size: var(--fs54);
    background: linear-gradient(90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-text {
    font-size: var(--fs26);
    color: #333;
  }
  .container .pege-container .cont-plate1 .plate1-main .page-button {
    margin-top: 0.45rem;
    z-index: 9;
  }
  .container .pege-container .cont-plate1-on::after {
    right: -3.7rem;
  }
  .container .pege-container .cont-plate1-on .plate1-video .video-play {
    display: none;
  }
  .container .pege-container .cont-plate1-on .plate1-main {
    left: 0;
  }
  .container .pege-container .cont-plate2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate2 .plate2-top {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.2rem 0.3rem 0;
    z-index: 19;
  }
  .container .pege-container .cont-plate2 .plate2-top .index-title {
    color: #333;
  }
  .container .pege-container .cont-plate2 .plate2-top .index-subTitle span {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .container .pege-container .cont-plate2 .plate2-top .page-button {
    margin-top: 0.3rem;
  }
  .container .pege-container .cont-plate2 .plate2-wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-lump {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-lump .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-lump .swiper-slide .slide-pic {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-lump .swiper-slide .slide-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide:last-of-type .slide-box::before,
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide:last-of-type .slide-box::after {
    display: none;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-box {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0.38rem 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 2.28rem;
    background: rgba(255, 255, 255, 0.8);
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 2.28rem;
    right: -1px;
    width: 4px;
    height: 4px;
    background: #006dfe;
    border-radius: 50%;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-box .box-title {
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-box .box-button {
    display: block;
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.25rem auto 0;
    border: solid 1px #fff;
    border-radius: 50%;
    background: url(../images/icon/icon-button-bg.png) no-repeat center center;
    background-size: 0.26rem;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-box .box-button::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #006dfe;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -2px;
    margin-top: -2px;
    transform: rotate(45deg);
    transform-origin: 1px 0.4rem;
    animation: view-more linear 2s infinite;
    animation-play-state: paused;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-box .box-button:hover::after {
    animation-play-state: running;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.85rem;
    background: linear-gradient(0deg, rgba(1, 196, 217, 0.9), rgba(0, 109, 254, 0.9));
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-cont .cont-title {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 1.22;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-cont .cont-text {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 1.875;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-cont .cont-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-cont .cont-button em {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border: solid 1px #fff;
    border-radius: 50%;
    background: url(../images/icon/icon-button-bg.png) no-repeat center center;
    background-size: 0.16rem;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-cont .cont-button em::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #006dfe;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -2px;
    margin-top: -2px;
    transform: rotate(45deg);
    transform-origin: 1px 0.4rem;
    animation: view-more linear 2s infinite;
    animation-play-state: paused;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-cont .cont-button span {
    margin-left: 0.2rem;
    font-size: var(--fs26);
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-cont .cont-button:hover em::after {
    animation-play-state: running;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide .slide-cont .cont-button:hover span {
    margin-left: 0.1rem;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide-on .slide-box {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .swiper-slide-on .slide-cont {
    opacity: 1;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-prev,
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-next {
    position: absolute;
    top: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-prev img,
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-prev .img2,
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-prev:hover .img1,
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-prev:hover .img2,
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-prev {
    left: 0.1rem;
  }
  .container .pege-container .cont-plate2 .plate2-wrap .wrap-main .plate2-swiper-button-next {
    right: 0.1rem;
  }
  .container .pege-container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem;
    background: url(../images/plate3-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top .top-title {
    display: none;
    font-size: 0.6rem;
    color: #333;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top .top-list {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top .top-list .list-item {
    position: relative;
    width: auto;
    margin-right: 0.6rem;
    font-size: var(--fs26);
    color: #999;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top .top-list .list-item:last-of-type {
    margin-right: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top .top-list .list-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.25rem;
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
    background: #000;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top .top-list .list-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top .top-list .list-item-on {
    color: #333;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top .top-list .list-item-on::after {
    opacity: 1;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top .top-list .list-item-on::before {
    width: 100%;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-top .page-button {
    display: none;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-web-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-web-top .top-title {
    font-size: 0.6rem;
    color: #333;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 4.48rem;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.25rem 0.25rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
    width: calc(100% - 0.6rem);
    font-size: var(--fs26);
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.45rem;
    height: 0.45rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    margin-left: -0.3rem;
    cursor: pointer;
    z-index: 9;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.3rem 0 0 -0.3rem;
    border-radius: 50%;
    background: #006dfe;
    opacity: 0.6;
    animation: mapAddress3 3s infinite linear;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.3rem 0 0 -0.3rem;
    border-radius: 50%;
    background: #006dfe;
    opacity: 0.6;
    animation: mapAddress3 3s 1.5s infinite linear;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-play img {
    position: relative;
    width: 100%;
    z-index: 2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump {
    display: none;
    width: 41.5vw;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide {
    width: calc(100% / 2 - 0.05rem);
    height: auto;
    margin-right: 0.1rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 4.48rem;
    padding: 0.35rem 0.25rem 0;
    background: #fff;
    border-radius: 0.05rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box .box-time {
    font-family: 'D-DIN-PRO-MEDIUM';
    font-size: var(--fs22);
    color: #999;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box .box-title {
    margin-top: 0.15rem;
    font-size: var(--fs22);
    font-weight: bold;
    line-height: 1.36;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 2.1rem;
    margin-top: 0.25rem;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box .box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box .box-bottom span {
    font-size: var(--fs16);
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box .box-bottom em {
    width: 0.14rem;
    height: 0.12rem;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box .box-bottom:hover span {
    color: #006dfe;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box:hover .box-title {
    color: #006dfe;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .box-lump .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-prev,
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-prev img,
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-prev .img2,
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-prev:hover .img1,
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-prev:hover .img2,
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-prev {
    left: -0.1rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box .plate3-swiper-button-next {
    right: -0.1rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-box-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .pege-container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: 100%;
  }
  .container .pege-container .cont-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .container .pege-container .cont-plate4 .plate4-top .top-cent {
    width: 100%;
  }
  .container .pege-container .cont-plate4 .plate4-top .top-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.4rem 0;
  }
  .container .pege-container .cont-plate4 .plate4-top .top-data .data-item {
    width: 40%;
  }
  .container .pege-container .cont-plate4 .plate4-top .top-data .data-item .item-num {
    display: inline-block;
    font-family: 'D-DIN-PRO-SEMIBOLD';
    font-size: 0.6rem;
    background: linear-gradient(90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .container .pege-container .cont-plate4 .plate4-top .top-data .data-item .item-text {
    font-size: var(--fs30);
    color: #333;
  }
  .container .pege-container .cont-plate4 .plate4-box {
    position: relative;
    width: 100%;
    margin-top: 0.6rem;
  }
  .container .pege-container .cont-plate4 .plate4-box .box-lump1,
  .container .pege-container .cont-plate4 .plate4-box .box-lump2,
  .container .pege-container .cont-plate4 .plate4-box .box-lump3 {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .container .pege-container .cont-plate4 .plate4-box .box-lump1 a,
  .container .pege-container .cont-plate4 .plate4-box .box-lump2 a,
  .container .pege-container .cont-plate4 .plate4-box .box-lump3 a {
    display: inline-block;
    width: 2.42rem;
    height: 1.25rem;
    margin-right: 1rem;
    border-radius: 0.05rem;
    border: solid 2px transparent;
    overflow: hidden;
  }
  .container .pege-container .cont-plate4 .plate4-box .box-lump1 a img,
  .container .pege-container .cont-plate4 .plate4-box .box-lump2 a img,
  .container .pege-container .cont-plate4 .plate4-box .box-lump3 a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-box .box-lump1 a:hover,
  .container .pege-container .cont-plate4 .plate4-box .box-lump2 a:hover,
  .container .pege-container .cont-plate4 .plate4-box .box-lump3 a:hover {
    border: solid 2px #006dfe;
    background: #fff;
    box-shadow: 0px 5px 25px 0px rgba(13, 26, 53, 0.1);
  }
  .container .pege-container .cont-plate4 .plate4-box .box-lump1 a:hover img,
  .container .pege-container .cont-plate4 .plate4-box .box-lump2 a:hover img,
  .container .pege-container .cont-plate4 .plate4-box .box-lump3 a:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .container .pege-container .cont-plate4 .plate4-box .str_wrap {
    background: none;
    overflow: visible;
  }
  .container .pege-container .cont-plate5 {
    width: 100%;
    height: auto;
    padding-top: 1.25rem;
  }
  .container .pege-container .cont-plate5 .plate5-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
  }
  .container .pege-container .cont-plate5 .plate5-top .top-title {
    font-size: 0.6rem;
    color: #333;
  }
  .container .pege-container .cont-plate5 .plate5-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.8rem;
    border-top-left-radius: 1.5rem;
    background: #dbeefb;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-top {
    width: 100%;
    height: auto;
    padding-bottom: 0.4rem;
    border-bottom: solid 1px #c8d9e5;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-top .index-title {
    color: #142a4a;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-top .index-subTitle {
    margin-top: 0.1rem;
    font-size: var(--fs36);
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 48.5%;
    margin-bottom: 0.12rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:nth-child(3n) {
    width: 48.5%;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-icon {
    width: 0.3rem;
    height: auto;
    margin-right: 0.1rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-icon img {
    width: 100%;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-title {
    flex: 1;
    font-size: var(--fs26);
    color: #7b848b;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0.38rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-button em {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-button span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #006dfe;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-cont .cont-button:hover em {
    margin-right: 0.2rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.8rem;
    background: #f0f9ff;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide {
    display: flex;
    align-items: center;
    width: 4rem;
    height: auto;
    margin: 0 0.3rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    opacity: 0.5;
    transition: 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0.8);
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
    position: relative;
    padding: 0.25rem 0;
    font-size: var(--fs26);
    text-align: center;
    color: #333;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-title p {
    position: relative;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-title .box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-title .box-bg img {
    width: 100%;
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent 15%);
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent 15%);
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide-active {
    z-index: 9;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide-active .slide-box {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide-active .slide-box .box-title p {
    opacity: 1;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide-prev .slide-box {
    transform: translateX(0) scale(1);
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide-next .slide-box {
    transform: translateX(0) scale(1);
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-prev,
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-prev img,
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-prev .img2,
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-prev:hover .img1,
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-prev:hover .img2,
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-prev {
    left: 0.5rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .plate5-swiper-button-next {
    right: 0.5rem;
  }
  .container .index-title {
    font-size: var(--fs36);
    color: #333;
  }
  .container .index-subTitle {
    font-size: 0.6rem;
    font-weight: bold;
  }
  .container .index-subTitle span {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .container .index-heng {
    width: 0.34rem;
    height: 5px;
    margin-top: 0.35rem;
    background: #006dfe;
    border-radius: 0.45rem;
  }
  .caseDetail-plate1 {
    width: 100%;
    height: auto;
    padding: 1.6rem 0.3rem 2.65rem;
    background: linear-gradient(-90deg, #01c4d9 50%, #006dfe);
  }
  .caseDetail-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .caseDetail-plate1 .plate1-main .main-title {
    flex: 1;
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  .caseDetail-plate1 .plate1-main .main-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0.25rem;
  }
  .caseDetail-plate1 .plate1-main .main-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.28rem;
    border-radius: 50%;
    background: transparent;
  }
  .caseDetail-plate1 .plate1-main .main-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    margin: -0.18rem 0 0 -0.2rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseDetail-plate1 .plate1-main .main-share .share-item .img2 {
    opacity: 0;
  }
  .caseDetail-plate1 .plate1-main .main-share .share-item:hover {
    background: #fff;
  }
  .caseDetail-plate1 .plate1-main .main-share .share-item:hover .img2 {
    opacity: 1;
  }
  .caseDetail-plate1 .plate1-main .main-share .share-item:hover .img2 {
    opacity: 1;
  }
  .caseDetail-plate2 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    background: #f1f3f7 url(../images/caseDetail-bg.png) no-repeat bottom left;
    background-size: 100%;
    overflow: visible;
  }
  .caseDetail-plate2 .plate2-main {
    position: relative;
    padding: 0.95rem 0.2rem 0.85rem;
    background: #fff;
    border-radius: 0.05rem;
    z-index: 9;
    transform: translatey(-1.85rem);
    -o-transform: translatey(-1.85rem);
    -moz-transform: translatey(-1.85rem);
    -webkit-transform: translatey(-1.85rem);
  }
  .caseDetail-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    font-size: var(--fs26);
    line-height: 2.25;
    color: #666666;
  }
  .caseDetail-plate2 .plate2-main .main-cent img {
    max-width: 100%;
    width: auto;
    height: auto !important;
  }
  .caseDetail-plate2 .plate2-main .main-cent p {
    text-indent: 0.36rem;
  }
  .caseDetail-plate2 .plate2-main .main-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
  }
  .caseDetail-plate2 .plate2-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    padding-top: 0.5rem;
    border-top: solid 1px #eeeef1;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .bottom-cent {
    width: 100%;
    height: auto;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title {
    font-size: var(--fs26);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title:first-of-type {
    margin-bottom: 0.15rem;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title span {
    font-weight: bold;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title a {
    color: #666;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title:hover span {
    color: #006dfe;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title:hover a {
    color: #006dfe;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .page-button {
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    background: transparent;
    border: solid 2px #006dfe;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .page-button span {
    font-size: var(--fs26);
    color: #006dfe;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .page-button em {
    width: 0.3rem;
    height: 0.29rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .page-button:hover {
    background: #006dfe;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .page-button:hover span {
    color: #fff;
  }
  .caseDetail-plate2 .plate2-main .main-bottom .page-button:hover em {
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .case {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.15rem;
    background: #f1f3f7 url(../images/caseDetail-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .case .case-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    margin-bottom: 0.48rem;
  }
  .case .case-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    border-radius: 0.05rem;
    background: #fff;
  }
  .case .case-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .case .case-main .main-box .box-item .item-cont {
    width: 100%;
    height: auto;
    padding: 0.48rem 0.4rem 0.4rem;
  }
  .case .case-main .main-box .box-item .item-cont .cont-pic {
    width: 100%;
    height: 3rem;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .case .case-main .main-box .box-item .item-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-item .item-cont .cont-title {
    margin-top: 0.35rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-item .item-cont .cont-text {
    height: calc(1.875 * 2 * 0.26rem);
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 1.875;
    color: #7b848b;
    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;
  }
  .case .case-main .main-box .box-item .item-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.4rem;
    border-top: solid 1px #e4e4e4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-item .item-button span {
    font-size: var(--fs26);
    font-weight: bold;
    color: #999999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-item .item-button em {
    width: 14px;
    height: 12px;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-item:hover {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
  }
  .case .case-main .main-box .box-item:hover .item-cont .cont-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-box .box-item:hover .item-cont .cont-title,
  .case .case-main .main-box .box-item:hover .item-cont .cont-text {
    color: #fff;
  }
  .case .case-main .main-box .box-item:hover .item-button {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
  .case .case-main .main-box .box-item:hover .item-button span {
    color: #fff;
  }
  .case .case-main .main-box .box-item:hover .item-button em {
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.3rem;
    background: #f1f3f7 url(../images/caseDetail-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .product .product-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .product-main .main-list {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .product .product-main .main-list .list-search {
    width: 100%;
    height: auto;
    margin-bottom: 0.45rem;
  }
  .product .product-main .main-list .list-search .search-title {
    font-size: var(--fs36);
    color: #222;
  }
  .product .product-main .main-list .list-search .search-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 1rem;
    margin-top: 0.15rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .product .product-main .main-list .list-search .search-box input {
    width: calc(100% - 1rem);
    height: 100%;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    color: #666;
    border: solid 2px #ededee;
    border-right: none;
  }
  .product .product-main .main-list .list-search .search-box input::placeholder {
    color: #999;
  }
  .product .product-main .main-list .list-search .search-box a {
    width: 1rem;
    height: 100%;
    text-align: center;
    line-height: 1rem;
    background: #006dfe;
  }
  .product .product-main .main-list .list-search .search-box a img {
    width: 15px;
  }
  .product .product-main .main-list .list-box {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-list .list-box .box-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.3rem;
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
  }
  .product .product-main .main-list .list-box .box-top span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #fff;
  }
  .product .product-main .main-list .list-box .box-lump {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-list .list-box .box-lump .lump-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem 0 0.4rem;
    background: #fff;
    border-bottom: solid 1px #eeeeee;
  }
  .product .product-main .main-list .list-box .box-lump .lump-item p {
    flex: 1;
    padding-right: 0.1rem;
    font-size: var(--fs26);
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-box .box-lump .lump-item em {
    width: 7px;
    height: 11px;
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-box .box-lump .lump-item:hover p {
    color: #006dfe;
  }
  .product .product-main .main-list .list-box .box-lump .lump-item:hover em {
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-list .list-box .box-lump .lump-item-on p {
    color: #006dfe;
  }
  .product .product-main .main-list .list-box .box-lump .lump-item-on em {
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding-top: 0;
  }
  .product .product-main .main-cont .cont-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    margin-bottom: 0.5rem;
  }
  .product .product-main .main-cont .cont-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.35rem 0.4rem 0.45rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
    background: #fff;
  }
  .product .product-main .main-cont .cont-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    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;
  }
  .product .product-main .main-cont .cont-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-cont .cont-box .box-item .item-pic {
    width: 100%;
    height: 2.5rem;
  }
  .product .product-main .main-cont .cont-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.55rem 0 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-item .item-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    line-height: 1.875;
    text-align: center;
    color: #7b848b;
  }
  .product .product-main .main-cont .cont-box .box-item .item-cent .cent-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0.25rem;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-item .item-cent .cent-link span {
    font-size: var(--fs26);
    color: #006dfe;
  }
  .product .product-main .main-cont .cont-box .box-item .item-cent .cent-link em {
    width: 14px;
    height: 12px;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-cont .cont-box .box-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1) translateZ(0);
  }
  .product .product-main .main-cont .cont-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .product .product-main .main-cont .cont-box .box-item:hover .item-cent {
    padding: 0.25rem 0 0;
  }
  .product .product-main .main-cont .cont-box .box-item:hover .item-cent .cent-title {
    color: #006dfe;
  }
  .product .product-main .main-cont .cont-box .box-item:hover .item-cent .cent-link {
    margin-top: 0.25rem;
    opacity: 1;
  }
  .productFeatures-plate1 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.25rem;
    background: #f1f3f7 url(../images/caseDetail-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .productFeatures-plate1 .plate1-main .main-text {
    width: 100%;
    height: auto;
    margin: 0.1rem auto 0;
    font-size: var(--fs26);
    text-align: center;
    line-height: 2;
    color: #7b848b;
  }
  .productFeatures-plate1 .plate1-main .main-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #000;
  }
  .productFeatures-plate1 .plate1-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
  }
  .productFeatures-plate1 .plate1-main .main-box .box-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .productFeatures-plate1 .plate1-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productFeatures-plate1 .plate1-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;
  }
  .productFeatures-plate1 .plate1-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-top: 0.4rem;
  }
  .productFeatures-plate1 .plate1-main .main-box .box-item .item-cent .cent-title {
    display: inline-block;
    width: auto;
    height: 0.8rem;
    padding: 0 0.35rem;
    font-size: var(--fs30);
    line-height: 0.76rem;
    color: #006dfe;
    border-radius: 0.45rem;
    border: solid 1px #006dfe;
    background: #fff;
  }
  .productFeatures-plate1 .plate1-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    line-height: 2;
    color: #7b848b;
  }
  .productFeatures-plate1 .plate1-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);
  }
  .productFeatures-plate1 .plate1-main .main-box .box-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .productFeatures-plate1 .plate1-main .main-box .box-item:nth-child(even) .item-cent {
    padding-left: 4.2vw;
    padding-right: 0;
  }
  .productFeatures-plate1 .plate1-main .main-box .box-item:last-of-type {
    margin-bottom: 0;
  }
  .productFeatures-plate2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .productFeatures-plate2 .plate2-main {
    display: block;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
  }
  .productFeatures-plate2 .plate2-main .page-title {
    position: absolute;
    top: 0.9rem;
    left: 0;
    width: 100%;
  }
  .productFeatures-plate2 .plate2-main .main-cont {
    width: 100%;
    height: auto;
    padding: 1.9rem 0.3rem 0.8rem;
    background: #f2f9ff;
  }
  .productFeatures-plate2 .plate2-main .main-cont .cont-title {
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .productFeatures-plate2 .plate2-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    margin: 0.2rem auto 0;
  }
  .productFeatures-plate2 .plate2-main .main-cont .cont-pic img {
    width: 100%;
  }
  .productFeatures-plate2 .plate2-main .main-cont .cont-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    color: #333;
  }
  .productFeatures-plate2 .plate2-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    padding: 0.3rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.1);
  }
  .productFeatures-plate2 .plate2-main .main-cont .cont-lump .lump-title {
    font-size: var(--fs26);
    text-align: center;
    color: #333;
  }
  .productFeatures-plate2 .plate2-main .main-cont .cont-lump .lump-pic {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .productFeatures-plate2 .plate2-main .main-cont .cont-lump .lump-pic img {
    width: 100%;
  }
  .productFeatures-plate2 .plate2-main .main-box {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.25rem;
  }
  .productFeatures-plate2 .plate2-main .main-box img {
    width: 100%;
  }
  .service-plate1 {
    width: 100%;
    height: auto;
    padding: 2.3rem 0.3rem 1.2rem;
    background: #f1f3f7 url(../images/caseDetail-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .service-plate1 .plate1-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .service-plate1 .plate1-main .main-box .box-lump {
    display: none;
    position: relative;
    width: 5.35rem;
    height: 5.35rem;
    margin: 1.95rem auto 0;
  }
  .service-plate1 .plate1-main .main-box .box-lump::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.15rem;
    height: 7.15rem;
    margin: -3.575rem 0 0 -3.575rem;
    border-radius: 50%;
    background: #e6ebf2;
  }
  .service-plate1 .plate1-main .main-box .box-lump::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.1rem;
    height: 6.1rem;
    margin: -3.05rem 0 0 -3.05rem;
    border-radius: 50%;
    background: #d7dfeb;
    z-index: 2;
  }
  .service-plate1 .plate1-main .main-box .box-lump .lump-pic {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: solid 5px #006dfe;
    overflow: hidden;
    z-index: 9;
  }
  .service-plate1 .plate1-main .main-box .box-lump .lump-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-plate1 .plate1-main .main-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    z-index: 9;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item {
    display: flex;
    align-items: center;
    position: static;
    top: auto !important;
    left: auto !important;
    min-height: 1.3rem;
    width: 48.5%;
    height: auto;
    margin-bottom: 0.3rem;
    padding: 0.35rem 0.3rem;
    background: #fff;
    border-radius: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item::after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    width: 0.14rem;
    height: 0.14rem;
    margin-top: -0.07rem;
    border-radius: 50%;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item p {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item p span {
    font-family: 'D-DIN-PRO-SEMIBOLD';
    font-size: var(--fs42);
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item p em {
    font-size: var(--fs34);
    font-weight: bold;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:hover {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:hover::after {
    background: #006dfe;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:hover p {
    color: #fff;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(1) {
    top: -0.52rem;
    left: 0;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(1)::after {
    right: -1.3rem;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(2) {
    top: 2rem;
    left: 0;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(2)::after {
    right: -0.3rem;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(3) {
    bottom: -0.5rem;
    left: 0;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(3)::after {
    right: -1.3rem;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(4) {
    top: -0.52rem;
    right: 0;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(4)::after {
    left: -1.3rem;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(5) {
    top: 2rem;
    right: 0;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(5)::after {
    left: -0.3rem;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(6) {
    bottom: -0.5rem;
    right: 0;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(6)::after {
    left: -1.3rem;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(7) {
    bottom: -2.52rem;
    left: 50%;
    margin-left: 0;
    padding: 0.35rem 0.3rem;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(7)::after {
    top: -0.38rem;
    left: 50%;
    margin-left: -0.07rem;
  }
  .service-plate1 .plate1-main .main-box .box-cont .cont-item:nth-child(7) p {
    width: 100%;
    text-align: left;
  }
  .service-plate2 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem;
  }
  .service-plate2 .plate2-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .service-plate2 .plate2-main .main-cont .cont-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.84rem;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .service-plate2 .plate2-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;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-icon {
    width: 0.8rem;
    height: auto;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-icon img {
    width: 100%;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-title {
    margin-top: 0.15rem;
    font-size: var(--fs34);
    font-weight: bold;
    color: #333;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-title span {
    color: #006dfe;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-lump .lump-item {
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    margin-bottom: 0.28rem;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-lump .lump-item:last-of-type {
    margin-bottom: 0;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-lump .lump-item .item-title {
    position: relative;
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 1.75;
    color: #000;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-lump .lump-item .item-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.28rem;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    border-radius: 50%;
    background: #006dfe;
  }
  .service-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-lump .lump-item .item-text {
    font-size: var(--fs26);
    line-height: 1.75;
    color: #7b848b;
  }
  .service-plate2 .plate2-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);
  }
  .service-plate2 .plate2-main .main-cont .cont-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .service-plate2 .plate2-main .main-title {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #006dfe;
  }
  .service-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .service-plate2 .plate2-main .main-pic img {
    width: 100%;
  }
  .service-plate3 {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 1rem;
    background: #f1f3f7;
  }
  .service-plate3 .plate3-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .service-plate3 .plate3-main .main-cont .cont-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .service-plate3 .plate3-main .main-cont .cont-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service-plate3 .plate3-main .main-cont .cont-dd .dd-top .dd-title {
    position: relative;
    width: 90%;
    padding-left: 0.6rem;
    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;
  }
  .service-plate3 .plate3-main .main-cont .cont-dd .dd-top .dd-title::after {
    content: 'Q';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    background: #999999;
    border-radius: 50%;
  }
  .service-plate3 .plate3-main .main-cont .cont-dd .dd-top .dd-show {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon/icon-FAQ-show.png) no-repeat center center;
    background-size: 100%;
  }
  .service-plate3 .plate3-main .main-cont .cont-dd .top-active .dd-show {
    background: url(../images/icon/icon-FAQ-hide.png) no-repeat center center;
    background-size: 100%;
  }
  .service-plate3 .plate3-main .main-cont .cont-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  .service-plate3 .plate3-main .main-cont .cont-dd .dd-cent .cent-duty {
    position: relative;
    width: 100%;
    padding-left: 0.6rem;
  }
  .service-plate3 .plate3-main .main-cont .cont-dd .dd-cent .cent-duty::after {
    content: 'A';
    position: absolute;
    top: 0.05rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
  }
  .service-plate3 .plate3-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text {
    width: 100%;
    font-size: 0.26rem;
    line-height: 1.875;
    color: #7b848b;
  }
  .about-plate1 {
    width: 100%;
    height: auto;
    padding: 2.5rem 0.3rem 1.3rem;
    background: #f1f3f7 url(../images/caseDetail-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .about-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-plate1 .plate1-main .main-cont {
    width: 100%;
    height: auto;
  }
  .about-plate1 .plate1-main .main-cont .cont-title {
    font-size: var(--fs34);
    color: #333;
  }
  .about-plate1 .plate1-main .main-cont .cont-subTitle {
    margin-top: 0.1rem;
    line-height: 0.52rem;
  }
  .about-plate1 .plate1-main .main-cont .cont-subTitle em {
    display: block;
    font-size: var(--fs40);
    font-weight: 100;
    line-height: 0.58rem;
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about-plate1 .plate1-main .main-cont .cont-subTitle span {
    display: block;
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.58rem;
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about-plate1 .plate1-main .main-cont .cont-heng {
    width: 0.35rem;
    height: 5px;
    margin-top: 0.35rem;
    background: #006dfe;
    border-radius: 0.45rem;
  }
  .about-plate1 .plate1-main .main-cont .cont-text {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: var(--fs26);
    line-height: 2.25;
    color: #7b848b;
  }
  .about-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0.4rem;
  }
  .about-plate1 .plate1-main .main-data .data-item {
    width: 48.5%;
    margin-top: 0.45rem;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-num {
    display: inline-block;
    font-family: 'D-DIN-PRO-SEMIBOLD';
    font-size: 0.76rem;
    background: linear-gradient(90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-text {
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
  }
  .about-plate1 .plate1-main .main-data .data-item:nth-child(odd) {
    padding-right: 0;
  }
  .about-plate2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about-plate2 .plate2-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s 0.5s;
    -o-transition: all 0.5s 0.5s;
    -moz-transition: all 0.5s 0.5s;
    -webkit-transition: all 0.5s 0.5s;
  }
  .about-plate2 .plate2-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-plate2 .plate2-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    cursor: pointer;
  }
  .about-plate2 .plate2-video .video-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    background: #006dfe;
    opacity: 0.6;
    animation: mapAddress3 3s infinite linear;
  }
  .about-plate2 .plate2-video .video-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    background: #006dfe;
    opacity: 0.6;
    animation: mapAddress3 3s 1.5s infinite linear;
  }
  .about-plate2 .plate2-video .video-play img {
    position: relative;
    width: 100%;
    z-index: 2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate2 .plate2-video .video-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .about-plate3 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.25rem;
    background: #f1f3f7;
    border-bottom: solid 1px #dcdcdc;
    overflow: visible;
  }
  .about-plate3 .plate3-main {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about-plate3 .plate3-main .main-swiper {
    margin-top: 0.5rem;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    opacity: 0.3;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0 0.5rem 3.9rem;
    border-right: solid 1px #dcdcdc;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-year {
    font-size: var(--fs32);
    font-weight: bold;
    color: #222;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-year span {
    font-family: 'D-DIN-PRO-SEMIBOLD';
    font-size: var(--fs42);
    color: #006dfe;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.05rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #222;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item:last-of-type {
    margin-bottom: 0;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item .item-title {
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 1.625;
    color: #000;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item .item-text {
    font-size: var(--fs26);
    line-height: 1.625;
    color: #7b848b;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: calc(100% - 1rem);
    height: 3.5rem;
    overflow: hidden;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide:last-of-type .slide-box {
    border-right: none;
  }
  .about-plate3 .plate3-lump {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    right: 0;
    width: calc(100% - 0.6rem);
  }
  .about-plate3 .plate3-lump .swiper-pagination {
    position: static;
    width: 65%;
    height: 3px;
    background: transparent;
  }
  .about-plate3 .plate3-lump .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #006dfe;
  }
  .about-plate3 .plate3-lump .lump-button {
    display: flex;
    justify-content: space-between;
    width: 1.8rem;
    height: auto;
  }
  .about-plate3 .plate3-lump .lump-button .plate3-swiper-button-prev,
  .about-plate3 .plate3-lump .lump-button .plate3-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .about-plate3 .plate3-lump .lump-button .plate3-swiper-button-prev img,
  .about-plate3 .plate3-lump .lump-button .plate3-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-lump .lump-button .plate3-swiper-button-prev .img2,
  .about-plate3 .plate3-lump .lump-button .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .about-plate3 .plate3-lump .lump-button .plate3-swiper-button-prev:hover .img1,
  .about-plate3 .plate3-lump .lump-button .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate3 .plate3-lump .lump-button .plate3-swiper-button-prev:hover .img2,
  .about-plate3 .plate3-lump .lump-button .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 0.9rem;
  }
  .about-plate4 .plate4-main .main-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about-plate4 .plate4-main .main-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 48.5%;
    height: auto;
    margin-bottom: 0.25rem;
    margin-right: 0;
    padding-bottom: 0.25rem;
    border-bottom: solid 1px #ebedef;
  }
  .about-plate4 .plate4-main .main-lump .lump-item:nth-child(4n) {
    margin-right: 0;
  }
  .about-plate4 .plate4-main .main-lump .lump-item em {
    width: 13px;
    height: 19px;
    background: url(../images/icon/icon-about-plate4-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  .about-plate4 .plate4-main .main-lump .lump-item p {
    flex: 1;
    padding-left: 0.1rem;
    font-size: var(--fs26);
    color: #000;
  }
  .about-plate4 .plate4-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about-plate4 .plate4-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    padding: 0 0 0.5rem;
    overflow: hidden;
  }
  .about-plate4 .plate4-main .main-cont .cont-box .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about-plate4 .plate4-main .main-cont .cont-box .swiper-slide .slide-pic {
    position: relative;
    width: 100%;
    height: auto;
    border: solid 0.1rem #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-cont .cont-box .swiper-slide .slide-pic img {
    width: 100%;
  }
  .about-plate4 .plate4-main .main-cont .cont-box .swiper-slide .slide-pic::after {
    content: '';
    position: absolute;
    bottom: -0.55rem;
    left: 50%;
    width: 3.97rem;
    height: 0.49rem;
    margin-left: -1.985rem;
    background: url(../images/about-plate4-bg.png) no-repeat center center;
    background-size: 100%;
    opacity: 0.5;
  }
  .about-plate4 .plate4-main .main-cont .cont-box .swiper-slide-active {
    z-index: 59 !important;
  }
  .about-plate4 .plate4-main .main-cont .plate4-swiper-button-prev,
  .about-plate4 .plate4-main .main-cont .plate4-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.35rem;
    height: 0.61rem;
    margin-top: -0.3rem;
    border-radius: 50%;
    background: #fff;
    z-index: 19;
    outline: none;
    cursor: pointer;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about-plate4 .plate4-main .main-cont .plate4-swiper-button-prev img,
  .about-plate4 .plate4-main .main-cont .plate4-swiper-button-next img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-cont .plate4-swiper-button-prev .img2,
  .about-plate4 .plate4-main .main-cont .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .about-plate4 .plate4-main .main-cont .plate4-swiper-button-prev {
    left: -0.2rem;
  }
  .about-plate4 .plate4-main .main-cont .plate4-swiper-button-next {
    right: -0.2rem;
  }
  .about-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: 100%;
  }
  .about-plate5 .plate5-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .about-plate5 .plate5-top .top-cent {
    width: auto;
  }
  .about-plate5 .plate5-top .top-cent .cent-title {
    font-size: var(--fs30);
    color: #333;
  }
  .about-plate5 .plate5-top .top-cent .cent-subTitle {
    font-size: 0.6rem;
    font-weight: bold;
  }
  .about-plate5 .plate5-top .top-cent .cent-subTitle span {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about-plate5 .plate5-top .top-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.4rem 0;
  }
  .about-plate5 .plate5-top .top-data .data-item {
    width: 40%;
  }
  .about-plate5 .plate5-top .top-data .data-item .item-num {
    display: inline-block;
    font-family: 'D-DIN-PRO-SEMIBOLD';
    font-size: 0.6rem;
    background: linear-gradient(90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about-plate5 .plate5-top .top-data .data-item .item-text {
    font-size: var(--fs30);
    color: #333;
  }
  .about-plate5 .plate5-box {
    position: relative;
    width: 100%;
    margin-top: 0.6rem;
  }
  .about-plate5 .plate5-box .box-lump1,
  .about-plate5 .plate5-box .box-lump2,
  .about-plate5 .plate5-box .box-lump3 {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .about-plate5 .plate5-box .box-lump1 a,
  .about-plate5 .plate5-box .box-lump2 a,
  .about-plate5 .plate5-box .box-lump3 a {
    display: inline-block;
    width: 2.42rem;
    height: 1.25rem;
    margin-right: 1rem;
    border-radius: 0.05rem;
    border: solid 2px transparent;
    overflow: hidden;
  }
  .about-plate5 .plate5-box .box-lump1 a img,
  .about-plate5 .plate5-box .box-lump2 a img,
  .about-plate5 .plate5-box .box-lump3 a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-box .box-lump1 a:hover,
  .about-plate5 .plate5-box .box-lump2 a:hover,
  .about-plate5 .plate5-box .box-lump3 a:hover {
    border: solid 2px #006dfe;
    background: #fff;
    box-shadow: 0px 5px 25px 0px rgba(13, 26, 53, 0.1);
  }
  .about-plate5 .plate5-box .box-lump1 a:hover img,
  .about-plate5 .plate5-box .box-lump2 a:hover img,
  .about-plate5 .plate5-box .box-lump3 a:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .about-plate5 .plate5-box .str_wrap {
    background: none;
    overflow: visible;
  }
  .join-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.75rem;
    background: #f1f3f7 url(../images/caseDetail-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .join-plate1 .plate1-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .join-plate1 .plate1-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
    margin-bottom: 0.4rem;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join-plate1 .plate1-main .main-box .box-item .item-title {
    width: 100%;
    padding-right: 0;
    padding-left: 0.25rem;
    margin-bottom: 0.15rem;
    border-left: solid 3px #006dfe;
    font-size: var(--fs36);
    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;
  }
  .join-plate1 .plate1-main .main-box .box-item .item-text {
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs26);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join-plate1 .plate1-main .main-box .box-item .item-text span {
    font-weight: 100;
    margin: 0 0.15rem;
    color: #dedee1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join-plate1 .plate1-main .main-box .box-item .item-time {
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs26);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join-plate1 .plate1-main .main-box .box-item .item-button {
    position: relative;
    width: 0.8rem;
    height: 0.5rem;
    border-radius: 0.45rem;
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join-plate1 .plate1-main .main-box .box-item .item-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join-plate1 .plate1-main .main-box .box-item:hover {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
  }
  .join-plate1 .plate1-main .main-box .box-item:hover .item-title {
    border-left: solid 5px #fff;
  }
  .join-plate1 .plate1-main .main-box .box-item:hover .item-title,
  .join-plate1 .plate1-main .main-box .box-item:hover .item-text,
  .join-plate1 .plate1-main .main-box .box-item:hover .item-time {
    color: #fff;
  }
  .join-plate1 .plate1-main .main-box .box-item:hover .item-title span,
  .join-plate1 .plate1-main .main-box .box-item:hover .item-text span,
  .join-plate1 .plate1-main .main-box .box-item:hover .item-time span {
    color: rgba(255, 255, 255, 0.3);
  }
  .join-plate1 .plate1-main .main-box .box-item:hover .item-button {
    background: #fff;
  }
  .join-plate1 .plate1-main .main-box .box-item:hover .item-button::after {
    background: url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 6px;
  }
  .join-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 199;
  }
  .join-pupop {
    display: none;
    position: fixed;
    top: 50%;
    left: 2%;
    width: 96%;
    padding: 0.5rem 0;
    background: #fff;
    z-index: 299;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .join-pupop .pupop-hide {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.3rem;
    height: 0.3rem;
    cursor: pointer;
  }
  .join-pupop .pupop-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join-pupop .pupop-hide:hover img {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .join-pupop .pupop-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }
  .join-pupop .pupop-main .main-box {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    border-right: none;
  }
  .join-pupop .pupop-main .main-box .box-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .join-pupop .pupop-main .main-box .box-top .top-title {
    width: 100%;
    height: auto;
    margin-right: 0.2rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .join-pupop .pupop-main .main-box .box-top .top-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join-pupop .pupop-main .main-box .box-top .top-text span {
    font-weight: 100;
    margin: 0 0.15rem;
    color: #dedee1;
  }
  .join-pupop .pupop-main .main-box .box-text {
    width: 100%;
    height: 6.5rem;
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 1.875;
    color: #7b848b;
    overflow: auto;
  }
  .join-pupop .pupop-main .main-box .box-text p {
    font-size: var(--fs28);
    color: #191c22;
  }
  .join-pupop .pupop-main .main-box .page-button {
    position: absolute;
    bottom: 0;
    left: 0.3rem;
    margin-top: 0;
  }
  .join-pupop .pupop-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0;
  }
  .join-pupop .pupop-main .main-cent .cent-text {
    margin-bottom: 0.1rem;
    font-size: var(--fs26);
    color: #7b848b;
  }
  .join-pupop .pupop-main .main-cent .cent-text:last-of-type {
    margin-bottom: 0;
  }
  .solution-plate1 {
    width: 100%;
    height: auto;
    padding: 1.7rem 0.3rem 1.5rem;
    background: #f1f3f7 url(../images/caseDetail-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .solution-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .solution-plate1 .plate1-main .main-box .box-item {
    position: relative;
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .solution-plate1 .plate1-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .solution-plate1 .plate1-main .main-box .box-item .item-pic {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
  }
  .solution-plate1 .plate1-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;
  }
  .solution-plate1 .plate1-main .main-box .box-item .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.25rem;
    font-size: var(--fs28);
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .solution-plate1 .plate1-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);
  }
  .solution-plate2 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.7rem;
  }
  .solution-plate2 .plate2-main {
    position: relative;
  }
  .solution-plate2 .plate2-main .main-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .solution-plate2 .plate2-main .main-button .button-arrow {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution-plate2 .plate2-main .main-button .button-title {
    font-size: var(--fs28);
    font-weight: bold;
    color: #006dfe;
  }
  .solution-plate2 .plate2-main .main-button:hover .button-arrow {
    margin-right: 0.2rem;
  }
  .solution-plate2 .plate2-main .page-title {
    text-align: left;
  }
  .solution-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .solution-plate2 .plate2-main .main-box .box-item {
    position: relative;
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .solution-plate2 .plate2-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .solution-plate2 .plate2-main .main-box .box-item .item-play {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin: -0.25rem 0 0 -0.25rem;
    cursor: pointer;
    z-index: 9;
  }
  .solution-plate2 .plate2-main .main-box .box-item .item-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.25rem 0 0 -0.25rem;
    border-radius: 50%;
    background: #006dfe;
    opacity: 0.6;
    animation: mapAddress3 3s infinite linear;
  }
  .solution-plate2 .plate2-main .main-box .box-item .item-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.25rem 0 0 -0.25rem;
    border-radius: 50%;
    background: #006dfe;
    opacity: 0.6;
    animation: mapAddress3 3s 1.5s infinite linear;
  }
  .solution-plate2 .plate2-main .main-box .box-item .item-play img {
    position: relative;
    width: 100%;
    z-index: 2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution-plate2 .plate2-main .main-box .box-item .item-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .solution-plate2 .plate2-main .main-box .box-item .item-pic {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
  }
  .solution-plate2 .plate2-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution-plate2 .plate2-main .main-box .box-item .item-title {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    text-align: center;
    color: #003233;
  }
  .solution-plate2 .plate2-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .solutionDetail-plate1 {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    padding: 0 0.3rem 0.7rem;
  }
  .solutionDetail-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate1 .plate1-main .main-pic {
    width: 100%;
    height: 4rem;
    text-align: right;
    overflow: hidden;
  }
  .solutionDetail-plate1 .plate1-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .solutionDetail-plate1 .plate1-main .main-cont {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.3rem;
    background: linear-gradient(90deg, #fff 25%, transparent);
  }
  .solutionDetail-plate1 .plate1-main .main-cont .cont-cent {
    width: 100%;
  }
  .solutionDetail-plate1 .plate1-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .solutionDetail-plate1 .plate1-main .main-cont .cont-cent .cent-heng {
    width: 0.35rem;
    height: 5px;
    margin-top: 0.25rem;
    background: #006dfe;
    border-radius: 0.45rem;
  }
  .solutionDetail-plate1 .plate1-main .main-cont .cont-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 1.81;
    color: #333;
  }
  .solutionDetail-plate1 .plate1-main .main-cont .cont-cent .cent-text span {
    font-weight: bold;
  }
  .solutionDetail-plate2 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.7rem;
  }
  .solutionDetail-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.25rem;
    padding: 0.5rem 0.2rem;
    background: linear-gradient(130deg, #dde8f9, #f2f4f9);
    border-radius: 0.5rem;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-item .item-icon {
    width: 0.9rem;
    height: auto;
    margin: 0 auto;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-item .item-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    text-align: center;
    line-height: 1.75;
    color: #7b848b;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-item:hover .item-icon img {
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  .solutionDetail-plate3 {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate3 .plate3-pic {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
  }
  .solutionDetail-plate3 .plate3-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .solutionDetail-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: linear-gradient(90deg, #fff 25%, transparent);
    z-index: 9;
  }
  .solutionDetail-plate3 .plate3-main .main-cent {
    width: 100%;
  }
  .solutionDetail-plate3 .plate3-main .main-cent .cent-title {
    margin-bottom: 0.3rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #000;
  }
  .solutionDetail-plate3 .plate3-main .main-cent .cent-subTitle {
    display: inline-block;
    width: auto;
    height: 0.65rem;
    padding: 0 0.25rem;
    margin-bottom: 0.15rem;
    margin-right: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.6rem;
    color: #000;
    border: solid 1px #006dfe;
    background: #fff;
    border-radius: 0.45rem;
  }
  .solutionDetail-plate3 .plate3-main .main-cent .cent-subTitle span {
    font-weight: bold;
    color: #006dfe;
  }
  .solutionDetail-plate3 .plate3-main .main-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    margin-bottom: 0.45rem;
  }
  .solutionDetail-plate3 .plate3-main .main-cent .cent-lump .lump-item {
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    margin-bottom: 0.28rem;
  }
  .solutionDetail-plate3 .plate3-main .main-cent .cent-lump .lump-item:last-of-type {
    margin-bottom: 0;
  }
  .solutionDetail-plate3 .plate3-main .main-cent .cent-lump .lump-item .item-title {
    position: relative;
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 1.75;
    color: #000;
  }
  .solutionDetail-plate3 .plate3-main .main-cent .cent-lump .lump-item .item-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.28rem;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    border-radius: 50%;
    background: #006dfe;
  }
  .solutionDetail-plate3 .plate3-main .main-cent .cent-lump .lump-item .item-text {
    font-size: var(--fs26);
    line-height: 1.75;
    color: #7b848b;
  }
  .solutionDetail-plate3 .plate3-main .main-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    color: #7b848b;
  }
  .solutionDetail-plate4 {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate4 .plate4-main {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate4 .plate4-main .main-cont {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    background: url(../images/solutionDetail-plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .solutionDetail-plate4 .plate4-main .main-cont .cont-title {
    margin-bottom: 0.3rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  .solutionDetail-plate4 .plate4-main .main-cont .cont-subTitle {
    display: inline-block;
    width: auto;
    height: 0.65rem;
    padding: 0 0.25rem;
    margin-right: 0.1rem;
    margin-bottom: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.6rem;
    color: #006dfe;
    border: solid 1px #006dfe;
    background: #fff;
    border-radius: 0.45rem;
  }
  .solutionDetail-plate4 .plate4-main .main-cont .cont-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 2;
    color: #fff;
  }
  .solutionDetail-plate4 .plate4-main .main-cont .cont-text em {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 0.2rem;
    background: #fff;
    border-radius: 50%;
  }
  .solutionDetail-plate4 .plate4-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .solutionDetail-plate4 .plate4-main .main-cont .cont-pic img {
    width: 100%;
  }
  .solutionDetail-plate4 .plate4-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solutionDetail-plate4 .plate4-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate4 .plate4-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .solutionDetail-plate5 {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate5 .plate5-main .main-lump {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-item {
    width: auto;
    height: 0.65rem;
    padding: 0 0.25rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.6rem;
    color: #006dfe;
    border: solid 1px #006dfe;
    background: #fff;
    border-radius: 0.45rem;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-item:last-of-type {
    margin-right: 0;
  }
  .solutionDetail-plate5 .plate5-main .main-pic {
    width: 100%;
    height: auto;
    margin: 0.2rem auto 0;
  }
  .solutionDetail-plate5 .plate5-main .main-pic img {
    width: 100%;
  }
  .solutionDetail-plate6 {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate6 .plate6-main .main-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .solutionDetail-plate6 .plate6-main .main-title span {
    color: #006dfe;
  }
  .solutionDetail-plate6 .plate6-main .main-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    text-align: center;
    color: #7b848b;
  }
  .solutionDetail-plate6 .plate6-main .main-pic {
    width: 100%;
    height: auto;
    margin: 0.2rem auto 0;
  }
  .solutionDetail-plate6 .plate6-main .main-pic img {
    width: 100%;
  }
  .solutionDetail-plate7 {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate7 .plate7-main .main-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .solutionDetail-plate7 .plate7-main .main-title span {
    color: #006dfe;
  }
  .solutionDetail-plate7 .plate7-main .main-box {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.2rem;
    background: url(../images/solutionDetail-plate7-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-top .top-icon {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-top .top-icon img {
    width: 100%;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-top .top-cent {
    flex: 1;
    padding-left: 0.25rem;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-top .top-cent .cent-title {
    font-size: var(--fs28);
    font-weight: bold;
    color: #000;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-top .top-cent .cent-text {
    font-size: var(--fs36);
    font-weight: bold;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-top .top-cent .cent-text span {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-lump .lump-item {
    width: 100%;
    height: auto;
    padding-left: 0.45rem;
    margin-bottom: 0.28rem;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-lump .lump-item:last-of-type {
    margin-bottom: 0;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-lump .lump-item .item-title {
    position: relative;
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 1.75;
    color: #000;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-lump .lump-item .item-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.45rem;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: -0.15rem;
    border-radius: 50%;
    background: url(../images/icon/icon-guo.png) no-repeat center center;
    background-size: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-cont .cont-lump .lump-item .item-text {
    font-size: var(--fs26);
    line-height: 1.75;
    color: #7b848b;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-lump {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.2rem;
    background: #f7f9fc;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-lump .lump-title {
    font-size: var(--fs28);
    font-weight: bold;
    color: #000;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-lump .lump-text {
    font-size: var(--fs36);
    font-weight: bold;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-lump .lump-text span {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-lump .lump-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-lump .lump-pic img {
    width: 100%;
  }
  .solutionDetail-plate8 {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate8 .plate8-main {
    position: relative;
  }
  .solutionDetail-plate8 .plate8-main .main-title {
    position: static;
    left: 0;
    top: -0.6rem;
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .solutionDetail-plate8 .plate8-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-lump {
    position: relative;
    width: 5.62rem;
    height: 5.62rem;
    margin: 0 auto;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-lump::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.85rem;
    height: 4.85rem;
    margin: -2.425rem 0 0 -2.425rem;
    border-radius: 50%;
    background: #e6ebf2;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-lump::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.13rem;
    height: 4.13rem;
    margin: -2.065rem 0 0 -2.065rem;
    border-radius: 50%;
    background: #d7dfeb;
    z-index: 2;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-lump .lump-pic {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: solid 5px #006dfe;
    overflow: hidden;
    z-index: 9;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-lump .lump-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0.55rem;
    z-index: 9;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont .cont-item {
    position: static;
    width: calc(100% / 3 - 0.1rem);
    height: auto;
    margin-bottom: 0.2rem;
    margin-right: 0.15rem;
    padding: 0.3rem 0.15rem;
    border-radius: 0.1rem;
    background: #e0e7f2;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont .cont-item .item-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont .cont-item .item-icon img {
    width: 100%;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont .cont-item p {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    text-align: center;
    color: #333;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont .cont-item:nth-child(1) {
    top: -0.68rem;
    left: 2.68rem;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont .cont-item:nth-child(2) {
    top: 2.32rem;
    left: 2.81rem;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont .cont-item:nth-child(3) {
    top: -0.68rem;
    right: 2.68rem;
    background: #e0e7f2;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont .cont-item:nth-child(4) {
    top: 2.32rem;
    right: 2.81rem;
    background: #e0e7f2;
  }
  .solutionDetail-plate8 .plate8-main .main-box .box-cont .cont-item:nth-child(5) {
    bottom: -2.3rem;
    left: 0;
    margin-left: 0;
  }
  .solutionDetail-plate9 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.75rem;
  }
  .solutionDetail-plate9 .plate9-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .solutionDetail-plate9 .plate9-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.45rem;
    padding: 0.52rem 0.2rem 0.55rem;
    background: linear-gradient(130deg, #dde8f9, #f2f4f9);
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .solutionDetail-plate9 .plate9-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .solutionDetail-plate9 .plate9-main .main-box .box-item .item-icon {
    width: 0.9rem;
    height: auto;
    margin: 0 auto;
  }
  .solutionDetail-plate9 .plate9-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .solutionDetail-plate9 .plate9-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: var(--fs32);
    text-align: center;
    color: #333;
  }
  .solutionDetail-plate9 .plate9-main .main-box .box-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    text-align: center;
    line-height: 1.75;
    color: #7b848b;
  }
  .solutionDetail-plate10 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.85rem;
    background: #f1f3f7;
  }
  .solutionDetail-plate10 .plate10-main {
    position: relative;
  }
  .solutionDetail-plate10 .plate10-main .main-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .solutionDetail-plate10 .plate10-main .main-button .button-arrow {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate10 .plate10-main .main-button .button-title {
    font-size: var(--fs28);
    font-weight: bold;
    color: #006dfe;
  }
  .solutionDetail-plate10 .plate10-main .main-button:hover .button-arrow {
    margin-right: 0.2rem;
  }
  .solutionDetail-plate10 .plate10-main .page-title {
    text-align: left;
  }
  .solutionDetail-plate10 .plate10-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .solutionDetail-plate10 .plate10-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.52rem 0.15rem 0.6rem;
    background: #fff;
    border-radius: 0.15rem;
    box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.07);
  }
  .solutionDetail-plate10 .plate10-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .solutionDetail-plate10 .plate10-main .main-box .box-item .item-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .solutionDetail-plate10 .plate10-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .solutionDetail-plate10 .plate10-main .main-box .box-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .solutionDetail-plate11 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.3rem;
  }
  .solutionDetail-plate11 .plate11-main {
    position: relative;
  }
  .solutionDetail-plate11 .plate11-main .main-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .solutionDetail-plate11 .plate11-main .main-button .button-arrow {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate11 .plate11-main .main-button .button-title {
    font-size: var(--fs28);
    font-weight: bold;
    color: #006dfe;
  }
  .solutionDetail-plate11 .plate11-main .main-button:hover .button-arrow {
    margin-right: 0.2rem;
  }
  .solutionDetail-plate11 .plate11-main .page-title {
    text-align: left;
  }
  .solutionDetail-plate11 .plate11-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.1);
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item .item-pic {
    width: 100%;
    height: 3.8rem;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .solutionDetail-plate11 .plate11-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;
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0.45rem;
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    line-height: 1.75;
    color: #7b848b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0.35rem;
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item .item-cent .cent-link span {
    margin-right: 0.12rem;
    font-size: var(--fs26);
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item .item-cent .cent-link em {
    width: 14px;
    height: 12px;
    background: url(../images/icon/icon-arrow10.png) no-repeat center center;
    background-size: 100%;
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item .item-cent .cent-link:hover span {
    margin-right: 0.2rem;
  }
  .solutionDetail-plate11 .plate11-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);
  }
  .solutionDetail-plate11 .plate11-main .main-box .box-item:hover .item-cent .cent-title {
    color: #006dfe;
  }
  .solutionDetail-plate12 {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem;
    background: #f1f3f7;
  }
  .solutionDetail-plate12 .plate12-mian {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .solutionDetail-plate12 .plate12-mian .main-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }
  .solutionDetail-plate12 .plate12-mian .main-button em {
    width: 0.3rem;
    height: 0.29rem;
    margin-right: 0.2rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate12 .plate12-mian .main-button span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate12 .plate12-mian .main-button:hover em {
    margin-right: 0.3rem;
  }
  .solutionDetail-plate12 .plate12-mian .main-button:hover span {
    color: #006dfe;
  }
  .web {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .contact-plate1 {
    width: 100%;
    height: auto;
    padding: 2.3rem 0.3rem 1.15rem;
    background: #f1f3f7 url(../images/contact-bg.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .contact-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .contact-plate1 .plate1-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.4rem 0.3rem;
    background: #fff;
    border-radius: 0.1rem;
  }
  .contact-plate1 .plate1-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-icon {
    width: 0.5rem;
    height: auto;
    margin: 0 auto 0.25rem;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-text {
    width: 100%;
    margin-bottom: 0.2rem;
    font-size: var(--fs26);
    text-align: center;
    line-height: 1.65;
    color: #808080;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-text span {
    font-size: var(--fs34);
    font-weight: bold;
    color: #000;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-text em {
    font-size: var(--fs30);
    text-align: center;
    color: #808080;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-Email {
    font-size: var(--fs30);
    text-align: center;
    color: #808080;
  }
  .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.25rem;
  }
  .contact-plate2 .plate2-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .contact-plate2 .plate2-main .main-box .box-lump {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-title {
    font-size: var(--fs34);
    color: #333;
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-item {
    min-height: 1.76rem;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.35rem;
    margin-right: 0;
    margin-bottom: 0.38rem;
    background: #f1f3f7;
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-item .item-title {
    padding-bottom: 0.06rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #dfe1e4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-item .item-cent {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-item .item-cent em {
    width: 0.25rem;
    height: 0.48rem;
    background: url(../images/icon/icon-contact-pic4.png) no-repeat center left;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-item .item-cent p {
    flex: 1;
    padding-left: 0.18rem;
    font-size: var(--fs26);
    line-height: 1.875;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-item:hover {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-item:hover .item-title {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-item:hover .item-cent em {
    background: url(../images/icon/icon-contact-pic5.png) no-repeat center left;
    background-size: 100%;
  }
  .contact-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-item:hover .item-cent p {
    color: #fff;
  }
  .contact-plate3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .contact-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem 1.2rem;
    background: url(../images/contact-bg2.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .contact-plate3 .plate3-main .main-ewm {
    width: 2rem;
    height: auto;
  }
  .contact-plate3 .plate3-main .main-ewm .ewm-pic {
    width: 100%;
    height: auto;
  }
  .contact-plate3 .plate3-main .main-ewm .ewm-pic img {
    width: 100%;
  }
  .contact-plate3 .plate3-main .main-ewm .ewm-title {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  .contact-plate3 .plate3-pic {
    display: none;
    width: 50%;
    height: auto;
    overflow: hidden;
  }
  .contact-plate3 .plate3-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;
  }
  .contact-plate3 .plate3-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-plate4 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background: #f1f3f7;
  }
  .contact-plate4 .plate4-pic {
    display: none;
    width: 50%;
    height: auto;
    overflow: hidden;
  }
  .contact-plate4 .plate4-pic img {
    width: 100%;
  }
  .contact-plate4 .plate4-box {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1rem;
  }
  .contact-plate4 .plate4-box .box-title {
    font-size: var(--fs40);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .contact-plate4 .plate4-box .box-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    text-align: center;
    color: #333;
  }
  .contact-plate4 .plate4-box .box-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .contact-plate4 .plate4-box .box-main .main-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.16rem;
    padding: 0 0.2rem;
    border-radius: 0.08rem;
    background: #fff;
  }
  .contact-plate4 .plate4-box .box-main .main-item p {
    font-size: var(--fs26);
    color: #333;
  }
  .contact-plate4 .plate4-box .box-main .main-item p em {
    color: #d90000;
  }
  .contact-plate4 .plate4-box .box-main .main-item input {
    flex: 1;
    height: 0.8rem;
    padding-left: 0.15rem;
    font-size: var(--fs26);
    color: #333;
    background: transparent;
    border: none;
  }
  .contact-plate4 .plate4-box .box-main .main-mag {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .contact-plate4 .plate4-box .box-main .main-mag .mag-title {
    font-size: var(--fs26);
    color: #333;
  }
  .contact-plate4 .plate4-box .box-main .main-mag .mag-title em {
    color: #d90000;
  }
  .contact-plate4 .plate4-box .box-main .main-mag textarea {
    width: 100%;
    height: 1.2rem;
    margin-top: 0.2rem;
    padding: 0.1rem 0.15rem;
    font-size: var(--fs26);
    color: #333;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
  }
  .contact-plate4 .plate4-box .box-main .main-code {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.32rem;
  }
  .contact-plate4 .plate4-box .box-main .main-code .code-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 3rem;
    height: auto;
    padding: 0 0.2rem;
    border-radius: 0.08rem;
    background: #fff;
  }
  .contact-plate4 .plate4-box .box-main .main-code .code-text p {
    font-size: var(--fs26);
    color: #333;
  }
  .contact-plate4 .plate4-box .box-main .main-code .code-text input {
    flex: 1;
    height: 0.8rem;
    padding-left: 0.15rem;
    font-size: var(--fs26);
    color: #333;
    background: transparent;
    border: none;
  }
  .contact-plate4 .plate4-box .box-main .main-code .code-pic {
    width: 1.2rem;
    height: 0.53rem;
    margin-left: 0.22rem;
  }
  .contact-plate4 .plate4-box .box-main .main-code .code-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .contact-plate4 .plate4-box .box-main .main-code .code-tips {
    margin-left: 0.2rem;
    font-size: var(--fs24);
    font-weight: 100;
    color: #333;
    cursor: pointer;
  }
  .contact-plate4 .plate4-box .box-main .main-code .code-tips:hover {
    text-decoration: underline;
  }
  .contact-plate4 .plate4-box .box-tips {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    color: #333;
  }
  .contact-plate4 .plate4-box .box-protocol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  .contact-plate4 .plate4-box .box-protocol input[type="radio"],
  .contact-plate4 .plate4-box .box-protocol input[type="checkbox"] {
    display: none;
  }
  .contact-plate4 .plate4-box .box-protocol .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    font-size: var(--fs26);
    color: #333;
    cursor: pointer;
  }
  .contact-plate4 .plate4-box .box-protocol .choice-item span {
    position: relative;
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.12rem;
    border-radius: 0.03rem;
    background: #fff;
  }
  .contact-plate4 .plate4-box .box-protocol .choice-item span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.15rem;
    height: 0.2rem;
    background: url(../images/icon/icon-form-guo2.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .contact-plate4 .plate4-box .box-protocol .choice-item p {
    flex: 1;
  }
  .contact-plate4 .plate4-box .box-protocol .choice-item p a {
    color: #333;
    text-decoration: underline;
  }
  .contact-plate4 .plate4-box .box-protocol input:checked + label .choice-item span::after {
    opacity: 1;
  }
  .contact-plate4 .plate4-box .box-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.3rem;
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #01c4d9, #006dfe);
  }
  .contact-plate4 .plate4-box .box-button:hover {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
  }
  .news {
    width: 100%;
    height: auto;
    padding: 2.25rem 0.3rem 1.3rem;
    background: #f1f3f7 url(../images/caseDetail-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .news .news-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .news .news-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
    padding: 0.45rem 0.3rem 0.35rem;
    background: #fff;
    border-radius: 0.05rem;
  }
  .news .news-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-box .box-item .item-time {
    font-family: 'D-DIN-PRO-MEDIUM';
    font-size: var(--fs30);
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-title {
    height: 1rem;
    margin-top: 0.15rem;
    font-size: var(--fs32);
    font-weight: bold;
    line-height: 0.5rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-pic {
    width: 100%;
    height: 3.64rem;
    margin-top: 0.4rem;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .news .news-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.4rem;
  }
  .news .news-main .main-box .box-item .item-button span {
    font-size: var(--fs26);
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-button em {
    width: 14px;
    height: 12px;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item:hover {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
  }
  .news .news-main .main-box .box-item:hover .item-time,
  .news .news-main .main-box .box-item:hover .item-title {
    color: #fff;
  }
  .news .news-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .news .news-main .main-box .box-item:hover .item-button span {
    color: #fff;
  }
  .news .news-main .main-box .box-item:hover .item-button em {
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1.7rem 0.3rem 1.4rem;
    background: #f1f3f7 url(../images/caseDetail-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .newsDetail .news-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .newsDetail .news-main .main-box {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.2rem 0.65rem;
    background: #fff;
  }
  .newsDetail .news-main .main-box .box-top {
    width: 100%;
    height: auto;
    padding-bottom: 0.15rem;
    border-bottom: solid 1px #eeeeee;
  }
  .newsDetail .news-main .main-box .box-top .top-title {
    font-size: var(--fs38);
    font-weight: bold;
    color: #333;
  }
  .newsDetail .news-main .main-box .box-top .top-lump {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .newsDetail .news-main .main-box .box-top .top-lump p {
    font-size: var(--fs26);
    color: #999;
  }
  .newsDetail .news-main .main-box .box-top .top-lump .lump-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0.25rem;
  }
  .newsDetail .news-main .main-box .box-top .top-lump .lump-share .share-item {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.28rem;
    border-radius: 50%;
    background: transparent;
  }
  .newsDetail .news-main .main-box .box-top .top-lump .lump-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    margin: -0.135rem 0 0 -0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .news-main .main-box .box-top .top-lump .lump-share .share-item .img2 {
    opacity: 0;
  }
  .newsDetail .news-main .main-box .box-top .top-lump .lump-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail .news-main .main-box .box-top .top-lump .lump-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail .news-main .main-box .box-cent {
    width: 100%;
    height: auto;
    font-size: var(--fs26);
    line-height: 2.25;
    color: #666666;
  }
  .newsDetail .news-main .main-box .box-cent img {
    max-width: 100%;
    width: auto;
    height: auto !important;
  }
  .newsDetail .news-main .main-box .box-cent p {
    text-indent: 0.36rem;
  }
  .newsDetail .news-main .main-box .box-cent .cent-title {
    font-size: var(--fs34);
    font-weight: bold;
  }
  .newsDetail .news-main .main-box .box-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    padding-top: 0.5rem;
    border-top: solid 1px #eeeef1;
  }
  .newsDetail .news-main .main-box .box-bottom .bottom-cent {
    width: 100%;
    height: auto;
  }
  .newsDetail .news-main .main-box .box-bottom .bottom-cent .cent-title {
    font-size: var(--fs26);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .news-main .main-box .box-bottom .bottom-cent .cent-title:first-of-type {
    margin-bottom: 0.15rem;
  }
  .newsDetail .news-main .main-box .box-bottom .bottom-cent .cent-title span {
    font-weight: bold;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .news-main .main-box .box-bottom .bottom-cent .cent-title a {
    color: #666;
  }
  .newsDetail .news-main .main-box .box-bottom .bottom-cent .cent-title:hover span {
    color: #006dfe;
  }
  .newsDetail .news-main .main-box .box-bottom .bottom-cent .cent-title:hover a {
    color: #006dfe;
  }
  .newsDetail .news-main .main-box .box-bottom .page-button {
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    background: transparent;
    border: solid 2px #006dfe;
  }
  .newsDetail .news-main .main-box .box-bottom .page-button span {
    font-size: var(--fs26);
    color: #006dfe;
  }
  .newsDetail .news-main .main-box .box-bottom .page-button em {
    width: 0.3rem;
    height: 0.29rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail .news-main .main-box .box-bottom .page-button:hover {
    background: #006dfe;
  }
  .newsDetail .news-main .main-box .box-bottom .page-button:hover span {
    color: #fff;
  }
  .newsDetail .news-main .main-box .box-bottom .page-button:hover em {
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail .news-main .main-cont {
    width: 100%;
    height: 100%;
    margin-top: 0.8rem;
    padding: 0.4rem 0.2rem 0.5rem;
    background: #fff;
  }
  .newsDetail .news-main .main-cont .cont-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .newsDetail .news-main .main-cont .cont-item {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  .newsDetail .news-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .newsDetail .news-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;
  }
  .newsDetail .news-main .main-cont .cont-item .item-title {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 1.67;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .news-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);
  }
  .newsDetail .news-main .main-cont .cont-item:hover .item-title {
    color: #006dfe;
  }
  .newsDetail .news-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
    border-top: solid 1px #eeeeee;
  }
  .newsDetail .news-main .main-cont .cont-lump .lump-item {
    display: block;
    width: 100%;
    height: 0.82rem;
    font-size: var(--fs28);
    line-height: 0.8rem;
    color: #333;
    border-bottom: solid 1px #eeeeee;
    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;
  }
  .newsDetail .news-main .main-cont .cont-lump .lump-item:hover {
    color: #006dfe;
  }
  .prompt {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .prompt .prompt-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .prompt .prompt-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .prompt .prompt-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .search {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 1.2rem;
  }
  .search .search-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .search .search-main .main-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .search .search-main .main-top a {
    width: auto;
    height: 0.75rem;
    padding: 0 0.3rem;
    margin-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    color: #fff;
    background: #006dfe;
    border: solid 2px #006dfe;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #006dfe;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .page-heng {
    width: 0.5rem;
    height: 3px;
    margin-top: 0.2rem;
    background: #006dfe;
  }
  .page-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .page-English {
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs48);
    text-transform: uppercase;
  }
  .page-English span {
    background: linear-gradient(90deg, #01c4d9, #006dfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .page-crumb {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs24);
    color: #999;
  }
  .page-crumb .crumb-box a {
    display: flex;
    align-items: center;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs24);
    color: #999;
  }
  .page-crumb .crumb-box a img {
    display: inline-block;
    width: 0.25rem;
    margin-right: 0.1rem;
  }
  .page-crumb .crumb-box a:hover {
    color: #006dfe;
    text-decoration: underline;
  }
  .page-crumb .crumb-box em {
    margin: 0 4px;
  }
  .page-crumb .crumb-box span {
    color: #999;
  }
  .page-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.15rem;
    background: url(../images/icon/icon-load.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load .load-title {
    font-size: var(--fs30);
    text-align: center;
    color: #006dfe;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load:hover .load-icon {
    background: url(../images/icon/icon-load2.png) no-repeat center center;
    background-size: 100%;
  }
  .page-load:hover .load-title {
    color: #006dfe;
  }
  .page-float {
    position: fixed;
    top: 50%;
    right: 0.1rem;
    width: 0.8rem;
    height: auto;
    border-radius: 0.05rem;
    background: #fff;
    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;
    border-radius: 0.05rem;
    background: #fff;
  }
  .page-float .float-list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0.56rem;
    height: 1px;
    margin-left: -0.28rem;
    background: #e0e0e0;
    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 {
    position: relative;
    width: 0.48rem;
    height: 0.4rem;
    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.05rem;
    font-size: var(--fs14);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-cent {
    position: absolute;
    top: 0;
    left: -2.2rem;
    width: 2.2rem;
    height: auto;
    padding-right: 0.2rem;
    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 {
    display: none;
    position: relative;
    width: 100%;
    height: 0.4rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
    background: #006dfe;
  }
  .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 #006dfe;
    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 {
    width: 100%;
    padding: 0.2rem 0.2rem 0.15rem;
    font-size: 0.26rem;
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .page-float .float-list .list-cent .cent-cont .cont-title {
    font-size: 0.26rem;
    text-align: center;
    color: #333;
  }
  .page-float .float-list .list-cent .cent-cont img {
    width: 100%;
    margin-top: 0.05rem;
  }
  .page-float .float-list .list-tel {
    display: none;
    position: absolute;
    top: 0;
    left: -2.5rem;
    width: 2.5rem;
    height: 0.8rem;
    padding-right: 0.2rem;
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
  }
  .page-float .float-list .list-tel p {
    width: 100%;
    height: 100%;
    padding-left: 0.15rem;
    font-size: 0.16rem;
    line-height: 0.8rem;
    color: #333;
    background: #fff;
    border-radius: 0.15rem;
  }
  .page-float .float-list .list-tel p span {
    font-weight: bold;
  }
  .page-float .float-list:last-of-type::after {
    display: none;
  }
  .page-float .float-list:hover {
    background: linear-gradient(90deg, #01c4d9, #006dfe);
  }
  .page-float .float-list:hover::after {
    opacity: 0;
  }
  .page-float .float-list:hover .list-pic .img1 {
    opacity: 0;
  }
  .page-float .float-list:hover .list-pic .img2 {
    opacity: 1;
  }
  .page-float .float-list:hover .list-title {
    color: #fff;
  }
  .page-float .float-list:hover .list-cent,
  .page-float .float-list:hover .list-tel {
    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;
  }
  .form-pupop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 96%;
    height: auto;
    padding: 0.55rem 0.3rem 0.68rem;
    border-radius: 0.2rem;
    background: rgba(0, 0, 0, 0.5);
    z-index: 299;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .form-pupop .pupop-title {
    font-size: var(--fs40);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-pupop .pupop-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    text-align: center;
    color: #fff;
  }
  .form-pupop .pupop-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .form-pupop .pupop-main .main-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.16rem;
    padding: 0 0.2rem;
    border-radius: 0.08rem;
    background: #fff;
  }
  .form-pupop .pupop-main .main-item p {
    font-size: var(--fs26);
    color: #333;
  }
  .form-pupop .pupop-main .main-item p em {
    color: #d90000;
  }
  .form-pupop .pupop-main .main-item input {
    flex: 1;
    height: 0.8rem;
    padding-left: 0.15rem;
    font-size: var(--fs26);
    color: #333;
    background: transparent;
    border: none;
  }
  .form-pupop .pupop-main .main-mag {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .form-pupop .pupop-main .main-mag .mag-title {
    font-size: var(--fs26);
    color: #fff;
  }
  .form-pupop .pupop-main .main-mag .mag-title em {
    color: #d90000;
  }
  .form-pupop .pupop-main .main-mag textarea {
    width: 100%;
    height: 1.2rem;
    margin-top: 0.2rem;
    padding: 0.1rem 0.15rem;
    font-size: var(--fs26);
    color: #333;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
  }
  .form-pupop .pupop-main .main-code {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.32rem;
  }
  .form-pupop .pupop-main .main-code .code-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 3rem;
    height: auto;
    padding: 0 0.2rem;
    border-radius: 0.08rem;
    background: #fff;
  }
  .form-pupop .pupop-main .main-code .code-text p {
    font-size: var(--fs26);
    color: #333;
  }
  .form-pupop .pupop-main .main-code .code-text input {
    flex: 1;
    height: 0.8rem;
    padding-left: 0.15rem;
    font-size: var(--fs26);
    color: #333;
    background: transparent;
    border: none;
  }
  .form-pupop .pupop-main .main-code .code-pic {
    width: 1.2rem;
    height: 0.53rem;
    margin-left: 0.22rem;
  }
  .form-pupop .pupop-main .main-code .code-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .form-pupop .pupop-main .main-code .code-tips {
    margin-left: 0.2rem;
    font-size: var(--fs24);
    font-weight: 100;
    color: #fff;
    cursor: pointer;
  }
  .form-pupop .pupop-main .main-code .code-tips:hover {
    text-decoration: underline;
  }
  .form-pupop .pupop-tips {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    color: #fff;
  }
  .form-pupop .pupop-protocol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  .form-pupop .pupop-protocol input[type="radio"],
  .form-pupop .pupop-protocol input[type="checkbox"] {
    display: none;
  }
  .form-pupop .pupop-protocol .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    font-size: var(--fs26);
    color: #fff;
    cursor: pointer;
  }
  .form-pupop .pupop-protocol .choice-item span {
    position: relative;
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.12rem;
    border-radius: 0.03rem;
    background: #fff;
  }
  .form-pupop .pupop-protocol .choice-item span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.15rem;
    height: 0.2rem;
    background: url(../images/icon/icon-form-guo.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .form-pupop .pupop-protocol .choice-item p {
    flex: 1;
  }
  .form-pupop .pupop-protocol .choice-item p a {
    color: #fff;
    text-decoration: underline;
  }
  .form-pupop .pupop-protocol input:checked + label .choice-item span::after {
    opacity: 1;
  }
  .form-pupop .pupop-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.3rem;
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #01c4d9, #006dfe);
  }
  .form-pupop .pupop-button:hover {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
  }
  .form-pupop .pupop-hide {
    position: absolute;
    top: 0.12rem;
    right: 0.15rem;
    width: 0.19rem;
    height: auto;
    cursor: pointer;
  }
  .form-pupop .pupop-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .form-pupop .pupop-hide:hover img {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 0.7rem;
    border-radius: 0.45rem;
    overflow: hidden;
    background: linear-gradient(90deg, #01c4d9, #006dfe);
  }
  .page-button span {
    position: relative;
    font-size: var(--fs26);
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button em {
    position: relative;
    width: 13px;
    height: 10px;
    margin-left: 0.08rem;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    background: linear-gradient(-90deg, #01c4d9, #006dfe);
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 1.2rem;
    line-height: 50px;
    background: #006dfe;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-strip,
  .page-navTertiary {
    display: none;
  }
}
