.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 {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    border-bottom: none;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: auto;
    height: 0.7rem;
  }
  nav .nav-main .main-cont .main-logo img {
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-nav {
    display: none;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0.65rem;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon/icon-serach.png) no-repeat center center;
    background-size: 0.35rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: none;
    width: 0.3rem;
    height: 100%;
    margin-left: 0.8rem;
    background: url(../images/icon/icon-web-mune.png) no-repeat center center;
    background-size: 0.3rem;
    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-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 0.32rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: url(../images/icon/icon-nav-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    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-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    padding: 0.05rem 0.2rem;
    margin-left: -1rem;
    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: #f8f8f8;
    z-index: 0;
    transform: translatey(-101%);
    -o-transform: translatey(-101%);
    -moz-transform: translatey(-101%);
    -webkit-transform: translatey(-101%);
    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%;
    margin: 0.1rem 0;
    font-size: 0.26rem;
    line-height: 0.46rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    color: #024287;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-flag {
    background: url(../images/icon/icon-nav-lang3.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-title {
    color: #024287;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-web-menu {
    display: block;
    width: 0.5rem;
    height: 100%;
    margin-left: 0.3rem;
    background: url(../images/icon/icon-web-mune.png) no-repeat center center;
    background-size: 100%;
    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-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .right-serach {
    position: relative;
    width: 0.4rem;
    height: 100%;
    margin-left: 0.35rem;
    background: url(../images/icon/icon-serach2.png) no-repeat center center;
    background-size: 100%;
    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-web-right .right-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.35rem;
    background: url(../images/icon/icon-web-mune.png) no-repeat center center;
    background-size: 0.5rem;
    border-radius: 5px;
    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-popup-suosou {
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 1.2rem;
    background: #fff;
    border-top: solid 1px #eee;
    z-index: 59;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 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-popup-suosou .sousuo-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 15.36rem;
    height: 0.75rem;
    margin: 0 auto;
    border-bottom: solid 1px #024287;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 16px;
    height: auto;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
    flex: 1;
    height: 0.75rem;
    padding: 0 0.5rem;
    font-size: 16px;
    color: #333;
    background: none;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
    font-size: 16px;
    color: #999;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
    width: 22px;
    height: auto;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden 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-popup-suosou .sousuo-box .box-hidden:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main-on {
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  }
  nav .nav-main-on .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-on .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-on .main-cont .main-right .right-serach {
    background: url(../images/icon/icon-serach2.png) no-repeat center center;
    background-size: 0.35rem;
  }
  nav .nav-main-on .main-cont .main-right .right-serach:hover {
    background: url(../images/icon/icon-serach3.png) no-repeat center center;
    background-size: 0.35rem;
  }
  nav .nav-main-on .main-cont .main-right .right-menu,
  nav .nav-main-on .main-cont .main-right .right-web-menu {
    background: url(../images/icon/icon-web-mune2.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on .main-cont .main-right .right-menu:hover,
  nav .nav-main-on .main-cont .main-right .right-web-menu:hover {
    background: url(../images/icon/icon-web-mune3.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-nav-lang2.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on .main-cont .main-right .right-lang .lang-title {
    color: #333;
  }
  nav .nav-main-on .main-cont .main-right .right-lang:hover .lang-flag {
    background: url(../images/icon/icon-nav-lang3.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on .main-cont .main-right .right-lang:hover .lang-title {
    color: #024287;
  }
  nav .nav-main-on2 {
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  }
  nav .nav-main-on2 .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-on2 .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-on2 .main-cont .main-right .right-serach {
    background: url(../images/icon/icon-serach2.png) no-repeat center center;
    background-size: 0.35rem;
  }
  nav .nav-main-on2 .main-cont .main-right .right-serach:hover {
    background: url(../images/icon/icon-serach3.png) no-repeat center center;
    background-size: 0.35rem;
  }
  nav .nav-main-on2 .main-cont .main-right .right-menu,
  nav .nav-main-on2 .main-cont .main-right .right-web-menu {
    background: url(../images/icon/icon-web-mune2.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on2 .main-cont .main-right .right-menu:hover,
  nav .nav-main-on2 .main-cont .main-right .right-web-menu:hover {
    background: url(../images/icon/icon-web-mune3.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on2 .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-nav-lang2.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on2 .main-cont .main-right .right-lang .lang-title {
    color: #333;
  }
  nav .nav-main-on2 .main-cont .main-right .right-lang:hover .lang-flag {
    background: url(../images/icon/icon-nav-lang3.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on2 .main-cont .main-right .right-lang:hover .lang-title {
    color: #024287;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #024287;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #024287;
  }
  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: #024287;
  }
  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: #024287;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: calc(100% - 1.3rem);
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    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-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-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: #024287;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #024287;
    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: #024287;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #024287;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    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;
    bottom: 0.75rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.44rem;
    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-cent2 {
    position: absolute;
    top: 40%;
    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-cent2 .cent-title {
    font-size: 0.64rem;
    font-weight: bold;
    text-align: right;
    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-cent2 .cent-English {
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.36rem;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    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 .banner-pic {
    width: 100%;
    height: 4.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-cent {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.56rem;
    line-height: 0.72rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    color: #fff;
  }
  header .head-banner .banner-cent2 {
    position: static;
    top: 55%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    background: #f3f3f3;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  header .head-banner .banner-cent2 .cent-box {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 0.6rem;
    background: #fff;
    transform: translatey(-0.5rem);
    -o-transform: translatey(-0.5rem);
    -moz-transform: translatey(-0.5rem);
    -webkit-transform: translatey(-0.5rem);
  }
  header .head-banner .banner-cent2 .cent-box .box-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  header .head-banner .banner-cent2 .cent-box .box-English {
    margin-top: 0.2rem;
    font-family: Arial;
    font-size: 0.36rem;
    color: #999999;
  }
  header .head-banner .banner-cent2 .cent-box .box-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  header .head-banner .banner-video {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.05rem;
    border: solid 1px #fff;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #024287;
    border: solid 1px #024287;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #024287;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f7f7;
    overflow: hidden;
  }
  footer .foot-main {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.9rem 0.3rem 0.6rem;
  }
  footer .foot-main .main-left {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-left .left-logo {
    display: none;
    width: 1.92rem;
    height: auto;
  }
  footer .foot-main .main-left .left-logo img {
    width: 100%;
  }
  footer .foot-main .main-left .left-link {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: var(--fs14);
    color: #666666;
  }
  footer .foot-main .main-left .left-link a {
    font-size: var(--fs14);
    color: #666666;
  }
  footer .foot-main .main-left .left-link a:hover {
    color: #024287;
  }
  footer .foot-main .main-left .left-link span {
    margin: 0 0.2rem;
  }
  footer .foot-main .main-left .left-zizhi {
    width: 100%;
    margin-top: 0.25rem;
    font-size: var(--fs26);
    text-align: center;
    color: #999;
  }
  footer .foot-main .main-left .left-zizhi a {
    color: #999;
  }
  footer .foot-main .main-left .left-zizhi a:hover {
    color: #024287;
  }
  footer .foot-main .main-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-right .right-cent {
    width: 50%;
  }
  footer .foot-main .main-right .right-cent .cent-web-logo {
    display: block;
    width: 2.4rem;
    height: auto;
  }
  footer .foot-main .main-right .right-cent .cent-web-logo img {
    width: 100%;
  }
  footer .foot-main .main-right .right-cent .cent-title {
    margin-top: 0.35rem;
    font-size: var(--fs26);
    line-height: var(--fs42);
    color: #666;
  }
  footer .foot-main .main-right .right-cent .cent-title em {
    font-weight: bold;
  }
  footer .foot-main .main-right .right-cent .link-box {
    position: relative;
    width: 100%;
    height: 0.65rem;
    padding-left: 0.15rem;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #797979;
    line-height: 0.6rem;
    background: #ededed url(../images/icon/icon-foot-link-arrow.png) no-repeat 96% center;
    background-size: 9px;
    border: solid 1px #e2e2e2;
    cursor: pointer;
  }
  footer .foot-main .main-right .right-cent .link-box .link-hidden {
    position: absolute;
    bottom: 0.65rem;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding-left: 0.2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-right .right-cent .link-box .link-hidden a {
    display: inline-block;
    width: 100%;
    height: 0.65rem;
    font-size: 0.26rem;
    color: #666;
    line-height: 0.65rem;
  }
  footer .foot-main .main-right .right-cent .link-box .link-hidden a:hover {
    text-decoration: underline;
    color: #024287;
  }
  footer .foot-main .main-right .right-cent .link-box:hover .link-hidden {
    opacity: 1;
    visibility: visible;
  }
  footer .foot-main .main-right .right-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin-top: 0.22rem;
  }
  footer .foot-main .main-right .right-cent .cent-share .share-item {
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 0.25rem;
    border-radius: 50%;
    background: #fff;
  }
  footer .foot-main .main-right .right-cent .cent-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-right .right-cent .cent-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-right .right-cent .cent-share .share-item:hover {
    background: linear-gradient(-90deg, #024287, #0069d4);
  }
  footer .foot-main .main-right .right-cent .cent-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-right .right-cent .cent-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-right .right-ewm {
    width: 2.4rem;
    height: 100%;
    padding-top: 1rem;
  }
  footer .foot-main .main-right .right-ewm img {
    width: 100%;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.19);
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .block {
    display: block;
  }
  .container .pege-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 8rem;
    background: #fff;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.97rem;
    height: 0.97rem;
    border-radius: 50%;
    background: url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 100%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: auto;
    bottom: 1.4rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
    width: 70%;
    font-size: 0.6rem;
    text-align: left;
    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;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English {
    width: 70%;
    margin-top: 0.15rem;
    font-size: 0.24rem;
    text-align: left;
    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.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button {
    width: 204px;
    height: 53px;
    margin-top: 0.5rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1.4s;
    -o-transition: all 0.5s 1.4s;
    -moz-transition: all 0.5s 1.4s;
    -webkit-transition: all 0.5s 1.4s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button .button-item {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 45px;
    border: solid 2px #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button .button-item span {
    margin-left: 16px;
    font-size: 18px;
    color: #fff;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button .button-item:hover {
    background: #024287;
    border: solid 2px transparent;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.1rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-title {
    position: relative;
    padding: 0 0.3rem;
    font-size: 0.6rem;
    line-height: 0.72rem;
    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;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-title::before {
    content: '';
    position: absolute;
    top: -0.35rem;
    left: 0;
    width: 0.72rem;
    height: 0.63rem;
    background: url(../images/icon/icon-banner-pic1.png) no-repeat top left;
    background-size: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-title::after {
    content: '';
    position: absolute;
    bottom: -0.35rem;
    right: 0;
    width: 0.72rem;
    height: 0.63rem;
    background: url(../images/icon/icon-banner-pic2.png) no-repeat top left;
    background-size: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-English,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  .container .pege-container .cont-banner .swiper-pagination {
    bottom: 0.3rem;
    left: 50%;
    width: 15.37rem;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 18px;
    background: #fff;
    opacity: 0.8;
    border-radius: 50%;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
    width: 30px;
    height: 30px;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
    opacity: 0;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
    stroke-dasharray: 182 182;
    stroke-dashoffset: 182;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
    opacity: 0.2 !important;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
    stroke-dashoffset: 0 !important;
    transition: all 10.5s;
    -o-transition: all 10.5s;
    -moz-transition: all 10.5s;
    -webkit-transition: all 10.5s;
  }
  .container .pege-container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .pege-container .cont-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .page-title {
    font-weight: 500;
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .page-heng {
    background: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-text {
    margin-top: 0.36rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-bottom .bottom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.75rem;
    border-radius: 0.45rem;
    border: solid 1px #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-bottom .bottom-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-bottom .bottom-button img {
    width: 0.26rem;
    margin-left: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-bottom .bottom-button:hover img {
    margin-left: 0.2rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-bottom .bottom-video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.75rem;
    margin-left: 0.3rem;
    border-radius: 0.45rem;
    border: solid 1px #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-bottom .bottom-video span {
    font-size: var(--fs28);
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-bottom .bottom-video img {
    width: 0.3rem;
    margin-left: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-bottom .bottom-video:hover img {
    margin-left: 0.2rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-box .box-lump {
    position: absolute;
    top: -0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-box .box-lump .lump-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent);
    background-clip: text;
    -webkit-background-clip: text;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-box .box-lump .lump-text {
    margin-top: -0.25rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-box .box-lump-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-video {
    display: none;
    position: absolute;
    top: 2.5rem;
    right: 2.4rem;
    width: 1rem;
    height: auto;
    text-align: center;
    cursor: pointer;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-video img {
    width: 0.96rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-video p {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-video:hover img {
    transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
  }
  .container .pege-container .cont-plate1 .plate1-swiper {
    position: static;
    bottom: 0.65rem;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 2.3rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate1 .plate1-swiper .swiper-slide {
    position: relative;
    width: calc(100% / 4);
    height: auto;
    padding-right: 0.45rem;
  }
  .container .pege-container .cont-plate1 .plate1-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  .container .pege-container .cont-plate1 .plate1-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0.45rem;
    padding-bottom: 5px;
    cursor: pointer;
  }
  .container .pege-container .cont-plate1 .plate1-swiper .swiper-slide .slide-box p {
    position: absolute;
    bottom: 0.35rem;
    left: 0;
    width: 100%;
    font-size: var(--fs30);
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    transform: translateX(50%);
    -o-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }
  .container .pege-container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-heng {
    position: relative;
    width: 100%;
    height: 1px;
    margin-top: 0.25rem;
  }
  .container .pege-container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-heng::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0%;
    height: 3px;
    margin-top: -1.5px;
    background: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-heng::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: rgba(255, 255, 255, 0.3);
  }
  .container .pege-container .cont-plate1 .plate1-swiper .font-on .slide-box p {
    font-size: var(--fs42);
    font-weight: bold;
    color: #ffffff;
  }
  .container .pege-container .cont-plate1 .plate1-swiper .swiper-slide-on .slide-box .box-heng::before {
    width: calc(100% + 0.45rem);
  }
  .container .pege-container .cont-plate1 .plate1-swiper .swiper-slide-on .slide-box .box-heng::after {
    background: #ffffff;
  }
  .container .pege-container .cont-plate2 {
    width: 100%;
    height: auto;
    padding-top: 1.2rem;
    padding-bottom: 0.4rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .pege-container .cont-plate2 .plate2-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0 0.3rem;
    z-index: 9;
  }
  .container .pege-container .cont-plate2 .plate2-top .page-title {
    font-weight: 500;
  }
  .container .pege-container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.7rem auto 0;
    padding: 0 0.3rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper {
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.75rem;
    margin: 0.65rem auto 0;
    border-radius: 0.45rem;
    border: solid 1px #666666;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button span {
    font-size: var(--fs28);
    color: #333;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button img {
    width: 0.26rem;
    margin-left: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover img {
    margin-left: 0.25rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-pagination {
    bottom: 0;
    top: auto;
    width: 100%;
    text-align: center;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0.06rem;
    opacity: 0.5;
    background: #fff;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 0.45rem;
    background: #024287;
    opacity: 1;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper-active {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .pege-container .cont-plate2 .plate2-cont {
    display: none;
    justify-content: flex-start;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
    z-index: 9;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item {
    position: relative;
    width: 21.5%;
    height: auto;
    padding: 0.35rem 0.1rem;
    background: rgba(0, 0, 0, 0.65);
    cursor: pointer;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item .item-icon {
    width: 0.5rem;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item .item-icon img {
    width: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item .item-English {
    margin-top: 0.05rem;
    font-size: var(--fs24);
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 60px;
    margin-top: -30px;
    background: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item:last-of-type::after {
    display: none;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item:hover {
    background: linear-gradient(-90deg, #024287, #0069d4);
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item:hover::after {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item-on {
    width: 35.5%;
    background: linear-gradient(-90deg, #024287, #0069d4);
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item-on::after {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-web-cont {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.48rem 0;
    margin-top: 0.5rem;
    background: linear-gradient(-90deg, #024287, #0069d4);
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .swiper-slide .slide-box {
    position: relative;
    width: 46.5%;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .swiper-slide .slide-box .box-icon {
    width: 0.7rem;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .swiper-slide .slide-box .box-title {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .swiper-slide .slide-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .plate2-swiper-button-prev,
  .container .pege-container .cont-plate2 .plate2-web-cont .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.75rem;
    height: 0.75rem;
    margin-top: -0.35rem;
    line-height: 0.75rem;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .plate2-swiper-button-prev img,
  .container .pege-container .cont-plate2 .plate2-web-cont .plate2-swiper-button-next img {
    width: 0.32rem;
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .plate2-swiper-button-prev {
    left: 0.3rem;
    text-align: left;
  }
  .container .pege-container .cont-plate2 .plate2-web-cont .plate2-swiper-button-next {
    right: 0.3rem;
    text-align: right;
  }
  .container .pege-container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.8rem;
  }
  .container .pege-container .cont-plate3 .page-title,
  .container .pege-container .cont-plate3 .page-heng {
    display: block;
  }
  .container .pege-container .cont-plate3 .page-title {
    text-align: center;
  }
  .container .pege-container .cont-plate3 .page-heng {
    margin: 0.3rem auto 0;
  }
  .container .pege-container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0 ;
    margin-bottom: 0.4rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 3rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent {
    display: block;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.5rem 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-icon {
    display: none;
    width: 0.81rem;
    height: auto;
    margin: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-icon img {
    width: 100%;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-title {
    width: 100%;
    margin-top: 0;
    font-size: var(--fs36);
    text-align: left;
    color: #fff;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-heng {
    width: 40px;
    height: 3px;
    margin: 0.35rem 0 0;
    background: #fff;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: left;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide-active .slide-box .box-pic img {
    opacity: 0.5;
  }
  .container .pege-container .cont-plate3 .plate3-main .swiper-slide-active .slide-box .box-cent .cent-text {
    height: 0.9rem;
    margin-top: 0.55rem;
  }
  .container .pege-container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.2rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .pege-container .cont-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-top .top-cent {
    width: 100%;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-top .top-cent .page-title {
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-top .top-cent .page-heng {
    margin: 0.3rem auto 0;
    background: #fff;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-top .top-button {
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 0.5rem;
    margin-top: 0.7rem;
    border-radius: 0.45rem;
    border: solid 1px #fff;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-top .top-button span {
    font-size: var(--fs16);
    color: #fff;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-top .top-button img {
    width: 0.15rem;
    margin-left: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-top .top-button:hover img {
    margin-left: 0.2rem;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-bottom: 0.4rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 50%;
    height: 2.5rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 50%;
    height: auto;
    padding: 0.4rem 0.2rem;
    background: #fff;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-size: var(--fs28);
    color: #666;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    height: 0.96rem;
    margin-top: 0.25rem;
    font-size: var(--fs32);
    line-height: 0.48rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #024287;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-pagination {
    bottom: 0;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 0.12rem;
    background: #c7c7c7;
    opacity: 1;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #024287;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 0.85rem;
    margin: 0.3rem auto 0;
    border-radius: 0.45rem;
    border: solid 1px #fff;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-button img {
    width: 0.26rem;
    margin-left: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .pege-container .cont-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate5 .plate5-main .page-title {
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate5 .plate5-main .page-heng {
    margin: 0.3rem auto 0;
    background: #fff;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-subtitle {
    margin-top: 0.55rem;
    font-size: var(--fs42);
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map {
    display: none;
    position: relative;
    width: 11.72rem;
    height: auto;
    margin: 1.15rem auto 0;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-pic {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-pic img {
    width: 100%;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item {
    position: absolute;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    cursor: pointer;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: secFadeIn linear infinite 2s;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    animation: secFadeIn linear infinite 2s;
    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;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item .item-title {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 0.1rem;
    font-size: var(--fs20);
    line-height: 0.3rem;
    white-space: nowrap;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item .item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.1rem);
    width: 3.2rem;
    height: 1.3rem;
    margin-left: -1.6rem;
    padding: 0.16rem 0.2rem;
    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;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item .item-box .box-pic {
    width: 1.2rem;
    height: auto;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item .item-box .box-pic img {
    width: 100%;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item .item-box .box-cent {
    width: calc(100% - 1.2rem);
    height: auto;
    padding-left: 0.28rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item .item-box .box-cent .cent-title {
    font-size: var(--fs20);
    font-weight: bold;
    line-height: 0.3rem;
    color: #333;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item .item-box .box-cent .cent-text {
    font-size: var(--fs16);
    line-height: 0.3rem;
    color: #666;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item .item-box::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -2.5px;
    border: solid 5px transparent;
    border-top: solid 5px #fff;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:hover::before {
    animation: none;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:hover::after {
    animation: none;
    background: #ffffff;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:hover .item-title {
    opacity: 0;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:hover .item-box {
    opacity: 1;
    visibility: visible;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:nth-child(2) {
    bottom: -0.1rem;
    right: 1.1rem;
    width: 0.42rem;
    height: 0.42rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:nth-child(2)::before {
    width: 0.42rem;
    height: 0.42rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:nth-child(2)::after {
    width: 0.22rem;
    height: 0.22rem;
    background: #ffffff;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:nth-child(3) {
    bottom: 0.95rem;
    right: -0.15rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:nth-child(4) {
    bottom: 0.8rem;
    right: 0.5rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:nth-child(5) {
    bottom: -0.05rem;
    right: 3.15rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:nth-child(6) {
    top: -0.12rem;
    right: 3.45rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:nth-child(7) {
    top: 0.5rem;
    right: 6.35rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:nth-child(8) {
    top: 0.65rem;
    right: 6.85rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-map .map-item:nth-child(9) {
    top: 1.45rem;
    left: -0.15rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-web-map {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-web-map img {
    width: 100%;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 1.75rem;
    background: url(../images/about/bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .about .about-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate1 .plate1-main .page-title {
    text-align: center;
  }
  .about .about-plate1 .plate1-main .main-subtitle {
    margin-top: 0.3rem;
    font-size: var(--fs42);
    text-align: center;
    color: #024287;
  }
  .about .about-plate1 .plate1-main .page-heng {
    margin: 0.3rem auto 0.5rem;
  }
  .about .about-plate1 .plate1-main .main-text {
    font-size: var(--fs28);
    line-height: var(--fs46);
    text-indent: 0.32rem;
    color: #333;
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  .about .about-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate2 .plate2-main .main-top {
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: auto;
    height: auto;
  }
  .about .about-plate2 .plate2-main .main-top .page-title {
    color: #fff;
  }
  .about .about-plate2 .plate2-main .main-top .page-heng {
    background: #fff;
  }
  .about .about-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 2rem;
    height: auto;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-num {
    width: 0.5rem;
    height: auto;
    font-family: Arial;
    font-size: 0.46rem;
    font-weight: bold;
    color: #fff;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper {
    position: relative;
    width: 3rem;
    height: 1.5rem;
    overflow: hidden;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide {
    display: flex;
    align-items: center;
    width: 0.5rem;
    height: calc(100% / 3);
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide span {
    font-family: Arial;
    font-size: 0.46rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide-active span {
    color: #ffffff;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-prev,
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-next {
    position: absolute;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.55rem;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #fff;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-prev img,
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-next img {
    width: 0.3rem;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-prev .circle-chart,
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-next .circle-chart {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.56rem;
    height: 0.56rem;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-prev .circle-chart .circle-chart__background,
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-next .circle-chart .circle-chart__background,
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-prev .circle-chart .circle-hover,
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-next .circle-chart .circle-hover {
    width: 100%;
    height: 100%;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-prev .circle-chart .circle-hover,
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-next .circle-chart .circle-hover {
    stroke-dasharray: 182 182;
    stroke-dashoffset: 182;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-prev {
    top: 10%;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-next {
    top: 60%;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .plate2-swiper-button-next-on .circle-chart .circle-hover {
    stroke-dashoffset: 0 !important;
    transition: all 4.5s;
    -o-transition: all 4.5s;
    -moz-transition: all 4.5s;
    -webkit-transition: all 4.5s;
  }
  .about .about-plate2 .plate2-main .main-swiepr {
    width: 65%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate2 .plate2-main .main-swiepr .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate2 .plate2-main .main-swiepr .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-top: 1.6rem;
  }
  .about .about-plate2 .plate2-main .main-swiepr .swiper-slide .slide-box .box-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    padding-bottom: 0.15rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  .about .about-plate2 .plate2-main .main-swiepr .swiper-slide .slide-box .box-item .item-title {
    position: relative;
    font-size: var(--fs30);
    font-weight: bold;
    color: #fff;
  }
  .about .about-plate2 .plate2-main .main-swiepr .swiper-slide .slide-box .box-item .item-title::after {
    content: '';
    position: absolute;
    top: 0.08rem;
    left: -0.28rem;
    width: 10px;
    height: 10px;
    background: url(../images/icon/icon-ahout-round.png) no-repeat top left;
    background-size: 100%;
  }
  .about .about-plate2 .plate2-main .main-swiepr .swiper-slide .slide-box .box-item .item-text {
    margin-top: 0.1rem;
    font-family: Arial;
    font-size: var(--fs28);
    color: #fff;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #f1f5fa url(../images/about/bg3.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .about .about-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-main .page-title {
    text-align: center;
  }
  .about .about-plate3 .plate3-main .page-heng {
    margin: 0.3rem auto 0;
  }
  .about .about-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.48rem;
    margin-bottom: 0.4rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0.45rem;
    width: 2.91rem;
    height: 0.85rem;
    background: url(../images/about/zi.png) no-repeat top left;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-icon {
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    line-height: 1.1rem;
    border-radius: 50%;
    background: #ebf2ff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-icon img {
    width: 0.5rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-cent {
    width: calc(100% - 1.1rem);
    height: auto;
    padding-left: 0.6rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.24rem;
    font-size: var(--fs28);
    color: #929292;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item:hover {
    background: #024287;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item:hover .item-icon {
    background: #fff;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item:hover .item-cent .cent-title,
  .about .about-plate3 .plate3-main .main-cont .cont-item:hover .item-cent .cent-text {
    color: #fff;
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .about-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate4 .plate4-main .page-title {
    text-align: center;
    color: #fff;
  }
  .about .about-plate4 .plate4-main .page-heng {
    margin: 0.3rem auto 0;
    background: #fff;
  }
  .about .about-plate4 .plate4-main .main-top {
    width: 100%;
    height: 0.75rem;
    margin: 0.6rem auto 0;
    padding: 0.04rem;
    border-radius: 0.45rem;
    border: solid 1px rgba(255, 255, 255, 0.5);
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-top .swiper-slide {
    width: calc(100% / 3);
    height: 100%;
  }
  .about .about-plate4 .plate4-main .main-top .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 0.65rem;
    text-align: center;
    color: #fff;
    border-radius: 0.45rem;
    cursor: pointer;
  }
  .about .about-plate4 .plate4-main .main-top .swiper-slide-on .slide-box {
    color: #333;
    background: #fff;
  }
  .about .about-plate4 .plate4-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.32rem 0.2rem;
    background: rgba(0, 0, 0, 0.2);
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-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;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: var(--fs44);
    text-align: center;
    color: #fff;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .swiper-pagination {
    position: static;
    width: 75%;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button {
    display: flex;
    justify-content: space-between;
    width: 25%;
    height: auto;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev,
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next {
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: solid 1px #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev img,
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev .img2,
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev:hover,
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next:hover {
    background: #fff;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev:hover .img1,
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev:hover .img2,
  .about .about-plate4 .plate4-main .main-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate4 .plate4-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.56rem;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.32rem 0.2rem;
    background: rgba(0, 0, 0, 0.2);
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-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;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: var(--fs44);
    text-align: center;
    color: #fff;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .swiper-pagination {
    position: static;
    width: 75%;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button {
    display: flex;
    justify-content: space-between;
    width: 25%;
    height: auto;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev,
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next {
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: solid 1px #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev img,
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev .img2,
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev:hover,
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next:hover {
    background: #fff;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev:hover .img1,
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-prev:hover .img2,
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-bottom .bottom-button .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .about .about-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 0.7rem;
  }
  .about .about-plate5 .main-text {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    text-align: center;
    color: #666;
  }
  .about .about-plate5 .page-title {
    text-align: center;
  }
  .about .about-plate5 .page-heng {
    margin: 0.3rem auto 0;
  }
  .about .about-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .about .about-plate5 .plate5-main .main-lump1,
  .about .about-plate5 .plate5-main .main-lump2,
  .about .about-plate5 .plate5-main .main-lump3,
  .about .about-plate5 .plate5-main .main-lump4 {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .about .about-plate5 .plate5-main .main-lump1 a,
  .about .about-plate5 .plate5-main .main-lump2 a,
  .about .about-plate5 .plate5-main .main-lump3 a,
  .about .about-plate5 .plate5-main .main-lump4 a {
    display: inline-block;
    width: 2.8rem;
    height: 1.17rem;
    padding: 0;
    margin-right: 0.48rem;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-main .main-lump1 a img,
  .about .about-plate5 .plate5-main .main-lump2 a img,
  .about .about-plate5 .plate5-main .main-lump3 a img,
  .about .about-plate5 .plate5-main .main-lump4 a 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 .about-plate5 .plate5-main .main-lump1 a:hover,
  .about .about-plate5 .plate5-main .main-lump2 a:hover,
  .about .about-plate5 .plate5-main .main-lump3 a:hover,
  .about .about-plate5 .plate5-main .main-lump4 a:hover {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.12);
  }
  .about .about-plate5 .plate5-main .str_wrap {
    background: none;
    overflow: visible;
  }
  .about .about-plate6 {
    width: 100%;
    height: auto;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .about-plate6 .plate6-main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.9rem;
    background: rgba(2, 66, 135, 0.82);
  }
  .about .about-plate6 .plate6-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  .about .about-plate6 .plate6-main .main-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: var(--fs44);
    color: #fff;
  }
  .about .about-plate6 .plate6-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-box .box-title {
    font-size: var(--fs36);
    color: #fff;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-box .box-text {
    margin-top: 0.15rem;
    margin-bottom: 0.35rem;
    font-size: var(--fs30);
    color: #fff;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-box .box-item {
    position: relative;
    padding-left: 0.45rem;
    margin-bottom: 0.3rem;
    font-size: var(--fs28);
    line-height: var(--fs46);
    color: #fff;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-box .box-item em {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.3rem;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-box .box-item em img {
    width: 100%;
  }
  .about .about-plate6 .plate6-cent {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    height: auto;
    width: 100%;
    z-index: 9;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .about .about-plate6 .plate6-cent .cent-item {
    width: calc(100% / 5);
    height: 0.65rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.6rem;
    border-bottom: solid 1px #024287;
  }
  .innovation {
    width: 100%;
    height: auto;
  }
  .innovation .innovation-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1rem;
  }
  .innovation .innovation-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .innovation .innovation-plate1 .plate1-main .main-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #024287;
  }
  .innovation .innovation-plate1 .plate1-main .main-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs48);
    text-align: center;
    color: #191c22;
  }
  .innovation .innovation-plate1 .plate1-main .main-heng {
    width: 50px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #024287;
  }
  .innovation .innovation-plate1 .plate1-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .box-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .box-swiper .swiper-slide .slide-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .box-swiper .swiper-slide .slide-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .box-swiper .swiper-slide .slide-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .box-swiper .swiper-slide .slide-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .innovation .innovation-plate1 .plate1-main .main-box .box-swiper .swiper-slide .slide-cont .cont-cent {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: #f8f8f8;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .box-swiper .swiper-slide .slide-cont .cont-cent .cent-title {
    width: 100%;
    font-size: var(--fs48);
    color: #333;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .box-swiper .swiper-slide .slide-cont .cont-cent .cent-heng {
    width: 30px;
    height: 2px;
    margin-top: 0.4rem;
    background: #333;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .box-swiper .swiper-slide .slide-cont .cont-cent .cent-text {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-top: 0.45rem;
    font-size: var(--fs28);
    line-height: var(--fs46);
    color: #333;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-prev,
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-next {
    display: none;
    position: absolute;
    top: 45%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    border: solid 2px #024287;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-prev img,
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.28rem;
    height: auto;
    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;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-prev .img2,
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-prev:hover,
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-next:hover {
    background: #024287;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-prev:hover .img1,
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-prev:hover .img2,
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-prev {
    left: -0.2rem;
  }
  .innovation .innovation-plate1 .plate1-main .main-box .plate1-swiper-button-next {
    right: -0.2rem;
  }
  .innovation .innovation-plate2 {
    width: 100%;
    height: auto;
  }
  .innovation .innovation-plate2 .plate2-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #024287;
  }
  .innovation .innovation-plate2 .plate2-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs48);
    text-align: center;
    color: #191c22;
  }
  .innovation .innovation-plate2 .plate2-heng {
    width: 50px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #024287;
  }
  .innovation .innovation-plate2 .plate2-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .innovation .innovation-plate2 .plate2-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
    overflow: hidden;
  }
  .innovation .innovation-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .innovation .innovation-plate2 .plate2-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .innovation .innovation-plate2 .plate2-main .main-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.4rem 0.9rem 0.5rem;
  }
  .innovation .innovation-plate2 .plate2-main .main-item .item-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  .innovation .innovation-plate2 .plate2-main .main-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: var(--fs46);
    color: #fff;
  }
  .innovation .innovation-plate2 .plate2-main .main-item .item-cent .cent-button {
    width: 2rem;
    height: 0.65rem;
    margin-top: 0.8rem;
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.65rem;
    color: #fff;
    background: #024287;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .innovation .innovation-plate2 .plate2-main .main-item .item-cent .cent-button:hover {
    color: #024287;
    background: #fff;
  }
  .innovation .innovation-plate2 .plate2-main .main-item:hover .item-pic img {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .innovation .innovation-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.1rem;
    background: #f6f9ff;
  }
  .innovation .innovation-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .innovation .innovation-plate3 .plate3-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem;
    border: solid 1px #eeeeee;
    background: #fff;
  }
  .innovation .innovation-plate3 .plate3-main .main-item .item-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .innovation .innovation-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .innovation .innovation-plate3 .plate3-main .main-item .item-cent {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
  }
  .innovation .innovation-plate3 .plate3-main .main-item .item-cent .cent-icon {
    position: relative;
    width: 0.65rem;
    height: 0.59rem;
  }
  .innovation .innovation-plate3 .plate3-main .main-item .item-cent .cent-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .innovation .innovation-plate3 .plate3-main .main-item .item-cent .cent-icon .img2 {
    opacity: 0;
  }
  .innovation .innovation-plate3 .plate3-main .main-item .item-cent .cent-title {
    margin-top: 0.15rem;
    font-size: var(--fs36);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .innovation .innovation-plate3 .plate3-main .main-item .item-cent .cent-text {
    height: auto;
    padding-right: 0;
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: var(--fs46);
    color: #666;
    overflow: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .innovation .innovation-plate3 .plate3-main .main-item:hover .item-pic {
    opacity: 1;
  }
  .innovation .innovation-plate3 .plate3-main .main-item:hover .item-cent .cent-icon .img1 {
    opacity: 0;
  }
  .innovation .innovation-plate3 .plate3-main .main-item:hover .item-cent .cent-icon .img2 {
    opacity: 1;
  }
  .innovation .innovation-plate3 .plate3-main .main-item:hover .item-cent .cent-title,
  .innovation .innovation-plate3 .plate3-main .main-item:hover .item-cent .cent-text {
    color: #fff;
  }
  .innovation .innovation-plate4 {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 1.12rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 5.5rem;
    background-color: #f6f9ff;
  }
  .innovation .innovation-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .innovation .innovation-plate4 .plate4-main .main-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .innovation .innovation-plate4 .plate4-main .main-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs48);
    color: #fff;
  }
  .innovation .innovation-plate4 .plate4-main .main-heng {
    width: 50px;
    height: 3px;
    margin-top: 0.3rem;
    background: #fff;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.95rem;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-top .top-item {
    width: 100%;
    height: 100%;
    font-size: var(--fs30);
    line-height: 1rem;
    text-align: center;
    color: #333;
    background: #f6f6f6;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-top .top-item:hover {
    color: #fff;
    background: #024287;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-top .top-item-on {
    color: #fff;
    background: #024287;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-box .box-lump .lump-item {
    width: 50%;
    height: auto;
    padding: 1rem 0.3rem 0.9rem;
    border-right: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-box .box-lump .lump-item:last-of-type {
    border-right: none;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-box .box-lump .lump-item .item-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-box .box-lump .lump-item .item-icon img {
    width: 100%;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-box .box-lump .lump-item .item-num {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    text-align: center;
    color: #024287;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-box .box-lump .lump-item .item-num span {
    font-family: Arial;
    font-size: 0.58rem;
    font-weight: bold;
    color: #000;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-box .box-lump .lump-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    text-align: center;
    color: #000;
  }
  .innovation .innovation-plate4 .plate4-main .main-cont .cont-box .box-lump-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
  }
  .innovation .innovation-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.4rem;
  }
  .innovation .innovation-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .innovation .innovation-plate5 .plate5-main .main-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #024287;
  }
  .innovation .innovation-plate5 .plate5-main .main-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs48);
    text-align: center;
    color: #191c22;
  }
  .innovation .innovation-plate5 .plate5-main .main-heng {
    width: 50px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #024287;
  }
  .innovation .innovation-plate5 .plate5-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .innovation .innovation-plate5 .plate5-main .main-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .innovation .innovation-plate5 .plate5-main .main-box .box-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .innovation .innovation-plate5 .plate5-main .main-box .box-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .innovation .innovation-plate5 .plate5-main .main-box .box-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .innovation .innovation-plate5 .plate5-main .main-box .box-cont .cont-cent {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: #f8f8f8;
  }
  .innovation .innovation-plate5 .plate5-main .main-box .box-cont .cont-cent .cent-title {
    width: 100%;
    font-size: var(--fs48);
    color: #333;
  }
  .innovation .innovation-plate5 .plate5-main .main-box .box-cont .cont-cent .cent-heng {
    width: 30px;
    height: 2px;
    margin-top: 0.4rem;
    background: #333;
  }
  .innovation .innovation-plate5 .plate5-main .main-box .box-cont .cont-cent .cent-text {
    width: 100%;
    margin-top: 0.45rem;
    font-size: var(--fs28);
    line-height: var(--fs46);
    color: #333;
  }
  .solution {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 0.1rem;
  }
  .solution .page-title {
    text-align: center;
    padding: 0 0.3rem;
  }
  .solution .solution-text {
    width: 100%;
    padding: 0 0.3rem;
    margin: 0.15rem auto 0;
    font-size: var(--fs30);
    line-height: var(--fs46);
    text-align: center;
    color: #333;
  }
  .solution .page-heng {
    margin: 0.3rem auto 0;
    background: #024287;
  }
  .solution .solution-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .solution .solution-main .main-item {
    position: relative;
    width: calc(50% - 0.05rem);
    height: auto;
    margin-top: 0.1rem;
  }
  .solution .solution-main .main-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .solution .solution-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-item .item-cent .cent-icon {
    width: 0.65rem;
    height: auto;
  }
  .solution .solution-main .main-item .item-cent .cent-icon img {
    width: 100%;
  }
  .solution .solution-main .main-item .item-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs40);
    color: #fff;
  }
  .solution .solution-main .main-item .item-cent .cent-text {
    height: auto;
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-item .item-cent .cent-button {
    width: 1.8rem;
    height: 0.65rem;
    margin-top: 0.4rem;
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.65rem;
    color: #fff;
    background: #024287;
    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;
  }
  .solution .solution-main .main-item .item-cent .cent-button:hover {
    color: #024287;
    background: #fff;
  }
  .solution .solution-main .main-item:hover .item-pic img {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .solution .solution-main .main-item:hover .item-cent {
    bottom: 0.3rem;
  }
  .solution2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    overflow: hidden;
  }
  .solution2 .solution-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .solution2 .solution-main .main-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .solution2 .solution-main .main-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100vh;
    background: #fff;
    overflow: auto;
    z-index: 199;
    opacity: 0;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution2 .solution-main .main-list .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.05rem;
  }
  .solution2 .solution-main .main-list .list-item:last-of-type {
    margin-bottom: 0;
  }
  .solution2 .solution-main .main-list .list-item .item-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.9rem;
    padding: 0 0.3rem;
    font-size: var(--fs30);
    color: #000;
    background: #eeeeee;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution2 .solution-main .main-list .list-item .item-top::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0.3rem;
    width: 0.24rem;
    height: 100%;
    background: url(../images/icon/icon-solution-jia.png) no-repeat center center;
    background-size: 100%;
  }
  .solution2 .solution-main .main-list .list-item .item-top:hover {
    color: #fff;
    background: linear-gradient(90deg, #0060c7, #024287);
  }
  .solution2 .solution-main .main-list .list-item .item-top:hover::after {
    background: url(../images/icon/icon-solution-jia-on.png) no-repeat center center;
    background-size: 100%;
  }
  .solution2 .solution-main .main-list .list-item .item-top-active {
    color: #fff;
    background: linear-gradient(90deg, #0060c7, #024287);
  }
  .solution2 .solution-main .main-list .list-item .item-top-active::after {
    background: url(../images/icon/icon-solution-jian.png) no-repeat center center !important;
    background-size: 100%;
  }
  .solution2 .solution-main .main-list .list-item .item-cent {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
    background: #f5f5f5;
  }
  .solution2 .solution-main .main-list .list-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.3rem;
    font-size: var(--fs28);
    color: #666;
  }
  .solution2 .solution-main .main-list .list-item .item-cent .cent-link:hover {
    color: #024287;
  }
  .solution2 .solution-main .main-list .list-item .item-cent .cent-link-active {
    color: #024287;
  }
  .solution2 .solution-main .main-list-active {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .solution2 .solution-main .main-cont {
    width: 100%;
    height: auto;
  }
  .solution2 .solution-main .main-cont .cont-title {
    font-size: var(--fs42);
    color: #024287;
  }
  .solution2 .solution-main .main-cont .cont-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #333333;
  }
  .solution2 .solution-main .main-cont .cont-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .solution2 .solution-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    margin-bottom: 0.6rem;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    padding-bottom: 0.35rem;
    border-bottom: solid 1px #f0f0f0;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solution2 .solution-main .main-cont .cont-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;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item .item-cent .cent-title {
    font-size: var(--fs36);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item .item-cent .cent-text {
    height: 0.9rem;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.75rem;
    margin-top: 0.55rem;
    border-radius: 0.45rem;
    border: solid 1px #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item .item-cent .cent-button em {
    margin-right: 0.1rem;
    font-size: var(--fs28);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item .item-cent .cent-button span {
    width: 0.25rem;
    height: 0.23rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item .item-cent .cent-button:hover {
    border: solid 1px #024287;
    background: #024287;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item .item-cent .cent-button:hover em {
    color: #fff;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item .item-cent .cent-button:hover span {
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .solution2 .solution-main .main-cont .cont-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .solution2 .solution-main .main-cont .cont-box .box-item:hover .item-cent .cent-title {
    color: #024287;
  }
  .solution2 .solution-show {
    display: block;
    position: fixed;
    top: 30%;
    left: -0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: 0.15rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #024287;
    z-index: 27;
  }
  .productDetail {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .productDetail .productDetail-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-plate1 .plate1-main .page-title {
    text-align: center;
  }
  .productDetail .productDetail-plate1 .plate1-main .page-heng {
    margin: 0.3rem auto 0;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: var(--fs46);
    text-align: center;
    color: #666;
  }
  .productDetail .productDetail-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .productDetail .productDetail-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-plate2 .plate2-main .page-title {
    text-align: center;
    color: #fff;
  }
  .productDetail .productDetail-plate2 .plate2-main .page-heng {
    margin: 0.3rem auto 0;
    background: #fff;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .box-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.48rem;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 2.4rem;
    padding: 0.3rem 0.7rem;
    background: #fff;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-icon {
    width: 1rem;
    height: auto;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-cent {
    width: calc(100% - 1rem);
    height: auto;
    padding-left: 0.65rem;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    color: #999;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev,
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.25rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev img,
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.28rem;
    height: auto;
    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;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev .img2,
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover,
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover {
    background: #ffffff;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover .img1,
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover .img2,
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev {
    left: -0.2rem;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next {
    right: -0.2rem;
  }
  .productDetail .productDetail-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .productDetail .productDetail-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-plate3 .plate3-main .page-title {
    text-align: center;
  }
  .productDetail .productDetail-plate3 .plate3-main .page-heng {
    margin: 0.3rem auto 0;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table {
    width: 100%;
    text-align: left;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table tbody {
    border: solid 1px #c8d3dd;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table tr {
    background: #fff;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table tr th {
    padding: 0.2rem;
    font-size: 0.28rem;
    color: #fff;
    background: #024287;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table tr th:first-of-type {
    border-right: solid 1px #fff;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table tr td {
    padding: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #333;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table tr td:first-of-type {
    border-right: solid 1px #c8d3dd;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table tr td b {
    font-weight: bold;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table tr td em {
    font-weight: bold;
    color: #c8272d;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table tr td span {
    font-weight: bold;
    color: #05a687;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-table table tr:nth-child(even) {
    background: #ebf0f6;
  }
  .productDetail .productDetail-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.12rem;
    background: #f1f5fa;
  }
  .productDetail .productDetail-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-plate4 .plate4-main .page-title {
    text-align: center;
  }
  .productDetail .productDetail-plate4 .plate4-main .page-heng {
    margin: 0.3rem auto 0;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-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;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
    background: #fff;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs36);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.75rem;
    margin-top: 0.55rem;
    border-radius: 0.45rem;
    border: solid 1px #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item .item-cent .cent-button em {
    margin-right: 0.1rem;
    font-size: var(--fs28);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item .item-cent .cent-button span {
    width: 0.25rem;
    height: 0.23rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item .item-cent .cent-button:hover {
    border: solid 1px #024287;
    background: #024287;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item .item-cent .cent-button:hover em {
    color: #fff;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item .item-cent .cent-button:hover span {
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetail .productDetail-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));
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item:hover .item-cent .cent-title {
    color: #024287;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .page-title {
    text-align: center;
  }
  .news .news-main .page-heng {
    margin: 0.3rem auto 0;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .news .news-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-top .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: #f5f7fa;
  }
  .news .news-main .main-top .top-cent .cent-time {
    font-family: Arial;
    font-size: var(--fs28);
    color: #666;
  }
  .news .news-main .main-top .top-cent .cent-title {
    margin-top: 0.15rem;
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.48rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-top .top-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 0.8rem;
    margin-top: 0.45rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #0060c7, #024287);
  }
  .news .news-main .main-top .top-cent .cent-button em {
    font-size: var(--fs28);
    font-weight: bold;
    color: #fff;
  }
  .news .news-main .main-top .top-cent .cent-button span {
    width: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent .cent-button span img {
    width: 100%;
  }
  .news .news-main .main-top .top-cent .cent-button:hover span {
    margin-left: 0.2rem;
  }
  .news .news-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.85rem;
    margin-bottom: 0.6rem;
  }
  .news .news-main .main-cont .cont-item {
    display: block;
    justify-content: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0.55rem;
    border-bottom: solid 1px #e5e5e5;
  }
  .news .news-main .main-cont .cont-item .item-time {
    display: none;
    width: 1.05rem;
    height: 1.05rem;
    margin-right: 0.85rem;
    padding-top: 0.2rem;
    border-radius: 5px;
    background: linear-gradient(90deg, #0060c7, #024287);
  }
  .news .news-main .main-cont .cont-item .item-time .time-num {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    text-align: center;
    color: #fff;
  }
  .news .news-main .main-cont .cont-item .item-time .time-text {
    font-family: Arial;
    font-size: var(--fs16);
    text-align: center;
    color: #fff;
  }
  .news .news-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 0.35rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs34);
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item:hover {
    background: #f5f7fa;
  }
  .news .news-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetails {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.3rem;
    background: #f1f5fa;
  }
  .newsDetails .newsDetails-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
  }
  .newsDetails .newsDetails-main .main-cont {
    width: 100%;
    height: auto;
    border-right: solid 3px #f8f8f8;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.45rem;
    border-bottom: solid 1px #eeeeee;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-title {
    font-size: var(--fs40);
    font-weight: bold;
    line-height: 0.54rem;
    color: #000;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom .bottom-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom .bottom-time img {
    width: 16px;
    margin-right: 0.12rem;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom .bottom-time span {
    font-size: 0.28rem;
    font-weight: bold;
    color: #ccc;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom .bottom-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0.7rem;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom .bottom-share span {
    font-size: 0.26rem;
    color: #666;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom .bottom-share a {
    position: relative;
    width: 21px;
    height: 18px;
    margin-left: 0.12rem;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom .bottom-share a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom .bottom-share a .img2 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom .bottom-share a:hover .img1 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-cont .cont-top .top-bottom .bottom-share a:hover .img2 {
    opacity: 1;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 1rem;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-bottom .bottom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 54px;
    margin-right: 0.1rem;
    background: #f0f0f0;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-bottom .bottom-button span {
    position: relative;
    width: 17px;
    height: 17px;
    margin: 0 0.06rem;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-bottom .bottom-button span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-bottom .bottom-button span .img2 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-bottom .bottom-button em {
    margin: 0 0.06rem;
    font-size: 0.16rem;
    color: #666;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-bottom .bottom-button:hover {
    background: linear-gradient(90deg, #0060c7, #024287);
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-bottom .bottom-button:hover span .img1 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-bottom .bottom-button:hover span .img2 {
    opacity: 1;
  }
  .newsDetails .newsDetails-main .main-cont .cont-box .box-bottom .bottom-button:hover em {
    color: #fff;
  }
  .newsDetails .newsDetails-main .main-list {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0.48rem 0.3rem 0;
    border-top: solid 4px #024287;
  }
  .newsDetails .newsDetails-main .main-list .list-title {
    margin-bottom: 0.5rem;
    font-size: 0.42rem;
    font-weight: bold;
    color: #333;
  }
  .newsDetails .newsDetails-main .main-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .newsDetails .newsDetails-main .main-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetails .newsDetails-main .main-list .list-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-list .list-item .item-title {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetails .newsDetails-main .main-list .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetails .newsDetails-main .main-list .list-item:hover .item-title {
    color: #024287;
  }
  .invest {
    width: 100%;
    height: auto;
  }
  .invest .invest-palte1 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem 1.2rem;
  }
  .invest .invest-palte1 .palte1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .invest .invest-palte1 .palte1-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-cent .cent-title {
    font-family: Arial;
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-cent .cent-num {
    margin-top: 0.2rem;
    font-family: Arial;
    font-size: var(--fs28);
    color: #ef0000;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-cent .cent-num span {
    margin-right: 0.3rem;
    font-size: 0.72rem;
    font-weight: bold;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-cent .cent-num em {
    display: inline-block;
    width: 14px;
    margin-left: 0.1rem;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-cent .cent-num em img {
    width: 100%;
    margin-top: -0.1rem;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-box .box-data {
    display: flex;
    justify-content: space-between;
    width: auto;
    height: auto;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-box .box-data .data-item {
    width: auto;
    height: auto;
    margin-left: 0;
    padding-right: 0.3rem;
    border-right: solid 1px #e0e0e0;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-box .box-data .data-item .item-title {
    font-size: var(--fs28);
    color: #333;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-box .box-data .data-item .item-num {
    margin-top: 0.1rem;
    font-size: var(--fs42);
    color: #333;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-box .box-data .data-item:first-of-type {
    margin-left: 0;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-box .box-data .data-item:last-of-type {
    width: auto;
    padding-right: 0;
    border-right: none;
  }
  .invest .invest-palte1 .palte1-main .main-cont .cont-box .box-text {
    margin-top: 0.35rem;
    font-size: var(--fs26);
    color: #999;
  }
  .invest .invest-palte1 .palte1-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .invest .invest-palte1 .palte1-main .main-box .box-pic {
    width: 100%;
    height: 4rem;
  }
  .invest .invest-palte1 .palte1-main .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .invest .invest-palte1 .palte1-main .main-box .box-cent {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 50%;
    left: 0.3rem;
    width: auto;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .invest .invest-palte1 .palte1-main .main-box .box-cent .cent-icon {
    width: 1.73rem;
    height: 1.73rem;
  }
  .invest .invest-palte1 .palte1-main .main-box .box-cent .cent-icon img {
    width: 100%;
  }
  .invest .invest-palte1 .palte1-main .main-box .box-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-left: 0.35rem;
  }
  .invest .invest-palte1 .palte1-main .main-box .box-cent .cent-lump .lump-title {
    font-size: var(--fs32);
    color: #333;
  }
  .invest .invest-palte1 .palte1-main .main-box .box-cent .cent-lump .lump-English {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #999;
  }
  .invest .invest-palte1 .palte1-main .main-box .box-cent .cent-lump .lump-button {
    display: block;
    width: 2.2rem;
    height: 0.75rem;
    margin-top: 0.4rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #024287;
  }
  .invest .invest-palte1 .palte1-main .main-box .box-cent .cent-lump .lump-button:hover {
    transform: translatey(-0.06rem);
    -o-transform: translatey(-0.06rem);
    -moz-transform: translatey(-0.06rem);
    -webkit-transform: translatey(-0.06rem);
  }
  .invest .invest-palte2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #f1f5fa;
  }
  .invest .invest-palte2 .palte2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .invest .invest-palte2 .palte2-main .page-title {
    text-align: center;
  }
  .invest .invest-palte2 .palte2-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .invest .invest-palte2 .palte2-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.4rem;
    margin-bottom: 0.4rem;
    background: #fff;
  }
  .invest .invest-palte2 .palte2-main .main-cont .cont-item .item-title {
    width: calc(100% - 0.5rem);
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .invest .invest-palte2 .palte2-main .main-cont .cont-item .item-title span {
    margin-right: 0.28rem;
    font-family: Arial;
    font-size: var(--fs30);
    font-weight: bold;
    color: #024287;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .invest .invest-palte2 .palte2-main .main-cont .cont-item .item-icon {
    width: 0.39rem;
    height: 100%;
    background: url(../images/icon/icon-invest-pic2.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;
  }
  .invest .invest-palte2 .palte2-main .main-cont .cont-item:hover {
    background: #024287;
  }
  .invest .invest-palte2 .palte2-main .main-cont .cont-item:hover .item-title {
    color: #fff;
  }
  .invest .invest-palte2 .palte2-main .main-cont .cont-item:hover .item-title span {
    color: #fff;
  }
  .invest .invest-palte2 .palte2-main .main-cont .cont-item:hover .item-icon {
    background: url(../images/icon/icon-invest-pic2-on.png) no-repeat center center;
    background-size: 100%;
  }
  .invest .invest-palte2 .palte2-main .main-button {
    display: block;
    width: 2.5rem;
    height: 0.8rem;
    margin: 0.2rem auto 0;
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #024287;
    border: solid 2px #024287;
  }
  .invest .invest-palte2 .palte2-main .main-button:hover {
    color: #024287;
    background: transparent;
  }
  .invest .invest-palte3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .invest .invest-palte3 .plate3-pic {
    width: 100%;
    height: 3.5rem;
  }
  .invest .invest-palte3 .plate3-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .invest .invest-palte3 .plate3-cent {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0 0;
  }
  .invest .invest-palte3 .plate3-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .invest .invest-palte3 .plate3-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0.6rem;
  }
  .invest .invest-palte3 .plate3-cent .cent-button span {
    font-size: var(--fs26);
    color: #fff;
  }
  .invest .invest-palte3 .plate3-cent .cent-button img {
    width: 15px;
    margin-left: 0.05rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .invest .invest-palte3 .plate3-cent .cent-button:hover img {
    margin-left: 0.25rem;
  }
  .join {
    width: 100%;
    height: auto;
  }
  .join .join-plate1 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.2rem;
    background: url(../images/join/bg.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .join .join-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .join .join-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .join .join-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.55rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .join .join-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .join .join-plate1 .plate1-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-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));
  }
  .join .join-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 0.78rem;
    background: url(../images/join/bg2.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .join .join-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .join .join-plate2 .plate2-main .page-title {
    text-align: center;
    color: #fff;
  }
  .join .join-plate2 .plate2-main .page-heng {
    margin: 0.3rem auto 0;
    background: #fff;
  }
  .join .join-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .join .join-plate2 .plate2-main .main-cont .cont-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
    padding: 0.6rem 0.2rem;
    background: #fff;
    border-radius: 0.15rem;
  }
  .join .join-plate2 .plate2-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .join .join-plate2 .plate2-main .main-cont .cont-item .item-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .join .join-plate2 .plate2-main .main-cont .cont-item .item-icon img {
    width: 100%;
  }
  .join .join-plate2 .plate2-main .main-cont .cont-item .item-title {
    margin-top: 0.5rem;
    font-size: var(--fs38);
    text-align: center;
    color: #333;
  }
  .join .join-plate2 .plate2-main .main-cont .cont-item .item-text {
    margin-top: 0.35rem;
    font-size: var(--fs24);
    line-height: 0.4rem;
    text-align: center;
    color: #666;
  }
  .join .join-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.38rem;
  }
  .join .join-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .join .join-plate3 .plate3-main .mian-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .join .join-plate3 .plate3-main .mian-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .join .join-plate3 .plate3-main .mian-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;
  }
  .join .join-plate3 .plate3-main .mian-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.35rem;
    background: linear-gradient(0deg, rgba(0, 0, 0), transparent);
  }
  .join .join-plate3 .plate3-main .mian-item .item-cent .cent-title {
    font-size: var(--fs42);
    color: #fff;
  }
  .join .join-plate3 .plate3-main .mian-item .item-cent .cent-English {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    color: #fff;
  }
  .join .join-plate3 .plate3-main .mian-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));
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .recruit .recruit-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-main .main-title {
    font-size: 0.48rem;
    text-align: center;
    color: #000;
  }
  .recruit .recruit-main .main-serach {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0.9rem;
    margin: 0.4rem auto 0;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d9d9d9;
  }
  .recruit .recruit-main .main-serach .serach-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 100%;
  }
  .recruit .recruit-main .main-serach .serach-icon img {
    width: 17px;
  }
  .recruit .recruit-main .main-serach input {
    flex: 1;
    height: 100%;
    font-size: 0.28rem;
    color: #666;
  }
  .recruit .recruit-main .main-serach input::placeholder {
    color: #999;
  }
  .recruit .recruit-main .main-serach .serach-button {
    display: block;
    width: 1.5rem;
    height: 100%;
    font-size: 0.28rem;
    line-height: 0.9rem;
    text-align: center;
    color: #fff;
    background: #024287;
  }
  .recruit .recruit-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    border-top: solid 1px #cfcfcf;
  }
  .recruit .recruit-main .main-box .box-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.3rem 0;
    background: #fff;
    overflow: auto;
    z-index: 99;
    opacity: 0;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .box-left .left-title {
    font-size: 0.34rem;
    color: #333;
  }
  .recruit .recruit-main .main-box .box-left .left-hide {
    display: block;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 20px;
    height: 20px;
  }
  .recruit .recruit-main .main-box .box-left .left-hide img {
    width: 100%;
  }
  .recruit .recruit-main .main-box .box-left .left-cont {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-top {
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
    font-size: 0.28rem;
    color: #333;
    border-bottom: solid 1px #ededed;
    background: url(../images/icon/icon-recruit-jiahao.png) no-repeat center right;
    background-size: 12px;
    cursor: pointer;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-top-active {
    background: url(../images/icon/icon-recruit-jianhao.png) no-repeat center right;
    background-size: 12px;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent {
    display: none;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item {
    width: 100%;
    height: auto;
    padding-top: 0.3rem;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 8px;
    background: url(../images/icon/icon-join-arrow.png) no-repeat center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input[type="radio"],
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input[type="checkbox"] {
    display: none;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0.36rem;
    font-size: 0.28rem;
    color: #999;
    cursor: pointer;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 9px;
    border: solid 1px #e1e1e1;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice .choice-item span img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input:checked + label .choice-item {
    color: #024287;
  }
  .recruit .recruit-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input:checked + label .choice-item span {
    border: solid 1px #024287;
    background: #024287;
  }
  .recruit .recruit-main .main-box .box-left-active {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .recruit .recruit-main .main-box .box-right {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-box .box-right .right-title {
    margin-bottom: 0.25rem;
    font-size: 0.36rem;
    color: #333;
  }
  .recruit .recruit-main .main-box .box-right .right-cont {
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .recruit .recruit-main .main-box .box-right .right-cont .cont-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.35rem;
    margin-bottom: 0.2rem;
    background: #f1f5fa;
  }
  .recruit .recruit-main .main-box .box-right .right-cont .cont-item .item-title {
    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;
  }
  .recruit .recruit-main .main-box .box-right .right-cont .cont-item .item-subtitle {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .box-right .right-cont .cont-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #999;
    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;
  }
  .recruit .recruit-main .main-box .box-right .right-cont .cont-item:hover {
    background: #024287;
  }
  .recruit .recruit-main .main-box .box-right .right-cont .cont-item:hover .item-title,
  .recruit .recruit-main .main-box .box-right .right-cont .cont-item:hover .item-subtitle,
  .recruit .recruit-main .main-box .box-right .right-cont .cont-item:hover .item-text {
    color: #fff;
  }
  .recruit .recruit-show {
    display: block;
    position: fixed;
    top: 40%;
    left: -0.2rem;
    width: 1.1rem;
    height: 1.1rem;
    padding-top: 0.15rem;
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #024287;
    z-index: 97;
  }
  .recruitDetail {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .recruitDetail .recruitDetail-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruitDetail .recruitDetail-main .main-title {
    font-size: 0.48rem;
    color: #333;
  }
  .recruitDetail .recruitDetail-main .main-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    color: #666;
  }
  .recruitDetail .recruitDetail-main .main-box {
    width: 100%;
    height: auto;
    margin: 0.6rem 0;
    padding-bottom: 0.2rem;
    border-bottom: solid 1px #cfcfcf;
  }
  .recruitDetail .recruitDetail-main .main-box .box-title {
    font-size: 0.36rem;
    color: #333;
  }
  .recruitDetail .recruitDetail-main .main-box .box-text {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .recruitDetail .recruitDetail-main .main-box .box-text span {
    display: inline-block;
    width: 100%;
    margin-right: 0;
  }
  .recruitDetail .recruitDetail-main .main-title2 {
    margin-bottom: 0.36rem;
    font-size: 0.42rem;
    color: #333;
  }
  .recruitDetail .recruitDetail-main .main-cont {
    width: 100%;
    height: auto;
  }
  .recruitDetail .recruitDetail-main .main-cont .cont-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.2rem;
    margin-bottom: 0.2rem;
    background: #f1f5fa;
  }
  .recruitDetail .recruitDetail-main .main-cont .cont-item .item-title {
    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;
  }
  .recruitDetail .recruitDetail-main .main-cont .cont-item .item-subtitle {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruitDetail .recruitDetail-main .main-cont .cont-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #999;
    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;
  }
  .recruitDetail .recruitDetail-main .main-cont .cont-item:hover {
    background: #024287;
  }
  .recruitDetail .recruitDetail-main .main-cont .cont-item:hover .item-title,
  .recruitDetail .recruitDetail-main .main-cont .cont-item:hover .item-subtitle,
  .recruitDetail .recruitDetail-main .main-cont .cont-item:hover .item-text {
    color: #fff;
  }
  .recruitDetail .recruitDetail-main .main-button {
    display: block;
    width: 2.8rem;
    height: 0.9rem;
    margin: 0.8rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    color: #666;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
  }
  .recruitDetail .recruitDetail-main .main-button:hover {
    color: #fff;
    border: solid 1px transparent;
    background: #024287;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem 1.2rem;
    background: #f1f5fa;
  }
  .contact .contact-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-plate1 .plate1-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-plate1 .plate1-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 0.7rem;
    margin-bottom: 0.3rem;
    background: #fff url(../images/contact/bg.jpg) no-repeat bottom right;
    background-size: 100%;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.07);
  }
  .contact .contact-plate1 .plate1-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 9px;
    background: linear-gradient(90deg, #008cd6, #1e47a4);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate1 .plate1-main .main-cont .cont-item .item-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #000;
  }
  .contact .contact-plate1 .plate1-main .main-cont .cont-item .item-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .contact .contact-plate1 .plate1-main .main-cont .cont-item:hover::after {
    width: 100%;
  }
  .contact .contact-plate2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .contact .contact-plate2 .plate2-map {
    width: 100%;
    height: 7.2rem;
  }
  .contact .contact-plate2 .plate2-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact .contact-plate2 .plate2-main {
    position: static;
    top: 50%;
    right: 10%;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.8rem;
    background: #fff url(../images/contact/bg2.jpg) no-repeat bottom left;
    background-size: 100%;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .contact .contact-plate2 .plate2-main .main-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .contact .contact-plate2 .plate2-main .main-English {
    margin-top: 0.1rem;
    margin-bottom: 0.55rem;
    font-family: Arial;
    font-size: var(--fs30);
    color: #b2b2b2;
  }
  .contact .contact-plate2 .plate2-main .main-text {
    position: relative;
    margin-bottom: 0.4rem;
    padding-left: 0.55rem;
    font-size: var(--fs30);
    color: #666;
  }
  .contact .contact-plate2 .plate2-main .main-text span {
    font-size: var(--fs32);
    font-weight: bold;
    color: #333;
  }
  .contact .contact-plate2 .plate2-main .main-text em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
  }
  .contact .contact-plate2 .plate2-main .main-text em img {
    width: 100%;
  }
  .contact .contact-plate2 .plate2-main .main-text:last-of-type {
    margin-bottom: 0;
  }
  .contact .contact-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #f1f5fa url(../images/contact/bg3.jpg) no-repeat top left;
    background-size: cover;
  }
  .contact .contact-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.85rem 0.3rem 0.85rem;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.07);
  }
  .contact .contact-plate3 .plate3-main .page-title {
    text-align: center;
  }
  .contact .contact-plate3 .plate3-main .page-heng {
    margin: 0.3rem auto 0;
  }
  .contact .contact-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-plate3 .plate3-main .main-cont input {
    width: 100%;
    height: 0.9rem;
    margin-bottom: 0.25rem;
    padding: 0 0.3rem;
    font-size: var(--fs28);
    color: #333;
    background: #f5f5f5;
  }
  .contact .contact-plate3 .plate3-main .main-cont input::placeholder {
    color: #999;
  }
  .contact .contact-plate3 .plate3-main .main-cont textarea {
    width: 100%;
    height: 2.86rem;
    padding: 0.35rem 0.3rem 0.2rem;
    font-family: '微软雅黑';
    font-size: var(--fs28);
    color: #333;
    background: #f5f5f5;
  }
  .contact .contact-plate3 .plate3-main .main-cont textarea::placeholder {
    color: #999;
  }
  .contact .contact-plate3 .plate3-main .main-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin: 0.7rem auto 0;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: linear-gradient(90deg, #008cd6, #1e47a4);
    border-radius: 0.45rem;
  }
  .contact .contact-plate3 .plate3-main .main-button:hover {
    background: linear-gradient(-90deg, #008cd6, #1e47a4);
  }
  .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: #024287;
    border: solid 2px #024287;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #024287;
    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;
  }
  .page-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .page-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.3rem;
    background: #333333;
  }
}
