.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    margin: 0 auto;
    padding: 0 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 2.4rem;
    height: auto;
  }
  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: 1;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #012f82, #01b4ed);
    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, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #ffd700 !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: 1.2rem;
    height: 100%;
    margin-left: 0;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 0.32rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    align-items: center;
    position: relative;
    width: 1.2rem;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 100%;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.16rem;
    font-size: var(--fs26);
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 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 {
    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: #ffd700;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 1.2rem;
    height: 100%;
    margin-left: 0;
    background: #00c957;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    left: 0;
    width: 0.3rem;
    height: 0.03rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 0.2rem;
    height: 0.03rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    width: 0.4rem;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    width: 0.4rem;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #ffd700;
    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 #ffd700;
  }
  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: #ffd700;
  }
  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: #ffd700;
    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: #00c957;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #00c957;
    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: #00c957;
  }
  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 #ffd700;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 6rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.48rem;
    line-height: 1.2;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    font-size: var(--fs36);
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin-top: 0.3rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.3rem;
    height: 0.75rem;
    margin-right: 0.2rem;
    border: solid 1px #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button span {
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button em {
    width: 0.25rem;
    height: 0.23rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover span {
    color: #000;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover em {
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-play {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.35rem auto 0;
    background: url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 9px;
    border: solid 3px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-play .video-circle {
    display: none;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 82px;
    height: 82px;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-play .video-circle circle {
    fill: transparent;
    stroke: #fff;
    /* 进度条颜色 */
    stroke-width: 3;
    /* 线条宽度 */
    stroke-dasharray: 233;
    /* 圆的周长 */
    stroke-dashoffset: 233;
    /* 初始偏移量 */
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-play:hover .video-circle circle {
    stroke-dashoffset: 0;
  }
  header .head-banner .swiper-slide-active .box-cent .cent-title,
  header .head-banner .swiper-slide-active .box-cent2 .cent-title,
  header .head-banner .swiper-slide-active .box-cent3 .cent-title,
  header .head-banner .swiper-slide-active .box-cent .cent-text,
  header .head-banner .swiper-slide-active .box-cent2 .cent-text,
  header .head-banner .swiper-slide-active .box-cent3 .cent-text,
  header .head-banner .swiper-slide-active .box-cent .cent-button,
  header .head-banner .swiper-slide-active .box-cent2 .cent-button,
  header .head-banner .swiper-slide-active .box-cent3 .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.15rem;
    height: 0.15rem;
    margin: 0.1rem;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type::before,
  header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type::after {
    display: none;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet em {
    display: none;
    position: absolute;
    top: 50%;
    height: 50%;
    width: 0.14rem;
    height: 0.14rem;
    margin: -0.07rem 0 0 -0.07rem;
    border-radius: 50%;
    background: #fff;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet::before {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 8px);
    width: calc(1.96rem + 18px);
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet::after {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 8px);
    width: 0;
    height: 1px;
    background: #fff;
    z-index: 1;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.6rem;
    border-radius: 0.45rem;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active em {
    width: 0.18rem;
    height: 0.18rem;
    margin: -9px 0 0 -9px;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-on::after {
    width: calc(1.96rem + 18px);
    transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition: all 4.5s;
    -o-transition: all 4.5s;
    -moz-transition: all 4.5s;
    -webkit-transition: all 4.5s;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 5.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-pic video {
    display: none;
    width: 100%;
  }
  header .head-banner .banner-video {
    display: none;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
  }
  header .head-banner .banner-gif {
    display: block;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-gif img {
    width: 100%;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    width: 100%;
    margin-top: 0.05rem;
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    width: 100%;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    line-height: 1;
    text-transform: uppercase;
    color: #ffd700;
  }
  header .head-banner .banner-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title2 {
    font-size: var(--fs48);
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .banner-play {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.8rem 0 0 -0.8rem;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: mapAddress3 3s infinite linear;
  }
  header .head-banner .banner-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.8rem 0 0 -0.8rem;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: mapAddress3 3s 1.5s infinite linear;
  }
  header .head-banner .banner-play img {
    width: 100%;
  }
  header .head-banner .banner-play:hover {
    transform: rotate(122deg);
    -o-transform: rotate(122deg);
    -moz-transform: rotate(122deg);
    -webkit-transform: rotate(122deg);
  }
  .header-mar0 {
    margin-top: 1.2rem !important;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #000;
  }
  footer .foot-top {
    width: 100%;
    height: auto;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  footer .foot-top .top-main {
    display: flex;
    justify-content: space-between;
  }
  footer .foot-top .top-main .main-nav {
    display: none;
    justify-content: flex-start;
    align-items: center;
    width: 48.1vw;
    height: 0.76rem;
  }
  footer .foot-top .top-main .main-nav .nav-item {
    width: auto;
    height: auto;
    margin-right: 1.1rem;
    font-size: var(--fs18);
    font-weight: bold;
    color: #999;
  }
  footer .foot-top .top-main .main-nav .nav-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-top .top-main .main-nav .nav-item:hover {
    color: #fff;
  }
  footer .foot-top .top-main .main-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 64%;
    height: 0.9rem;
    padding-left: 0.3rem;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  footer .foot-top .top-main .main-link:last-of-type {
    width: 36%;
    padding-left: 4.1vw;
  }
  footer .foot-top .top-main .main-link span {
    margin-right: 0.1rem;
    font-size: var(--fs28);
    font-weight: bold;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-top .top-main .main-link em {
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/icon/icon-foot-link2.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;
  }
  footer .foot-top .top-main .main-link:hover span {
    color: #ccc;
  }
  footer .foot-top .top-main .main-link:hover em {
    background: url(../images/icon/icon-foot-link.png) no-repeat center center;
    background-size: 100%;
  }
  footer .foot-main {
    width: 100%;
    height: auto;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    background: url(../images/foot-bg.png) no-repeat left bottom;
    background-size: 6.06rem;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
  }
  footer .foot-main .main-cont .cont-box {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 48.1vw;
    height: auto;
    padding: 0.55rem 0.9rem 0.65rem 0;
  }
  footer .foot-main .main-cont .cont-box .box-left {
    width: auto;
  }
  footer .foot-main .main-cont .cont-box .box-left .left-title {
    font-size: var(--fs30);
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-box .box-left .left-text {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    color: #fff;
  }
  footer .foot-main .main-cont .cont-box .box-case {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 16.2vw;
    height: auto;
  }
  footer .foot-main .main-cont .cont-box .box-case a {
    width: 50%;
    height: auto;
    padding-right: 0.15rem;
    margin-bottom: 0.15rem;
    font-size: var(--fs14);
    font-weight: 100;
    color: #999;
  }
  footer .foot-main .main-cont .cont-box .box-case a:hover {
    color: #fff;
  }
  footer .foot-main .main-cont .cont-cent {
    width: 64%;
    height: auto;
    padding: 0.55rem 0.3rem 0.65rem;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  footer .foot-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs28);
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-cent .cent-tel {
    margin-top: 0.07rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs36);
    font-weight: bold;
    color: #7fff00;
  }
  footer .foot-main .main-cont .cont-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    line-height: 1.7;
    color: #999;
  }
  footer .foot-main .main-cont .cont-ewm {
    width: 36%;
    padding: 0.55rem 0.3rem 0.65rem;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  footer .foot-main .main-cont .cont-ewm .ewm-title {
    font-size: var(--fs28);
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-ewm .ewm-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-cont .cont-ewm .ewm-box .box-pic {
    width: 90%;
    margin-bottom: 0.2rem;
  }
  footer .foot-main .main-cont .cont-ewm .ewm-box .box-pic img {
    width: 100%;
  }
  footer .foot-bottom {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    height: auto;
    padding: 0.35rem 0.3rem;
  }
  footer .foot-bottom .bottom-share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  footer .foot-bottom .bottom-share .share-item {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.12rem;
  }
  footer .foot-bottom .bottom-share .share-item:first-of-type {
    margin-left: 0;
  }
  footer .foot-bottom .bottom-share .share-item img {
    width: 100%;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-bottom .bottom-share .share-item:hover img {
    opacity: 1;
  }
  footer .foot-bottom .bottom-zizhi {
    margin-top: 0.2rem;
    font-size: var(--fs24);
    font-weight: 100;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
  }
  footer .foot-bottom .bottom-zizhi a {
    color: rgba(255, 255, 255, 0.3);
  }
  footer .foot-bottom .bottom-zizhi a:hover {
    color: #ffffff;
  }
  .index-plate1 {
    width: 100%;
    height: auto;
    padding: 0.88rem 0.3rem 1.2rem;
  }
  .index-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .index-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0;
  }
  .index-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.65rem;
    font-size: var(--fs40);
    color: #000;
  }
  .index-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.45rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.875;
    color: #666;
  }
  .index-plate1 .plate1-main .main-cent .page-button {
    margin-top: 0.4rem;
  }
  .index-plate1 .plate1-main .main-pic {
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .index-plate1 .plate1-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-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);
  }
  .index-plate2 {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 0.5rem;
    background: url(../images/plate2-bg.jpg) no-repeat top left;
    background-size: 200%;
  }
  .index-plate2 .plate2-main .index-English {
    text-align: center;
    color: #ffd700;
  }
  .index-plate2 .plate2-main .index-title {
    text-align: center;
    letter-spacing: 0;
    color: #fff;
  }
  .index-plate2 .plate2-main .main-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }
  .index-plate2 .plate2-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .index-plate2 .plate2-main .main-top .top-item {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 0.2rem;
    font-size: var(--fs30);
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate2 .plate2-main .main-top .top-item::after {
    content: '';
    position: absolute;
    bottom: -0.05rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffd700;
    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;
  }
  .index-plate2 .plate2-main .main-top .top-item-on {
    color: #ffd700;
  }
  .index-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);
  }
  .index-plate2 .plate2-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .index-plate2 .plate2-main .main-cont .cont-box {
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-top .top-item {
    width: auto;
    height: 0.6rem;
    padding: 0 0.25rem;
    margin: 0 0.05rem 0.1rem;
    font-size: var(--fs24);
    font-weight: 100;
    line-height: 0.55rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.45rem;
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-top .top-item:hover {
    color: #333;
    background: #ffd700;
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item {
    position: relative;
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.34rem;
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(4n) {
    margin-right: 0;
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-pic {
    width: 100%;
    height: 2rem;
    overflow: hidden;
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-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;
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-cent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.2rem 0.1rem;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-cent span {
    margin-right: 0.1rem;
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: var(--fs34);
    background: linear-gradient(180deg, #fff, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .index-plate2 .plate2-main .main-cont .cont-box .box-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);
  }
  .index-plate2 .plate2-main .main-cont .cont-box-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
  }
  .index-plate3 {
    width: 100%;
    height: auto;
    padding: 2.4rem 0.3rem 1.9rem;
    background: url(../images/plate3-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .index-plate3 .plate3-main .index-English,
  .index-plate3 .plate3-main .index-title {
    text-align: center;
  }
  .index-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .index-plate3 .plate3-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 48.5%;
    margin-bottom: 0.3rem;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-icon {
    width: 0.5rem;
    height: auto;
    margin-right: 0.15rem;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent {
    width: auto;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs26);
    font-weight: bold;
    color: #000;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-num {
    font-size: var(--fs24);
    color: #333;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-num span {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.72rem;
    color: #333;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-num em {
    position: relative;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-num em::after {
    content: '+';
    position: absolute;
    top: -0.5rem;
    left: 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    color: #333;
  }
  .index-plate4 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem 1.65rem;
    background: #000;
  }
  .index-plate4 .plate4-main .index-English {
    color: #ffd700;
  }
  .index-plate4 .plate4-main .index-title {
    letter-spacing: 0;
    color: #fff;
  }
  .index-plate4 .plate4-main .main-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .index-plate4 .plate4-main .main-cont .cont-list {
    width: 35%;
    height: auto;
    margin-top: 0.65rem;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    padding-left: 0;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top {
    position: relative;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 1.3;
    color: #999999;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: -1.2vw;
    width: 10px;
    height: 0.24rem;
    background: url(../images/icon/icon-arrow3.png) no-repeat left center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top::after {
    display: none;
    content: '';
    position: absolute;
    top: calc(0.12rem - 1.5px);
    left: -12vw;
    width: 1.9rem;
    height: 3px;
    opacity: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top:hover {
    color: #fff;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top:hover::before {
    background: url(../images/icon/icon-arrow4.png) no-repeat left center;
    background-size: 100%;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top-on {
    color: #fff;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top-on::before {
    background: url(../images/icon/icon-arrow4.png) no-repeat left center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top-on::after {
    left: -11.3vw;
    opacity: 1;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-box {
    display: none;
    width: 100%;
    height: auto;
    padding-top: 0.1rem;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-box .box-item {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 1.3;
    color: #666;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-box .box-item:hover {
    color: #fff;
  }
  .index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-box .box-item-on {
    color: #fff;
  }
  .index-plate4 .plate4-main .main-cont .cont-box {
    position: relative;
    width: 62%;
    height: auto;
  }
  .index-plate4 .plate4-main .main-cont .cont-box::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: 2.4rem;
    width: 3.22rem;
    height: 5.86rem;
    background: url(../images/plate4-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .index-plate4 .plate4-main .main-cont .cont-box::after {
    content: '';
    position: absolute;
    bottom: -6rem;
    right: 1.35rem;
    width: 5.86rem;
    height: 2.35rem;
    background: url(../images/plate4-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper {
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 0.65rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.2rem 0.7rem;
    background: #fff;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text {
    display: none !important;
    margin-top: 0.25rem;
    font-size: var(--fs24);
    line-height: 1.7;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text span {
    font-weight: bold;
    color: #333;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .page-button {
    margin-top: 0.3rem;
    width: 1.9rem;
    height: 0.6rem;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide-active {
    opacity: 1;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-pagination {
    bottom: 0.2rem;
    padding-right: 0;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 0.1rem;
    background: #d6d6d6;
    opacity: 1;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffd700;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-swiper-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .index-plate5 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0 0;
  }
  .index-plate5 .plate5-top {
    position: relative;
    padding: 0 0.3rem;
  }
  .index-plate5 .plate5-top .top-list {
    display: flex;
    justify-content: center;
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0.35rem;
  }
  .index-plate5 .plate5-top .top-list .list-item {
    width: auto;
    margin: 0 0.3rem;
    cursor: pointer;
  }
  .index-plate5 .plate5-top .top-list .list-item .item-icon {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
  }
  .index-plate5 .plate5-top .top-list .list-item .item-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate5 .plate5-top .top-list .list-item .item-icon .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .index-plate5 .plate5-top .top-list .list-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    text-align: center;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate5 .plate5-top .top-list .list-item-on .item-icon .img1 {
    opacity: 0;
  }
  .index-plate5 .plate5-top .top-list .list-item-on .item-icon .img2 {
    opacity: 1;
  }
  .index-plate5 .plate5-top .top-list .list-item-on .item-title {
    color: #333;
  }
  .index-plate5 .plate5-main {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .index-plate5 .plate5-main .main-cont {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .index-plate5 .plate5-main .main-cont .cont-item {
    display: none;
    position: relative;
    width: 25vw;
    height: 6.4rem;
    overflow: hidden;
  }
  .index-plate5 .plate5-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 100%;
    background: #000;
  }
  .index-plate5 .plate5-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate5 .plate5-main .main-cont .cont-item .item-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .index-plate5 .plate5-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .index-plate5 .plate5-main .main-cont .cont-item .item-cent .page-button {
    margin: 0.15rem auto 0;
    border: solid 1px #fff;
    background: transparent;
  }
  .index-plate5 .plate5-main .main-cont .cont-item .item-cent .page-button em {
    width: 0.16rem;
    height: 0.12rem;
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 100%;
  }
  .index-plate5 .plate5-main .main-cont .cont-item .item-cent .page-button:hover {
    border: solid 1px transparent;
  }
  .index-plate5 .plate5-main .main-cont .cont-item .item-cent .page-button:hover em {
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 100%;
  }
  .index-plate5 .plate5-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper {
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.32rem;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button {
    border: solid 1px #000;
    background: #000;
    margin: 0.1rem auto 0;
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button em {
    width: 0.26rem;
    height: 0.22rem;
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 100%;
  }
  .index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button:hover em {
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 100%;
  }
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev,
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev img,
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-next img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev .img2,
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-next .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img1,
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img2,
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev {
    left: 0.2rem;
  }
  .index-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
    right: 0.2rem;
  }
  .index-plate5 .plate5-main .main-cont-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .index-plate6 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 1.25rem;
    background: #f4f4f4;
    overflow: hidden;
  }
  .index-plate6 .plate6-main .index-English,
  .index-plate6 .plate6-main .index-title {
    text-align: center;
  }
  .index-plate6 .plate6-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .index-plate6 .plate6-main .main-top .top-item {
    width: auto;
    height: 0.7rem;
    margin: 0 0.1rem;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    line-height: 0.7rem;
    color: #999;
    border-radius: 0.45rem;
    border: solid 1px #e8e6e8;
    background: #fff;
    cursor: pointer;
  }
  .index-plate6 .plate6-main .main-top .top-item-on {
    font-weight: bold;
    color: #fff;
    border: solid 1px #ffd700;
    background: #ffd700;
  }
  .index-plate6 .plate6-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.32rem;
  }
  .index-plate6 .plate6-main .main-box .box-swiper {
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .index-plate6 .plate6-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump .lump-item {
    width: calc(100% / 3 - 0.1rem);
    height: 1.15rem;
    margin-right: 0.15rem;
    margin-bottom: 0.24rem;
    border-radius: 0.1rem;
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump .lump-item:nth-child(7n) {
    margin-right: 0.15rem;
  }
  .index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump .lump-item:nth-child(3n) {
    margin-right: 0;
  }
  .index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump .lump-item 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;
  }
  .index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump .lump-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .index-plate6 .plate6-main .main-box .box-swiper .swiper-pagination {
    bottom: 0;
  }
  .index-plate6 .plate6-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 0.1rem;
    background: #bababa;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate6 .plate6-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.4rem;
    border-radius: 0.45rem;
    background: #ffd700;
  }
  .index-plate6 .plate6-main .main-box .box-swiper-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .index-plate6 .plate6-3D {
    position: absolute;
    bottom: -70%;
    left: 0;
    opacity: 1;
  }
  .index-plate7 {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 0.65rem;
    background: url(../images/plate7-bg.png) no-repeat right calc(100% + 1.1rem);
    background-size: 7.56rem;
  }
  .index-plate7 .plate7-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .index-plate7 .plate7-main .main-top .top-cent {
    width: auto;
  }
  .index-plate7 .plate7-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .index-plate7 .plate7-main .main-box .box-item {
    width: 100%;
    height: auto;
  }
  .index-plate7 .plate7-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4.35rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .index-plate7 .plate7-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;
  }
  .index-plate7 .plate7-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
  }
  .index-plate7 .plate7-main .main-box .box-item .item-cent .cent-title {
    margin-top: 0.3rem;
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate7 .plate7-main .main-box .box-item .item-cent .cent-time {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    color: #bcbcbc;
  }
  .index-plate7 .plate7-main .main-box .box-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.2rem;
    border-radius: 0.45rem;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
    border: solid 1px #d0d0d0;
  }
  .index-plate7 .plate7-main .main-box .box-item .item-cent .cent-button:hover {
    background: #00c957 url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 6px;
    border: solid 1px #00c957;
  }
  .index-plate7 .plate7-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);
  }
  .index-plate7 .plate7-main .main-box .box-item:hover .item-cent .cent-title {
    color: #00c957;
  }
  .index-plate7 .plate7-main .main-box .box-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    overflow: hidden;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide {
    width: calc(100% / 2 - 2.25vw);
    height: auto;
    margin-right: 4.5vw;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 2rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-time {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    color: #bcbcbc;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.2rem;
    border-radius: 0.45rem;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
    border: solid 1px #d0d0d0;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button:hover {
    background: #00c957 url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 6px;
    border: solid 1px #00c957;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #00c957;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button {
    display: none;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2rem;
    height: auto;
    z-index: 9;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-prev,
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-next {
    position: relative;
    width: 0.9rem;
    height: 0.9rem;
    cursor: pointer;
    outline: none;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-prev img,
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-next img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-prev .img2,
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-next .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-prev:hover .img1,
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-prev:hover .img2,
  .index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate1 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    background: #f5f5f5;
  }
  .about-plate1 .plate1-main {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0.45rem 0.5rem 1.2rem;
    background: #fff;
  }
  .about-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
  }
  .about-plate1 .plate1-main .main-cent .cent-title {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: var(--fs38);
    color: #333;
  }
  .about-plate1 .plate1-main .main-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.875;
    color: #333;
  }
  .about-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .about-plate1 .plate1-main .main-data .data-item {
    width: 49%;
    margin-top: 0.6rem;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-icon {
    width: 0.5rem;
    height: 0.45rem;
    margin: 0 auto;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-icon img {
    width: 100%;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-title {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-num {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-num span {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.72rem;
    color: #333;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-num em {
    position: relative;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.5rem;
    left: 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    color: #333;
  }
  .about-plate2 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.85rem;
  }
  .about-plate2 .plate2-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    margin-top: 0.4rem;
    overflow: hidden;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    opacity: 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-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-slide .slide-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;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    padding-right: 0;
    margin-top: 0.5rem;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item:last-of-type {
    margin-bottom: 0;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item .item-title {
    font-size: var(--fs38);
    font-weight: bold;
    color: #00c957;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.667;
    color: #333;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-slide-active {
    opacity: 1;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    width: 2rem;
    height: auto;
    margin-left: -1rem;
    z-index: 9;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev,
  .about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev img,
  .about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev .img2,
  .about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev:hover .img1,
  .about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev:hover .img2,
  .about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.4rem;
  }
  .about-plate2 .plate2-main .main-box .box-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about-plate2 .plate2-main .main-box .box-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;
  }
  .about-plate2 .plate2-main .main-box .box-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-plate2 .plate2-main .main-box .box-swiper .swiper-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0.1rem;
    right: 0.3rem;
    left: auto;
    width: 2rem;
    height: auto;
    z-index: 9;
  }
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-prev,
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
  }
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-prev img,
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-next img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-prev .img2,
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-next .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-prev:hover .img1,
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-prev:hover .img2,
  .about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate2 .plate2-main .main-box .box-cent {
    width: 100%;
    padding-right: 0;
    margin-top: 0.5rem;
  }
  .about-plate2 .plate2-main .main-box .box-cent .cent-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .about-plate2 .plate2-main .main-box .box-cent .cent-item:last-of-type {
    margin-bottom: 0;
  }
  .about-plate2 .plate2-main .main-box .box-cent .cent-item .item-title {
    font-size: var(--fs38);
    font-weight: bold;
    color: #00c957;
  }
  .about-plate2 .plate2-main .main-box .box-cent .cent-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.667;
    color: #333;
  }
  .about-plate3 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0 1.2rem;
    background: #f5f5f5;
  }
  .about-plate3 .plate3-top {
    padding: 0 0.3rem;
  }
  .about-plate3 .plate3-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.75rem;
    margin-top: 0.85rem;
    overflow: hidden;
  }
  .about-plate3 .plate3-swiper .swiper-slide {
    width: 80%;
    height: auto;
    margin: 0 0.1rem;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  .about-plate3 .plate3-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .about-plate3 .plate3-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-plate3 .plate3-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-plate3 .plate3-swiper .swiper-pagination {
    bottom: 0;
  }
  .about-plate3 .plate3-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #cccccc;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.3rem;
    border-radius: 0.45rem;
    background: #00c957;
  }
  .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem 0.7rem;
  }
  .about-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .about-plate4 .plate4-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about-plate4 .plate4-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;
  }
  .about-plate4 .plate4-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);
  }
  .about-plate4 .plate4-main .main-box .box-cont {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-name {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-title {
    margin-top: 0.15rem;
    font-size: var(--fs32);
    font-weight: 100;
    color: #333;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-text {
    margin-top: 0.45rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 2;
    color: #333;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.25rem;
    margin-top: 0.85rem;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00c957;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    overflow: hidden;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide {
    width: calc(100% / 3);
    height: auto;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
    background: url(../images/icon/icon-about-palte4-line.jpg) no-repeat left bottom;
    background-size: 100%;
    cursor: pointer;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide .slide-box::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 10px;
    height: 10px;
    margin-left: -10px;
    border-radius: 50%;
    background: #cccccc;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0.27rem;
    height: 0.41rem;
    margin-left: -0.24rem;
    background: url(../images/icon/icon-about-palte4-arrow.png) no-repeat top center;
    background-size: 100%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide .slide-box .box-year {
    padding-right: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    text-align: center;
    color: #b7b7b7;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide-on .slide-box::before {
    opacity: 0;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide-on .slide-box::after {
    opacity: 1;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide-on .slide-box .box-year {
    color: #00c957;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev,
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next {
    position: absolute;
    top: 0.05rem;
    width: 6px;
    height: 10px;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev img,
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev .img2,
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev:hover .img1,
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev:hover .img2,
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev {
    left: 0;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next {
    right: 0;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-wrap .wrap-box {
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-wrap .wrap-box .box-year {
    font-size: var(--fs28);
    color: #333;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-wrap .wrap-box .box-year span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    color: #00c957;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-wrap .wrap-box .box-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.875;
    color: #333;
  }
  .about-plate4 .plate4-main .main-box .box-cont .cont-wrap .wrap-box-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .about-plate4 .plate4-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.85rem;
  }
  .about-plate4 .plate4-main .main-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .about-plate4 .plate4-main .main-cent .cent-lump:last-of-type {
    margin-bottom: 0;
  }
  .about-plate4 .plate4-main .main-cent .cent-lump .lump-title {
    font-size: var(--fs36);
    color: #000;
  }
  .about-plate4 .plate4-main .main-cent .cent-lump .lump-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 1.875;
    color: #333;
  }
  .about-plate5 {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 2rem;
    background: url(../images/about-palte5-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .about-plate5 .plate5-top {
    padding: 0 0.3rem;
  }
  .about-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .about-plate5 .plate5-main .main-cont {
    position: relative;
    width: 100%;
    padding: 0 0.3rem;
    z-index: 9;
  }
  .about-plate5 .plate5-main .main-cont::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10vw;
    height: 3px;
    margin-top: -1.5px;
    background: #00c957;
    z-index: 9;
  }
  .about-plate5 .plate5-main .main-cont::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dedede;
  }
  .about-plate5 .plate5-main .main-cont .cont-swiper {
    position: relative;
    height: 0.8rem;
    padding: 0 0.8rem;
    overflow: hidden;
  }
  .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide {
    position: relative;
    width: calc(100% / 2);
    height: auto;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 0vw;
    height: 3px;
    margin-top: -1.5px;
    background: #00c957;
    z-index: 9;
  }
  .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-align: center;
    color: #9a9a9a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
    color: #00c957;
  }
  .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
    background: #ffd700;
  }
  .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide-on::after {
    width: 100vw;
  }
  .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide-on .slide-box .box-title {
    color: #00c957;
  }
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev,
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 99;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev img,
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev .img2,
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img1,
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img2,
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev {
    left: 0;
  }
  .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
    right: 0;
  }
  .about-plate5 .plate5-main .main-box {
    position: relative;
    margin-top: 1rem;
    padding: 0 0 0 0.56rem;
  }
  .about-plate5 .plate5-main .main-box .box-lump {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
  }
  .about-plate5 .plate5-main .main-box .box-lump .lump-pic {
    width: 33.9vw;
    height: 4.5rem;
    overflow: hidden;
  }
  .about-plate5 .plate5-main .main-box .box-lump .lump-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-main .main-box .box-lump .lump-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .about-plate5 .plate5-main .main-box .box-lump .lump-cent {
    position: relative;
    width: 40vw;
    height: auto;
    padding: 0.9rem 3.5vw;
  }
  .about-plate5 .plate5-main .main-box .box-lump .lump-cent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.51rem;
    height: 0.47rem;
    background: url(../images/icon/icon-about-palte5-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  .about-plate5 .plate5-main .main-box .box-lump .lump-cent::after {
    content: '';
    position: absolute;
    bottom: 1.35rem;
    right: 0;
    width: 0.51rem;
    height: 0.47rem;
    background: url(../images/icon/icon-about-palte5-pic2.png) no-repeat center center;
    background-size: 100%;
  }
  .about-plate5 .plate5-main .main-box .box-lump .lump-cent .cent-year {
    font-size: 0.44rem;
    line-height: 0.8;
    color: #00c957;
  }
  .about-plate5 .plate5-main .main-box .box-lump .lump-cent .cent-year span {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.6rem;
  }
  .about-plate5 .plate5-main .main-box .box-lump .lump-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #010101;
  }
  .about-plate5 .plate5-main .main-box .box-lump .lump-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs24);
    font-weight: 100;
    line-height: 1.25;
    color: #000;
  }
  .about-plate5 .plate5-main .main-box .box-lump-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .about-plate5 .plate5-main .main-swiper {
    width: 80%;
    overflow: hidden;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide {
    position: relative;
    width: 50%;
    height: auto;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .solid-box {
    position: relative;
    width: 150%;
    height: 3rem;
    padding-bottom: 0.6rem;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .solid-box .box-year {
    font-size: var(--fs38);
    font-weight: bold;
    color: #00c957;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .solid-box .box-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #000;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .solid-box .box-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 1.4;
    color: #333;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .solid-drop {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: -0.15rem;
    background: #00c957;
    border: solid 0.05rem #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .solid-drop::after {
    content: '';
    position: absolute;
    bottom: 0.32rem;
    left: 50%;
    width: 1px;
    height: 0.4rem;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide:nth-child(even) {
    padding-top: 3rem;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide:nth-child(even) .solid-box {
    padding-bottom: 0;
    padding-top: 0.8rem;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide:nth-child(even) .solid-drop::after {
    bottom: auto;
    top: 0.22rem;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide:last-of-type .solid-box {
    width: 100%;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide-prev {
    opacity: 0;
  }
  .about-plate5 .plate5-main .plate5-swiper-button-prev,
  .about-plate5 .plate5-main .plate5-swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 99;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  .about-plate5 .plate5-main .plate5-swiper-button-prev img,
  .about-plate5 .plate5-main .plate5-swiper-button-next img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-main .plate5-swiper-button-prev .img2,
  .about-plate5 .plate5-main .plate5-swiper-button-next .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .about-plate5 .plate5-main .plate5-swiper-button-prev:hover .img1,
  .about-plate5 .plate5-main .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate5 .plate5-main .plate5-swiper-button-prev:hover .img2,
  .about-plate5 .plate5-main .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate5 .plate5-main .plate5-swiper-button-prev {
    left: -0.2rem;
  }
  .about-plate5 .plate5-main .plate5-swiper-button-next {
    right: -0.2rem;
  }
  .history-plate1 {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 2rem;
    background: url(../images/about-palte5-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .history-plate1 .plate1-top {
    padding: 0 0.3rem;
  }
  .history-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .history-plate1 .plate1-main .main-cont {
    position: relative;
    width: 100%;
    padding: 0 0.3rem;
    z-index: 9;
  }
  .history-plate1 .plate1-main .main-cont::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10vw;
    height: 3px;
    margin-top: -1.5px;
    background: #00c957;
    z-index: 9;
  }
  .history-plate1 .plate1-main .main-cont::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dedede;
  }
  .history-plate1 .plate1-main .main-cont .cont-swiper {
    position: relative;
    height: 0.8rem;
    padding: 0 0.8rem;
    overflow: hidden;
  }
  .history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide {
    position: relative;
    width: calc(100% / 2);
    height: auto;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  .history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 0vw;
    height: 3px;
    margin-top: -1.5px;
    background: #00c957;
    z-index: 9;
  }
  .history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-align: center;
    color: #9a9a9a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
    color: #00c957;
  }
  .history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
    background: #ffd700;
  }
  .history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide-on::after {
    width: 100vw;
  }
  .history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide-on .slide-box .box-title {
    color: #00c957;
  }
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev,
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 99;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev img,
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-next img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev .img2,
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-next .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev:hover .img1,
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev:hover .img2,
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev {
    left: 0;
  }
  .history-plate1 .plate1-main .main-cont .plate5-swiper-button-next {
    right: 0;
  }
  .history-plate1 .plate1-main .main-box {
    position: relative;
    margin-top: 1rem;
    padding: 0 0 0 0.56rem;
  }
  .history-plate1 .plate1-main .main-box .box-lump {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
  }
  .history-plate1 .plate1-main .main-box .box-lump .lump-pic {
    width: 33.9vw;
    height: 4.5rem;
    overflow: hidden;
  }
  .history-plate1 .plate1-main .main-box .box-lump .lump-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history-plate1 .plate1-main .main-box .box-lump .lump-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .history-plate1 .plate1-main .main-box .box-lump .lump-cent {
    position: relative;
    width: 40vw;
    height: auto;
    padding: 0.9rem 3.5vw;
  }
  .history-plate1 .plate1-main .main-box .box-lump .lump-cent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.51rem;
    height: 0.47rem;
    background: url(../images/icon/icon-about-palte5-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  .history-plate1 .plate1-main .main-box .box-lump .lump-cent::after {
    content: '';
    position: absolute;
    bottom: 1.35rem;
    right: 0;
    width: 0.51rem;
    height: 0.47rem;
    background: url(../images/icon/icon-about-palte5-pic2.png) no-repeat center center;
    background-size: 100%;
  }
  .history-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-year {
    font-size: 0.44rem;
    line-height: 0.8;
    color: #00c957;
  }
  .history-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-year span {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.6rem;
  }
  .history-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #010101;
  }
  .history-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs24);
    font-weight: 100;
    line-height: 1.25;
    color: #000;
  }
  .history-plate1 .plate1-main .main-box .box-lump-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .history-plate1 .plate1-main .main-swiper {
    width: 80%;
    overflow: hidden;
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide {
    position: relative;
    width: 50%;
    height: auto;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide .solid-box {
    position: relative;
    width: 150%;
    height: 3rem;
    padding-bottom: 0.6rem;
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide .solid-box .box-year {
    font-size: var(--fs38);
    font-weight: bold;
    color: #00c957;
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide .solid-box .box-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #000;
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide .solid-box .box-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 1.4;
    color: #333;
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide .solid-drop {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: -0.15rem;
    background: #00c957;
    border: solid 0.05rem #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide .solid-drop::after {
    content: '';
    position: absolute;
    bottom: 0.32rem;
    left: 50%;
    width: 1px;
    height: 0.4rem;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide:nth-child(even) {
    padding-top: 3rem;
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide:nth-child(even) .solid-box {
    padding-bottom: 0;
    padding-top: 0.8rem;
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide:nth-child(even) .solid-drop::after {
    bottom: auto;
    top: 0.22rem;
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide:last-of-type .solid-box {
    width: 100%;
  }
  .history-plate1 .plate1-main .main-swiper .swiper-slide-prev {
    opacity: 0;
  }
  .history-plate1 .plate1-main .plate1-swiper-button-prev,
  .history-plate1 .plate1-main .plate1-swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 99;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  .history-plate1 .plate1-main .plate1-swiper-button-prev img,
  .history-plate1 .plate1-main .plate1-swiper-button-next img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history-plate1 .plate1-main .plate1-swiper-button-prev .img2,
  .history-plate1 .plate1-main .plate1-swiper-button-next .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .history-plate1 .plate1-main .plate1-swiper-button-prev:hover .img1,
  .history-plate1 .plate1-main .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .history-plate1 .plate1-main .plate1-swiper-button-prev:hover .img2,
  .history-plate1 .plate1-main .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .history-plate1 .plate1-main .plate1-swiper-button-prev {
    left: -0.2rem;
  }
  .history-plate1 .plate1-main .plate1-swiper-button-next {
    right: -0.2rem;
  }
  .honor-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0;
  }
  .honor-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .honor-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
  }
  .honor-plate1 .plate1-main .main-text {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.875;
    color: #333;
  }
  .honor-plate2 {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 0.85rem;
  }
  .honor-plate2 .plate2-top {
    display: flex;
    justify-content: center;
  }
  .honor-plate2 .plate2-top .top-item {
    width: 2.2rem;
    height: 0.7rem;
    margin: 0 0.1rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.62rem;
    color: #666666;
    border-radius: 0.45rem;
    border: solid 2px #e6e6e6;
  }
  .honor-plate2 .plate2-top .top-item:hover {
    color: #00c957;
    border: solid 2px #00c957;
  }
  .honor-plate2 .plate2-top .top-item-on {
    color: #00c957;
    border: solid 2px #00c957;
  }
  .honor-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .honor-plate2 .plate2-main .main-box .box-item {
    position: relative;
    width: 48.5%;
    height: auto;
    padding: 0.5rem 0.2rem;
    margin-right: 0;
    margin-bottom: 0.6rem;
    background: #f5f5f5;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor-plate2 .plate2-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .honor-plate2 .plate2-main .main-box .box-item::after {
    content: '';
    position: absolute;
    top: 1.55rem;
    left: 50%;
    width: 0.76rem;
    height: 0.76rem;
    margin-left: -0.38rem;
    background: url(../images/icon/icon-honor-pic1.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor-plate2 .plate2-main .main-box .box-item .item-pic {
    width: 100%;
    height: 2.75rem;
    overflow: hidden;
  }
  .honor-plate2 .plate2-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;
  }
  .honor-plate2 .plate2-main .main-box .box-item .item-title {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .honor-plate2 .plate2-main .main-box .box-item:hover {
    background: #fff;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
  }
  .honor-plate2 .plate2-main .main-box .box-item:hover::after {
    opacity: 1;
  }
  .team-plate1 {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 0;
  }
  .team-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .team-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
  }
  .team-plate1 .plate1-main .main-text {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.875;
    color: #333;
  }
  .team-plate2 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.2rem;
  }
  .team-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .team-plate2 .plate2-main .main-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .team-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .team-plate2 .plate2-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;
  }
  .team-plate2 .plate2-main .main-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .contact-plate1 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0 0;
    background: url(../images/contact-bg.png) no-repeat right 0.55rem;
    background-size: 5.56rem;
  }
  .contact-plate1 .plate1-top {
    padding: 0 0.3rem;
  }
  .contact-plate1 .plate1-top .top-title {
    font-size: var(--fs36);
    text-align: center;
    color: #010812;
  }
  .contact-plate1 .plate1-top .top-text {
    margin-top: 0.1rem;
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #010812;
  }
  .contact-plate1 .plate1-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    background: #fff;
  }
  .contact-plate1 .plate1-main .main-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem;
    border-right: none;
    border-top: solid 1px #e9e9e9;
  }
  .contact-plate1 .plate1-main .main-item:first-of-type {
    justify-content: flex-start;
    padding: 0.9rem 0.3rem;
    border-top: none;
  }
  .contact-plate1 .plate1-main .main-item:last-of-type {
    justify-content: flex-start;
    padding: 0.9rem 0.3rem;
    border-right: none;
  }
  .contact-plate1 .plate1-main .main-item:last-of-type .item-cent {
    flex: 1;
  }
  .contact-plate1 .plate1-main .main-item .item-icon {
    width: 0.8rem;
    height: auto;
  }
  .contact-plate1 .plate1-main .main-item .item-icon img {
    width: 100%;
  }
  .contact-plate1 .plate1-main .main-item .item-cent {
    flex: 1;
    width: auto;
    padding-left: 0.25rem;
  }
  .contact-plate1 .plate1-main .main-item .item-cent .cent-title {
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
  }
  .contact-plate1 .plate1-main .main-item .item-cent .cent-tel {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs42);
    color: #00c957;
  }
  .contact-plate1 .plate1-main .main-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 1.67;
    color: #666;
  }
  .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.6rem;
    background: url(../images/contact-bg2.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .contact-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
  }
  .contact-plate2 .plate2-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs32);
    font-weight: 100;
    line-height: 1.5;
    color: #333;
  }
  .contact-plate2 .plate2-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact-plate2 .plate2-main .main-cont .cont-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .contact-plate2 .plate2-main .main-cont .cont-form .form-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    padding: 0 0.14rem;
    border: solid 1px #e6e6e6;
    background: #fff;
  }
  .contact-plate2 .plate2-main .main-cont .cont-form .form-item p {
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
  }
  .contact-plate2 .plate2-main .main-cont .cont-form .form-item p img {
    width: 0.26rem;
    margin-right: 0.05rem;
  }
  .contact-plate2 .plate2-main .main-cont .cont-form .form-item p em {
    color: #ff2100;
  }
  .contact-plate2 .plate2-main .main-cont .cont-form .form-item input {
    flex: 1;
    height: 0.8rem;
    padding-left: 0.2rem;
    font-family: '微软雅黑';
    font-size: var(--fs16);
    color: #333;
    background: none;
  }
  .contact-plate2 .plate2-main .main-cont .cont-form .form-item textarea {
    flex: 1;
    height: 2rem;
    padding: 0.2rem;
    font-family: '微软雅黑';
    font-size: var(--fs28);
    color: #333;
    background: none;
  }
  .contact-plate2 .plate2-main .main-cont .cont-form .form-item:last-of-type {
    align-items: flex-start;
  }
  .contact-plate2 .plate2-main .main-cont .cont-form .form-item:last-of-type p {
    margin-top: 0.18rem;
  }
  .contact-plate2 .plate2-main .main-cont .cont-lump {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact-plate2 .plate2-main .main-cont .cont-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 4rem;
    height: auto;
    padding: 0 0.14rem;
    border: solid 1px #e6e6e6;
    background: #fff;
  }
  .contact-plate2 .plate2-main .main-cont .cont-lump .lump-item p {
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
  }
  .contact-plate2 .plate2-main .main-cont .cont-lump .lump-item p img {
    width: 0.26rem;
    margin-right: 0.05rem;
  }
  .contact-plate2 .plate2-main .main-cont .cont-lump .lump-item p em {
    color: #ff2100;
  }
  .contact-plate2 .plate2-main .main-cont .cont-lump .lump-item input {
    width: calc(100% - 1rem);
    height: 0.8rem;
    padding-left: 0.2rem;
    font-size: var(--fs28);
    color: #333;
    background: none;
  }
  .contact-plate2 .plate2-main .main-cont .cont-lump .lump-pic {
    width: 1.3rem;
    height: auto;
    margin-left: 0.15rem;
    cursor: pointer;
  }
  .contact-plate2 .plate2-main .main-cont .cont-lump .lump-pic img {
    width: 100%;
  }
  .contact-plate2 .plate2-main .main-cont .cont-lump .lump-button {
    width: 100%;
    height: 0.8rem;
    margin-left: 0;
    margin-top: 0.35rem;
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #ff9912;
  }
  .contact-plate2 .plate2-main .main-cont .cont-lump .lump-button:hover {
    background: #00c957;
  }
  .news-plate1 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.9rem;
    background: url(../images/news-plate1-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .news-plate1 .plate1-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .news-plate1 .plate1-top .top-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.45rem;
  }
  .news-plate1 .plate1-top .top-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
  }
  .news-plate1 .plate1-top .top-box .box-item .item-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .news-plate1 .plate1-top .top-box .box-item .item-select .select-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem 0 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    background: #fff;
    border-radius: 0.1rem;
    cursor: pointer;
  }
  .news-plate1 .plate1-top .top-box .box-item .item-select .select-title em {
    position: absolute;
    top: 50%;
    right: 0.18rem;
    width: 0.28rem;
    height: 0.21rem;
    background: url(../images/icon/icon-select-arrow.png) no-repeat center center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .news-plate1 .plate1-top .top-box .box-item .item-select .select-ul {
    display: none;
    position: absolute;
    top: 0.74rem;
    width: 100%;
    margin-top: -1px;
    background: #fff;
    border-top: none;
    z-index: 99;
  }
  .news-plate1 .plate1-top .top-box .box-item .item-select .select-ul .select-li {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    border-bottom: solid 1px #e6e6e6;
    font-size: var(--fs26);
    line-height: 0.8rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate1 .plate1-top .top-box .box-item .item-select .select-ul .select-li:hover {
    color: #00c957;
  }
  .news-plate1 .plate1-swiper {
    position: relative;
    padding-bottom: 0.6rem;
    margin-top: 0.55rem;
    overflow: hidden;
  }
  .news-plate1 .plate1-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .news-plate1 .plate1-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .news-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .news-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem;
    background: #fff;
  }
  .news-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: var(--fs48);
    color: #7fff00;
  }
  .news-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.05rem;
    font-size: var(--fs32);
    font-weight: bold;
    line-height: 1.84;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.875;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .page-button {
    margin-top: 0.5rem;
  }
  .news-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05) translateZ(0);
  }
  .news-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #00c957;
  }
  .news-plate1 .plate1-swiper .swiper-pagination {
    bottom: 0;
  }
  .news-plate1 .plate1-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 0.1rem;
    background: #b3b4b5;
    opacity: 1;
  }
  .news-plate1 .plate1-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.4rem;
    background: #ffd700;
    border-radius: 0.45rem;
  }
  .news-plate2 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.6rem;
  }
  .news-plate2 .plate2-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0.77rem;
  }
  .news-plate2 .plate2-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.68rem;
    background: #f7f7f7;
  }
  .news-plate2 .plate2-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .news-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .news-plate2 .plate2-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;
  }
  .news-plate2 .plate2-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
  }
  .news-plate2 .plate2-main .main-item .item-cent .cent-title {
    height: auto;
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate2 .plate2-main .main-item .item-cent .cent-time {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    color: #cccccc;
  }
  .news-plate2 .plate2-main .main-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    border-radius: 0.45rem;
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 6px;
    border: solid 1px #7fff00;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate2 .plate2-main .main-item .item-cent .cent-button:hover {
    background: #7fff00 url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 6px;
  }
  .news-plate2 .plate2-main .main-item:hover {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .news-plate2 .plate2-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);
  }
  .news-plate2 .plate2-main .main-item:hover .item-cent .cent-title {
    color: #00c957;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0;
  }
  .newsDetail .newsDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .newsDetail .newsDetail-main .main-cont {
    width: 100%;
    height: auto;
    padding-bottom: 1.05rem;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    border-bottom: solid 2px #e5e5e5;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-time {
    width: 1.2rem;
    height: 1.57rem;
    padding-top: 0.2rem;
    border-radius: 0.1rem;
    background: #ededed;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-time .time-title {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.48rem;
    text-align: center;
    line-height: 0.85;
    color: #00c957;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-time .time-text {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    text-align: center;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-time .time-icon {
    width: 0.26rem;
    height: 0.26rem;
    margin: 0.1rem auto 0;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-time .time-icon img {
    width: 100%;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-cent {
    flex: 1;
    padding-left: 0.3rem;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-title {
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 1.67;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-text {
    width: auto;
    font-size: var(--fs22);
    font-weight: 100;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-text span {
    margin-right: 0.15rem;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-share span {
    font-size: var(--fs22);
    font-weight: 100;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-share a {
    width: 0.55rem;
    height: 0.55rem;
    margin-left: 0.2rem;
    text-align: center;
    line-height: 0.4rem;
    border: solid 2px #eeeeee;
    border-radius: 50%;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-share a img {
    width: 0.3rem;
  }
  .newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-share a:hover {
    border: solid 2px #00c957;
  }
  .newsDetail .newsDetail-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.89;
    color: #484848;
  }
  .newsDetail .newsDetail-main .main-cont .cont-cent img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto !important;
  }
  .newsDetail .newsDetail-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    color: #00c957;
  }
  .newsDetail .newsDetail-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .newsDetail .newsDetail-main .main-cont .cont-lump .lump-item {
    display: flex !important;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    margin-bottom: 0.2rem;
    padding: 0 0.25rem;
    font-size: var(--fs26);
    line-height: 1.5;
    color: #333;
    border: solid 1px #ededed;
  }
  .newsDetail .newsDetail-main .main-cont .cont-lump .lump-item::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: solid 1px #00c957;
    border-left: solid 1px #00c957;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-cont .cont-lump .lump-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-bottom: solid 1px #00c957;
    border-right: solid 1px #00c957;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-cont .cont-lump .lump-item span {
    width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-cont .cont-lump .lump-item:hover {
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .newsDetail .newsDetail-main .main-cont .cont-lump .lump-item:hover::before,
  .newsDetail .newsDetail-main .main-cont .cont-lump .lump-item:hover::after {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
  }
  .newsDetail .newsDetail-main .main-cont .cont-lump .lump-item:hover span {
    color: #00c957;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-title {
    margin-bottom: 0.3rem;
    font-size: var(--fs42);
    font-weight: 100;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.3rem;
    margin-bottom: 0.2rem;
    background: #f9f9f9;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-time {
    display: none;
    width: auto;
    height: auto;
    padding: 0;
    border-right: none;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-time .time-title {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.6rem;
    text-align: center;
    color: #999999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-time .time-text {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    text-align: center;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-cent .cent-title {
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    line-height: 1.5;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.2rem;
    border-radius: 0.45rem;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
    border: solid 1px #d0d0d0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-button:hover {
    background: #7fff00 url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 6px;
    border: solid 1px #7fff00;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item:hover {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item:hover .item-time .time-title {
    color: #00c957;
  }
  .newsDetail .newsDetail-main .main-cont .cont-box .box-item:hover .item-button {
    background: #7fff00 url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 6px;
    border: solid 1px #7fff00;
  }
  .newsDetail .newsDetail-main .main-box {
    display: none;
    width: 100%;
    height: auto;
    border-left: none;
  }
  .newsDetail .newsDetail-main .main-box .box-top {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
    padding: 0.3rem 0.42rem 1.6rem;
    background: url(../images/news-d-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    color: #cccccc;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-title {
    font-size: var(--fs26);
    font-weight: 100;
    color: #000;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.05rem;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select .select-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem 0 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    color: #999;
    background: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select .select-title em {
    position: absolute;
    top: 50%;
    right: 0.18rem;
    width: 12px;
    height: 7px;
    background: url(../images/icon/icon-select-arrow2.png) no-repeat center center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select .select-ul {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 2.5rem;
    margin-top: -1px;
    background: #fff;
    border: solid 1px #e6e6e6;
    border-top: none;
    z-index: 99;
    overflow-y: scroll;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select .select-ul .select-li {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    border-bottom: solid 1px #e6e6e6;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.8rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select .select-ul .select-li:hover {
    color: #00c957;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.05rem;
    margin-bottom: 0.5rem;
    padding: 0 0.2rem;
    border-radius: 0.05rem;
    background: #fff;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-search input {
    flex: 1;
    height: 100%;
    padding-right: 0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    color: #666;
    background: transparent;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-search input::placeholder {
    color: #999;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-search a {
    width: 16px;
    height: 16px;
    background: url(../images/icon/icon-search-on.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-share .share-item {
    position: relative;
    width: 0.6rem;
    height: auto;
    margin-right: 0.2rem;
    cursor: pointer;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-share .share-item .item-pic {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-share .share-item .item-pic img {
    width: 100%;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-share .share-item .item-ewm {
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 1.4rem;
    height: auto;
    padding: 0.05rem;
    border-radius: 0.05rem;
    box-shadow: 3px 1px 10px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-share .share-item .item-ewm::after {
    content: '';
    position: absolute;
    top: -0.2rem;
    left: 0.15rem;
    width: auto;
    height: auto;
    border: solid 0.1rem transparent;
    border-bottom: solid 0.1rem #fff;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-share .share-item .item-ewm img {
    width: 100%;
  }
  .newsDetail .newsDetail-main .main-box .box-top .top-share .share-item:hover .item-ewm {
    opacity: 1;
    visibility: visible;
  }
  .newsDetail .newsDetail-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  .newsDetail .newsDetail-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetail .newsDetail-main .main-box .box-item .item-pic img {
    width: 100%;
  }
  .newsDetail .newsDetail-main .main-box .box-item .item-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .newsDetail .newsDetail-main .main-box .box-item .item-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs42);
    text-transform: uppercase;
    color: #7fff00;
  }
  .newsDetail .newsDetail-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
  }
  .newsDetail .newsDetail-main .main-box .box-item:last-of-type .item-cent .cent-English {
    color: #ffd700;
  }
  .solution-plate1 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem 1.15rem;
  }
  .solution-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .solution-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .solution-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.5rem;
    font-size: var(--fs36);
    line-height: 1.67;
    color: #333;
  }
  .solution-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 2;
    color: #333;
  }
  .solution-plate1 .plate1-main .cent-pic {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .solution-plate1 .plate1-main .cent-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution-plate1 .plate1-main .cent-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);
  }
  .solution-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.15rem;
    background: linear-gradient(145deg, #f6f6f6, #fff);
  }
  .solution-plate2::after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.43rem;
    height: 3.78rem;
    background: url(../images/solution-wl-plate2-bg2.png) no-repeat top left;
    background-size: 100%;
  }
  .solution-plate2 .plate2-main {
    display: block;
    justify-content: space-between;
  }
  .solution-plate2 .plate2-main .main-title {
    width: 100%;
    height: auto;
    font-size: 0.6rem;
    letter-spacing: 0.02rem;
    line-height: 1.25;
    color: #333;
  }
  .solution-plate2 .plate2-main .main-title span {
    font-size: 1.2rem;
    color: #00ff00;
  }
  .solution-plate2 .plate2-main .main-cont {
    width: 100%;
    height: auto;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box {
    position: relative;
    width: 100%;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-bg {
    display: none;
    width: 100%;
    height: auto;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-bg img {
    width: 100%;
    height: auto;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-logo {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-logo .logo-pic {
    width: 1.13rem;
    height: auto;
    margin: 0 auto;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-logo .logo-pic img {
    width: 100%;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-logo .logo-title {
    margin-top: 0.2rem;
    font-size: var(--fs24);
    text-align: center;
    color: #333;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item {
    position: static;
    width: 48.5%;
    height: auto;
    padding: 0.3rem 0.2rem;
    margin-bottom: 0.2rem;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-title {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    font-size: var(--fs40);
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    background: url(../images/solution-wl-plate2-bg3.png) no-repeat center center;
    background-size: 100%;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-cent {
    position: static;
    width: 100% !important;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #333;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.33;
    color: #333;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(1) {
    top: -1.1rem;
    left: 2.28rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(1) .item-cent {
    top: 0.45rem;
    left: 2.2rem;
    width: 4.9rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(2) {
    top: 1.45rem;
    right: -1.03rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(2) .item-cent {
    top: 1.75rem;
    left: 1.45rem;
    width: 2.4rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(3) {
    bottom: -0.65rem;
    right: 0.62rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(3) .item-cent {
    top: 0.45rem;
    left: 2.05rem;
    width: 2.65rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(4) {
    bottom: -0.65rem;
    left: 0.55rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(4) .item-cent {
    top: 0.45rem;
    right: 2.05rem;
    width: 2.2rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(5) {
    top: 1.45rem;
    left: -1rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(5) .item-cent {
    top: 1.85rem;
    right: 1.15rem;
    width: 2.75rem;
  }
  .solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(5) .item-cent .cent-text {
    font-size: var(--fs26);
    line-height: 1.33;
  }
  .solution-plate3 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.45rem;
    background: linear-gradient(0deg, #f7f7f7, #fff);
  }
  .solution-plate3 .plate3-main .main-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.72rem;
    color: #00c957;
  }
  .solution-plate3 .plate3-main .main-title {
    margin-top: 0.2rem;
    font-size: var(--fs36);
    color: #333;
  }
  .solution-plate3 .plate3-main .main-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #333333;
  }
  .solution-plate3 .plate3-main .main-lump {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.65rem;
  }
  .solution-plate3 .plate3-main .main-lump .lump-item {
    position: relative;
    width: auto;
    margin-bottom: 0.2rem;
    cursor: pointer;
  }
  .solution-plate3 .plate3-main .main-lump .lump-item:nth-child(8n) {
    margin-right: 0;
  }
  .solution-plate3 .plate3-main .main-lump .lump-item:nth-child(8n)::after {
    display: none;
  }
  .solution-plate3 .plate3-main .main-lump .lump-item::after {
    content: '';
    display: none;
    position: absolute;
    top: 1.15rem;
    right: -1.2rem;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/icon/icon-solution-wl-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .solution-plate3 .plate3-main .main-lump .lump-item .item-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: 0.1rem auto 0;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution-plate3 .plate3-main .main-lump .lump-item .item-icon img {
    width: 100%;
    z-index: 9;
  }
  .solution-plate3 .plate3-main .main-lump .lump-item .item-title {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .solution-plate3 .plate3-main .main-lump .lump-arrow {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.15rem 0.45rem;
    background: url(../images/icon/icon-solution-wl-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .solution-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.6rem;
  }
  .solution-plate4 .plate4-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .solution-plate4 .plate4-main .main-top .top-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.45rem;
  }
  .solution-plate4 .plate4-main .main-top .top-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
  }
  .solution-plate4 .plate4-main .main-top .top-box .box-item .item-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem 0 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    background: #fff;
    border: solid 1px #d0d0d0;
    border-radius: 0.1rem;
    cursor: pointer;
  }
  .solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-title em {
    position: absolute;
    top: 50%;
    right: 0.18rem;
    width: 0.18rem;
    height: 0.11rem;
    background: url(../images/icon/icon-select-arrow3.png) no-repeat center center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-ul {
    display: none;
    position: absolute;
    top: 0.74rem;
    width: 100%;
    margin-top: -1px;
    background: #fff;
    border-top: none;
    z-index: 99;
  }
  .solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-ul .select-li {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    border-bottom: solid 1px #e6e6e6;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.8rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-ul .select-li:hover {
    color: #00c957;
  }
  .solution-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .solution-plate4 .plate4-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
  }
  .solution-plate4 .plate4-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .solution-plate4 .plate4-main .main-box .box-item .item-pic {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
  }
  .solution-plate4 .plate4-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution-plate4 .plate4-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: var(--fs30);
    font-weight: 100;
    text-align: center;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution-plate4 .plate4-main .main-box .box-item .item-button {
    width: 0.8rem;
    height: 0.5rem;
    margin: 0.35rem auto 0;
    border-radius: 0.45rem;
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 6px;
    border: solid 1px #7fff00;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution-plate4 .plate4-main .main-box .box-item .item-button:hover {
    background: #7fff00 url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 6px;
  }
  .solution-plate4 .plate4-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .solution-plate4 .plate4-main .main-box .box-item:hover .item-title {
    color: #00c957;
  }
  .case {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .case .case-list {
    width: 100%;
    height: auto;
    padding-top: 0.55rem;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .case .case-list .list-box {
    position: static;
    top: 0.9rem;
    width: 100%;
    height: auto;
  }
  .case .case-list .list-box .box-lump {
    position: relative;
    width: 100%;
    height: auto;
  }
  .case .case-list .list-box .box-lump .lump-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 0.42rem;
    color: #999999;
    padding-left: 0.5rem;
    border-top: solid 2px #e5f9ee;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-list .list-box .box-lump .lump-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.2rem;
    width: 10px;
    height: 1rem;
    background: url(../images/icon/icon-arrow3.png) no-repeat left center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-list .list-box .box-lump .lump-top::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #00c957;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-list .list-box .box-lump .lump-top:hover {
    color: #333;
  }
  .case .case-list .list-box .box-lump .lump-top:hover::before {
    background: url(../images/icon/icon-arrow10.png) no-repeat left center;
    background-size: 100%;
  }
  .case .case-list .list-box .box-lump .lump-top-on {
    color: #333;
  }
  .case .case-list .list-box .box-lump .lump-top-on::before {
    background: url(../images/icon/icon-arrow10.png) no-repeat left center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .case .case-list .list-box .box-lump .lump-top-on::after {
    width: 100%;
  }
  .case .case-list .list-box .box-lump .lump-box {
    display: none;
    width: 100%;
    height: auto;
    padding-left: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .case .case-list .list-box .box-lump .lump-box .box-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    color: #666;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-list .list-box .box-lump .lump-box .box-item:hover {
    color: #00c957;
  }
  .case .case-list .list-box .box-lump .lump-box .box-item-on {
    color: #00c957;
  }
  .case .case-main {
    width: 100%;
    height: auto;
  }
  .case .case-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem 1.05rem;
  }
  .case .case-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .case .case-main .main-top .top-cent .cent-text {
    margin-top: 0.65rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.875;
    color: #333;
  }
  .case .case-main .main-top .top-video {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .case .case-main .main-top .top-video .video-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .case .case-main .main-top .top-video .video-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-top .top-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    cursor: pointer;
  }
  .case .case-main .main-top .top-video .video-play img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-top .top-video .video-play:hover img {
    transform: rotate(125deg);
    -o-transform: rotate(125deg);
    -moz-transform: rotate(125deg);
    -webkit-transform: rotate(125deg);
  }
  .case .case-main .main-top .top-video:hover .video-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .case .case-main .main-box {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.7rem;
    background: #f5f5f5;
  }
  .case .case-main .main-box .box-cont {
    width: 100%;
    height: auto;
  }
  .case .case-main .main-box .box-cont .cont-item {
    display: block;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.35rem;
    margin-bottom: 0.3rem;
    background: #fff;
  }
  .case .case-main .main-box .box-cont .cont-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .case .case-main .main-box .box-cont .cont-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #00c957;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-cont .cont-item .item-pic {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
  }
  .case .case-main .main-box .box-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
  }
  .case .case-main .main-box .box-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .case .case-main .main-box .box-cont .cont-item .item-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    line-height: 2.14;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .case .case-main .main-box .box-cont .cont-item .item-cent .cent-text span {
    font-weight: bold;
    color: #000;
  }
  .case .case-main .main-box .box-cont .cont-item .item-cent .page-button {
    margin-top: 0.35rem;
    border: solid 1px #000;
    background: transparent;
  }
  .case .case-main .main-box .box-cont .cont-item .item-cent .page-button span {
    color: #000000;
  }
  .case .case-main .main-box .box-cont .cont-item .item-cent .page-button:hover {
    border: solid 1px #00c957;
  }
  .case .case-main .main-box .box-cont .cont-item:hover {
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
  }
  .case .case-main .main-box .box-cont .cont-item:hover::after {
    width: 100%;
  }
  .case .case-main .main-box .box-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .case .case-main .main-box .box-cont .cont-item:hover .item-cent .page-button {
    background: #000;
  }
  .case .case-main .main-box .box-cont .cont-item:hover .item-cent .page-button span {
    color: #fff;
  }
  .case .case-main .main-box .box-load {
    display: block;
    width: 1.8rem;
    height: auto;
    margin: 1rem auto 0;
  }
  .case .case-main .main-box .box-load p {
    font-size: var(--fs38);
    text-align: center;
    color: #4d4d4d;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-load .load-arrow {
    width: 16px;
    height: auto;
    margin: 0.1rem auto 0;
  }
  .case .case-main .main-box .box-load .load-arrow img {
    width: 100%;
  }
  .case .case-main .main-box .box-load:hover p {
    color: #00c957;
  }
  .caseDetail-top {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 0.45rem;
    background: url(../images/caseDetail-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .caseDetail-top .top-main {
    padding-right: 0;
  }
  .caseDetail-top .top-main .main-title {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 1.389;
    color: #333;
  }
  .caseDetail-top .top-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .caseDetail-top .top-main .main-bottom .bottom-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    color: #ccc;
  }
  .caseDetail-top .top-main .main-bottom .bottom-time img {
    width: 0.25rem;
  }
  .caseDetail-top .top-main .main-bottom .bottom-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }
  .caseDetail-top .top-main .main-bottom .bottom-share .share-item {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    margin-left: 0.22rem;
  }
  .caseDetail-top .top-main .main-bottom .bottom-share .share-item 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;
  }
  .caseDetail-top .top-main .main-bottom .bottom-share .share-item .img2 {
    opacity: 0;
  }
  .caseDetail-top .top-main .main-bottom .bottom-share .share-item:hover .img1 {
    opacity: 0;
  }
  .caseDetail-top .top-main .main-bottom .bottom-share .share-item:hover .img2 {
    opacity: 1;
  }
  .caseDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-left: 0;
    overflow: visible;
  }
  .caseDetail-main .main-cont {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.5rem;
  }
  .caseDetail-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.89;
    color: #333;
  }
  .caseDetail-main .main-cont .cont-cent img {
    max-width: 100%;
    width: auto;
    height: auto !important;
  }
  .caseDetail-main .main-cont .cont-lump {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 1.15rem;
  }
  .caseDetail-main .main-cont .cont-lump .lump-item {
    display: flex !important;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    margin-bottom: 0.2rem;
    padding: 0 0.25rem;
    font-size: var(--fs26);
    line-height: 1.5;
    color: #333;
    border: solid 1px #ededed;
  }
  .caseDetail-main .main-cont .cont-lump .lump-item::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: solid 1px #00c957;
    border-left: solid 1px #00c957;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseDetail-main .main-cont .cont-lump .lump-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-bottom: solid 1px #00c957;
    border-right: solid 1px #00c957;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseDetail-main .main-cont .cont-lump .lump-item span {
    width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseDetail-main .main-cont .cont-lump .lump-item:hover {
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .caseDetail-main .main-cont .cont-lump .lump-item:hover::before,
  .caseDetail-main .main-cont .cont-lump .lump-item:hover::after {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
  }
  .caseDetail-main .main-cont .cont-lump .lump-item:hover span {
    color: #00c957;
  }
  .caseDetail-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.8rem;
    background: #f3f3f3;
  }
  .caseDetail-main .main-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #7fff00, #00c957);
  }
  .caseDetail-main .main-box .box-lump {
    position: static;
    top: 1rem;
    left: 0;
    width: 100%;
    height: auto;
  }
  .caseDetail-main .main-box .box-lump .lump-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #00c957;
  }
  .caseDetail-main .main-box .box-lump .lump-wrap {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  .caseDetail-main .main-box .box-lump .lump-wrap .wrap-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .caseDetail-main .main-box .box-lump .lump-wrap .wrap-item .item-pic {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
  }
  .caseDetail-main .main-box .box-lump .lump-wrap .wrap-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;
  }
  .caseDetail-main .main-box .box-lump .lump-wrap .wrap-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    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;
  }
  .caseDetail-main .main-box .box-lump .lump-wrap .wrap-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);
  }
  .caseDetail-main .main-box .box-lump .lump-wrap .wrap-item:hover .item-title {
    color: #00c957;
  }
  .caseDetail-main .main-box .box-lump .lump-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.8rem;
    margin-top: 0.4rem;
    background: #00c957;
  }
  .caseDetail-main .main-box .box-lump .lump-button span {
    position: relative;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseDetail-main .main-box .box-lump .lump-button:hover {
    background: #000;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.6rem;
  }
  .product .product-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    margin-bottom: 0.7rem;
  }
  .product .product-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .product .product-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-box .box-item .item-lump {
    position: relative;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-box .box-item .item-lump .lump-pic {
    width: 100%;
    height: 2.3rem;
    overflow: hidden;
  }
  .product .product-main .main-box .box-item .item-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;
  }
  .product .product-main .main-box .box-item .item-lump .lump-cent {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    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-lump .lump-cent .cent-text {
    width: 100%;
    font-size: var(--fs28);
    font-weight: 100;
    left: 0.02rem;
    text-align: center;
    color: #fff;
  }
  .product .product-main .main-box .box-item .item-lump .lump-cent .cent-button {
    width: 0.8rem;
    height: 0.5rem;
    margin: 0.2rem auto 0;
    border-radius: 0.45rem;
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 6px;
    border: solid 1px #7fff00;
    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-lump .lump-cent .cent-button:hover {
    background: #7fff00 url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 6px;
  }
  .product .product-main .main-box .box-item .item-title {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #000;
  }
  .product .product-main .main-box .box-item:hover .item-lump .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);
  }
  .product .product-main .main-box .box-item:hover .item-lump .lump-cent {
    opacity: 1;
  }
  .productDetail {
    width: 100%;
    height: auto;
    padding: 0.32rem 0.3rem 1.85rem;
  }
  .productDetail .product-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .productDetail .product-main .main-item {
    display: block;
    align-items: flex-end;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    background: #f6f6f6;
    border: solid 1px #ececec;
  }
  .productDetail .product-main .main-item .item-cent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0;
  }
  .productDetail .product-main .main-item .item-cent .cent-lump {
    flex: 1;
    padding-right: 0.15rem;
  }
  .productDetail .product-main .main-item .item-cent .cent-lump .lump-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    color: #7fff00;
  }
  .productDetail .product-main .main-item .item-cent .cent-lump .lump-text {
    width: 100%;
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 2;
    color: #333;
  }
  .productDetail .product-main .main-item .item-cent .cent-lump .lump-text span {
    font-weight: bold;
  }
  .productDetail .product-main .main-item .item-cent .cent-button {
    width: 2rem;
    height: 0.7rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.65rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #00c957;
    border: solid 2px #00c957;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .product-main .main-item .item-cent .cent-button:hover {
    color: #00c957;
    background: #00c957;
  }
  .productDetail .product-main .main-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  .productDetail .product-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .product-main .main-item:hover {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .productDetail .product-main .main-item:hover .item-cent .cent-button {
    opacity: 1;
  }
  .solutionDetail-subNav {
    display: none;
    position: sticky;
    top: 0.9rem;
    left: 0;
    width: 100%;
    height: 0.7rem;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    z-index: 9;
  }
  .solutionDetail-subNav .subNav-main {
    display: flex;
    justify-content: flex-start;
    height: 100%;
  }
  .solutionDetail-subNav .subNav-main .main-item {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 1.25rem;
    font-size: var(--fs16);
    color: #000;
    cursor: pointer;
  }
  .solutionDetail-subNav .subNav-main .main-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00c957;
    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;
  }
  .solutionDetail-subNav .subNav-main .main-item:last-of-type {
    margin-right: 0;
  }
  .solutionDetail-subNav .subNav-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);
  }
  .solutionDetail-subNav .subNav-main .main-item-on {
    font-weight: bold;
  }
  .solutionDetail-subNav .subNav-main .main-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);
  }
  .solutionDetail-plate1 {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem 1.5rem;
  }
  .solutionDetail-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .solutionDetail-plate1 .plate1-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .solutionDetail-plate1 .plate1-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4rem;
    background: #000;
    overflow: hidden;
  }
  .solutionDetail-plate1 .plate1-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate1 .plate1-main .main-box .box-item .item-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .solutionDetail-plate1 .plate1-main .main-box .box-item .item-cent .cent-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .solutionDetail-plate1 .plate1-main .main-box .box-item .item-cent .cent-icon img {
    width: 100%;
  }
  .solutionDetail-plate1 .plate1-main .main-box .box-item .item-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .solutionDetail-plate1 .plate1-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    color: #fff;
  }
  .solutionDetail-plate1 .plate1-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .solutionDetail-plate2 {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 1.35rem;
    background: #f6f6f6;
  }
  .solutionDetail-plate2 .plate2-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    margin-bottom: 0.6rem;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-title {
    font-size: var(--fs42);
    text-align: center;
    color: #00c957;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item {
    min-height: auto;
    width: calc(100% / 2 - 0.15rem);
    height: auto;
    padding: 0.55rem 0.25rem 0.45rem;
    margin-bottom: 0.3rem;
    background: #fff;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(1) {
    margin-bottom: 0.3rem;
    border-top: solid 2px #00c957;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(2) {
    margin-bottom: 0.3rem;
    border-top: solid 2px #00ff00;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(3) {
    border-top: solid 2px #ff9912;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(4) {
    border-top: solid 2px #ffd700;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-title {
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02rem;
    color: #000;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    line-height: 1.67;
    color: #000;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.35rem;
    overflow: hidden;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 5rem;
    border: solid 1px #f4f4f4;
    overflow: hidden;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-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;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper .swiper-pagination {
    bottom: 0;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.1rem;
    background: #cfcfcf;
    opacity: 1;
  }
  .solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffd700;
  }
  .solutionDetail-plate2 .plate2-main .main-box {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-title {
    font-size: var(--fs42);
    text-align: center;
    color: #00c957;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.2rem 0.35rem;
    margin-top: 0.25rem;
    margin-bottom: 0.9rem;
    background: #fff;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-cent {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-cent .cent-item {
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-cent .cent-item:last-of-type {
    margin-bottom: 0;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-cent .cent-item .item-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #000;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-cent .cent-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.67;
    color: #000;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    padding-bottom: 0.35rem;
    overflow: hidden;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 5rem;
    border: solid 1px #f4f4f4;
    overflow: hidden;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-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;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper .swiper-pagination {
    bottom: 0;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.1rem;
    background: #cfcfcf;
    opacity: 1;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffd700;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap:last-of-type .wrap-lump {
    margin-bottom: 0;
  }
  .solutionDetail-plate2 .plate2-main .main-box .box-wrap:nth-child(even) .wrap-lump {
    flex-direction: row-reverse;
  }
  .solutionDetail-plate3 {
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 1.2rem;
  }
  .solutionDetail-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .solutionDetail-plate3 .plate3-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.55rem;
  }
  .solutionDetail-plate3 .plate3-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .solutionDetail-plate3 .plate3-main .main-box .box-item .item-pic {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
  }
  .solutionDetail-plate3 .plate3-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate3 .plate3-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.25rem 0;
  }
  .solutionDetail-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .solutionDetail-plate3 .plate3-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    line-height: 1.67;
    color: #000;
  }
  .solutionDetail-plate3 .plate3-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .solutionDetail-plate4 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.35rem;
    background: #f3f3f3 url(../images/solutionDetail-plate4-bg.jpg) no-repeat top right;
    background-size: 100%;
  }
  .solutionDetail-plate4 .plate4-main .main-lump {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.2rem 0.35rem;
    margin-top: 0.25rem;
    margin-bottom: 0.9rem;
    background: #fff;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-cent {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-cent .cent-item {
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-cent .cent-item:last-of-type {
    margin-bottom: 0;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-cent .cent-item .item-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #000;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-cent .cent-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.67;
    color: #000;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    padding-bottom: 0.35rem;
    overflow: hidden;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 5rem;
    border: solid 1px #f4f4f4;
    overflow: hidden;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-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;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-swiper .swiper-pagination {
    bottom: 0;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.1rem;
    background: #cfcfcf;
    opacity: 1;
  }
  .solutionDetail-plate4 .plate4-main .main-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #00c957;
  }
  .solutionDetail-plate5 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.25rem;
  }
  .solutionDetail-plate5 .plate5-main .main-lump {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.2rem 0.35rem;
    margin-top: 0.25rem;
    margin-bottom: 0.9rem;
    background: #fff;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-cent {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-cent .cent-item {
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-cent .cent-item:last-of-type {
    margin-bottom: 0;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-cent .cent-item .item-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #000;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-cent .cent-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.67;
    color: #000;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    padding-bottom: 0.35rem;
    overflow: hidden;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 5rem;
    border: solid 1px #f4f4f4;
    overflow: hidden;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-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;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-swiper .swiper-pagination {
    bottom: 0;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.1rem;
    background: #cfcfcf;
    opacity: 1;
  }
  .solutionDetail-plate5 .plate5-main .main-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #00c957;
  }
  .solutionDetail-plate6 {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 1rem;
    background: #f3f3f3;
  }
  .solutionDetail-plate6 .plate6-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .solutionDetail-plate6 .plate6-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    background: #fff;
  }
  .solutionDetail-plate6 .plate6-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .solutionDetail-plate6 .plate6-main .main-box .box-item .item-pic {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
  }
  .solutionDetail-plate6 .plate6-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate6 .plate6-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.25rem 0.5rem;
  }
  .solutionDetail-plate6 .plate6-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solutionDetail-plate6 .plate6-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    line-height: 1.6;
    color: #333;
  }
  .solutionDetail-plate6 .plate6-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .solutionDetail-plate7 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.35rem;
  }
  .solutionDetail-plate7 .plate7-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.68rem 0.2rem 0.8rem;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0.2rem;
    border: solid 1px #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item .item-icon {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #f3f3f3;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item .item-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item .item-icon .img2 {
    opacity: 0;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    line-height: 2;
    color: #333;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item:hover {
    border: solid 1px #7fff00;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item:hover .item-icon {
    background: #00c957;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .solutionDetail-plate7 .plate7-main .main-box .box-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .solutionDetail-recommend {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 1.4rem;
  }
  .solutionDetail-recommend .recommend-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .solutionDetail-recommend .recommend-main .main-top .top-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.45rem;
  }
  .solutionDetail-recommend .recommend-main .main-top .top-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
  }
  .solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem 0 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    background: #fff;
    border: solid 1px #d0d0d0;
    border-radius: 0.1rem;
    cursor: pointer;
  }
  .solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-title em {
    position: absolute;
    top: 50%;
    right: 0.18rem;
    width: 0.18rem;
    height: 0.11rem;
    background: url(../images/icon/icon-select-arrow3.png) no-repeat center center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-ul {
    display: none;
    position: absolute;
    top: 0.74rem;
    width: 100%;
    margin-top: -1px;
    background: #fff;
    border-top: none;
    z-index: 99;
  }
  .solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-ul .select-li {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    border-bottom: solid 1px #e6e6e6;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.8rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-ul .select-li:hover {
    color: #00c957;
  }
  .solutionDetail-recommend .recommend-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solutionDetail-recommend .recommend-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;
  }
  .solutionDetail-recommend .recommend-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);
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding-top: 0.5rem;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item {
    position: relative;
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.65rem;
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: solid 1px #cccccc;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #00c957;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item:nth-child(3n) {
    margin-right: 0;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item p {
    display: inline-block;
    position: relative;
    font-size: var(--fs28);
    font-weight: 100;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item p::after {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    right: -0.2rem;
    width: 0.26rem;
    height: 0.22rem;
    margin-top: -0.06rem;
    background: url(../images/icon/icon-arrow13.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item:hover::after {
    width: 100%;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item:hover p {
    font-weight: bold;
    color: #000;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item:hover p::after {
    right: -0.35rem;
    opacity: 1;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump-xqjy .lump-item {
    width: 48.5%;
    margin-right: 0;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump-xqjy .lump-item:nth-child(3n) {
    margin-right: 0;
  }
  .solutionDetail-recommend .recommend-main .main-box .box-lump-xqjy .lump-item:nth-child(4n) {
    margin-right: 0;
  }
  .solutionDetail-button {
    display: block;
    width: 2.5rem;
    height: 0.8rem;
    margin: 0.6rem auto 0;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    line-height: 0.76rem;
    color: #00c957;
    border: solid 1px #00c957;
  }
  .solutionDetail-button:hover {
    color: #fff;
    background: #00c957;
  }
  .solutionDetail-lump {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .solutionDetail-lump .lump-num {
    font-family: 'POPPINS-BOLD';
    font-size: 0.8rem;
    line-height: 1;
    color: #7fff00;
  }
  .solutionDetail-lump .lump-cent {
    flex: 1;
    padding-left: 0.05rem;
  }
  .solutionDetail-lump .lump-cent .cent-title {
    font-size: var(--fs40);
    font-weight: bold;
    line-height: 1.2;
    color: #333;
  }
  .solutionDetail-lump .lump-cent .cent-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #999;
  }
  .solutionDetail-xqjy-plate1 {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem 0.7rem;
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.85rem;
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4.5rem;
    background: #000;
    overflow: hidden;
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-cent .cent-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-cent .cent-icon img {
    width: 100%;
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    color: #fff;
  }
  .solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .solutionDetail-xqjy-plate2 {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.5rem;
  }
  .solutionDetail-xqjy-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f6f6f6;
  }
  .solutionDetail-xqjy-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.55rem;
  }
  .solutionDetail-xqjy-plate2 .plate2-main .main-cent .cent-text {
    margin-top: 0.55rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 1.67;
    color: #333;
  }
  .solutionDetail-xqjy-plate2 .plate2-main .main-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .solutionDetail-xqjy-plate2 .plate2-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-xqjy-plate2 .plate2-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .solutionDetail-xqjy-plate3 {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 1.4rem;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    margin-bottom: 0.7rem;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-pic {
    position: relative;
    width: 100%;
    height: 3.8rem;
    border: solid 1px #ececec;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-xqjy-plate3 .plate3-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;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-button {
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    width: 2rem;
    height: 0.6rem;
    margin-left: -1rem;
    font-size: var(--fs24);
    text-align: center;
    line-height: 0.55rem;
    color: #fff;
    border: solid 2px #00c957;
    background: #00c957;
    border-radius: 0.45rem;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-button:hover {
    color: #00c957;
    background: transparent;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding-top: 0.25rem;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
    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;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs24);
    font-weight: 100;
    line-height: 1.875;
    text-transform: uppercase;
    color: #333;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-cent .cent-text span {
    font-weight: bold;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item:hover .item-pic {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item:hover .item-button {
    opacity: 1;
  }
  .solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-title {
    color: #00c957;
  }
  .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: #ffd700;
    border: solid 2px #ffd700;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #ffd700;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .page-heng {
    width: 0.5rem;
    height: 3px;
    margin-top: 0.2rem;
    background: #ffd700;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English {
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs48);
    text-transform: uppercase;
  }
  .page-English span {
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .index-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    line-height: 1.15;
    text-transform: uppercase;
    color: #000;
  }
  .index-title {
    font-size: var(--fs36);
    letter-spacing: 0.02rem;
    color: #000;
  }
  .page-message {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.6rem;
    background: url(../images/page-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .page-message .message-main .main-title {
    font-size: var(--fs36);
    text-align: center;
    color: #fff;
  }
  .page-message .message-main .main-button {
    display: block;
    width: 2.4rem;
    height: 0.8rem;
    margin: 0.25rem auto 0;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #00c957;
  }
  .page-message .message-main .main-button:hover {
    background: #ffd700;
  }
  .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: 1%;
    width: 98%;
    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);
  }
  .page-up {
    display: none;
    position: fixed;
    bottom: 20%;
    right: 0.1rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #7fff00 url(../images/icon/icon-arrow12.png) no-repeat center center;
    background-size: 12px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-up:hover {
    background-color: #00c957;
  }
  .page-hang {
    position: fixed;
    bottom: 65%;
    right: 0;
    width: 1rem;
    height: auto;
    z-index: 99;
  }
  .page-hang .hang-hide {
    display: none;
    position: absolute;
    top: -0.3rem;
    right: 0.1rem;
    width: 16px;
    height: 16px;
    background: url(../images/close.gif) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
  }
  .page-hang .hang-pc {
    display: none;
    width: 100%;
    height: auto;
  }
  .page-hang .hang-pc img {
    width: 100%;
  }
  .page-hang .hang-web {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-hang .hang-web img {
    width: 100%;
  }
  .page-crumb {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs24);
    color: #999;
  }
  .page-crumb .crumb-box a {
    display: flex;
    align-items: center;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs24);
    color: #999;
  }
  .page-crumb .crumb-box a img {
    display: inline-block;
    width: 0.25rem;
    margin-right: 0.1rem;
  }
  .page-crumb .crumb-box a:hover {
    color: #ffd700;
    text-decoration: underline;
  }
  .page-crumb .crumb-box em {
    margin: 0 4px;
  }
  .page-crumb .crumb-box span {
    color: #999;
  }
  .page-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.15rem;
    background: url(../images/icon/icon-load.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load .load-title {
    font-size: var(--fs30);
    text-align: center;
    color: #ffd700;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load:hover .load-icon {
    background: url(../images/icon/icon-load2.png) no-repeat center center;
    background-size: 100%;
  }
  .page-load:hover .load-title {
    color: #ffd700;
  }
  .page-float {
    display: none;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 0.7rem;
    background: #000;
    overflow: hidden;
  }
  .page-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 105%;
    background: #00c957;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 105%;
    background: #00c957;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button span {
    position: relative;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button em {
    position: relative;
    width: 13px;
    height: 10px;
    margin-left: 0.08rem;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover::before,
  .page-button:hover::after {
    width: 52%;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #00c957;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-strip {
    display: none;
  }
}
