.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: 1680px) {
  .about-plate3 .plate3-main .plate3-swiper-button-prev {
    left: 1.6rem;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-next {
    right: 1.6rem;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev::before,
  .about-plate3 .plate3-main .plate3-swiper-button-next::before,
  .about-plate3 .plate3-main .plate3-swiper-button-prev::after,
  .about-plate3 .plate3-main .plate3-swiper-button-next::after {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1460px) {
  .index-box {
    height: 1530px;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev {
    left: 1.6rem;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-next {
    right: 1.6rem;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev::before,
  .about-plate3 .plate3-main .plate3-swiper-button-next::before,
  .about-plate3 .plate3-main .plate3-swiper-button-prev::after,
  .about-plate3 .plate3-main .plate3-swiper-button-next::after {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1366px) {
  .about-plate3 .plate3-main .plate3-swiper-button-prev {
    left: 1.6rem;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-next {
    right: 1.6rem;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev::before,
  .about-plate3 .plate3-main .plate3-swiper-button-next::before,
  .about-plate3 .plate3-main .plate3-swiper-button-prev::after,
  .about-plate3 .plate3-main .plate3-swiper-button-next::after {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    background: #fff;
    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: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 1.2rem;
    height: 0.77rem;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 1;
  }
  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, #f99f18, #d50d00);
    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, #f99f18, #d50d00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #323296 !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.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search2.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-right: 0.3rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .web-lang {
    display: flex;
    align-items: center;
    width: auto;
    font-size: var(--fs28);
    color: #333;
  }
  nav .nav-main .main-cont .main-right .right-lang .web-lang a {
    text-transform: uppercase;
    color: #333;
  }
  nav .nav-main .main-cont .main-right .right-lang .web-lang span {
    margin: 0.15rem;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: none;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.8rem;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.16rem;
    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;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    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 {
    display: none;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    padding: 0.15rem 0;
    margin-left: -1rem;
    box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #323296;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: auto;
    height: 100%;
    margin-left: 0.4rem;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.15rem;
    background: #323296;
    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;
    right: 0;
    width: 0.4rem;
    height: 0.03rem;
    background: #323296;
    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;
    right: 0;
    width: 0.2rem;
    height: 0.03rem;
    background: #323296;
    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;
    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-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 0.32rem;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #323296;
    border: none;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #323296;
  }
  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: #323296;
  }
  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: #323296;
    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: #323296;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #323296;
    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: #323296;
  }
  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 #323296;
  }
  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 {
    position: relative !important;
    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: 5rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    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 .page-pic {
    height: 4rem;
  }
  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: 45%;
    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-zi {
    width: 2.81rem;
    height: auto;
    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-zi img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 {
    font-size: 0.72rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1rem;
    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: 0.48rem;
    font-weight: bold;
    line-height: 0.6rem;
    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 span {
    font-size: var(--fs40);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 {
    margin-top: 0.2rem;
    font-size: 0.36rem;
    font-weight: 100;
    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-subtitle2 span {
    margin-right: 0.5rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.2rem;
    font-size: 0.6rem;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.2rem;
    font-size: 0.36rem;
    font-weight: 100;
    line-height: 0.48rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    line-height: 0.42rem;
    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 1.4s;
    -o-transition: all 0.5s 1.4s;
    -moz-transition: all 0.5s 1.4s;
    -webkit-transition: all 0.5s 1.4s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-heng {
    width: 0.45rem;
    height: 3px;
    margin-top: 0.45rem;
    background: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English2 {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs40);
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    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-active .box-cent .cent-title,
  header .head-banner .swiper-slide-active .box-cent2 .cent-title,
  header .head-banner .swiper-slide-active .box-cent3 .cent-title,
  header .head-banner .swiper-slide-active .box-cent .cent-text,
  header .head-banner .swiper-slide-active .box-cent2 .cent-text,
  header .head-banner .swiper-slide-active .box-cent3 .cent-text,
  header .head-banner .swiper-slide-active .box-cent .cent-button,
  header .head-banner .swiper-slide-active .box-cent2 .cent-button,
  header .head-banner .swiper-slide-active .box-cent3 .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4rem;
    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-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-form {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.1rem !important;
    background: url(../images/foot-bg.jpg) no-repeat bottom left;
    background-size: cover;
    overflow: hidden;
  }
  footer .foot-main {
    position: relative;
  }
  footer .foot-main .main-top {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-top .top-English {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs42);
    color: #333;
  }
  footer .foot-main .main-top .top-title {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    color: #333;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  footer .foot-main .main-cont .cont-left {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-left .left-title {
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  footer .foot-main .main-cont .cont-left .left-tel {
    margin-bottom: 0.25rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    color: #000;
  }
  footer .foot-main .main-cont .cont-left .left-text {
    font-size: var(--fs30);
    color: #000;
  }
  footer .foot-main .main-cont .cont-nav {
    display: none;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
    height: 1.45rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-item {
    width: 1.6rem;
    height: auto;
    margin-bottom: 0.15rem;
    font-size: var(--fs16);
    font-weight: bold;
    line-height: 0.22rem;
    color: #333;
  }
  footer .foot-main .main-cont .cont-nav .nav-item:hover {
    color: #323296;
  }
  footer .foot-main .main-cont .cont-ewm {
    width: 30%;
    height: auto;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-cont .cont-ewm .ewm-title {
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
  }
  footer .foot-main .main-cont .cont-ewm .ewm-pic {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    border-radius: 0.05rem;
  }
  footer .foot-main .main-cont .cont-ewm .ewm-pic img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-ewm .ewm-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    color: #666;
  }
  footer .foot-main .main-cont .cont-right {
    width: auto;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-cont .cont-right .right-title {
    width: 100%;
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
  }
  footer .foot-main .main-cont .cont-right .right-share {
    display: flex;
    justify-content: space-between;
    width: 3rem;
    margin-top: 0.3rem;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border: solid 1px #ccc;
    border-radius: 50%;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(-90deg, #323296, #00c0ff);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item:hover {
    border: solid 1px transparent;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item:hover::after {
    opacity: 1;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-cont .cont-right .right-link {
    position: relative;
    width: 3.8rem;
    margin-top: 0.75rem;
    z-index: 99;
  }
  footer .foot-main .main-cont .cont-right .right-link .link-box {
    position: relative;
    width: 100%;
    text-align: left;
  }
  footer .foot-main .main-cont .cont-right .right-link .link-box .box-name {
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: #999;
    height: 46px;
    font-size: var(--fs14);
    line-height: 44px;
    padding: 0 40px 0 15px;
    background-image: url(../images/icon/icon-arrow6.png);
    background-repeat: no-repeat;
    background-position: right 28px center;
    background-color: #fff;
    border-radius: 0.05rem;
  }
  footer .foot-main .main-cont .cont-right .right-link .link-box .box-list {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 45px;
    z-index: 6;
    max-height: 264px;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    border-bottom: none;
  }
  footer .foot-main .main-cont .cont-right .right-link .link-box .box-list a {
    display: block;
    color: #666;
    line-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 26px;
  }
  footer .foot-main .main-cont .cont-right .right-link .link-box .box-list a:hover {
    color: #fff;
    background: #323296;
  }
  footer .foot-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  footer .foot-main .main-bottom .bottom-link {
    width: 100%;
    font-size: var(--fs28);
    font-weight: bold;
    color: #9a9a9a;
  }
  footer .foot-main .main-bottom .bottom-link a {
    color: #9a9a9a;
  }
  footer .foot-main .main-bottom .bottom-link a:hover {
    color: #323296;
  }
  footer .foot-main .main-bottom .bottom-link span {
    margin: 0 0.24rem;
  }
  footer .foot-main .main-bottom .bottom-zizhi {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.42rem;
    color: #9a9a9a;
  }
  footer .foot-main .main-bottom .bottom-zizhi a {
    color: #9a9a9a;
  }
  footer .foot-main .main-bottom .bottom-zizhi a:hover {
    color: #323296;
  }
  .index-mask,
  .index-box {
    display: none;
  }
  .index-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.4rem;
    background: url(../images/plate2-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .index-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .index-plate1 .plate1-main .main-box .box-cent {
    width: 100%;
    height: auto;
    background: url(../images/plate2-bg2.png) no-repeat top center;
    background-size: 100%;
  }
  .index-plate1 .plate1-main .main-box .box-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs42);
    color: #000;
  }
  .index-plate1 .plate1-main .main-box .box-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .index-plate1 .plate1-main .main-box .box-cent .cent-link {
    display: block;
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #323296, #00c0ff);
  }
  .index-plate1 .plate1-main .main-box .box-cent .cent-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 0.3rem;
  }
  .index-plate1 .plate1-main .main-box .box-cent .cent-link:hover {
    background: linear-gradient(-90deg, #323296, #00c0ff);
  }
  .index-plate1 .plate1-main .main-box .box-pic {
    display: none;
    position: relative;
    width: 400px;
    height: 400px;
    margin-right: 0;
  }
  .index-plate1 .plate1-main .main-box .box-pic img {
    width: 100%;
  }
  .index-plate1 .plate1-main .main-box .box-pic iframe {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .index-plate1 .plate1-main .main-box .box-pic::after,
  .index-plate1 .plate1-main .main-box .box-pic::before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.36rem;
    height: 6.36rem;
    margin: -3.18rem 0 0 -3.18rem;
    border: solid 1px #0759a4;
    border-radius: 50%;
    opacity: 0.5;
    box-sizing: border-box;
  }
  .index-plate1 .plate1-main .main-box .box-pic .pic-lump {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    width: 100%;
    height: auto;
  }
  .index-plate1 .plate1-main .main-box .box-pic .pic-lump .lump-item {
    position: relative;
    width: auto;
    padding-left: 0.2rem;
    font-size: var(--fs14);
    color: #323296;
  }
  .index-plate1 .plate1-main .main-box .box-pic .pic-lump .lump-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: #323296;
  }
  .index-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .index-plate1 .plate1-main .main-data .data-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .index-plate1 .plate1-main .main-data .data-item:last-of-type {
    width: 50%;
  }
  .index-plate1 .plate1-main .main-data .data-item .item-icon {
    width: 0.7rem;
    height: auto;
  }
  .index-plate1 .plate1-main .main-data .data-item .item-icon img {
    width: 100%;
  }
  .index-plate1 .plate1-main .main-data .data-item .item-cent {
    width: auto;
    height: auto;
    padding-left: 0.35rem;
  }
  .index-plate1 .plate1-main .main-data .data-item .item-cent .cent-title {
    font-size: var(--fs26);
    color: #333;
  }
  .index-plate1 .plate1-main .main-data .data-item .item-cent .cent-title span {
    margin-right: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    color: #323296;
  }
  .index-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em {
    position: relative;
  }
  .index-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    color: #323296;
  }
  .index-plate1 .plate1-main .main-data .data-item .item-cent .cent-text {
    margin-top: 0.05rem;
    font-size: var(--fs26);
    color: #333;
  }
  .index-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0 0;
  }
  .index-plate2 .plate2-top {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 0.3rem;
    z-index: 9;
  }
  .index-plate2 .plate2-top .page-title {
    color: #333;
  }
  .index-plate2 .plate2-top .page-English {
    color: #ffb902;
  }
  .index-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .index-plate2 .plate2-main .main-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .index-plate2 .plate2-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .index-plate2 .plate2-main .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index-plate2 .plate2-main .main-box .box-cent {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.3rem;
    background: #323296;
  }
  .index-plate2 .plate2-main .main-box .box-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .index-plate2 .plate2-main .main-box .box-cent .cent-text {
    width: 100%;
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
  }
  .index-plate2 .plate2-main .main-box .box-cent .page-button {
    margin-top: 0.45rem;
  }
  .index-plate2 .plate2-main .main-box-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .index-plate2 .plate2-cont {
    display: flex;
    justify-content: space-between;
    position: static;
    bottom: 0.55rem;
    left: 0;
    right: 0;
    margin-top: 0.8rem;
    z-index: 9;
  }
  .index-plate2 .plate2-cont .cont-item {
    position: relative;
    width: calc(100% / 3);
    height: 1.8rem;
    padding-top: 0.25rem;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    overflow: hidden;
  }
  .index-plate2 .plate2-cont .cont-item .item-icon {
    width: 0.55rem;
    height: auto;
    margin: 0 auto;
  }
  .index-plate2 .plate2-cont .cont-item .item-icon img {
    width: 100%;
  }
  .index-plate2 .plate2-cont .cont-item .item-title {
    margin-top: 0.15rem;
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .index-plate2 .plate2-cont .cont-item .item-bg {
    position: absolute;
    bottom: -0.2rem;
    right: 0.22rem;
    width: 1.2rem;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate2 .plate2-cont .cont-item .item-bg img {
    width: 100%;
  }
  .index-plate2 .plate2-cont .cont-item-on {
    background: linear-gradient(90deg, #323296, #00c0ff);
  }
  .index-plate2 .plate2-cont .cont-item-on .item-bg {
    bottom: 0.12rem;
    opacity: 0.1;
  }
  .index-plate3 {
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem 1.7rem;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .index-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
  }
  .index-plate3 .plate3-main .main-top {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .index-plate3 .plate3-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide {
    display: block;
    position: relative;
    width: 100%;
    height: 6.9rem;
    margin-right: 1.95rem;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    height: 6.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .index-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;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.35rem 0.3rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year em {
    width: 0.19rem;
    height: 0.19rem;
    background: url(../images/icon/icon-plate4-time.png) no-repeat top left;
    background-size: 100%;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year span {
    padding-left: 0.12rem;
    font-size: var(--fs16);
    color: #fff;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs20);
    font-weight: bold;
    line-height: 0.3rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index-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));
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.8rem;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.3rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent .cent-year {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent .cent-year em {
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/icon/icon-plate4-time.png) no-repeat top left;
    background-size: 100%;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent .cent-year span {
    padding-left: 0.12rem;
    font-size: var(--fs26);
    color: #fff;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 0.48rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump:hover .lump-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide-on .slide-box {
    top: 0.3rem;
    opacity: 0;
    visibility: hidden;
  }
  .index-plate3 .plate3-main .main-swiper .swiper-slide-on .slide-lump {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .index-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev,
  .index-plate3 .plate3-main .main-swiper .plate3-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 50%;
    background: #323296;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev img,
  .index-plate3 .plate3-main .main-swiper .plate3-swiper-button-next img {
    width: 0.21rem;
  }
  .index-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover,
  .index-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover {
    background: #ffb902;
  }
  .index-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev {
    left: -0.2rem;
  }
  .index-plate3 .plate3-main .main-swiper .plate3-swiper-button-next {
    right: -0.2rem;
  }
  .index-plate3 .plate3-main .page-button2 {
    position: static;
    bottom: 0;
    right: 0;
    margin: 0.45rem auto 0;
    z-index: 9;
  }
  .index-plate4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .index-plate4 .plate4-item {
    position: relative;
    width: 100%;
    height: auto;
  }
  .index-plate4 .plate4-item .item-pic {
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .index-plate4 .plate4-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;
  }
  .index-plate4 .plate4-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.2rem 0.3rem 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .index-plate4 .plate4-item .item-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  .index-plate4 .plate4-item .item-cent .cent-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs28);
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
  }
  .index-plate4 .plate4-item .item-cent .cent-text {
    width: 100%;
    height: 0.92rem;
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index-plate4 .plate4-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 0.45rem;
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    border: solid 1px #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-item .item-cent .cent-button:hover {
    background-color: #323296;
    border: solid 1px #323296;
  }
  .index-plate4 .plate4-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 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.7rem;
  }
  .product .product-main .page-title2 {
    text-align: center;
  }
  .product .product-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .product .product-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product .product-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.45rem;
    margin-right: 0;
  }
  .product .product-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4.15rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .product .product-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.25rem 0 0;
  }
  .product .product-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    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-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-main .main-box .box-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
  }
  .product .product-main .main-box .box-item .item-cent .cent-link span {
    margin-right: 0.1rem;
    font-size: var(--fs28);
    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-box .box-item .item-cent .cent-link em {
    width: 7px;
    height: 11px;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-main .main-box .box-item:hover .item-cent .cent-title {
    color: #323296;
  }
  .product .product-main .main-box .box-item:hover .item-cent .cent-link span {
    color: #323296;
  }
  .productList {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.9rem;
  }
  .productList .productList-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .productList .productList-main .main-box {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .productList .productList-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    margin-bottom: 0.3rem;
    border: solid 1px #e6e6e6;
  }
  .productList .productList-main .main-box .box-item .item-pic {
    width: 2.8rem;
    height: 100%;
    overflow: hidden;
  }
  .productList .productList-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-box .box-item .item-cent {
    width: calc(100% - 2.8rem);
    height: auto;
    padding: 0.15rem 0.4rem;
  }
  .productList .productList-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs30);
    font-weight: bold;
    color: #333333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs24);
    line-height: 0.4rem;
    color: #999;
  }
  .productList .productList-main .main-box .box-item:hover {
    border: solid 1px #323296;
    box-shadow: 0px 3px 13px 0px rgba(50, 51, 151, 0.2);
  }
  .productList .productList-main .main-box .box-item:hover .item-cent .cent-title {
    color: #323296;
  }
  .product-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-top .top-cent {
    width: 100%;
  }
  .product-top .top-search {
    display: flex;
    justify-content: flex-start;
    width: 5rem;
    height: 0.8rem;
    margin-top: 0.35rem;
  }
  .product-top .top-search input {
    width: calc(100% - 0.8rem);
    height: 100%;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    color: #999;
    border: solid 1px #eeeeee;
    border-right: none;
  }
  .product-top .top-search .search-button {
    width: 0.8rem;
    height: 0.8rem;
    background: #ffb902 url(../images/icon/icon-search3.png) no-repeat center center;
    background-size: 0.25rem;
  }
  .product-top .top-search .search-button:hover {
    background-color: #323296;
  }
  .product-list {
    width: 100%;
    height: auto;
  }
  .product-list .list-lump {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  .product-list .list-lump:last-of-type {
    border-bottom: none;
  }
  .product-list .list-lump .lump-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.3rem;
    background: #efefef;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product-list .list-lump .lump-top::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0.3rem;
    width: 17px;
    height: 100%;
    background: url(../images/icon/icon-productList-jia.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-list .list-lump .lump-top span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product-list .list-lump .lump-top:hover {
    background: linear-gradient(-90deg, #323296, #00c0ff);
  }
  .product-list .list-lump .lump-top:hover span {
    color: #fff;
  }
  .product-list .list-lump .lump-top:hover::after {
    background: url(../images/icon/icon-productList-jia-on.png) no-repeat center center;
    background-size: 100%;
  }
  .product-list .list-lump .lump-top-on {
    background: linear-gradient(-90deg, #323296, #00c0ff);
  }
  .product-list .list-lump .lump-top-on span {
    color: #fff;
  }
  .product-list .list-lump .lump-top-on::after {
    background: url(../images/icon/icon-productList-jian.png) no-repeat center center !important;
    background-size: 100%;
  }
  .product-list .list-lump .lump-box {
    display: none;
    width: 100%;
    height: auto;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
  }
  .product-list .list-lump .lump-box .box-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.8rem;
    padding: 0 0.3rem 0 0.4rem;
    border-bottom: solid 1px #eeeeee;
  }
  .product-list .list-lump .lump-box .box-item span {
    font-size: var(--fs28);
    color: #444;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product-list .list-lump .lump-box .box-item em {
    width: 7px;
    height: 11px;
    background: url(../images/icon/icon-productList-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product-list .list-lump .lump-box .box-item:hover span {
    color: #323296;
  }
  .product-list .list-lump .lump-box .box-item:hover em {
    background: url(../images/icon/icon-productList-arrow-on.png) no-repeat center center;
    background-size: 100%;
  }
  .product-list .list-lump .lump-box .box-item-on span {
    color: #323296;
  }
  .product-list .list-lump .lump-box .box-item-on em {
    background: url(../images/icon/icon-productList-arrow-on.png) no-repeat center center;
    background-size: 100%;
  }
  .productCenter {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .productCenter .productCenter-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .productCenter .productCenter-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .productCenter .productCenter-main .main-box .box-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .productCenter .productCenter-main .main-box .box-top .top-cent {
    width: 100%;
    height: auto;
  }
  .productCenter .productCenter-main .main-box .box-top .top-cent .cent-title {
    padding-bottom: 0.15rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #222;
    border-bottom: solid 1px #e3e3e3;
  }
  .productCenter .productCenter-main .main-box .box-top .top-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .productCenter .productCenter-main .main-box .box-top .top-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .productCenter .productCenter-main .main-box .box-top .top-cent .cent-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
  }
  .productCenter .productCenter-main .main-box .box-top .top-cent .cent-button .button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: auto;
    padding: 0 0.1rem;
    background: #fff;
    cursor: pointer;
    z-index: 9;
  }
  .productCenter .productCenter-main .main-box .box-top .top-cent .cent-button .button span {
    margin-right: 0.1rem;
    font-size: var(--fs28);
    color: #666;
  }
  .productCenter .productCenter-main .main-box .box-top .top-cent .cent-button .button em {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #666;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 9px;
  }
  .productCenter .productCenter-main .main-box .box-top .top-cent .cent-button .on em {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .productCenter .productCenter-main .main-box .box-top .top-pic {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    overflow: hidden;
  }
  .productCenter .productCenter-main .main-box .box-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productCenter .productCenter-main .main-box .box-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productCenter .productCenter-main .main-box .box-filter {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-top .top-text {
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-top .top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.415rem;
    background: linear-gradient(-90deg, #323296, #00c0ff);
    cursor: pointer;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-top .top-button span {
    margin-right: 0.12rem;
    font-size: var(--fs26);
    font-weight: bold;
    color: #fff;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-top .top-button em {
    width: 10px;
    height: 6px;
    background: url(../images/icon/icon-arrow8.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;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-top .top-button:hover {
    background: linear-gradient(90deg, #323296, #00c0ff);
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-top .top-button-on em {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-lump {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
    padding: 0.35rem 0.3rem;
    background: #f9f9f9;
    border: solid 1px #e9e9e9;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-form .form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% / 3 - 0.5067rem);
    height: auto;
    margin-right: 0.75rem;
    margin-bottom: 0.1rem;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-form .form-item:nth-child(3n) {
    margin-right: 0;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-form .form-item span {
    width: 0.9rem;
    font-size: var(--fs14);
    color: #333;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-form .form-item input {
    flex: 1;
    height: 0.3rem;
    padding: 0 0.1rem;
    border-radius: 0.05rem;
    border: solid 1px #d0d1d2;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-button {
    position: relative;
    left: calc(100% - 1rem);
    width: 1rem;
    height: 0.3rem;
    font-size: var(--fs14);
    text-align: center;
    line-height: 0.26rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #323296;
    border: solid 2px #323296;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-button:hover {
    background: transparent;
    color: #323296;
  }
  .productCenter .productCenter-main .main-box .box-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr {
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 22rem;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.3rem;
    padding: 0.1rem 0.15rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    text-align: center;
    color: #666;
    border-right: solid 1px #cacaca;
    background: #e6e6e6;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(1) {
    width: 3.4rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(2) {
    width: 10%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(3) {
    width: 14%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(4) {
    width: 6%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(5) {
    width: 10%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(6) {
    width: 16%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(7) {
    width: 8%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(8) {
    width: 15%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(9) {
    width: 6%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:last-of-type {
    border-right: none;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 1.2rem;
    padding: 0.1rem 0.15rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #666;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:first-of-type {
    border-left: solid 1px #e0e0e0;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-download {
    width: 0.36rem;
    height: 0.36rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-download img {
    height: 100%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-pic {
    width: auto;
    height: 0.3rem;
    margin: 0 0.05rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-pic img {
    display: block;
    height: 100%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-pdf {
    width: 0.4rem;
    height: 0.4rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-pdf img {
    height: 100%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(1) {
    width: 3.4rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(1):hover {
    color: #323296;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(2) {
    width: 10%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(3) {
    width: 14%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(4) {
    width: 6%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(5) {
    width: 10%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(6) {
    width: 16%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(7) {
    width: 8%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(8) {
    width: 15%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(9) {
    width: 6%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-pic {
    display: none;
    position: absolute;
    top: 50%;
    left: -2.1rem;
    width: 2.02rem;
    height: 1.58rem;
    margin-top: -0.79rem;
    border: solid 1px #323296;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr:hover {
    background: #f5f5fa;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr:hover .tr-pic {
    opacity: 1;
    visibility: visible;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr {
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 22rem;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.3rem;
    padding: 0.1rem 0.15rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    text-align: center;
    color: #666;
    border-right: solid 1px #cacaca;
    background: #e6e6e6;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(1) {
    width: 3.4rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(2) {
    width: 16%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(3) {
    width: 6%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(4) {
    width: 16%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(5) {
    width: 15%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(6) {
    width: 8%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(7) {
    width: 15%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(8) {
    width: 8%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:last-of-type {
    border-right: none;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 1.2rem;
    padding: 0.1rem 0.15rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #666;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:first-of-type {
    border-left: solid 1px #e0e0e0;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-download {
    width: 0.36rem;
    height: 0.36rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-download img {
    height: 100%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-pic {
    width: auto;
    height: 0.3rem;
    margin: 0 0.05rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-pic img {
    display: block;
    height: 100%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-pdf {
    width: 0.4rem;
    height: 0.4rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-pdf img {
    height: 100%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(1) {
    width: 3.4rem;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(1):hover {
    color: #323296;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(2) {
    width: 16%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(3) {
    width: 6%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(4) {
    width: 16%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(5) {
    width: 15%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(6) {
    width: 8%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(7) {
    width: 15%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(8) {
    width: 8%;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-pic {
    display: none;
    position: absolute;
    top: 50%;
    left: -2.1rem;
    width: 2.02rem;
    height: 1.58rem;
    margin-top: -0.79rem;
    border: solid 1px #323296;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr:hover {
    background: #f5f5fa;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr:hover .tr-pic {
    opacity: 1;
    visibility: visible;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-web-lump {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3.4rem;
    height: auto;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-web-lump .lump-th {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.3rem;
    padding: 0.1rem 0.15rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    text-align: center;
    color: #666;
    border-right: solid 1px #cacaca;
    background: #e6e6e6;
  }
  .productCenter .productCenter-main .main-box .box-cont .cont-web-lump .lump-td {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.2rem;
    padding: 0.1rem 0.15rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #666;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    background: #fff;
  }
  .productCenter .productCenter-main .main-box .box-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: auto;
    margin: 0.6rem auto 0;
  }
  .productCenter .productCenter-main .main-box .box-load .load-icon {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.16rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productCenter .productCenter-main .main-box .box-load .load-icon img {
    width: 100%;
  }
  .productCenter .productCenter-main .main-box .box-load span {
    font-size: var(--fs28);
    color: #323296;
  }
  .productCenter .productCenter-main .main-box .box-load:hover .load-icon {
    margin-right: 0.26rem;
  }
  .productDetail {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 1.2rem;
  }
  .productDetail .productDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productDetail .productDetail-main .main-cont {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-cont .cont-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-main .main-cont .cont-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    padding: 0 0.38rem;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 4 - 0.15rem);
    height: 1.1rem;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover {
    opacity: 1;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide-on .slide-box {
    opacity: 1;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev,
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    cursor: pointer;
    outline: none;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev img,
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev .img2,
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev:hover .img1,
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev:hover .img2,
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev {
    left: 0;
  }
  .productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next {
    right: 0;
  }
  .productDetail .productDetail-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0 0;
  }
  .productDetail .productDetail-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-main .main-cent .cent-heng {
    width: 0.36rem;
    height: 2px;
    margin-top: 0.25rem;
    background: #804e9a;
  }
  .productDetail .productDetail-main .main-cent .cent-text {
    width: 100%;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .productDetail .productDetail-main .main-cent .cent-text span {
    display: inline-block;
    width: auto;
    height: 0.28rem;
    margin-right: 0.1rem;
  }
  .productDetail .productDetail-main .main-cent .cent-text span img {
    width: auto;
    height: 100%;
  }
  .productDetail .productDetail-main .main-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.7rem;
    border-radius: 0.45rem;
    background: linear-gradient(-90deg, #323296, #00c0ff);
  }
  .productDetail .productDetail-main .main-cent .cent-button em {
    width: 0.3rem;
    margin-right: 0.12rem;
  }
  .productDetail .productDetail-main .main-cent .cent-button em img {
    display: block;
    width: 100%;
  }
  .productDetail .productDetail-main .main-cent .cent-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .productDetail .productDetail-main .main-cent .cent-button:hover {
    background: linear-gradient(90deg, #323296, #00c0ff);
  }
  .about-plate1 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.15rem;
    background: url(../images/about-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about-plate1 .plate1-main .page-title2 {
    text-align: center;
  }
  .about-plate1 .plate1-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate1 .plate1-main .main-text {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about-plate1 .plate1-main .main-text p {
    text-indent: 0.56rem;
  }
  .about-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .about-plate1 .plate1-main .main-data .data-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% / 2);
    height: auto;
    margin-bottom: 0.35rem;
  }
  .about-plate1 .plate1-main .main-data .data-item:last-of-type {
    width: 50%;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-icon {
    width: 0.8rem;
    height: auto;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-icon img {
    width: 100%;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-cent {
    width: auto;
    height: auto;
    padding-left: 0.35rem;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-cent .cent-title {
    display: flex;
    align-items: center;
    font-size: var(--fs36);
    font-weight: bold;
    color: #323296;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-cent .cent-title span {
    margin-right: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    color: #323296;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em {
    position: relative;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    color: #323296;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-cent .cent-text {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #333;
  }
  .about-plate2 {
    width: 100%;
    height: auto;
    padding-top: 1.15rem;
  }
  .about-plate2 .page-title2 {
    text-align: center;
  }
  .about-plate2 .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-plate2 .plate2-main .main-item {
    position: relative;
    width: 48%;
    height: auto;
    border-right: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate2 .plate2-main .main-item .item-lump {
    position: static;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.2rem;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .about-plate2 .plate2-main .main-item .item-lump .lump-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .about-plate2 .plate2-main .main-item .item-lump .lump-icon img {
    width: 100%;
  }
  .about-plate2 .plate2-main .main-item .item-lump .lump-title {
    margin-top: 0.35rem;
    font-size: var(--fs42);
    text-align: center;
    color: #fff;
  }
  .about-plate2 .plate2-main .main-item .item-lump .lump-heng {
    width: 0.32rem;
    height: 3px;
    margin: 0.35rem auto 0;
    background: #fff;
  }
  .about-plate2 .plate2-main .main-item .item-lump .lump-text {
    display: block;
    padding: 0 0.1rem;
    margin-top: 0.45rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
  }
  .about-plate2 .plate2-main .main-item-on {
    width: 50%;
    background: none;
  }
  .about-plate2 .plate2-main .main-item-on .item-lump .lump-text {
    display: block;
  }
  .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem 1.8rem;
    background: url(../images/about-plate3-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about-plate3 .page-title2 {
    text-align: center;
  }
  .about-plate3 .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .about-plate3 .plate3-main .main-swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    opacity: 0 !important;
    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-year {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 2.2rem;
    color: #999;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-year span {
    color: #323296;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    color: #666;
  }
  .about-plate3 .plate3-main .main-swiper .swiper-slide-active {
    opacity: 1 !important;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev,
  .about-plate3 .plate3-main .plate3-swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 105%;
    width: 3rem;
    height: auto;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev::before,
  .about-plate3 .plate3-main .plate3-swiper-button-next::before,
  .about-plate3 .plate3-main .plate3-swiper-button-prev::after,
  .about-plate3 .plate3-main .plate3-swiper-button-next::after {
    display: none;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev span,
  .about-plate3 .plate3-main .plate3-swiper-button-next span {
    font-size: var(--fs36);
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev em,
  .about-plate3 .plate3-main .plate3-swiper-button-next em {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.2rem;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev em img,
  .about-plate3 .plate3-main .plate3-swiper-button-next em img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev em .img2,
  .about-plate3 .plate3-main .plate3-swiper-button-next em .img2 {
    opacity: 0;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev:hover span,
  .about-plate3 .plate3-main .plate3-swiper-button-next:hover span {
    color: #323296;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev:hover em .img1,
  .about-plate3 .plate3-main .plate3-swiper-button-next:hover em .img1 {
    opacity: 0;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev:hover em .img2,
  .about-plate3 .plate3-main .plate3-swiper-button-next:hover em .img2 {
    opacity: 1;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-prev {
    left: 0.8rem;
  }
  .about-plate3 .plate3-main .plate3-swiper-button-next {
    right: 0.8rem;
  }
  .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.3rem;
  }
  .about-plate4 .page-title2 {
    text-align: center;
  }
  .about-plate4 .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate4 .plate4-main {
    margin-top: 0.6rem;
  }
  .about-plate4 .plate4-main .main-item {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .about-plate4 .plate4-main .main-item .item-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about-plate4 .plate4-main .main-item .item-swiper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
  }
  .about-plate4 .plate4-main .main-item .item-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about-plate4 .plate4-main .main-item .item-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .about-plate4 .plate4-main .main-item .item-swiper .swiper-slide .slide-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-plate4 .plate4-main .main-item .item-swiper .swiper-slide .slide-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about-plate4 .plate4-main .main-item .item-swiper .swiper-pagination {
    position: absolute;
    bottom: 0.3rem;
    padding: 0 0.4rem;
    text-align: right;
    z-index: 9;
  }
  .about-plate4 .plate4-main .main-item .item-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 0.08rem;
    background: transparent;
    border: solid 2px #fff;
    opacity: 0.3;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-item .item-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .about-plate4 .plate4-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem;
    background: url(../images/about-plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about-plate4 .plate4-main .main-item .item-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .about-plate4 .plate4-main .main-item .item-cent .cent-sunTitle {
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
    font-size: var(--fs34);
    color: #ffb902;
    border-bottom: solid 1px #e1e1ec;
  }
  .about-plate4 .plate4-main .main-item .item-cent .cent-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .about-plate4 .plate4-main .main-item .item-cent .cent-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    width: 48%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .about-plate4 .plate4-main .main-item .item-cent .cent-lump .lump-item em {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: 0.1rem;
    border: solid 2px #ffb902;
    border-radius: 50%;
  }
  .about-plate4 .plate4-main .main-item .item-cent .cent-lump .lump-item p {
    width: calc(100% - 0.1rem);
    padding-left: 0.15rem;
    font-size: var(--fs28);
    color: #666;
  }
  .about-plate4 .plate4-main .main-item .item-cent .cent-lump .lump-item:nth-child(even) {
    width: 48%;
  }
  .about-plate4 .plate4-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .about-plate5 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.2rem;
    background: url(../images/about-plate5-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about-plate5 .page-title2 {
    text-align: center;
  }
  .about-plate5 .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about-plate5 .plate5-main .main-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.7rem;
  }
  .about-plate5 .plate5-main .main-item .item-lump {
    width: 100% !important;
    height: auto;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #1c1d25;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.46rem;
    color: #666;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-button {
    display: none;
    justify-content: space-between;
    width: 1.25rem;
    margin: 0.3rem auto 0;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev,
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next {
    position: relative;
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 50%;
    border: solid 1px #cdcdcd;
    cursor: pointer;
    outline: none;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev::after,
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, #323296, #00c0ff);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev img,
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev .img2,
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next .img2 {
    opacity: 0;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev:hover,
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next:hover {
    border: solid 1px transparent;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev:hover::after,
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next:hover::after {
    opacity: 1;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev:hover .img1,
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev:hover .img2,
  .about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate5 .plate5-main .main-item .item-swiper {
    position: relative;
    height: auto;
    padding-bottom: 0.75rem;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .about-plate5 .plate5-main .main-item .item-swiper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 14.91rem;
    height: 0.75rem;
    background: url(../images/about-plate5-bg2.png) no-repeat left bottom;
    background-size: 100%;
  }
  .about-plate5 .plate5-main .main-item .item-swiper .swiper-slide {
    position: relative;
  }
  .about-plate5 .plate5-main .main-item .item-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 7%;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-about-plate5-bg.png) no-repeat bottom right;
    background-size: 100%;
  }
  .about-plate5 .plate5-main .main-item .item-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
  }
  .about-plate5 .plate5-main .main-item .item-swiper .swiper-slide .slide-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-main .main-item .item-swiper .swiper-slide .slide-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about-plate5 .plate5-main .main-item:nth-child(1) .item-lump {
    width: 100%;
  }
  .about-plate5 .plate5-main .main-item:nth-child(1) .item-swiper {
    width: 100%;
  }
  .about-plate5 .plate5-main .main-item:nth-child(1) .item-swiper .swiper-slide {
    width: 2.8rem;
    height: 4.04rem;
    margin-right: 0.6rem;
  }
  .about-plate5 .plate5-main .main-item:nth-child(2) .item-lump {
    width: 100%;
  }
  .about-plate5 .plate5-main .main-item:nth-child(2) .item-swiper {
    width: 100%;
  }
  .about-plate5 .plate5-main .main-item:nth-child(2) .item-swiper .swiper-slide {
    width: 3.01rem;
    height: 2.22rem;
    margin-right: 0.6rem;
  }
  .about-plate5 .plate5-main .main-item:nth-child(3) .item-lump {
    width: 100%;
    padding-left: 0;
  }
  .about-plate5 .plate5-main .main-item:nth-child(3) .item-lump .lump-title {
    text-align: center;
  }
  .about-plate5 .plate5-main .main-item:nth-child(3) .item-lump .lump-button {
    margin: 0.3rem 0 0;
  }
  .about-plate5 .plate5-main .main-item:nth-child(3) .item-swiper {
    width: 100%;
  }
  .about-plate5 .plate5-main .main-item:nth-child(3) .item-swiper .swiper-slide {
    width: 2.8rem;
    height: 4.02rem;
    margin-right: 0.64rem;
  }
  .about-plate5 .plate5-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .about-plate6 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0 0.8rem;
  }
  .about-plate6 .page-title2 {
    text-align: center;
  }
  .about-plate6 .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate6 .plate6-main {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .about-plate6 .plate6-main .main-lump1,
  .about-plate6 .plate6-main .main-lump2,
  .about-plate6 .plate6-main .main-lump3 {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .about-plate6 .plate6-main .main-lump1 a,
  .about-plate6 .plate6-main .main-lump2 a,
  .about-plate6 .plate6-main .main-lump3 a {
    display: inline-block;
    width: 3.2rem;
    height: 1.65rem;
    padding: 0.1rem;
    margin-right: 0.22rem;
    background: #fff;
    border-radius: 0.15rem;
    border: solid 2px #f5f5f5;
    overflow: hidden;
  }
  .about-plate6 .plate6-main .main-lump1 a img,
  .about-plate6 .plate6-main .main-lump2 a img,
  .about-plate6 .plate6-main .main-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-plate6 .plate6-main .main-lump1 a:hover,
  .about-plate6 .plate6-main .main-lump2 a:hover,
  .about-plate6 .plate6-main .main-lump3 a:hover {
    border: solid 2px #323296;
  }
  .about-plate6 .plate6-main .main-lump1 a:hover img,
  .about-plate6 .plate6-main .main-lump2 a:hover img,
  .about-plate6 .plate6-main .main-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-plate6 .plate6-main .str_wrap {
    background: none;
    overflow: visible;
  }
  .responsibility-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .responsibility-plate1 .plate1-main .page-title2 {
    text-align: center;
  }
  .responsibility-plate1 .plate1-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .responsibility-plate1 .plate1-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .responsibility-plate1 .plate1-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
  }
  .responsibility-plate1 .plate1-main .main-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;
  }
  .responsibility-plate1 .plate1-main .main-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .responsibility-plate1 .plate1-main .main-cont .cont-cent {
    position: static;
    top: 50%;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    border-radius: 0;
    background: #f7f7fa;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .responsibility-plate1 .plate1-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs44);
    font-weight: bold;
    color: #333;
  }
  .responsibility-plate1 .plate1-main .main-cont .cont-cent .cent-text {
    margin-top: 0.45rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .responsibility-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: #f7f7fa;
  }
  .responsibility-plate2 .plate2-main .page-title2 {
    text-align: center;
  }
  .responsibility-plate2 .plate2-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .responsibility-plate2 .plate2-main .main-top {
    display: flex;
    justify-content: center;
    margin-top: 0.35rem;
    width: 100%;
    height: auto;
  }
  .responsibility-plate2 .plate2-main .main-top .top-item {
    position: relative;
    width: auto;
    height: auto;
    padding: 0 0.15rem 0.2rem;
    margin: 0;
    font-size: var(--fs28);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .responsibility-plate2 .plate2-main .main-top .top-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #323296;
    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;
  }
  .responsibility-plate2 .plate2-main .main-top .top-item-on {
    font-weight: bold;
    color: #323296;
  }
  .responsibility-plate2 .plate2-main .main-top .top-item-on::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));
  }
  .responsibility-plate2 .plate2-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .responsibility-plate2 .plate2-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .responsibility-plate2 .plate2-main .main-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    background: #fff;
  }
  .responsibility-plate2 .plate2-main .main-cont .cont-box .box-cent .cent-title {
    font-size: var(--fs44);
    font-weight: bold;
    color: #323296;
  }
  .responsibility-plate2 .plate2-main .main-cont .cont-box .box-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #444;
  }
  .responsibility-plate2 .plate2-main .main-cont .cont-box .box-cent .page-button2 {
    margin-top: 0.7rem;
  }
  .responsibility-plate2 .plate2-main .main-cont .cont-box .box-pic {
    width: 100%;
    height: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .responsibility-plate2 .plate2-main .main-cont .cont-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;
  }
  .responsibility-plate2 .plate2-main .main-cont .cont-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .responsibility-plate2 .plate2-main .main-cont .cont-box-on {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .responsibility-plate3 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .responsibility-plate3 .page-title2 {
    text-align: center;
  }
  .responsibility-plate3 .page-heng {
    margin: 0.25rem auto 0;
  }
  .responsibility-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .responsibility-plate3 .plate3-main .main-lump {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .responsibility-plate3 .plate3-main .main-lump:nth-child(3n) {
    margin-right: 0;
  }
  .responsibility-plate3 .plate3-main .main-lump .lump-item {
    position: relative;
    width: 100%;
    height: 5rem;
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .responsibility-plate3 .plate3-main .main-lump .lump-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .responsibility-plate3 .plate3-main .main-lump .lump-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;
  }
  .responsibility-plate3 .plate3-main .main-lump .lump-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.2rem 0.35rem;
    font-size: var(--fs36);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .responsibility-plate3 .plate3-main .main-lump .lump-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));
  }
  .responsibility-plate3 .plate3-main .main-lump:nth-child(2) {
    width: 100%;
    height: 8rem;
  }
  .responsibility-plate3 .plate3-main .main-lump:nth-child(2) .lump-item {
    height: 100%;
    margin-bottom: 0.3rem;
  }
  .news-top {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: #f6f6f6;
  }
  .news-top .top-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news-top .top-main .main-pic {
    width: 100%;
    height: 4.8rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .news-top .top-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;
  }
  .news-top .top-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.55rem 0 0;
  }
  .news-top .top-main .main-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.58rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-top .top-main .main-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-top .top-main .main-cent .cent-time {
    margin-top: 0.5rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #c9c9c9;
  }
  .news-top .top-main .main-cent .page-button {
    margin-top: 0.5rem;
    border: solid 2px #2066bc;
  }
  .news-top .top-main .main-cent .page-button span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    color: #2066bc;
  }
  .news-top .top-main .main-cent .page-button em {
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 100%;
  }
  .news-top .top-main .main-cent .page-button:hover {
    background: #2066bc;
  }
  .news-top .top-main .main-cent .page-button:hover span {
    color: #fff;
  }
  .news-top .top-main .main-cent .page-button:hover em {
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
  }
  .news-main {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .news-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0.15rem;
  }
  .news-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.68rem;
    border-radius: 0.2rem;
    overflow: hidden;
    background: #f8f8f8;
  }
  .news-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .news-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .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-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.4rem;
  }
  .news-main .main-box .box-item .item-cent .cent-title {
    height: auto;
    font-size: var(--fs38);
    font-weight: bold;
    line-height: 0.6rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-main .main-box .box-item .item-cent .cent-time {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs30);
    color: #c9c9c9;
  }
  .news-main .main-box .box-item:hover {
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
  }
  .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-main .main-box .box-item:hover .item-cent .cent-title {
    color: #323296;
  }
  .productNews {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .productNews .productNews-top .page-title2 {
    text-align: center;
  }
  .productNews .productNews-top .page-heng {
    margin: 0.25rem auto 0;
  }
  .productNews .productNews-top .top-text {
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .productNews .productNews-top .top-text p {
    text-indent: 0.4rem;
  }
  .productNews .productNews-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.55rem;
    margin-bottom: 0.15rem;
  }
  .productNews .productNews-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.68rem;
    border-radius: 0.2rem;
    overflow: hidden;
    background: #f8f8f8;
  }
  .productNews .productNews-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .productNews .productNews-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productNews .productNews-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productNews .productNews-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.4rem;
  }
  .productNews .productNews-main .main-item .item-cent .cent-title {
    height: auto;
    font-size: var(--fs38);
    font-weight: bold;
    line-height: 0.56rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .productNews .productNews-main .main-item .item-cent .cent-time {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs30);
    color: #c9c9c9;
  }
  .productNews .productNews-main .main-item:hover {
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
  }
  .productNews .productNews-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productNews .productNews-main .main-item:hover .item-cent .cent-title {
    color: #323296;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.35rem;
  }
  .newsDetail .newsDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .newsDetail .newsDetail-main .main-cent {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.58rem;
  }
  .newsDetail .newsDetail-main .main-cent .cent-title span {
    background: linear-gradient(-90deg, #323296, #00c0ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.3rem 0 0.5rem;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    color: #ccc;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
    width: auto;
    margin: -0.04rem 0.08rem 0 0;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #777;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-list {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #393435;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-English {
    margin-top: 0.1rem;
    margin-bottom: 0.45rem;
    font-family: Arial;
    font-size: var(--fs26);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.25);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0.45rem;
    margin-bottom: 0.45rem;
    border-bottom: solid 1px #f5f5f5;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-title {
    font-size: var(--fs36);
    color: 333333;
    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 .newsDetail-main .main-list .list-box .list-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-time span {
    background: linear-gradient(-90deg, #323296, #00c0ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title {
    color: #323296;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title2 {
    color: #323296;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    font-weight: 100;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link a {
    font-weight: 500;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link:hover a {
    color: #323296;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.15rem;
    border-radius: 50%;
    border: solid 1px #ededed;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover {
    border: solid 1px #323296;
    background: #323296;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.5rem;
    background: linear-gradient(-90deg, #323296, #00c0ff);
    border-radius: 0.45rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-button span {
    margin-right: 0.1rem;
    font-size: var(--fs30);
    color: #fff;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-button em {
    position: relative;
    width: 14px;
    height: 12px;
    background: url(../images/icon/icon-news-menu.png) no-repeat center center;
    background-size: 100%;
    z-index: 9;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-button:hover {
    background: linear-gradient(90deg, #323296, #00c0ff);
  }
  .newsDetail .newsDetail-main .main-list .list-box-active {
    position: fixed;
    top: 1.2rem;
  }
  .from {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: url(../images/from-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .from .from-main .page-title2 {
    text-align: center;
  }
  .from .from-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .from .from-main .main-cont {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    margin-top: 0.6rem;
    background: #fff;
    border-top-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
  }
  .from .from-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .from .from-main .main-cont .cont-box .box-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 0.24rem;
    margin-bottom: 0.32rem;
    background: #f8f8f8;
  }
  .from .from-main .main-cont .cont-box .box-item p {
    font-size: var(--fs28);
    color: #333;
  }
  .from .from-main .main-cont .cont-box .box-item p em {
    color: #e01212;
  }
  .from .from-main .main-cont .cont-box .box-item input {
    flex: 1;
    height: 1rem;
    padding: 0 0.15rem;
    font-size: var(--fs28);
    color: #333;
    background: transparent;
  }
  .from .from-main .main-cont .cont-box .box-item textarea {
    flex: 1;
    height: 1.84rem;
    padding: 0 0.15rem;
    font-size: var(--fs28);
    color: #333;
    background: transparent;
  }
  .from .from-main .main-cont .cont-box .box-item:last-of-type {
    align-items: flex-start;
    width: 100%;
    padding: 0.22rem 0.24rem;
  }
  .from .from-main .main-cont .cont-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin: 0.1rem auto 0;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
    line-height: 0.8rem;
    border-radius: 0.45rem;
    background: linear-gradient(-90deg, #323296, #00c0ff);
  }
  .from .from-main .main-cont .cont-button:hover {
    background: linear-gradient(90deg, #323296, #00c0ff);
  }
  .FQA {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .FQA .FQA-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .FQA .FQA-main .main-cont .cont-list {
    width: 100%;
    height: auto;
  }
  .FQA .FQA-main .main-cont .cont-list .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.3rem;
    margin-bottom: 0.1rem;
    background: #efefef;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FQA .FQA-main .main-cont .cont-list .list-item span {
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FQA .FQA-main .main-cont .cont-list .list-item em {
    width: 7px;
    height: 12px;
    background: url(../images/icon/icon-arrow10.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;
  }
  .FQA .FQA-main .main-cont .cont-list .list-item:hover {
    background: linear-gradient(-90deg, #323296, #00c0ff);
  }
  .FQA .FQA-main .main-cont .cont-list .list-item:hover span {
    color: #fff;
  }
  .FQA .FQA-main .main-cont .cont-list .list-item:hover em {
    background: url(../images/icon/icon-arrow11.png) no-repeat center center;
    background-size: 100%;
  }
  .FQA .FQA-main .main-cont .cont-list .list-item-on {
    background: linear-gradient(-90deg, #323296, #00c0ff);
  }
  .FQA .FQA-main .main-cont .cont-list .list-item-on span {
    color: #fff;
  }
  .FQA .FQA-main .main-cont .cont-list .list-item-on em {
    background: url(../images/icon/icon-arrow11.png) no-repeat center center;
    background-size: 100%;
  }
  .FQA .FQA-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .FQA .FQA-main .main-cont .cont-box .box-text {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .FQA .FQA-main .main-cont .cont-box .box-title {
    margin-top: 0.5rem;
    padding-bottom: 0.25rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #e5e5e5;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    background: #f7f8fa;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-top .dd-title {
    position: relative;
    width: 90%;
    padding-left: 0.6rem;
    font-size: var(--fs30);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-top .dd-title::after {
    content: 'Q';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    font-family: "mm";
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    background: #323296;
    border-radius: 50%;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-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%;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .top-active .dd-show {
    background: url(../images/icon/icon-FAQ-hide.png) no-repeat center center;
    background-size: 100%;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent .cent-duty {
    position: relative;
    width: 100%;
    padding-left: 0.6rem;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent .cent-duty::after {
    content: 'A';
    position: absolute;
    top: 0.08rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    font-family: "mm";
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 50%;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent .cent-duty .duty-text {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent .cent-duty .duty-text span {
    display: block;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #000;
  }
  .FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent .cent-duty .duty-text p {
    text-indent: 0.28rem;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 1.2rem;
  }
  .recruit .recruit-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-top .top-cent {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-top .top-cent .cent-title {
    font-size: var(--fs44);
    font-weight: bold;
    color: #333;
  }
  .recruit .recruit-main .main-top .top-cent .cent-search {
    display: flex;
    justify-content: flex-start;
    width: 5.5rem;
    height: auto;
    margin-top: 0.5rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .recruit .recruit-main .main-top .top-cent .cent-search .search-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 2rem);
    height: 0.8rem;
    padding: 0 0.3rem;
    border: solid 1px #eeeeee;
    border-right: none;
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
  }
  .recruit .recruit-main .main-top .top-cent .cent-search .search-box a {
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/icon/icon-search4.png) no-repeat center center;
    background-size: 100%;
  }
  .recruit .recruit-main .main-top .top-cent .cent-search .search-box input {
    width: calc(100% - 0.25rem);
    height: 100%;
    padding-left: 0.15rem;
    font-size: var(--fs26);
    color: #333;
    background: transparent;
  }
  .recruit .recruit-main .main-top .top-cent .cent-search .search-box input::placeholder {
    color: #999;
  }
  .recruit .recruit-main .main-top .top-cent .cent-search .box-button {
    width: 2rem;
    height: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: linear-gradient(-90deg, #323296, #00c0ff);
  }
  .recruit .recruit-main .main-top .top-cent .cent-search .box-button:hover {
    background: linear-gradient(90deg, #323296, #00c0ff);
  }
  .recruit .recruit-main .main-top .top-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .recruit .recruit-main .main-top .top-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .recruit .recruit-main .main-top .top-cont .cont-item .item-title {
    width: 100%;
    margin-bottom: 0.15rem;
    font-size: var(--fs32);
    color: #333;
  }
  .recruit .recruit-main .main-top .top-cont .cont-item .item-lump {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 85%;
    height: 0.36rem;
    overflow: hidden;
  }
  .recruit .recruit-main .main-top .top-cont .cont-item .item-lump .lump-item {
    width: auto;
    height: auto;
    margin-bottom: 0.1rem;
    margin-right: 0.5rem;
    font-size: var(--fs28);
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-top .top-cont .cont-item .item-lump .lump-item:hover {
    color: #323296;
  }
  .recruit .recruit-main .main-top .top-cont .cont-item .item-lump .lump-item-on {
    color: #323296;
  }
  .recruit .recruit-main .main-top .top-cont .cont-item .item-button {
    width: 15%;
    margin-left: 0;
    padding-left: 0.15rem;
    font-size: var(--fs28);
    color: #333;
    opacity: 0.5;
    cursor: pointer;
  }
  .recruit .recruit-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    margin-bottom: 0.4rem;
  }
  .recruit .recruit-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    border-radius: 0.15rem;
    border: solid 1px #ededed;
  }
  .recruit .recruit-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .recruit .recruit-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.24rem 0.3rem;
    border-bottom: solid 1px #ededed;
  }
  .recruit .recruit-main .main-box .box-item .item-cent .cent-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-box .box-item .item-cent .cent-top .top-title {
    max-width: calc(100% - 1.5rem);
    width: auto;
    padding-right: 0.2rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .box-item .item-cent .cent-top .top-tisp {
    min-width: 1.5rem;
    height: 0.45rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.46rem;
    color: #323296;
    background: #f3f3f9;
    border-radius: 0.05rem;
  }
  .recruit .recruit-main .main-box .box-item .item-cent .top-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .recruit .recruit-main .main-box .box-item .item-bottom {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.24rem;
    font-size: var(--fs28);
    line-height: 0.8rem;
    color: #999;
  }
  .recruit .recruit-main .main-box .box-item .item-bottom span {
    display: inline-block;
  }
  .recruit .recruit-main .main-box .box-item:hover {
    border: solid 1px #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }
  .recruit .recruit-main .main-box .box-item:hover .item-cent .cent-top .top-title {
    color: #323296;
  }
  .recruitDetail-top {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem;
    margin-top: 1.2rem;
    background: url(../images/recruitDetail-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .recruitDetail-top .top-main .main-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  .recruitDetail-top .top-main .main-button em {
    width: 0.26rem;
    height: 0.22rem;
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .recruitDetail-top .top-main .main-button span {
    margin-left: 0.08rem;
    font-size: var(--fs30);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruitDetail-top .top-main .main-button:hover span {
    margin-left: 0.16rem;
    color: #323296;
  }
  .recruitDetail-top .top-main .main-title {
    margin-top: 0.35rem;
    font-size: var(--fs40);
    font-weight: bold;
    color: #000;
  }
  .recruitDetail-top .top-main .main-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .recruitDetail-main {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 1.2rem;
  }
  .recruitDetail-main .main-box .box-title {
    margin-bottom: 0.2rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
  }
  .recruitDetail-main .main-box .box-text {
    margin-bottom: 0.45rem;
    font-size: var(--fs28);
    line-height: 0.48rem;
    color: #666;
  }
  .recruitDetail-main .main-box .box-button {
    display: inline-block;
    width: auto;
    height: 0.8rem;
    padding: 0 0.32rem;
    font-size: var(--fs28);
    line-height: 0.76rem;
    color: #323296;
    border-radius: 0.45rem;
    border: solid 2px #323296;
  }
  .recruitDetail-main .main-box .box-button:hover {
    color: #fff;
    background: #323296;
  }
  .cooperation-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .cooperation-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cooperation-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.8rem;
    background: url(../images/cooperation-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .cooperation-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.45rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .cooperation-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .cooperation-plate1 .plate1-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;
  }
  .cooperation-plate1 .plate1-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));
  }
  .cooperation-plate1 .plate1-main .main-cont {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.8rem;
    background: url(../images/cooperation-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .cooperation-plate1 .plate1-main .main-cont .cent-text {
    margin-top: 0.45rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .cooperation-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 0.55rem;
    background: url(../images/cooperation-bg2.jpg) no-repeat top left;
    background-size: cover;
  }
  .cooperation-plate2 .page-title2 {
    text-align: center;
  }
  .cooperation-plate2 .page-heng {
    margin: 0.25rem auto 0;
  }
  .cooperation-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .cooperation-plate2 .plate2-main .main-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.6rem 0.25rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cooperation-plate2 .plate2-main .main-item:nth-child(4n) {
    margin-right: 0;
  }
  .cooperation-plate2 .plate2-main .main-item .item-icon {
    width: 1.07rem;
    height: auto;
    margin: 0 auto;
  }
  .cooperation-plate2 .plate2-main .main-item .item-icon img {
    width: 100%;
  }
  .cooperation-plate2 .plate2-main .main-item .item-title {
    margin-top: 0.25rem;
    font-size: var(--fs34);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .cooperation-plate2 .plate2-main .main-item .item-text {
    margin-top: 0.35rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    text-align: center;
    color: #666;
  }
  .cooperation-plate2 .plate2-main .main-item:hover {
    transform: translatey(-0.2rem);
    -o-transform: translatey(-0.2rem);
    -moz-transform: translatey(-0.2rem);
    -webkit-transform: translatey(-0.2rem);
  }
  .seen-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .seen-plate1 .plate1-main .page-title2 {
    text-align: center;
  }
  .seen-plate1 .plate1-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .seen-plate1 .plate1-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .seen-plate1 .plate1-main .main-swiper .swiper-slide {
    width: 90%;
    height: auto;
    margin-right: 0.48rem;
  }
  .seen-plate1 .plate1-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .seen-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 4.3rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .seen-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .seen-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .seen-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.3rem;
    font-size: var(--fs30);
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  }
  .seen-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .seen-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-title {
    background: linear-gradient(0deg, rgba(50, 50, 150), transparent);
  }
  .seen-plate1 .plate1-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .seen-plate1 .plate1-main .main-bottom .swiper-pagination {
    position: relative;
    bottom: 0;
    width: calc(100% - 2.1rem);
    height: 1px;
    background: #aaaaaa;
  }
  .seen-plate1 .plate1-main .main-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #323296;
  }
  .seen-plate1 .plate1-main .main-bottom .swiper-button {
    display: flex;
    justify-content: space-between;
    width: 1.9rem;
    height: auto;
  }
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev,
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next {
    position: relative;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    border: solid 1px #cccccc;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev img,
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    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;
  }
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev .img2,
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev:hover,
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next:hover {
    border: solid 1px #fff;
    background: linear-gradient(-90deg, #323296, #00c0ff);
  }
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev:hover .img1,
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev:hover .img2,
  .seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .seen-plate2 {
    width: 100%;
    height: auto;
    padding: 1.65rem 0.3rem;
    background: url(../images/seen-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .seen-plate2 .page-title2 {
    text-align: center;
  }
  .seen-plate2 .page-heng {
    margin: 0.25rem auto 0;
  }
  .seen-plate2 .plate2-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .seen-plate2 .plate2-main .main-item {
    width: calc(100% / 3 - 0.1rem);
    height: auto;
    margin-right: 0.15rem;
    margin-bottom: 0.3rem;
  }
  .seen-plate2 .plate2-main .main-item:nth-child(7n) {
    margin-right: 0.15rem;
  }
  .seen-plate2 .plate2-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .seen-plate2 .plate2-main .main-item .item-icon {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .seen-plate2 .plate2-main .main-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .seen-plate2 .plate2-main .main-item .item-icon .img2 {
    opacity: 0;
  }
  .seen-plate2 .plate2-main .main-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    text-align: center;
    color: #666;
  }
  .seen-plate2 .plate2-main .main-item:hover .item-icon {
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  .seen-plate2 .plate2-main .main-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .seen-plate2 .plate2-main .main-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .seen-plate3 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .seen-plate3 .page-title2 {
    text-align: center;
  }
  .seen-plate3 .page-heng {
    margin: 0.25rem auto 0;
  }
  .seen-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .seen-plate3 .plate3-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.7rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
    border-radius: 0.15rem;
    background: #f3f5fb;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .seen-plate3 .plate3-main .main-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #323296;
    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;
  }
  .seen-plate3 .plate3-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .seen-plate3 .plate3-main .main-item .item-num {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.62rem;
    text-align: center;
  }
  .seen-plate3 .plate3-main .main-item .item-num span {
    background: linear-gradient(-90deg, #323296, #00c0ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .seen-plate3 .plate3-main .main-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs32);
    text-align: center;
    color: #333;
  }
  .seen-plate3 .plate3-main .main-item .item-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    color: #999;
  }
  .seen-plate3 .plate3-main .main-item:hover {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .seen-plate3 .plate3-main .main-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));
  }
  .seen-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .seen-plate4 .page-title2 {
    text-align: center;
  }
  .seen-plate4 .page-heng {
    margin: 0.25rem auto 0;
  }
  .seen-plate4 .plate4-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .seen-plate4 .plate4-main .main-lump {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .seen-plate4 .plate4-main .main-lump:nth-child(3n) {
    margin-right: 0;
  }
  .seen-plate4 .plate4-main .main-lump .lump-item {
    position: relative;
    width: 100%;
    height: 5rem;
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .seen-plate4 .plate4-main .main-lump .lump-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .seen-plate4 .plate4-main .main-lump .lump-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;
  }
  .seen-plate4 .plate4-main .main-lump .lump-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.2rem 0.35rem;
    font-size: var(--fs36);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .seen-plate4 .plate4-main .main-lump .lump-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));
  }
  .seen-plate4 .plate4-main .main-lump:nth-child(2) {
    width: 100%;
    height: 8rem;
  }
  .seen-plate4 .plate4-main .main-lump:nth-child(2) .lump-item {
    height: 100%;
    margin-bottom: 0.3rem;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .contact .contact-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    padding-right: 0;
  }
  .contact .contact-main .main-box .box-cent {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .contact .contact-main .main-box .box-cent .cent-title {
    margin-bottom: 0.5rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .contact .contact-main .main-box .box-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .contact .contact-main .main-box .box-cent .cent-item:last-of-type {
    margin-bottom: 0;
  }
  .contact .contact-main .main-box .box-cent .cent-item .item-icon {
    width: 0.8rem;
    height: auto;
  }
  .contact .contact-main .main-box .box-cent .cent-item .item-icon img {
    width: 100%;
  }
  .contact .contact-main .main-box .box-cent .cent-item .item-text {
    width: calc(100% - 0.8rem);
    padding-left: 0.2rem;
    font-size: var(--fs28);
    color: #333;
  }
  .contact .contact-main .main-box .box-cent .cent-item .item-text span {
    font-size: var(--fs28);
  }
  .contact .contact-main .main-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .contact .contact-main .main-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-main .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .pupop-pic-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 199;
  }
  .pupop-pic-main {
    display: none;
    position: fixed;
    top: 50%;
    left: 2%;
    width: 96%;
    height: 9rem;
    margin: -4.5rem 0 0 0;
    z-index: 299;
  }
  .pupop-pic-main .main-pic {
    width: 100%;
    height: 100%;
  }
  .pupop-pic-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pupop-pic-main .main-hide {
    position: absolute;
    top: -0.8rem;
    right: 0.3rem;
    width: 0.38rem;
    cursor: pointer;
  }
  .pupop-pic-main .main-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-pic-main .main-hide:hover img {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .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: #323296;
    border: solid 2px #323296;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #323296;
    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;
  }
  .map {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 1.2rem;
  }
  .map .map-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .map .map-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .map .map-main .main-item {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding-bottom: 0.3rem;
    border-bottom: solid 1px #eeeeee;
  }
  .map .map-main .main-item .item-title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #000;
  }
  .map .map-main .main-item .item-cent {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .map .map-main .main-item .item-cent a {
    margin: 0.1rem 0.6rem 0 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .map .map-main .main-item .item-cent a:hover {
    text-decoration: underline;
    color: #323296;
  }
  .form-mask,
  .form-mask2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 29;
  }
  .form-box,
  .form-box2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 96%;
    height: auto;
    padding: 0.3rem;
    background: #fff;
    z-index: 99;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .form-box .box-top,
  .form-box2 .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0.15rem;
    border-bottom: solid 1px #dcdcdc;
  }
  .form-box .box-top .top-title,
  .form-box2 .box-top .top-title {
    width: calc(100% - 0.5rem);
    font-size: var(--fs30);
    line-height: 1;
    font-weight: bold;
    padding-left: 0.1rem;
    border-left: 3px solid #323296;
  }
  .form-box .box-top span,
  .form-box2 .box-top span {
    width: 0.34rem;
    height: auto;
    cursor: pointer;
  }
  .form-box .box-top span img,
  .form-box2 .box-top span img {
    width: 100%;
  }
  .form-box .box-lump,
  .form-box2 .box-lump {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .form-box .box-lump .lump-item,
  .form-box2 .box-lump .lump-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .form-box .box-lump .lump-item .lump-title,
  .form-box2 .box-lump .lump-item .lump-title {
    font-size: var(--fs26);
    color: #333;
  }
  .form-box .box-lump .lump-item input,
  .form-box2 .box-lump .lump-item input {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.1rem;
    padding: 0 0.1rem;
    border: 1px solid #dcdcdc;
  }
  .form-box .box-button,
  .form-box2 .box-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.2rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #323296;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs48);
    text-transform: uppercase;
    color: #ffb902;
  }
  .page-crumb {
    height: auto;
    padding: 0.15rem 0.3rem;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    font-size: var(--fs26);
    color: #929292;
  }
  .page-crumb .crumb-box a {
    max-width: 2rem;
    margin-right: 0.14rem;
    color: #929292;
  }
  .page-crumb .crumb-box a img {
    width: 10px;
  }
  .page-crumb .crumb-box a:hover {
    color: #323296;
  }
  .page-crumb .crumb-box span {
    width: 2.1rem;
    font-size: var(--fs28);
    color: #323296;
  }
  .page-crumb .crumb-box em {
    display: block;
    width: 4px;
    height: 7px;
    margin-right: 0.14rem;
  }
  .page-crumb .crumb-box em img {
    display: block;
    width: 100%;
  }
  .page-load {
    display: block;
    width: 1.2rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic {
    width: 0.6rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load .load-title {
    margin-top: 0.12rem;
    font-size: var(--fs28);
    text-align: center;
    color: #323296;
  }
  .page-load:hover .load-pic img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .page-float {
    display: none;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    border: solid 1px #fff;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button span {
    position: relative;
    font-size: var(--fs28);
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button em {
    position: relative;
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.1rem;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    border: solid 1px #fff;
    background: #fff;
  }
  .page-button:hover span {
    color: #323296;
  }
  .page-button:hover em {
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .page-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    background: linear-gradient(-90deg, #323296, #00c0ff);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button2 span {
    position: relative;
    font-size: var(--fs28);
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2 em {
    position: relative;
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.1rem;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2:hover {
    background: linear-gradient(90deg, #323296, #00c0ff);
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #323296;
    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-subnav {
    display: none;
  }
}
