.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: 2.5rem;
    height: 0.7rem;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-nav,
  nav .nav-main .main-cont .main-right {
    display: none;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .right-serach {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon/icon-serach.png) no-repeat center center;
    background-size: 0.35rem;
    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-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 0.4rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-flag {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-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-web-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow.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 .nav-main .main-cont .main-web-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-web-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 .nav-main .main-cont .main-web-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-web-right .right-lang .lang-list .list-link:hover {
    color: #1160bc;
  }
  nav .nav-main .main-cont .main-web-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-web-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-web-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-web-right .right-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    width: 0.55rem;
    height: 100%;
    margin-left: 0.4rem;
    background: url(../images/icon/icon-web-mune.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-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 #1160bc;
  }
  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:hover {
    background: #fff;
  }
  nav .nav-main:hover .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-cont .main-web-right .right-serach {
    background: url(../images/icon/icon-serach2.png) no-repeat center center;
    background-size: 0.35rem;
  }
  nav .nav-main:hover .main-cont .main-web-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang-active.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main:hover .main-cont .main-web-right .right-lang .lang-title {
    color: #333;
  }
  nav .nav-main:hover .main-cont .main-web-right .right-lang .lang-arrow {
    background: url(../images/icon/icon-lang-arrow2.png) no-repeat center center;
    background-size: 8px 5px;
  }
  nav .nav-main:hover .main-cont .main-web-right .right-menu {
    background: url(../images/icon/icon-web-mune-active.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-active {
    background: #fff;
  }
  nav .nav-main-active .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-web-right .right-serach {
    background: url(../images/icon/icon-serach2.png) no-repeat center center;
    background-size: 0.35rem;
  }
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang-active.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-title {
    color: #333;
  }
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-arrow {
    background: url(../images/icon/icon-lang-arrow2.png) no-repeat center center;
    background-size: 8px 5px;
  }
  nav .nav-main-active .main-cont .main-web-right .right-menu {
    background: url(../images/icon/icon-web-mune-active.png) no-repeat center center;
    background-size: 100%;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1160bc;
    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 #1160bc;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.5rem;
    height: 100%;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 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: #1160bc;
  }
  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: #1160bc;
    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: #1160bc;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #1160bc;
    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: #1160bc;
  }
  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 #1160bc;
  }
  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 {
    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;
    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-cent .cent-play {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 1rem auto 0;
    border-radius: 50%;
    background: #1160bc url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 14px;
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    width: 100%;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.3rem;
    line-height: 0.5rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    padding-top: 1rem;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 span {
    margin: 0 0.4rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin: 0.3rem 0 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.28rem;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    margin: 0.3rem 0 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.24rem;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-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 {
    width: 100%;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.3rem;
    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-subtitle {
    width: 100%;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.28rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 5.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 60%;
    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.52rem;
    font-weight: 300;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.25rem;
    font-family: Arial;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-search {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
  }
  header .head-banner .banner-cent .cent-search input {
    width: 80%;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    font-weight: 300;
    color: #666;
    background: #fff;
  }
  header .head-banner .banner-cent .cent-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 0.8rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #0f5cf6, #0de9d9);
  }
  header .head-banner .banner-cent .cent-search a img {
    width: 0.3rem;
    margin-right: 0.1rem;
  }
  header .head-banner .banner-cent .cent-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.6;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-text span {
    padding: 0.02rem 0.08rem;
    margin: 0.1rem 0.1rem;
    border: 1px solid #fff;
    border-radius: 0.45rem;
  }
  header .head-banner .banner-cent2 {
    position: absolute;
    top: 60%;
    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-cent2 .cent-title {
    font-size: 0.52rem;
    font-weight: 300;
    text-align: left;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-English {
    margin-top: 0.25rem;
    font-family: Arial;
    font-size: 0.3rem;
    text-align: left;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-search {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
  }
  header .head-banner .banner-cent2 .cent-search input {
    width: 80%;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    font-weight: 300;
    color: #666;
    background: #fff;
  }
  header .head-banner .banner-cent2 .cent-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 0.8rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #0f5cf6, #0de9d9);
  }
  header .head-banner .banner-cent2 .cent-search a img {
    width: 0.3rem;
    margin-right: 0.1rem;
  }
  header .head-banner .banner-cent2 .cent-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.6;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-text span {
    padding: 0.02rem 0.08rem;
    margin: 0.1rem 0.1rem;
    border: 1px solid #fff;
    border-radius: 0.45rem;
  }
  header .head-banner .banner-video {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video .video-pic {
    position: relative;
    width: 100%;
    height: 5rem;
  }
  header .head-banner .banner-video .video-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .banner-video .video-pic .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-video .video-pic .video-icon img {
    width: 100%;
  }
  header .head-banner .banner-video .video-pic .video-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: solid 1px #fff;
    animation: wid 3s infinite linear;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .banner-video .video-pic .video-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: solid 1px #fff;
    animation: wid 3s 1.5s infinite linear;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .banner-video .video-pic .video-icon:hover {
    transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
  }
  header .head-banner .banner-video .video-box {
    display: none;
    width: 100%;
    height: auto;
    font-size: 0;
  }
  header .head-banner .banner-video .video-box video {
    width: 100%;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #1160bc;
    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 {
    width: 100%;
    height: auto;
    background: url(../images/foot-web-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.1rem 0.3rem 0;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item {
    width: 1.56rem;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item .item-title {
    display: block;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.16rem;
    color: #333;
  }
  footer .foot-main .main-nav .nav-item .item-title:hover {
    color: #1160bc;
  }
  footer .foot-main .main-nav .nav-item .item-cent {
    width: auto;
    height: auto;
    margin-top: 0.35rem;
  }
  footer .foot-main .main-nav .nav-item .item-cent .cent-link {
    display: block;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #7f7f7f;
  }
  footer .foot-main .main-nav .nav-item .item-cent .cent-link:hover {
    color: #1160bc;
  }
  footer .foot-main .main-cent {
    display: block;
    justify-content: flex-start;
    align-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  footer .foot-main .main-cent .cent-ewm {
    width: 2.5rem;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-main .main-cent .cent-ewm img {
    width: 100%;
  }
  footer .foot-main .main-cent .cent-list {
    width: auto;
    margin-top: 0.45rem;
  }
  footer .foot-main .main-cent .cent-list .list-title {
    font-size: 0.26rem;
    text-align: center;
    color: #7f7f7f;
  }
  footer .foot-main .main-cent .cent-list .list-tel {
    margin-top: 0.25rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.42rem;
    text-align: center;
    color: transparent;
    background: linear-gradient(-90deg, #014fb9, #0e6eb8);
    background-clip: text;
    -webkit-background-clip: text;
  }
  footer .foot-main .main-cent .cent-share {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  footer .foot-main .main-cent .cent-share .share-item {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.2rem;
    text-align: center;
    line-height: 0.42rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
  }
  footer .foot-main .main-cent .cent-share .share-item img {
    width: 0.2rem;
  }
  footer .foot-main .main-cent .cent-share .share-item:nth-child(1):hover {
    box-shadow: 4px 9px 18px 0px rgba(51, 227, 138, 0.3);
  }
  footer .foot-main .main-cent .cent-share .share-item:nth-child(2):hover {
    box-shadow: 4px 9px 18px 0px rgba(0, 0, 0, 0.3);
  }
  footer .foot-main .main-cent .cent-share .share-item:nth-child(3):hover {
    box-shadow: 4px 9px 18px 0px rgba(255, 156, 0, 0.3);
  }
  footer .foot-bottom {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0.25rem auto 0;
    padding: 0 0.3rem 0.8rem;
  }
  footer .foot-bottom .bottom-cent {
    width: auto;
  }
  footer .foot-bottom .bottom-cent .cent-link {
    display: none;
    width: auto;
  }
  footer .foot-bottom .bottom-cent .cent-link a {
    display: inline-block;
    margin-right: 0.24rem;
    font-size: 0.26rem;
    color: #7f7f7f;
  }
  footer .foot-bottom .bottom-cent .cent-link a:hover {
    color: #1160bc;
  }
  footer .foot-bottom .bottom-cent .cent-zizhi {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    text-align: center;
    color: #7f7f7f;
  }
  footer .foot-bottom .bottom-cent .cent-zizhi a {
    color: #7f7f7f;
  }
  footer .foot-bottom .bottom-cent .cent-zizhi a:hover {
    color: #1160bc;
  }
  footer .foot-bottom .bottom-link {
    position: relative;
    width: 4.6rem;
    height: 0.8rem;
    margin: 0.35rem auto 0.5rem;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    color: #7f7f7f;
    line-height: 0.8rem;
    background: url(../images/icon/icon-foot-arrow.png) no-repeat 92% center;
    background-size: 10px;
    border: solid 1px #dcdcdc;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-bottom .bottom-link .link-hidden {
    position: absolute;
    bottom: 0.5rem;
    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-bottom .bottom-link .link-hidden a {
    display: inline-block;
    width: 100%;
    height: 0.5rem;
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  footer .foot-bottom .bottom-link .link-hidden a:hover {
    text-decoration: underline;
    color: #1160bc;
  }
  footer .foot-bottom .bottom-link:hover .link-hidden {
    opacity: 1;
    visibility: visible;
  }
  .container {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.75rem;
    background: url(../images/plate1-bg.png) no-repeat top left;
    background-size: auto 100%;
  }
  .container .cont-plate1 .plate1-mian {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-mian .main-pic {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-mian .main-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;
  }
  .container .cont-plate1 .plate1-mian .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));
  }
  .container .cont-plate1 .plate1-mian .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding-left: 0;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: #1160bc;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-title {
    margin-top: 0.15rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.42rem;
    color: #333;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #333;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-pic {
    display: block;
    width: 100%;
    height: auto;
    margin: 0.7rem 0 0;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-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;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item {
    width: 50%;
    height: auto;
    margin-top: 0.2rem;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-icon {
    width: 0.8rem;
    height: auto;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-icon img {
    width: 100%;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-num {
    margin-top: 0.2rem;
    font-size: 0.36rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-num .num1 {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.55rem;
    color: #1160bc;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-num em {
    position: relative;
    padding-left: 0.2rem;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.2rem;
    left: 0;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.3rem;
    color: #1160bc;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item:nth-child(odd) {
    padding-left: 0.35rem;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-top {
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 1.2rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
  }
  .container .cont-plate2 .plate2-top .top-item {
    width: 50%;
    height: 1.05rem;
    padding: 0 0.3rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.4rem;
    text-align: center;
    line-height: 1.05rem;
    background: #f0f0f0;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-top .top-item:hover {
    width: 50%;
    color: #fff;
    background: linear-gradient(90deg, #0e6eb8, #014fb9);
  }
  .container .cont-plate2 .plate2-main {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-item .item-pc-pic {
    display: none;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-item .item-pc-pic img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-item .item-web-pic {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-item .item-web-pic img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    text-align: center;
    color: #333;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.4rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.75rem;
    margin: 0.6rem auto 0;
    background: linear-gradient(-90deg, #014fb9, #0e6eb8);
    border-radius: 0.45rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-button span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.24rem;
    text-transform: uppercase;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-button img {
    width: 0.26rem;
    margin-left: 0.18rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-button:hover {
    background: linear-gradient(90deg, #014fb9, #0e6eb8);
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-button:hover img {
    margin-left: 0.08rem;
  }
  .container .cont-plate2 .plate2-main .main-item:nth-child(even) .item-cent {
    right: 0;
    left: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate2 .plate2-title {
    margin: 0.4rem 0 0.35rem;
    font-size: 0.42rem;
    text-align: center;
    color: #333;
  }
  .container .cont-plate2 .plate2-title span {
    position: relative;
    padding-bottom: 0.15rem;
  }
  .container .cont-plate2 .plate2-title span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1160bc;
  }
  .container .cont-plate2 .plate2-cont {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-pc-pic {
    display: none;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-pc-pic img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-web-pic {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-web-pic img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-cent {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    text-align: center;
    color: #333;
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.75rem;
    margin: 0.6rem auto 0;
    background: linear-gradient(-90deg, #014fb9, #0e6eb8);
    border-radius: 0.45rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-button span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.24rem;
    text-transform: uppercase;
    color: #fff;
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-button img {
    width: 0.26rem;
    margin-left: 0.18rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-button:hover {
    background: linear-gradient(90deg, #014fb9, #0e6eb8);
  }
  .container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-button:hover img {
    margin-left: 0.08rem;
  }
  .container .cont-plate2 .plate2-cont .cont-item:nth-child(even) .item-cent {
    right: 0;
    left: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem;
  }
  .container .cont-plate3 .plate3-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate3 .plate3-top .top-cent {
    width: auto;
    height: auto;
  }
  .container .cont-plate3 .plate3-top .top-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: #1160bc;
  }
  .container .cont-plate3 .plate3-top .top-cent .cent-title {
    margin-top: 0.05rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.38rem;
    color: #333;
  }
  .container .cont-plate3 .plate3-top .top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.75rem;
    border-radius: 0.45rem;
    border: solid 2px #1160bc;
  }
  .container .cont-plate3 .plate3-top .top-button span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #1160bc;
  }
  .container .cont-plate3 .plate3-top .top-button em {
    width: 0.26rem;
    height: 0.12rem;
    margin-left: 0.18rem;
    background: url(../images/icon/icon-button-arrow-active.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-top .top-button:hover {
    background: #1160bc;
  }
  .container .cont-plate3 .plate3-top .top-button:hover span {
    color: #fff;
  }
  .container .cont-plate3 .plate3-top .top-button:hover em {
    margin-left: 0.08rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0.75rem auto 0;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .swiper-slide {
    width: 65%;
    height: auto;
    margin-right: 1rem;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .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 .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0.1rem;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-title {
    height: 1.16rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.38rem;
    line-height: 0.58rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-time {
    margin: 0.15rem 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    color: #c9c9c9;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-text {
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.4rem;
    border-radius: 0.45rem;
    border: solid 2px #21295a;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 6px 9px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button:hover {
    border: solid 2px #f4b519;
    background: #f4b519 url(../images/icon/icon-button-arrow2-active.png) no-repeat center center;
    background-size: 6px 9px;
  }
  .container .cont-plate3 .plate3-main .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 .cont-plate3 .plate3-main .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #1160bc;
  }
  .container .cont-plate4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-bottom: 0.74rem;
  }
  .container .cont-plate4 .plate4-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .container .cont-plate4 .plate4-item .item-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s;;
  }
  .container .cont-plate4 .plate4-item .item-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container .cont-plate4 .plate4-item .item-cent .cent-icon {
    width: 1rem;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate4 .plate4-item .item-cent .cent-icon img {
    width: 100%;
  }
  .container .cont-plate4 .plate4-item .item-cent .cent-title {
    margin-top: 0.35rem;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate4 .plate4-item .item-cent .cent-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
  }
  .container .cont-plate4 .plate4-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.75rem;
    margin: 0.4rem auto 0;
    border-radius: 0.45rem;
    border: solid 2px #fff;
  }
  .container .cont-plate4 .plate4-item .item-cent .cent-button span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #fff;
  }
  .container .cont-plate4 .plate4-item .item-cent .cent-button em {
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.18rem;
    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;
  }
  .container .cont-plate4 .plate4-item .item-cent .cent-button:hover {
    background: #f4b519;
    border: solid 2px #f4b519;
  }
  .container .cont-plate4 .plate4-item .item-cent .cent-button:hover span {
    color: #fff;
  }
  .container .cont-plate4 .plate4-item .item-cent .cent-button:hover em {
    margin-left: 0.08rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate4 .plate4-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 1.05rem;
  }
  .about .about-plate1 .plate1-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate1 .plate1-top .top-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .about .about-plate1 .plate1-top .top-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .about .about-plate1 .plate1-top .top-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #1160bc;
  }
  .about .about-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about .about-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.48rem;
    color: #333;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-English {
    width: 4.5rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.6rem;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(-90deg, #ffa721, #eee63a);
    background-clip: text;
    -webkit-background-clip: text;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-text {
    width: 100%;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item {
    width: 50%;
    height: auto;
    margin-top: 0.2rem;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-icon {
    width: 0.8rem;
    height: auto;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-icon img {
    width: 100%;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num {
    margin-top: 0.2rem;
    font-size: 0.36rem;
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num .num1 {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.55rem;
    color: #1160bc;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num em {
    position: relative;
    padding-left: 0.2rem;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.2rem;
    left: 0;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.3rem;
    color: #1160bc;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item:nth-child(odd) {
    padding-left: 0.35rem;
  }
  .about .about-plate1 .plate1-main .cent-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .cent-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate1 .plate1-main .cent-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem 2.2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .about .about-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate2 .plate2-main .main-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
  }
  .about .about-plate2 .plate2-main .main-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
  }
  .about .about-plate2 .plate2-main .main-heng {
    width: 36px;
    height: 5px;
    margin: 0.3rem auto 0;
    background: #1160bc;
  }
  .about .about-plate2 .plate2-main .main-data {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .about .about-plate2 .plate2-main .main-data .data-item {
    width: 50%;
    height: auto;
    margin: 0.35rem 0 0;
  }
  .about .about-plate2 .plate2-main .main-data .data-item .item-num {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    text-align: center;
    color: #fff;
  }
  .about .about-plate2 .plate2-main .main-data .data-item .item-num em {
    position: relative;
    margin-left: 0.05rem;
  }
  .about .about-plate2 .plate2-main .main-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: 0rem;
    left: 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.42rem;
    color: #fff;
  }
  .about .about-plate2 .plate2-main .main-data .data-item .item-title {
    margin-top: 0.05rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.45rem;
  }
  .about .about-plate3 .plate3-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    text-align: center;
    color: #333333;
  }
  .about .about-plate3 .plate3-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    text-align: center;
    color: #d6d6d6;
  }
  .about .about-plate3 .plate3-heng {
    width: 36px;
    height: 5px;
    margin: 0.3rem auto 0;
    background: #1160bc;
  }
  .about .about-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .about .about-plate3 .plate3-main .main-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.78rem;
    padding: 0.32rem 0.16rem 0.45rem;
    background: #f5f5f5;
    cursor: pointer;
    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-item:nth-child(4n) {
    margin-right: 0;
  }
  .about .about-plate3 .plate3-main .main-item .item-pic {
    position: relative;
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-item .item-pic::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.76rem;
    height: 0.76rem;
    margin: -0.38rem 0 0 -0.38rem;
    background: rgba(17, 96, 188, 0.8) url(../images/icon/icon-serach.png) no-repeat center center;
    background-size: 16px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-item .item-title {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
  }
  .about .about-plate3 .plate3-main .main-item:hover {
    background: #fff;
    box-shadow: 0 0 0.29rem 0 rgba(0, 0, 0, 0.1);
  }
  .about .about-plate3 .plate3-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate3 .plate3-main .main-item:hover .item-pic::after {
    opacity: 1;
  }
  .about .about-plate3 .plate3-load {
    display: block;
    width: 0.48rem;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-load img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-load:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.6rem;
  }
  .culture .culture-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .culture .culture-main .main-cont {
    width: 100%;
    height: auto;
  }
  .culture .culture-main .main-cont .cont-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .culture .culture-main .main-cont .cont-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .culture .culture-main .main-cont .cont-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #1160bc;
  }
  .culture .culture-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    padding: 1.2rem 0.2rem 1.68rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .culture .culture-main .main-cont .cont-item .item-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.68rem;
    color: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    background-clip: text;
    -webkit-background-clip: text;
  }
  .culture .culture-main .main-cont .cont-item .item-title {
    font-size: 0.36rem;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #fff;
  }
  .culture .culture-main .main-cont .cont-item .item-text {
    margin-top: 0.3rem;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    font-size: 0.3rem;
    color: #fff;
  }
  .culture .culture-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .culture .culture-main .main-box .box-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    color: transparent;
    text-align: center;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.1));
    background-clip: text;
    -webkit-background-clip: text;
  }
  .culture .culture-main .main-box .box-title {
    margin-top: -0.05rem;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.36rem;
    text-align: center;
    color: #333;
  }
  .culture .culture-main .main-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .culture .culture-main .main-box .box-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    padding: 0.7rem 0.5rem 0.9rem;
    background: #f7f7f7;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-box .box-cont .cont-item .item-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
  }
  .culture .culture-main .main-box .box-cont .cont-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-box .box-cont .cont-item .item-icon .img2 {
    opacity: 0;
  }
  .culture .culture-main .main-box .box-cont .cont-item .item-title {
    margin-top: 0.42rem;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    font-size: 0.42rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-box .box-cont .cont-item .item-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #999999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-box .box-cont .cont-item:hover {
    background: linear-gradient(0deg, #014fb9, #0d8ef1);
  }
  .culture .culture-main .main-box .box-cont .cont-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .culture .culture-main .main-box .box-cont .cont-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .culture .culture-main .main-box .box-cont .cont-item:hover .item-title {
    color: #fff;
  }
  .culture .culture-main .main-box .box-cont .cont-item:hover .item-text {
    color: #fff;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 0.8rem 0 1.3rem;
  }
  .product .product-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .product .product-top .top-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .product .product-top .top-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .product .product-top .top-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #1160bc;
  }
  .product .product-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product .product-main .main-item {
    position: relative;
    width: 50%;
    height: auto;
  }
  .product .product-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-item .item-cent {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.25rem 0.3rem 0.6rem;
    background: none;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-item .item-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.32rem;
    text-align: center;
    color: #333;
  }
  .product .product-main .main-item .item-cent .cent-button {
    display: none;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.65rem;
    margin: 0.4rem auto 0;
    border-radius: 0.45rem;
    border: solid 2px #1160bc;
    background: #1160bc;
    overflow: hidden;
  }
  .product .product-main .main-item .item-cent .cent-button span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #fff;
  }
  .product .product-main .main-item .item-cent .cent-button img {
    width: 0.26rem;
    margin-left: 0.18rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-item .item-cent .cent-button:hover {
    border: solid 2px #1160bc;
    background: #1160bc;
  }
  .product .product-main .main-item .item-cent .cent-button:hover img {
    margin-left: 0.08rem;
  }
  .product .product-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-main .main-item:hover .item-cent {
    opacity: 1;
  }
  .productDetail {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .productDetail .productDetail-top {
    width: 100%;
    height: auto;
    background: #f9f9f9;
  }
  .productDetail .productDetail-top .top-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0.3rem;
  }
  .productDetail .productDetail-top .top-main .main-title {
    width: auto;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.36rem;
    color: #333;
  }
  .productDetail .productDetail-top .top-main .main-list {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  .productDetail .productDetail-top .top-main .main-list .list-item {
    position: relative;
    height: 100%;
    margin: 0 0.4rem;
    font-size: 0.28rem;
    line-height: 1.2rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-top .top-main .main-list .list-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1160bc;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-top .top-main .main-list .list-item:hover {
    color: #1160bc;
  }
  .productDetail .productDetail-top .top-main .main-list .list-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .productDetail .productDetail-top .top-main .main-list .list-item-active {
    color: #1160bc;
  }
  .productDetail .productDetail-top .top-main .main-list .list-item-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .productDetail .productDetail-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem;
  }
  .productDetail .productDetail-cont .cont-pic {
    width: 100%;
    height: auto;
    padding-right: 0;
    overflow: hidden;
  }
  .productDetail .productDetail-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;
  }
  .productDetail .productDetail-cont .cont-cent {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetail .productDetail-cont .cont-cent .cent-top {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .productDetail .productDetail-cont .cont-cent .cent-top .top-title {
    width: 100%;
    height: auto;
    padding-bottom: 0.4rem;
    font-size: 0.48rem;
    color: #333;
    border-bottom: solid 1px #cccccc;
  }
  .productDetail .productDetail-cont .cont-cent .cent-top .top-subtitle {
    margin-top: 0.55rem;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .productDetail .productDetail-cont .cont-cent .cent-top .top-text {
    margin-top: 0.2rem;
    font-size: 0.36rem;
    line-height: 0.56rem;
    color: #333;
  }
  .productDetail .productDetail-cont .cont-cent .cent-top .top-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(-90deg, #014fb9, #0e6eb8);
  }
  .productDetail .productDetail-cont .cont-cent .cent-top .top-button:hover {
    background: linear-gradient(90deg, #014fb9, #0e6eb8);
  }
  .productDetail .productDetail-cont .cont-cent .cent-top .top-title2 {
    margin-top: 0.2rem;
    font-size: 0.36rem;
    color: #1160bc;
  }
  .productDetail .productDetail-cont .cont-cent .cent-top .top-tel {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    color: #1160bc;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.38rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    z-index: 0;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 4 - 0.15rem);
    height: auto;
    margin-right: 0.2rem;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: 100%;
    border: solid 1px #f0f0f0;
    cursor: pointer;
    overflow: hidden;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper .swiper-slide .slide-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper .swiper-slide .slide-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev,
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 14px;
    outline: none;
    cursor: pointer;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev img,
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev .img2,
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev:hover .img1,
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev:hover .img2,
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev {
    left: 0;
  }
  .productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next {
    right: 0;
  }
  .productDetail .productDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.75rem 0.3rem 1.75rem;
    border-top: solid 1px #cccccc;
  }
  .productDetail .productDetail-main .main-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .productDetail .productDetail-main .main-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .productDetail .productDetail-main .main-cent .cent-text {
    margin-top: 0.48rem;
    font-size: 0.36rem;
    line-height: 0.56rem;
    color: #333;
  }
  .productDetail .productDetail-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetail .productDetail-main .main-pic img {
    width: 100%;
  }
  .solution {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 2rem;
  }
  .solution .solution-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .solution .solution-main .main-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .solution .solution-main .main-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .solution .solution-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #1160bc;
  }
  .solution .solution-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .solution .solution-main .main-cont .cont-item {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .solution .solution-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solution .solution-main .main-cont .cont-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .solution .solution-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
    background: #fff;
    box-shadow: 1px 15px 40px 0px rgba(0, 0, 0, 0.15);
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.42rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-heng {
    width: 32px;
    height: 2px;
    margin-top: 0.25rem;
    background: #1160bc;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-text {
    height: 1.84rem;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.8rem;
    margin-top: 0.4rem;
    border-radius: 0.45rem;
    border: solid 2px #dadada;
    overflow: hidden;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-button span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #666;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-button em {
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.18rem;
    background: url(../images/icon/icon-button-arrow3.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-button img {
    width: 0.16rem;
    margin-left: 0.18rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-button:hover {
    border: none;
    background: linear-gradient(-90deg, #014fb9, #0e6eb8);
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-button:hover span {
    color: #fff;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-button:hover em {
    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;
  }
  .solution .solution-main .main-cont .cont-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .solution .solution-main .main-cont .cont-item:last-of-type {
    margin-bottom: 0;
  }
  .solutionDetail {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.55rem;
    background: #f4f4f4;
  }
  .solutionDetail .solutionDetail-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .solutionDetail .solutionDetail-main .main-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    text-align: center;
    color: #000;
  }
  .solutionDetail .solutionDetail-main .main-heng {
    width: 32px;
    height: 2px;
    margin: 0.3rem auto 0;
    background: #1160bc;
  }
  .solutionDetail .solutionDetail-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.76rem;
    padding: 0.9rem 0.3rem 1.25rem;
    background: #fff;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.42rem;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-subtitle {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.3rem;
    text-align: center;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-lump .lump-pic {
    width: 100%;
    height: auto;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-lump .lump-cent {
    width: 100%;
    margin-top: 0.35rem;
    padding-left: 0;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic,
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic2 {
    height: auto;
    margin-top: 0.3rem;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic img,
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic2 img {
    width: 100%;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic .item-title,
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic2 .item-title {
    margin-top: 0.15rem;
    text-align: center;
    color: #999;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic {
    width: 100%;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic2 {
    width: 100%;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.65rem;
    height: 1rem;
    margin: 1rem auto 0;
    background: #1160bc;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-button span {
    font-size: 0.26rem;
    color: #fff;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-button img {
    width: 0.27rem;
    margin-left: 0.12rem;
  }
  .solutionDetail .solutionDetail-main .main-cont .cont-button:hover {
    background: #f4b519;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 0 0 1.4rem;
  }
  .news .news-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem;
  }
  .news .news-top .top-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .news .news-top .top-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .news .news-top .top-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #1160bc;
  }
  .news .news-cont {
    width: 100%;
    height: auto;
    padding: 0.68rem 0.3rem;
    background: #f6f6f6;
  }
  .news .news-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-cont .cont-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-cont .cont-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
  }
  .news .news-cont .cont-box .box-cent .cent-time {
    position: relative;
    width: 100%;
    padding-right: 0.4rem;
    margin-top: 0.5rem;
    text-align: right;
  }
  .news .news-cont .cont-box .box-cent .cent-time span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    color: #1160bc;
  }
  .news .news-cont .cont-box .box-cent .cent-time b {
    display: inline-block;
    position: relative;
    top: -0.2rem;
    width: 0.62rem;
    height: 1px;
    margin-top: -0.2rem;
    background: #999;
    transform: rotate(300deg);
    -o-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
  }
  .news .news-cont .cont-box .box-cent .cent-time em {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    color: #c9c9c9;
  }
  .news .news-cont .cont-box .box-cent .cent-title {
    padding-right: 0;
    margin-top: 0.35rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.44rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news .news-cont .cont-box .box-cent .cent-text {
    padding-right: 0;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-cont .cont-box .box-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.8rem;
    margin-top: 0.55rem;
    background: linear-gradient(-90deg, #014fb9, #0e6eb8);
    border-radius: 0.45rem;
    overflow: hidden;
  }
  .news .news-cont .cont-box .box-cent .cent-button span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #fff;
  }
  .news .news-cont .cont-box .box-cent .cent-button img {
    width: 0.28rem;
    margin-left: 0.18rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-cont .cont-box .box-cent .cent-button:hover {
    background: linear-gradient(90deg, #014fb9, #0e6eb8);
  }
  .news .news-cont .cont-box .box-cent .cent-button:hover img {
    margin-left: 0.08rem;
  }
  .news .news-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.98rem 0.3rem 0;
    margin: 0 auto;
  }
  .news .news-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
  .news .news-main .main-item .item-pic {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
  }
  .news .news-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding-top: 0.42rem;
  }
  .news .news-main .main-item .item-cent .cent-title {
    height: auto;
    font-size: 0.38rem;
    line-height: 0.56rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item .item-cent .cent-time {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    color: #c9c9c9;
  }
  .news .news-main .main-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    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-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.4rem;
    border-radius: 0.45rem;
    border: solid 2px #21295a;
    background: url(../images/icon/icon-button-arrow5.png) no-repeat center center;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item .item-cent .cent-button:hover {
    border: solid 2px #f4b519;
    background: #f4b519 url(../images/icon/icon-button-arrow5-active.png) no-repeat center center;
  }
  .news .news-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-item:hover .item-cent .cent-title {
    color: #1160bc;
  }
  .newsDetailed {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .newsDetailed .newsDetails-top {
    width: 100%;
    height: auto;
    padding: 0.82rem 0.3rem 0.65rem;
    background: #fff;
    border-bottom: solid 1px #f0f0f0;
  }
  .newsDetailed .newsDetails-top .top-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetailed .newsDetails-top .top-main .main-title {
    font-size: 0.48rem;
    text-align: center;
    color: #404040;
  }
  .newsDetailed .newsDetails-top .top-main .main-time {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    text-align: center;
    color: #ccc;
  }
  .newsDetailed .newsDetails-top .top-main .main-time img {
    width: 0.26rem;
    margin-right: 0.08rem;
    margin-top: -0.04rem;
  }
  .newsDetailed .newsDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #eeeeee;
  }
  .newsDetailed .newsDetails-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: solid 1px #f0f0f0;
  }
  .newsDetailed .newsDetails-main .main-box .box-share {
    display: none;
    width: 1.5rem;
    height: 100%;
    z-index: 9;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list {
    width: 1.5rem;
    height: auto;
    border-top: solid 3px #1160bc;
    background: #fafafa;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list .share-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 0.16rem;
    color: #666;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list .share-item img {
    width: 0.3rem;
    margin-right: 0.15rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list .share-bototm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 0.14rem;
    color: #fff;
    background: #1160bc;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list .share-bototm img {
    width: 0.17rem;
    margin-left: 0.12rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list-active {
    position: fixed;
    top: 0.97rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.6rem 1rem;
    background: #fff;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .cent-title {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .cent-title span {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666666;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .cent-box p {
    text-align: center;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .box-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
    width: 100%;
    height: 0.65rem;
    margin-bottom: 0.1rem;
    display: block;
    padding: 0 0.35rem;
    font-size: 0.26rem;
    line-height: 0.65rem;
    font-weight: bold;
    color: #666;
    background: #f7f7f7;
    border-radius: 0.45rem;
    border: solid 1px transparent;
    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;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title span {
    margin-left: 0.15rem;
    font-weight: 300;
    color: #666;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover {
    background: transparent;
    border: solid 1px #1160bc;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover span {
    color: #1160bc;
  }
  .newsDetailed .newsDetails-main .main-box .box-list {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.5rem 0.4rem;
    border-top: solid 4px #1160bc;
    background: #eeeeee;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-title {
    margin-bottom: 0.4rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.3rem;
    color: #1160bc;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetailed .newsDetails-main .main-box .box-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;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-item .item-title {
    margin-top: 0.32rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetailed .newsDetails-main .main-box .box-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));
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-item:hover .item-title {
    color: #1160bc;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.8rem;
    margin: 0.7rem auto 0;
    background: linear-gradient(-90deg, #014fb9, #0e6eb8);
    border-radius: 0.45rem;
    overflow: hidden;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-button span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #fff;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-button img {
    width: 0.26rem;
    margin-left: 0.18rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-button:hover {
    background: linear-gradient(90deg, #014fb9, #0e6eb8);
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-button:hover img {
    margin-left: 0.08rem;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .cont-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 1.35rem;
  }
  .contact .cont-top .top-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .contact .cont-top .top-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .contact .cont-top .top-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #1160bc;
  }
  .contact .cont-top .top-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .cont-top .top-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .contact .cont-top .top-cont .cont-cent .cent-title {
    margin-bottom: 0.7rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.42rem;
    color: #333;
  }
  .contact .cont-top .top-cont .cont-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .contact .cont-top .top-cont .cont-cent .cent-item .item-icon {
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.62rem;
    border-radius: 50%;
    border: solid 2px #e6e6e6;
  }
  .contact .cont-top .top-cont .cont-cent .cent-item .item-icon img {
    width: 0.4rem;
  }
  .contact .cont-top .top-cont .cont-cent .cent-item .item-lump {
    width: calc(100% - 0.8rem);
    height: auto;
    padding-left: 0.2rem;
  }
  .contact .cont-top .top-cont .cont-cent .cent-item .item-lump .lump-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #999;
  }
  .contact .cont-top .top-cont .cont-cent .cent-item .item-lump .lump-tel {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #1160bc;
  }
  .contact .cont-top .top-cont .cont-cent .cent-item .item-lump .lump-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #333;
  }
  .contact .cont-top .top-cont .cont-pic {
    width: 100%;
    height: 5rem;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .contact .cont-top .top-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem;
    background: url(../images/contact/bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .contact .contact-main .main-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-box .box-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .contact .contact-main .main-box .box-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .contact .contact-main .main-box .box-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #1160bc;
  }
  .contact .contact-main .main-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.75rem auto 0;
  }
  .contact .contact-main .main-box .box-cont .cont-left {
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    margin-bottom: 0.32rem;
    padding: 0 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item .item-title {
    width: 1.8rem;
    height: auto;
    font-size: 0.26rem;
    color: #333;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item .item-title em {
    font-size: 0.3rem;
    color: #ff2100;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item input {
    width: calc(100% - 1.8rem);
    height: 100%;
    font-size: 0.26rem;
    color: #666;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item input::placeholder {
    color: #ccc;
  }
  .contact .contact-main .main-box .box-cont .cont-right {
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.32rem;
    padding: 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item .item-title {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
    color: #333;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item .item-title em {
    font-size: 0.3rem;
    color: #ff2100;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item select {
    width: 2rem;
    height: 0.7rem;
    margin-left: 0.2rem;
    padding: 0 0.35rem 0 0.2rem;
    font-size: 0.26rem;
    color: #333;
    border: solid 1px #e6e6e6;
    background: url(../images/icon/icon-contact-arrow.png) no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item select:first-of-type {
    margin-left: 0;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent {
    width: 100%;
    height: auto;
    padding: 0.15rem;
    margin-bottom: 0.32rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent .item-title {
    width: 100%;
    height: auto;
    font-size: 0.26rem;
    color: #333;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent .item-title em {
    font-size: 0.3rem;
    color: #ff2100;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent textarea {
    width: 100%;
    height: 3rem;
    margin-top: 0.25rem;
    font-size: 0.26rem;
    color: #666;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent textarea::placeholder {
    color: #aaa;
  }
  .contact .contact-main .main-box .box-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-main .main-box .box-button .button {
    width: 2.5rem;
    height: 0.8rem;
    margin: 0 0.1rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #1160bc;
  }
  .contact .contact-main .main-box .box-button .button:hover {
    background: #f4b519 !important;
  }
  .contact .contact-main .main-box .box-button .button:last-of-type {
    background: #b9b9b9;
  }
  .contact .contact-bottom {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 1.35rem;
  }
  .contact .contact-bottom .bottom-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .contact .contact-bottom .bottom-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .contact .contact-bottom .bottom-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #1160bc;
  }
  .contact .contact-bottom .bottom-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-bottom .bottom-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .contact .contact-bottom .bottom-cont .cont-cent .cent-title {
    margin-bottom: 0.7rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 0.42rem;
    color: #333;
  }
  .contact .contact-bottom .bottom-cont .cont-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-icon {
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.62rem;
    border-radius: 50%;
    border: solid 2px #e6e6e6;
  }
  .contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-icon img {
    width: 0.4rem;
  }
  .contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-lump {
    width: calc(100% - 0.8rem);
    height: auto;
    padding-left: 0.2rem;
  }
  .contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-lump .lump-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #999;
  }
  .contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-lump .lump-tel {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #1160bc;
  }
  .contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-lump .lump-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #333;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.45rem;
  }
  .history .history-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .history .history-main .main-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.48rem;
    color: #333;
  }
  .history .history-main .main-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .history .history-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #1160bc;
  }
  .history .history-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.5rem 0 0;
    padding: 0 0.5rem;
    background: none;
    background-size: 100%;
  }
  .history .history-main .main-cont .cont-heng {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background: #3391ff;
  }
  .history .history-main .main-cont .cont-heng::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    width: 3rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    background: radial-gradient(rgba(255, 255, 255, 0.9) 10%, transparent);
    opacity: 0;
    animation: history2 5s 1.5s infinite linear;
  }
  .history .history-main .main-cont .cont-heng::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    width: 3rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    background: radial-gradient(rgba(255, 255, 255, 0.9) 10%, transparent);
    animation: history2 5s infinite linear;
  }
  .history .history-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 14rem;
    padding-right: 0.1rem;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-item {
    width: 50%;
    height: 100%;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-item:first-of-type .slide-box::after,
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-item:first-of-type .slide-box::before {
    display: none;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-item:last-of-type .slide-cont::after,
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-item:last-of-type .slide-cont::before {
    display: none;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    height: 7rem;
    position: relative;
    width: 100%;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: -0.15rem;
    left: -0.1rem;
    width: 0.62rem;
    height: 0.62rem;
    background: url(../images/icon/icon-history-drop.png);
    background-size: 100%;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-box::before {
    content: '';
    position: absolute;
    bottom: 0.15rem;
    left: 0.45rem;
    width: 1.44rem;
    height: 0.96rem;
    background: url(../images/icon/icon-history-pic1-active.png) no-repeat bottom left;
    background-size: 1.44rem auto;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-box .cont-year {
    padding-left: 0.05rem;
    padding-bottom: 0.35rem;
    font-size: 0.26rem;
    color: #999;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-box .cont-year span {
    margin-right: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    font-weight: bold;
    color: #1160bc;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-box .cont-cent {
    max-height: 5.5rem;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    overflow: auto;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-box .cont-cent .cent-text {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-box .cont-cent .cent-text::after {
    content: '';
    position: absolute;
    top: 0.13rem;
    left: 0.03rem;
    width: 0.16rem;
    height: 0.16rem;
    border: solid 2px #1160bc;
    box-sizing: border-box;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-box:hover::before {
    height: 0.96rem;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont {
    position: relative;
    width: 100%;
    height: 7rem;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont::after {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: 0;
    width: 0.62rem;
    height: 0.62rem;
    background: url(../images/icon/icon-history-drop.png);
    background-size: 100%;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont::before {
    content: '';
    position: absolute;
    top: 0.15rem;
    left: 0.45rem;
    width: 1.44rem;
    height: 0.96rem;
    background: url(../images/icon/icon-history-pic2-active.png) no-repeat top left;
    background-size: 100% auto;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont .cont-year {
    padding-left: 0.05rem;
    padding-top: 0.45rem;
    font-size: 0.26rem;
    color: #999;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont .cont-year span {
    margin-right: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    font-weight: bold;
    color: #1160bc;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont .cont-cent {
    width: 100%;
    height: 5.5rem;
    margin-top: 0.35rem;
    overflow: auto;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont .cont-cent .cent-text {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont .cont-cent .cent-text::after {
    content: '';
    position: absolute;
    top: 0.13rem;
    left: 0.03rem;
    width: 0.16rem;
    height: 0.16rem;
    border: solid 2px #1160bc;
    box-sizing: border-box;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont:hover::before {
    height: 0.96rem;
  }
  .history .history-main .main-cont .history-swiper-button-prev,
  .history .history-main .main-cont .history-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
    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;
  }
  .history .history-main .main-cont .history-swiper-button-prev img,
  .history .history-main .main-cont .history-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    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;
  }
  .history .history-main .main-cont .history-swiper-button-prev .img2,
  .history .history-main .main-cont .history-swiper-button-next .img2 {
    opacity: 0;
  }
  .history .history-main .main-cont .history-swiper-button-prev:hover,
  .history .history-main .main-cont .history-swiper-button-next:hover {
    background: linear-gradient(-90deg, #014fb9, #0d8ef1);
  }
  .history .history-main .main-cont .history-swiper-button-prev:hover .img1,
  .history .history-main .main-cont .history-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .history .history-main .main-cont .history-swiper-button-prev:hover .img2,
  .history .history-main .main-cont .history-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .history .history-main .main-cont .history-swiper-button-prev {
    left: -0.1rem;
  }
  .history .history-main .main-cont .history-swiper-button-next {
    right: -0.1rem;
  }
}
