.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1680px) {
  :root {
    --fs12: 12px !important;
    --fs14: 14px !important;
    --fs16: 16px !important;
    --fs18: 18px !important;
    --fs20: 20px !important;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-text {
    line-height: 28px;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    font-size: 16px;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    width: 150px;
    margin-left: -75px;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a,
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-Emali {
    font-size: 16px;
    line-height: 34px;
  }
  .container .pege-container .cont-plate3 .plate3-text,
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text,
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 {
    line-height: 30px;
  }
  .about .about-plate3 .plate3-cent .cent-text,
  .about .about-plate1 .plate1-text,
  .productDetail .productDetail-main .main-box .box-cont .cont-item .item-text,
  .newsDetail .newsDetail-main .main-cent .cent-box,
  .contact .contact-plate3 .plate3-main .main-item .item-cent .cent-text {
    line-height: 36px;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a {
    line-height: 26px;
  }
  .history .history-cont .cont-swiper .swiper-slide .slide-box .box-cent {
    height: 280px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: #fff;
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
    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-left: 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 1.27rem;
    height: 0.4rem;
  }
  nav .nav-main .main-cont .main-logo img {
    position: absolute;
    left: 0;
    top: 50%;
    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 .nav-main .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #0ca7e7 !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.45rem;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search-on.png) no-repeat center center;
    background-size: 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 0.5rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: url(../images/icon/icon-nav-lang-on.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.26rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-nav-lang-arrow-on.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-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2.2rem;
    height: auto;
    padding: 0.05rem 0.2rem;
    margin-left: -1.1rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-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-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.1rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    color: #0ca7e7;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 1.2rem;
    height: 100%;
    margin-left: 0.4rem;
    background: linear-gradient(45deg, #1eaae8, #54cd5c);
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.45rem;
    height: 0.04rem;
    margin-top: -0.02rem;
    margin-left: -0.225rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.16rem;
    left: 0;
    width: 100%;
    height: 0.04rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.16rem;
    left: 0;
    width: 100%;
    height: 0.04rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .nav-main .main-cont .main-web-right {
    display: none;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 0.92rem;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 0.4rem;
    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: 960px;
    height: auto;
    margin: 0 auto;
    border-bottom: solid 1px #f7f8f9;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 18px;
    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: 21px;
    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;
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main:hover .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-cont .main-right .right-serach span {
    background: url(../images/icon/icon-search-on.png) no-repeat center center;
    background-size: 0.3rem;
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-nav-lang-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-title {
    color: #333;
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-arrow {
    background: url(../images/icon/icon-nav-lang-arrow-on.png) no-repeat center center;
    background-size: 8px 5px;
  }
  nav .nav-main-on {
    top: 0;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #0ca7e7;
    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;
    flex-direction: row;
    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;
    margin-right: 0;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #0ca7e7;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.7rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #0ca7e7;
  }
  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: #0ca7e7;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-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: #0ca7e7;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #0ca7e7;
    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: #0ca7e7;
  }
  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 #0ca7e7;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 6rem;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    display: none;
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-video {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.05rem;
    border: solid 1px #fff;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #0ca7e7;
    border: solid 1px #0ca7e7;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0ca7e7;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #313131;
    overflow: hidden;
  }
  footer .foot-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.15rem 0.3rem 1rem;
  }
  footer .foot-main .main-cont {
    display: none;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-nav {
    display: none;
    justify-content: flex-start;
    position: relative;
    width: auto;
    padding-bottom: 0.45rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-item {
    width: 1.9rem;
    height: auto;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-title {
    display: block;
    width: 100%;
    font-size: var(--fs18);
    color: #fff;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-title:hover {
    color: #0ca7e7;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs16);
    line-height: 0.26rem;
    color: #999;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover {
    color: #fff;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .foot-main .main-cont .cont-nav .nav-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.27rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-logo img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-cont .cont-box .box-title {
    font-size: var(--fs18);
    font-weight: 100;
    text-align: right;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-box .box-tel {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    text-align: right;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-box .box-ewm {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  footer .foot-main .main-cont .cont-box .box-ewm img {
    width: 1.36rem;
    border-radius: 0.08rem;
  }
  footer .foot-main .main-cont .cont-box .box-share {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-cont .cont-box .box-share .share-item {
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.24rem;
    text-align: center;
    line-height: 0.4rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
  }
  footer .foot-main .main-cont .cont-box .box-share .share-item img {
    width: 0.2rem;
  }
  footer .foot-main .main-cont .cont-box .box-share .share-item:hover {
    border: solid 1px rgba(255, 255, 255, 0);
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  footer .foot-main .main-cont .cont-box .cont-link {
    position: relative;
    width: 2.1rem;
    height: 0.45rem;
    margin-top: 0.45rem;
    cursor: pointer;
  }
  footer .foot-main .main-cont .cont-box .cont-link .link-title {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0.25rem;
    font-size: 0.14rem;
    line-height: 0.43rem;
    text-align: left;
    color: #9a9a9a;
    border-radius: 0.45rem;
    border: solid 1px rgba(255, 255, 255, 0.3);
    z-index: 5;
  }
  footer .foot-main .main-cont .cont-box .cont-link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 0.14rem;
    height: 0.09rem;
    margin-top: -0.07rem;
    background: url(../images/icon/icon-foot-arrow.png) no-repeat center center;
    background-size: 100%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cont .cont-box .cont-link .link-cent {
    position: absolute;
    bottom: 0.225rem;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    background: #fff;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  footer .foot-main .main-cont .cont-box .cont-link .link-cent a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.2rem;
    text-align: left;
    font-size: 0.14rem;
    color: #333;
  }
  footer .foot-main .main-cont .cont-box .cont-link .link-cent a:hover {
    color: #fff;
    background: #0ca7e7;
  }
  footer .foot-main .main-cont .cont-box .cont-link:hover .link-title {
    background: #313131;
  }
  footer .foot-main .main-cont .cont-box .cont-link:hover .link-cent {
    opacity: 1;
    visibility: visible;
  }
  footer .foot-main .main-web-cont {
    display: flex;
    justify-content: space-between;
  }
  footer .foot-main .main-web-cont .cont-ewm {
    width: 1.8rem;
    height: auto;
  }
  footer .foot-main .main-web-cont .cont-ewm img {
    width: 100%;
  }
  footer .foot-main .main-web-cont .cont-box {
    width: calc(100% - 2.1rem);
    height: auto;
  }
  footer .foot-main .main-web-cont .cont-box .box-title {
    font-size: var(--fs30);
    font-weight: 100;
    color: #fff;
  }
  footer .foot-main .main-web-cont .cont-box .box-tel {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs46);
    color: #fff;
  }
  footer .foot-main .main-web-cont .cont-box .box-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-web-cont .cont-box .box-share .share-item {
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.24rem;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
  }
  footer .foot-main .main-web-cont .cont-box .box-share .share-item img {
    width: 0.3rem;
  }
  footer .foot-main .main-web-cont .cont-box .box-share .share-item:hover {
    border: solid 1px rgba(255, 255, 255, 0);
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  footer .foot-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  footer .foot-main .main-bottom .bottom-link {
    width: 100%;
    font-size: var(--fs26);
    font-weight: 100;
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-link a {
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-link a:hover {
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-link span {
    margin: 0 0.25rem;
  }
  footer .foot-main .main-bottom .bottom-zizhi {
    width: 100%;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-zizhi a {
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-zizhi a:hover {
    color: #fff;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    overflow: hidden;
  }
  .container .pege-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .block {
    display: block;
  }
  .container .pege-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic img {
    display: none;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-play {
    display: none;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump {
    width: 60%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .cent-title {
    position: relative;
    font-size: 0.35rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .cent-English {
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.22rem;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0px 4px 4.68px rgba(0, 0, 0, 0.04);
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .cent-text {
    margin-top: 0.15rem;
    font-family: 'HARMONYOS_SANS_SC_MEDIUM';
    font-size: 0.3rem;
    line-height: 0.25rem;
    color: #fff;
    text-shadow: 0px 4px 4.68px rgba(0, 0, 0, 0.04);
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .cent-text span {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.22rem;
    font-weight: 100;
    text-transform: uppercase;
    opacity: 0.66;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-pic {
    width: 40%;
    height: auto;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-pic img {
    width: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 {
    position: absolute;
    top: 40%;
    right: 0;
    width: 50%;
    height: auto;
    padding-right: 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-title {
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 0.38rem;
    color: #000;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-title span {
    font-weight: 100;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-English {
    display: none;
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.24rem;
    text-transform: uppercase;
    color: #0ca7e7;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-text {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    font-weight: 100;
    line-height: 0.36rem;
    color: #333;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-button {
    margin-top: 0.2rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-button .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.6rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-button .button span {
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-button .button em {
    width: 0.26rem;
    height: 0.22rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-button .button:hover {
    background: linear-gradient(-90deg, #1eaae8, #54cd5c);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-pic {
    width: 1.01rem;
    height: auto;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.4s;
    -o-transition: all 0.5s 0.4s;
    -moz-transition: all 0.5s 0.4s;
    -webkit-transition: all 0.5s 0.4s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-pic img {
    width: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-title {
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 0.6rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-title span {
    font-size: 0.3rem;
    font-weight: 100;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-English {
    display: none;
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.22rem;
    text-transform: uppercase;
    color: #0ca7e7;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-text {
    width: 5.3rem;
    margin-top: 0.15rem;
    font-size: 0.18rem;
    font-weight: 100;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-button {
    margin-top: 0.2rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-button .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.6rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-button .button span {
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-button .button em {
    width: 0.26rem;
    height: 0.22rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-button .button:hover {
    background: linear-gradient(-90deg, #1eaae8, #54cd5c);
  }
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-English,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-English,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-text,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-text,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-text,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-button,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-button,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-pic,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-pic,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-pic {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  .container .pege-container .cont-banner .swiper-pagination {
    bottom: 0.3rem;
    left: 50%;
    width: 15.37rem;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 18px;
    background: #fff;
    opacity: 0.8;
    border-radius: 50%;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
    width: 30px;
    height: 30px;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
    opacity: 0;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
    stroke-dasharray: 182 182;
    stroke-dashoffset: 182;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
    opacity: 0.2 !important;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
    stroke-dashoffset: 0 !important;
    transition: all 10.5s;
    -o-transition: all 10.5s;
    -moz-transition: all 10.5s;
    -webkit-transition: all 10.5s;
  }
  .container .pege-container .cont-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-plate1 .plate1-cont {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.4rem;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left {
    width: 2.8rem;
    height: auto;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-title {
    font-size: 0.6rem;
    font-weight: bold;
    color: #353535;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.9rem;
    background: linear-gradient(90deg, #1eaae8 60%, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0.9;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-English::after {
    content: '';
    position: absolute;
    top: 0.15rem;
    right: 0.15rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/icon/icon-r.png) no-repeat center center;
    background-size: 100%;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-English2 {
    margin-top: 0.2rem;
    font-size: var(--fs48);
    font-weight: 100;
    color: #0ca7e7;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-button {
    display: block;
    width: 0.65rem;
    height: 0.65rem;
    text-align: center;
    line-height: 0.65rem;
    border-radius: 50%;
    background: linear-gradient(45deg, #1eaae8 45%, #54cd5c);
    transform: translatey(1rem);
    -o-transform: translatey(1rem);
    -moz-transform: translatey(1rem);
    -webkit-transform: translatey(1rem);
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-button img {
    width: 16px;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-button:hover {
    background: linear-gradient(-125deg, #1eaae8 45%, #54cd5c);
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-text {
    width: 4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item {
    width: calc(100% / 2 - 0.12rem);
    height: auto;
    margin-left: 0.16rem;
    padding: 0.35rem 0.2rem;
    border-radius: 0.2rem;
    background: #f8fafb;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item .item-icon {
    position: relative;
    width: 0.5rem;
    height: 0.45rem;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-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;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item .item-icon .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: rgba(51, 51, 51, 0.8);
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item .item-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-align: center;
    color: rgba(51, 51, 51, 0.5);
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item:hover {
    background: linear-gradient(45deg, #1eaae8 45%, #54cd5c);
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item:hover .item-title,
  .container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item:hover .item-English {
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-pic {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate1 .plate1-pic img {
    width: 100%;
  }
  .container .pege-container .cont-plate1 .plate1-pic .web {
    display: block;
  }
  .container .pege-container .cont-plate1 .plate1-pic .pc {
    display: none;
  }
  .container .pege-container .cont-plate2 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-bg {
    position: relative;
    width: 100%;
    height: 8rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-bg .bg-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-bg .bg-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2, 1.2) translateZ(0);
    -o-transform: scale(1.2, 1.2) translateZ(0);
    -moz-transform: scale(1.2, 1.2) translateZ(0);
    -webkit-transform: scale(1.2, 1.2 translateZ(0));
    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;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-bg .bg-pic-active {
    position: static;
    opacity: 1;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-bg .bg-pic-active img {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 33.3333%;
    height: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    border-right: solid 1px #6f6e6e;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon {
    width: 1.27rem;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
    width: 100%;
    margin-top: 0.75rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-English {
    width: 100%;
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-text {
    position: absolute;
    width: 100%;
    margin-top: 0;
    font-size: var(--fs28);
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button {
    position: absolute;
    width: 0.58rem;
    height: 0.58rem;
    margin: 0 auto 0;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.6);
    overflow: hidden;
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.18rem;
    height: 0.14rem;
    margin: -0.07rem 0 0 -0.09rem;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
    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;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -15%;
    width: 0.18rem;
    height: 0.14rem;
    margin: -0.07rem 0 0 -0.09rem;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
    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;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button:hover {
    border: solid 1px #ffffff;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button:hover::before {
    left: 125%;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button:hover::after {
    left: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide-on .slide-box {
    background: none;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide-on .slide-box .box-text,
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide-on .slide-box .box-button {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide-on .slide-box .box-text {
    margin-top: 0.5rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide-on .slide-box .box-button {
    margin: 0.6rem auto 0;
  }
  .container .pege-container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1rem 0 1.2rem 0.3rem;
    background: url(../images/plate3-bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .page-English,
  .container .pege-container .cont-plate3 .page-title {
    text-align: left;
  }
  .container .pege-container .cont-plate3 .page-heng {
    margin: 0 ;
  }
  .container .pege-container .cont-plate3 .plate3-text {
    width: 100%;
    margin-top: 0.45rem;
    padding: 0 0.3rem 0 0;
    font-size: var(--fs26);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .container .pege-container .cont-plate3 .plate3-swiper {
    width: 100%;
    height: auto;
    margin: 0.7rem auto 0;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-swiper .swiper-slide {
    width: 60%;
    height: auto;
    margin-right: 0.24rem;
  }
  .container .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-right: 0.3rem;
  }
  .container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom .swiper-pagination {
    position: relative;
    width: calc(100% - 1rem);
    height: 4px;
    background: #cccccc;
  }
  .container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom .plate3-swiper-button-next {
    width: 0.65rem;
    height: 0.65rem;
    margin-left: 0;
    text-align: center;
    line-height: 0.65rem;
    border-radius: 50%;
    background: linear-gradient(45deg, #1eaae8 45%, #54cd5c);
    cursor: pointer;
  }
  .container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom .plate3-swiper-button-next img {
    width: 16px;
  }
  .container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom .plate3-swiper-button-next:hover {
    background: linear-gradient(-125deg, #1eaae8 45%, #54cd5c);
  }
  .container .pege-container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate4 .plate4-top .top-cent {
    width: auto;
    height: auto;
  }
  .container .pege-container .cont-plate4 .plate4-top .top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.75rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-top .top-button span {
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .container .pege-container .cont-plate4 .plate4-top .top-button em {
    width: 0.26rem;
    height: 0.22rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .container .pege-container .cont-plate4 .plate4-top .top-button:hover {
    background: linear-gradient(-90deg, #1eaae8, #54cd5c);
  }
  .container .pege-container .cont-plate4 .plate4-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.9rem auto 0;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
    margin-right: 0;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item:last-of-type {
    margin-right: 0;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item .item-title {
    height: auto;
    font-size: var(--fs38);
    font-weight: bold;
    line-height: 0.55rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item .item-time {
    margin-top: 0.35rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs32);
    color: #e1e2e2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item .item-text {
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item .item-button {
    display: none;
    width: 0.46rem;
    height: 0.46rem;
    margin-top: 1.2rem;
    border-radius: 50%;
    border: solid 2px #f0f0f0;
    background: url(../images/icon/icon-button-arrow3.png) no-repeat center center;
    background-size: 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item .item-pic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.05rem;
    border-radius: 0.08rem;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-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;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item:hover .item-title {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item:hover .item-time {
    color: #666;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item:hover .item-text,
  .container .pege-container .cont-plate4 .plate4-main .main-item:hover .item-button {
    opacity: 0;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-item:hover .item-pic {
    opacity: 1;
  }
  .container .pege-container .cont-plate5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: url(../images/plate5-bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  .container .pege-container .cont-plate5 .plate5-cont {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.5rem;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-bg {
    display: none;
    position: absolute;
    top: -4.1rem;
    right: 0.35rem;
    width: 13.1rem;
    height: 13.1rem;
    background: url(../images/plate5-bg2.png) no-repeat top right;
    background-size: 100%;
    z-index: 1;
    animation: bgSvale 8s infinite ease-in-out;
  }
  .container .pege-container .cont-plate5 .plate5-cont::before {
    content: '';
    display: none;
    position: absolute;
    top: -4.6rem;
    right: 0;
    width: 13.1rem;
    height: 13.1rem;
    background: url(../images/plate5-bg3.png) no-repeat top right;
    background-size: 100%;
    animation: bgSvale 10s infinite ease-in-out;
  }
  .container .pege-container .cont-plate5 .plate5-cont::after {
    content: '';
    display: none;
    position: absolute;
    top: -4.6rem;
    right: 0.6rem;
    width: 14.71rem;
    height: 14.71rem;
    background: url(../images/plate5-bg4.png) no-repeat top right;
    background-size: 100%;
    animation: bgSvale 7s infinite ease-in-out;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-cent {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-cent .page-English,
  .container .pege-container .cont-plate5 .plate5-cont .cont-cent .page-title {
    color: #333333;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-cent .page-heng {
    background: #0ca7e7;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-cent .cent-button .button {
    position: relative;
    width: 2.5rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.75rem;
    color: #333;
    border-radius: 0.45rem;
    border: solid 1px transparent;
    background: #f8fafb;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-cent .cent-button .button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    /*important*/
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-cent .cent-button .on {
    color: #fff;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .container .pege-container .cont-plate5 .plate5-main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.05rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-top: 0;
    opacity: 0;
    visibility: hidden;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-item {
    width: calc(100% / 2 - 0.2rem);
    height: auto;
    margin-bottom: 0.4rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-item:nth-child(2n) {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box .box-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .pege-container .cont-plate5 .plate5-main .main-box-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .pege-container .cont-plate6 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate6-bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  .container .pege-container .cont-plate6 .plate6-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate6 .plate6-top .top-cent {
    width: auto;
    height: auto;
  }
  .container .pege-container .cont-plate6 .plate6-top .top-cent .page-English,
  .container .pege-container .cont-plate6 .plate6-top .top-cent .page-title {
    color: #fff;
  }
  .container .pege-container .cont-plate6 .plate6-top .top-cent .page-heng {
    background: #fff;
  }
  .container .pege-container .cont-plate6 .plate6-top .top-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.55rem;
    height: auto;
  }
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev,
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    border: solid 1px #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev img,
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev .img2,
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev:hover,
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next:hover {
    background: #fff;
  }
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev:hover .img1,
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev:hover .img2,
  .container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate6 .plate6-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.8rem auto 0;
    overflow: hidden;
    z-index: 2;
  }
  .container .pege-container .cont-plate6 .plate6-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box a {
    width: calc(100% / 3 - 0.16rem);
    height: 1.2rem;
    margin-right: 0.24rem;
    margin-bottom: 0.24rem;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
  }
  .container .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box a:nth-child(7n) {
    margin-right: 0.24rem;
  }
  .container .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box a:nth-child(3n) {
    margin-right: 0;
  }
  .container .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box a:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .pege-container .cont-plate6 .plate6-3D {
    position: absolute;
    bottom: -85%;
    left: 0;
    z-index: 1;
    opacity: 0.6;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .about .about-plate1 .plate1-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-plate1 .plate1-top .top-cent {
    width: auto;
    height: auto;
  }
  .about .about-plate1 .plate1-top .top-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 1.12rem;
  }
  .about .about-plate1 .plate1-top .top-cent .cent-English span {
    position: relative;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate1 .plate1-top .top-cent .cent-English span::after {
    content: '';
    position: absolute;
    top: 0.15rem;
    right: -0.3rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/icon/icon-r.png) no-repeat center center;
    background-size: 100%;
  }
  .about .about-plate1 .plate1-top .top-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #353535;
  }
  .about .about-plate1 .plate1-top .top-cont {
    width: auto;
    height: auto;
  }
  .about .about-plate1 .plate1-top .top-cont .cont-data {
    display: flex;
    justify-content: flex-start;
    width: auto;
    margin-top: 0.65rem;
  }
  .about .about-plate1 .plate1-top .top-cont .cont-data .data-item {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 1.3rem;
  }
  .about .about-plate1 .plate1-top .top-cont .cont-data .data-item .item-title {
    font-size: var(--fs28);
    color: #333;
  }
  .about .about-plate1 .plate1-top .top-cont .cont-data .data-item .item-title span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.58rem;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate1 .plate1-top .top-cont .cont-data .data-item .item-title em {
    position: relative;
  }
  .about .about-plate1 .plate1-top .top-cont .cont-data .data-item .item-title em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs40);
    color: #0ca7e7;
  }
  .about .about-plate1 .plate1-top .top-cont .cont-data .data-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    color: #333;
  }
  .about .about-plate1 .plate1-top .page-bread {
    position: absolute;
    top: -0.4rem;
    right: 0;
  }
  .about .about-plate1 .plate1-text {
    width: 100%;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
  }
  .about .about-plate2 img {
    width: 100%;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.28rem;
  }
  .about .about-plate3 .plate3-cent {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-cent .page-English,
  .about .about-plate3 .plate3-cent .page-title {
    text-align: center;
  }
  .about .about-plate3 .plate3-cent .page-heng {
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-cent .cent-title {
    margin-top: 0.55rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
  }
  .about .about-plate3 .plate3-cent .cent-title span {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate3 .plate3-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .about .about-plate3 .plate3-main .main-box {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-box .box-item {
    display: inline-block;
    width: 3rem;
    height: 2.4rem;
    margin-right: 0.3rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .box-item 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-plate3 .plate3-main .main-box .box-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate3 .plate3-main .str_wrap {
    background: none;
    overflow: visible;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 1.28rem;
  }
  .culture .culture-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .culture .culture-main .main-top {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .culture .culture-main .main-top .top-cent {
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  .culture .culture-main .main-top .page-bread {
    width: auto;
    margin: 0;
  }
  .culture .culture-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .culture .culture-main .main-cont .cont-top {
    position: static;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 0.45rem;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
  }
  .culture .culture-main .main-cont .cont-top .top-logo {
    width: 1.77rem;
    height: auto;
    margin: 0 auto;
  }
  .culture .culture-main .main-cont .cont-top .top-logo img {
    width: 100%;
  }
  .culture .culture-main .main-cont .cont-top .top-title {
    margin-top: 0.15rem;
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .culture .culture-main .main-cont .cont-item {
    width: calc(100% / 2 - 0.06rem);
    height: 2rem;
    margin-bottom: 0.12rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .culture .culture-main .main-cont .cont-item 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;
  }
  .culture .culture-main .main-cont .cont-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .history {
    width: 100%;
    height: auto;
    padding: 1rem 0 1.28rem;
  }
  .history .history-main {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.45rem;
    background: url(../images/history-bg.jpg) no-repeat left bottom;
    background-size: 100%;
    border-bottom: solid 1px #eeeeee;
  }
  .history .history-main .main-top {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .history .history-main .main-top .top-cent {
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  .history .history-main .main-top .page-bread {
    width: auto;
    margin: 0;
  }
  .history .history-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.64rem auto 0;
  }
  .history .history-main .main-box .box-cent {
    width: 100%;
    height: 5.2rem;
    padding: 1rem 0.64rem;
    background: url(../images/history-bg2.jpg) no-repeat left bottom;
    background-size: cover;
  }
  .history .history-main .main-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs42);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
  }
  .history .history-main .main-box .box-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  .history .history-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .history .history-main .main-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;
  }
  .history .history-main .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .history .history-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin: -0.6rem auto 0;
    padding: 0 0.3rem;
  }
  .history .history-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .history .history-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .history .history-cont .cont-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .history .history-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .history .history-cont .cont-swiper .swiper-slide .slide-box .box-year {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs48);
    text-align: center;
    color: #333;
  }
  .history .history-cont .cont-swiper .swiper-slide .slide-box .box-arrow {
    width: 12px;
    height: 15px;
    margin: 0.09rem auto 0;
    background: url(../images/icon/icon-history-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .history .history-cont .cont-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    padding: 0.5rem 0.35rem 0.4rem;
    font-size: var(--fs30);
    line-height: 0.46rem;
    color: #333;
    background: #f8fafb;
    border-radius: 0.1rem;
  }
  .history .history-cont .cont-swiper .swiper-slide .slide-box .box-cent P {
    height: 100%;
    overflow: visible;
  }
  .history .history-cont .cont-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    top: 0;
    left: 0;
    width: 1.8rem;
    height: auto;
    margin: 0.55rem auto 0;
  }
  .history .history-cont .cont-button .history-swiper-button-prev,
  .history .history-cont .cont-button .history-swiper-button-next {
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    margin-bottom: 0;
    border-radius: 50%;
    border: solid 1px #eeeeee;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-cont .cont-button .history-swiper-button-prev img,
  .history .history-cont .cont-button .history-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-cont .cont-button .history-swiper-button-prev .img2,
  .history .history-cont .cont-button .history-swiper-button-next .img2 {
    opacity: 0;
  }
  .history .history-cont .cont-button .history-swiper-button-prev:hover,
  .history .history-cont .cont-button .history-swiper-button-next:hover {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .history .history-cont .cont-button .history-swiper-button-prev:hover .img1,
  .history .history-cont .cont-button .history-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .history .history-cont .cont-button .history-swiper-button-prev:hover .img2,
  .history .history-cont .cont-button .history-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .honor {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.28rem;
    overflow: visible;
    z-index: 9;
  }
  .honor .honor-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .honor .honor-main .main-top {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-top .top-cent {
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  .honor .honor-main .main-top .page-bread {
    width: auto;
    margin: 0;
  }
  .honor .honor-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
  }
  .honor .honor-main .main-cont .cont-box .box-text {
    margin-bottom: 0.45rem;
    padding-right: 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .honor .honor-main .main-cont .cont-box .box-lump {
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .honor .honor-main .main-cont .cont-box .box-lump .lump-box {
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }
  .honor .honor-main .main-cont .cont-box .box-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.85rem;
    border-bottom: solid 1px #f2f2f2;
    cursor: pointer;
  }
  .honor .honor-main .main-cont .cont-box .box-lump .lump-item span {
    width: 16px;
  }
  .honor .honor-main .main-cont .cont-box .box-lump .lump-item span img {
    width: 100%;
  }
  .honor .honor-main .main-cont .cont-box .box-lump .lump-item .item-text {
    width: calc(100% - 16px);
    padding-left: 0.25rem;
    font-size: 0.28rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-box .box-lump .lump-item .itme-pic {
    position: absolute;
    top: -0.3rem;
    right: 0;
    width: 3.46rem;
    height: auto;
    padding: 0.25rem;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-box .box-lump .lump-item .itme-pic img {
    width: 100%;
  }
  .honor .honor-main .main-cont .cont-box .box-lump .lump-item:hover .item-text {
    color: #0ca7e7;
  }
  .honor .honor-main .main-cont .cont-box .box-lump .lump-item:hover .itme-pic {
    opacity: 1;
    visibility: visible;
  }
  .honor .honor-main .main-cont .cont-right {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .honor .honor-main .main-cont .cont-right .right-pic {
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-cont .cont-right .right-pic img {
    width: 100%;
  }
  .honor .honor-main .main-cont .cont-right .right-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.7rem 0.55rem 0;
  }
  .honor .honor-main .main-cont .cont-right .right-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .honor .honor-main .main-cont .cont-right .right-cent .cent-English {
    margin-top: 0.25rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.34rem;
    line-height: 0.56rem;
    text-transform: uppercase;
    color: #999;
    opacity: 0.4;
  }
  .honor .honor-main .main-cont .cont-right .right-cent .cent-heng {
    width: 44px;
    height: 2px;
    margin-top: 0.35rem;
    background: #0ca7e7;
  }
  .partner {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.28rem;
  }
  .partner .partner-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .partner .partner-main .main-top {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .partner .partner-main .main-top .top-cent {
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  .partner .partner-main .main-top .page-bread {
    width: auto;
    margin: 0;
  }
  .partner .partner-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.64rem;
  }
  .partner .partner-main .main-cont .cont-item {
    width: calc(100% / 3 - 0.16rem);
    height: 1.2rem;
    margin-right: 0.24rem;
    margin-bottom: 0.24rem;
    border-radius: 0.08rem;
    background: #fff;
    box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
    overflow: hidden;
  }
  .partner .partner-main .main-cont .cont-item:nth-child(7n) {
    margin-right: 0.24rem;
  }
  .partner .partner-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .partner .partner-main .main-cont .cont-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-cont .cont-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.28rem;
  }
  .product .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-main .main-web-menu {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    z-index: 99;
  }
  .product .product-main .main-web-menu .menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.3rem;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .product .product-main .main-web-menu .menu-top span {
    font-size: var(--fs30);
    color: #fff;
  }
  .product .product-main .main-web-menu .menu-top em {
    width: 12px;
    height: 7px;
    background: url(../images/icon/icon-strip-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-web-menu .menu-list {
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.2rem;
    background: #fff;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-web-menu .menu-list a {
    display: block;
    font-size: var(--fs28);
    line-height: 0.5rem;
    text-align: center;
    color: #666;
  }
  .product .product-main .main-web-menu .menu-list a:hover {
    color: #0ca7e7;
  }
  .product .product-main .main-web-menu:hover .menu-top em {
    background: url(../images/icon/icon-strip-arrow2.png) no-repeat center center !important;
    background-size: 100%;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .product .product-main .main-web-menu:hover .menu-list {
    opacity: 1;
    visibility: visible;
  }
  .product .product-main .main-top {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-top .top-cent {
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  .product .product-main .main-top .page-bread {
    width: auto;
    margin: 0;
  }
  .product .product-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    margin-bottom: 0.25rem;
  }
  .product .product-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .product .product-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .product .product-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .product .product-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: var(--fs34);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-main .main-box .box-item:hover .item-title {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .product .product-main .main-box .animated {
    animation-fill-mode: none;
  }
  .productDetail {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.28rem;
  }
  .productDetail .productDetail-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-main .page-bread {
    position: relative;
    top: 0;
    right: 0;
  }
  .productDetail .productDetail-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .productDetail .productDetail-main .main-box .box-swiper {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-box .box-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-box .box-swiper .swiper-slide .slide-box img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-box .box-swiper .swiper-slide .slide-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-main .main-box .box-swiper .swiper-pagination {
    bottom: 0.3rem;
  }
  .productDetail .productDetail-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: #aaaaaa;
  }
  .productDetail .productDetail-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #0ca7e7;
  }
  .productDetail .productDetail-main .main-box .box-cont {
    width: 100%;
    height: auto;
    padding-top: 0.65rem;
  }
  .productDetail .productDetail-main .main-box .box-cont .cont-title {
    margin-bottom: 0.55rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-main .main-box .box-cont .cont-item {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .productDetail .productDetail-main .main-box .box-cont .cont-item .item-title {
    position: relative;
    padding-left: 0.22rem;
    font-size: var(--fs32);
    font-weight: bold;
    line-height: 0.48rem;
    color: #333;
  }
  .productDetail .productDetail-main .main-box .box-cont .cont-item .item-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 22px;
    margin-top: -11px;
    background: #0ca7e7;
  }
  .productDetail .productDetail-main .main-box .box-cont .cont-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.48rem;
    color: #666666;
  }
  .productDetail .productDetail-main .main-bottom {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .productDetail .productDetail-main .main-bottom .bottom-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    margin-bottom: 0.25rem;
  }
  .productDetail .productDetail-main .main-bottom .bottom-box .box-item {
    width: 49%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
  }
  .productDetail .productDetail-main .main-bottom .bottom-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .productDetail .productDetail-main .main-bottom .bottom-box .box-item .item-pic {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-bottom .bottom-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-bottom .bottom-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: var(--fs32);
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-bottom .bottom-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-main .main-bottom .bottom-box .box-item:hover .item-title {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .case {
    width: 100%;
    height: auto;
  }
  .case .case-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 0.85rem;
  }
  .case .case-plate1 .plate1-title {
    margin-top: 0.2rem;
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .case .case-plate1 .plate1-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .case .case-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .case .case-plate1 .plate1-main .main-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-top: 0.6rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .case .case-plate1 .plate1-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .case .case-plate1 .plate1-main .main-item .item-pic {
    width: 100%;
    height: 2.6rem;
    overflow: hidden;
  }
  .case .case-plate1 .plate1-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;
  }
  .case .case-plate1 .plate1-main .main-item .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.35rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  }
  .case .case-plate1 .plate1-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));
  }
  .case .case-main {
    position: relative;
    width: 100%;
    height: auto;
  }
  .case .case-main .main-cont {
    width: 100%;
    height: auto;
  }
  .case .case-main .main-cont .case-plate2 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
    background: #f8fafb;
  }
  .case .case-main .main-cont .case-plate2 .plate2-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .case .case-main .main-cont .case-plate2 .plate2-button .button {
    position: relative;
    width: 2.5rem;
    height: 0.8rem;
    margin: 0 0.15rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.76rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .case-plate2 .plate2-button .button span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 1px transparent;
    background: #f8fafb;
    border-radius: 0.45rem;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .case-plate2 .plate2-button .button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: -2px;
    border-radius: 0.45rem;
    /*important*/
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .case .case-main .main-cont .case-plate2 .plate2-button .button:hover span {
    color: #fff;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .case .case-main .main-cont .case-plate2 .plate2-button .on span {
    color: #fff;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .case .case-main .main-cont .case-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .case .case-main .main-cont .case-plate2 .plate2-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
    opacity: 0.9;
  }
  .case .case-main .main-cont .case-plate2 .plate2-main .main-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .case .case-main .main-cont .case-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .case .case-main .main-cont .case-plate2 .plate2-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .case-plate2 .plate2-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .case .case-main .main-cont .case-plate3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .case .case-main .main-cont .case-plate3 .plate3-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .case .case-main .main-cont .case-plate3 .plate3-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .case-plate3 .plate3-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .case .case-main .main-cont .case-plate3 .plate3-cent {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .case .case-main .main-cont .case-plate3 .plate3-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #353535;
  }
  .case .case-main .main-cont .case-plate3 .plate3-cent .cent-text {
    width: 100%;
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .case .case-main .main-cont .case-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: #eef0f1;
  }
  .case .case-main .main-cont .case-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .case .case-main .main-cont .case-plate4 .plate4-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
    opacity: 0.9;
  }
  .case .case-main .main-cont .case-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 0.2rem;
    padding: 0.6rem 0.2rem 1.25rem;
    background: #fff;
  }
  .case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item .item-text {
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item em {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    background: linear-gradient(45deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item::after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: -0.26rem;
    width: 0.26rem;
    height: 0.34rem;
    margin-top: -0.17rem;
    background: url(../images/icon/icon-case-arrow.jpg) no-repeat center center;
    background-size: 100%;
    z-index: 9;
  }
  .case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item:first-of-type {
    width: 100%;
    margin-left: 0;
  }
  .case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item:last-of-type::after {
    display: none;
  }
  .case .case-main .main-cont .case-plate5 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0 1.2rem;
  }
  .case .case-main .main-cont .case-plate5 .plate5-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #353535;
    opacity: 0.9;
  }
  .case .case-main .main-cont .case-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .case .case-main .main-cont .case-plate5 .plate5-main .main-box {
    width: 100%;
    height: auto;
  }
  .case .case-main .main-cont .case-plate5 .plate5-main .main-box .box-item {
    display: inline-block;
    width: 4.16rem;
    height: 2.92rem;
    margin-right: 0.4rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .case .case-main .main-cont .case-plate5 .plate5-main .main-box .box-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .case-plate5 .plate5-main .main-box .box-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .case .case-main .main-cont .case-plate5 .plate5-main .str_wrap {
    background: none;
    overflow: visible;
  }
  .case .case-main .main-cont .main-plate2 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .case .case-main .main-cont .main-plate2 .plate2-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .case .case-main .main-cont .main-plate2 .plate2-button .button {
    position: relative;
    width: 2.5rem;
    height: 0.8rem;
    margin: 0 0.15rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.76rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .main-plate2 .plate2-button .button span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 1px transparent;
    background: #f8fafb;
    border-radius: 0.45rem;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .main-plate2 .plate2-button .button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: -2px;
    border-radius: 0.45rem;
    /*important*/
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .case .case-main .main-cont .main-plate2 .plate2-button .button:hover span {
    color: #fff;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .case .case-main .main-cont .main-plate2 .plate2-button .on span {
    color: #fff;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .case .case-main .main-cont .main-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .case .case-main .main-cont .main-plate2 .plate2-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
    opacity: 0.9;
  }
  .case .case-main .main-cont .main-plate2 .plate2-main .main-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .case .case-main .main-cont .main-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .case .case-main .main-cont .main-plate2 .plate2-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .main-plate2 .plate2-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .case .case-main .main-cont .main-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 1.2rem;
  }
  .case .case-main .main-cont .main-plate3 .plate3-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #353535;
    opacity: 0.9;
  }
  .case .case-main .main-cont .main-plate3 .plate3-text {
    margin-top: 0.2rem;
    font-size: var(--fs34);
    text-align: center;
    color: #353535;
    opacity: 0.9;
  }
  .case .case-main .main-cont .main-plate3 .plate3-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .case .case-main .main-cont .main-plate3 .plate3-cont .cont-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
    padding: 0.8rem 0.2rem 0.45rem;
    background: #f8fafb;
  }
  .case .case-main .main-cont .main-plate3 .plate3-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  .case .case-main .main-cont .main-plate3 .plate3-cont .cont-item .item-icon {
    width: 0.76rem;
    height: 0.78rem;
    margin: 0 auto;
  }
  .case .case-main .main-cont .main-plate3 .plate3-cont .cont-item .item-icon img {
    width: 100%;
  }
  .case .case-main .main-cont .main-plate3 .plate3-cont .cont-item .item-title {
    margin-top: 0.6rem;
    font-size: var(--fs32);
    text-align: center;
    color: #333333;
  }
  .case .case-main .main-cont .main-plate3 .plate3-cont .cont-item .item-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    line-height: 0.4rem;
    text-align: center;
    color: #ccc;
  }
  .case .case-main .main-cont .main-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .case .case-main .main-cont .main-plate3 .plate3-main .main-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .case .case-main .main-cont .main-plate3 .plate3-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .main-plate3 .plate3-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .case .case-main .main-cont .main-plate3 .plate3-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .case .case-main .main-cont .main-plate3 .plate3-main .main-cent .cent-title {
    margin-bottom: 0.5rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #353535;
    opacity: 0.9;
  }
  .case .case-main .main-cont .main-plate3 .plate3-main .main-cent .cent-text {
    position: relative;
    padding-left: 0.42rem;
    font-size: var(--fs30);
    line-height: 0.55rem;
    color: #666;
  }
  .case .case-main .main-cont .main-plate3 .plate3-main .main-cent .cent-text::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 0.25rem;
    height: 0.24rem;
    background: url(../images/icon/icon-case-guo.png) no-repeat center center;
    background-size: 100%;
  }
  .case .case-main .main-cont .main-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: url(../images/case-bg.jpg) no-repeat left top;
    background-size: cover;
  }
  .case .case-main .main-cont .main-plate4 .plate4-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .case .case-main .main-cont .main-plate4 .plate4-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.7rem;
  }
  .case .case-main .main-cont .main-plate4 .plate4-main .main-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    margin-right: 0;
    font-size: var(--fs30);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: solid 3px rgba(255, 255, 255, 0.3);
  }
  .case .case-main .main-cont .main-plate4 .plate4-main .main-item:last-of-type {
    margin-right: 0;
  }
  .case .case-main .main-cont .main-plate5 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .case .case-main .main-cont .main-plate5 .plate5-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #353535;
    opacity: 0.9;
  }
  .case .case-main .main-cont .main-plate5 .plate5-pic {
    width: 100%;
    height: auto;
    margin: 0.6rem auto 0;
  }
  .case .case-main .main-cont .main-plate5 .plate5-pic img {
    width: 100%;
  }
  .case .case-main .main-cont .main-plate6 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0;
    background: url(../images/case-bg2.jpg) no-repeat left top;
    background-size: cover;
  }
  .case .case-main .main-cont .main-plate6 .plate6-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .case .case-main .main-cont .main-plate6 .plate6-text {
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map {
    display: none;
    position: relative;
    width: 10.98rem;
    height: auto;
    margin: 0.3rem auto 0;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-pic {
    width: 100%;
    height: auto;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-pic img {
    width: 100%;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-arrow {
    display: none;
    position: absolute;
    bottom: 2rem;
    right: 1.9rem;
    width: 8.1rem;
    height: auto;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-arrow img {
    width: 100%;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: auto;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item .item-arrow {
    position: relative;
    width: 13px;
    height: 13px;
    margin: 0 0.1rem;
    border-radius: 50%;
    background: #5398c1;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item .item-arrow img {
    position: relative;
    width: 100%;
    z-index: 19;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item .item-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #fff;
    opacity: 1;
    animation: yuan linear infinite 3s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item .item-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #fff;
    opacity: 1;
    animation: yuan linear infinite 3s 1.5s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item:hover .item-arrow {
    background: #fff;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item span {
    position: relative;
    font-size: 0.16rem;
    color: #fff;
    opacity: 0.85;
    z-index: 19;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(2) {
    top: 2.1rem;
    right: 1.34rem;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(2) .item-arrow img {
    position: absolute;
    bottom: 0.05rem;
    left: 50%;
    width: 0.38rem;
    margin-left: -0.19rem;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(2) span {
    font-size: var(--fs22);
    font-weight: bold;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(3) {
    top: 2.4rem;
    right: 2.28rem;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(4) {
    top: 2.58rem;
    right: 1.75rem;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(5) {
    top: 3.05rem;
    right: 1.2rem;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(6) {
    flex-direction: row-reverse;
    top: 1.37rem;
    right: 4.67rem;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(7) {
    top: 1.76rem;
    left: 2.33rem;
  }
  .case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(8) {
    flex-direction: row-reverse;
    top: 1.82rem;
    left: 1.7rem;
  }
  .case .case-main .main-cont .main-plate6 .plate6-web-map {
    display: block;
    width: 100%;
    margin-top: 0.45rem;
  }
  .case .case-main .main-cont .main-plate6 .plate6-web-map img {
    width: 100%;
  }
  .case2 {
    width: 100%;
    height: auto;
  }
  .case2 .case-plate1 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.85rem;
    background: #f8fafb;
  }
  .case2 .case-plate1 .plate1-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .case2 .case-plate1 .plate1-box .box-title {
    margin-top: 0.2rem;
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .case2 .case-plate1 .plate1-box .box-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .case2 .case-plate1 .plate1-box .box-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .case2 .case-plate1 .plate1-box .box-main .main-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-top: 0.6rem;
  }
  .case2 .case-plate1 .plate1-box .box-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .case2 .case-plate1 .plate1-box .box-main .main-item .item-pic {
    width: 100%;
    height: 2.6rem;
    overflow: hidden;
  }
  .case2 .case-plate1 .plate1-box .box-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;
  }
  .case2 .case-plate1 .plate1-box .box-main .main-item .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.35rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  }
  .case2 .case-plate1 .plate1-box .box-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));
  }
  .case2 .case-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .case2 .case-plate2 .plate2-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .case2 .case-plate2 .plate2-button .button {
    position: relative;
    width: 2.5rem;
    height: 0.8rem;
    margin: 0 0.15rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.76rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case2 .case-plate2 .plate2-button .button span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 1px transparent;
    background: #f8fafb;
    border-radius: 0.45rem;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case2 .case-plate2 .plate2-button .button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: -2px;
    border-radius: 0.45rem;
    /*important*/
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .case2 .case-plate2 .plate2-button .button:hover span {
    color: #fff;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .case2 .case-plate2 .plate2-button .on span {
    color: #fff;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .case2 .case-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0.8rem auto 0;
  }
  .case2 .case-plate2 .plate2-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
    opacity: 0.9;
  }
  .case2 .case-plate2 .plate2-main .main-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .case2 .case-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .case2 .case-plate2 .plate2-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case2 .case-plate2 .plate2-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .case2 .case-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 1.2rem;
  }
  .case2 .case-plate3 .plate3-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #353535;
    opacity: 0.9;
  }
  .case2 .case-plate3 .plate3-text {
    margin-top: 0.2rem;
    font-size: var(--fs34);
    text-align: center;
    color: #353535;
    opacity: 0.9;
  }
  .case2 .case-plate3 .plate3-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .case2 .case-plate3 .plate3-cont .cont-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
    padding: 0.8rem 0.2rem 0.45rem;
    background: #f8fafb;
  }
  .case2 .case-plate3 .plate3-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  .case2 .case-plate3 .plate3-cont .cont-item .item-icon {
    width: 0.76rem;
    height: 0.78rem;
    margin: 0 auto;
  }
  .case2 .case-plate3 .plate3-cont .cont-item .item-icon img {
    width: 100%;
  }
  .case2 .case-plate3 .plate3-cont .cont-item .item-title {
    margin-top: 0.6rem;
    font-size: var(--fs32);
    text-align: center;
    color: #333333;
  }
  .case2 .case-plate3 .plate3-cont .cont-item .item-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    line-height: 0.4rem;
    text-align: center;
    color: #ccc;
  }
  .case2 .case-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .case2 .case-plate3 .plate3-main .main-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .case2 .case-plate3 .plate3-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case2 .case-plate3 .plate3-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .case2 .case-plate3 .plate3-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .case2 .case-plate3 .plate3-main .main-cent .cent-title {
    margin-bottom: 0.5rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #353535;
    opacity: 0.9;
  }
  .case2 .case-plate3 .plate3-main .main-cent .cent-text {
    position: relative;
    padding-left: 0.42rem;
    font-size: var(--fs30);
    line-height: 0.55rem;
    color: #666;
  }
  .case2 .case-plate3 .plate3-main .main-cent .cent-text::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 0.25rem;
    height: 0.24rem;
    background: url(../images/icon/icon-case-guo.png) no-repeat center center;
    background-size: 100%;
  }
  .case2 .case-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: url(../images/case-bg.jpg) no-repeat left top;
    background-size: cover;
  }
  .case2 .case-plate4 .plate4-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .case2 .case-plate4 .plate4-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.7rem;
  }
  .case2 .case-plate4 .plate4-main .main-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    margin-right: 0;
    font-size: var(--fs30);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: solid 3px rgba(255, 255, 255, 0.3);
  }
  .case2 .case-plate4 .plate4-main .main-item:last-of-type {
    margin-right: 0;
  }
  .case2 .case-plate5 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .case2 .case-plate5 .plate5-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #353535;
    opacity: 0.9;
  }
  .case2 .case-plate5 .plate5-pic {
    width: 100%;
    height: auto;
    margin: 0.6rem auto 0;
  }
  .case2 .case-plate5 .plate5-pic img {
    width: 100%;
  }
  .case2 .case-plate6 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0;
    background: url(../images/case-bg2.jpg) no-repeat left top;
    background-size: cover;
  }
  .case2 .case-plate6 .plate6-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .case2 .case-plate6 .plate6-text {
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
  }
  .case2 .case-plate6 .plate6-map {
    display: none;
    position: relative;
    width: 10.98rem;
    height: auto;
    margin: 0.3rem auto 0;
  }
  .case2 .case-plate6 .plate6-map .map-pic {
    width: 100%;
    height: auto;
  }
  .case2 .case-plate6 .plate6-map .map-pic img {
    width: 100%;
  }
  .case2 .case-plate6 .plate6-map .map-arrow {
    display: none;
    position: absolute;
    bottom: 2rem;
    right: 1.9rem;
    width: 8.1rem;
    height: auto;
  }
  .case2 .case-plate6 .plate6-map .map-arrow img {
    width: 100%;
  }
  .case2 .case-plate6 .plate6-map .map-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: auto;
  }
  .case2 .case-plate6 .plate6-map .map-item .item-arrow {
    position: relative;
    width: 13px;
    height: 13px;
    margin: 0 0.1rem;
    border-radius: 50%;
    background: #5398c1;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case2 .case-plate6 .plate6-map .map-item .item-arrow img {
    position: relative;
    width: 100%;
    z-index: 19;
  }
  .case2 .case-plate6 .plate6-map .map-item .item-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #fff;
    opacity: 1;
    animation: yuan linear infinite 3s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .case2 .case-plate6 .plate6-map .map-item .item-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #fff;
    opacity: 1;
    animation: yuan linear infinite 3s 1.5s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .case2 .case-plate6 .plate6-map .map-item:hover .item-arrow {
    background: #fff;
  }
  .case2 .case-plate6 .plate6-map .map-item span {
    position: relative;
    font-size: 0.16rem;
    color: #fff;
    opacity: 0.85;
    z-index: 19;
  }
  .case2 .case-plate6 .plate6-map .map-item:nth-child(2) {
    top: 2.1rem;
    right: 1.34rem;
  }
  .case2 .case-plate6 .plate6-map .map-item:nth-child(2) .item-arrow img {
    position: absolute;
    bottom: 0.05rem;
    left: 50%;
    width: 0.38rem;
    margin-left: -0.19rem;
  }
  .case2 .case-plate6 .plate6-map .map-item:nth-child(2) span {
    font-size: var(--fs22);
    font-weight: bold;
  }
  .case2 .case-plate6 .plate6-map .map-item:nth-child(3) {
    top: 2.4rem;
    right: 2.28rem;
  }
  .case2 .case-plate6 .plate6-map .map-item:nth-child(4) {
    top: 2.58rem;
    right: 1.75rem;
  }
  .case2 .case-plate6 .plate6-map .map-item:nth-child(5) {
    top: 3.05rem;
    right: 1.2rem;
  }
  .case2 .case-plate6 .plate6-map .map-item:nth-child(6) {
    flex-direction: row-reverse;
    top: 1.37rem;
    right: 4.67rem;
  }
  .case2 .case-plate6 .plate6-map .map-item:nth-child(7) {
    top: 1.76rem;
    left: 2.33rem;
  }
  .case2 .case-plate6 .plate6-map .map-item:nth-child(8) {
    flex-direction: row-reverse;
    top: 1.82rem;
    left: 1.7rem;
  }
  .case2 .case-plate6 .plate6-web-map {
    display: block;
    width: 100%;
    margin-top: 0.45rem;
  }
  .case2 .case-plate6 .plate6-web-map img {
    width: 100%;
  }
  .caseList {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.28rem;
  }
  .caseList .caseList-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .caseList .caseList-main .main-top {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .caseList .caseList-main .main-top .top-cent {
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  .caseList .caseList-main .main-top .page-bread {
    width: auto;
    margin: 0;
  }
  .caseList .caseList-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.64rem;
    margin-bottom: 0.2rem;
  }
  .caseList .caseList-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.48rem;
    border-radius: 0.08rem;
    background: #f8fafb;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseList .caseList-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .caseList .caseList-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseList .caseList-main .main-box .box-item .item-cent {
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.3rem;
  }
  .caseList .caseList-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs38);
    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;
  }
  .caseList .caseList-main .main-box .box-item .item-cent .cent-title span {
    color: #333;
  }
  .caseList .caseList-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .caseList .caseList-main .main-box .box-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.75rem;
    margin-top: 0.45rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseList .caseList-main .main-box .box-item .item-cent .cent-button span {
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .caseList .caseList-main .main-box .box-item .item-cent .cent-button em {
    width: 16px;
    height: 12px;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .caseList .caseList-main .main-box .box-item .item-cent .cent-button:hover {
    background: linear-gradient(-90deg, #1eaae8, #54cd5c);
  }
  .caseList .caseList-main .main-box .box-item:hover {
    background: #fff;
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  .caseList .caseList-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .caseList .caseList-main .main-box .box-item:hover .item-cent .cent-title span {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.28rem;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .main-top {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .news .news-main .main-top .top-cent {
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  .news .news-main .main-top .page-bread {
    width: auto;
    margin: 0;
  }
  .news .news-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    border-radius: 0.08rem;
    background: #f8fafb;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-cent {
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.25rem;
  }
  .news .news-main .main-cont .cont-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs32);
    color: #0ca7e7;
  }
  .news .news-main .main-cont .cont-cent .cent-title {
    margin-top: 0.25rem;
    font-family: 'HARMONYOS_SANS_SC_MEDIUM';
    font-size: var(--fs42);
    line-height: 0.62rem;
    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-cont .cont-cent .cent-title span {
    color: #333;
  }
  .news .news-main .main-cont .cont-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-cont .cont-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.7rem;
    margin-top: 0.45rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-cent .cent-button span {
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .news .news-main .main-cont .cont-cent .cent-button em {
    width: 16px;
    height: 12px;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .news .news-main .main-cont .cont-cent .cent-button:hover {
    background: linear-gradient(-90deg, #1eaae8, #54cd5c);
  }
  .news .news-main .main-cont:hover {
    background: #fff;
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  .news .news-main .main-cont:hover .cont-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-cont:hover .cont-cent .cent-title span {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .news .news-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 1.2rem 0 0;
  }
  .news .news-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.9rem;
  }
  .news .news-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .news .news-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-title {
    height: 1.2rem;
    margin-top: 0.45rem;
    font-size: var(--fs38);
    line-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-box .box-item .item-title span {
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-time {
    margin-top: 0.45rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs32);
    color: #e1e2e2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-box .box-item:hover .item-title span {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .news .news-main .main-box .box-item:hover .item-time {
    color: #666;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    margin-top: 1.04rem;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .newsDetail .newsDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .page-bread {
    position: relative;
    top: 0;
    right: 0;
  }
  .newsDetail .newsDetail-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .newsDetail .newsDetail-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.36rem 0 0.6rem;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.2rem;
    font-size: var(--fs26);
    color: #666;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
    width: 18px;
    margin: -0.04rem 0.08rem 0 0;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs26);
    line-height: 0.46rem;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-list {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-title {
    margin-top: 0.1rem;
    font-size: var(--fs42);
    color: #333;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs42);
    text-transform: uppercase;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-heng {
    width: 30px;
    height: 6px;
    margin-top: 0.2rem;
    background: #0ca7e7;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0.4rem;
    border-bottom: solid 1px #f5f5f5;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:last-of-type {
    margin-bottom: 0.5rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-title {
    font-size: var(--fs32);
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-title span {
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #666;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title span {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link a {
    color: #333;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link:hover {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link:hover a {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.15rem;
    border-radius: 50%;
    border: solid 1px #eee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover {
    border: solid 1px #fff;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton img {
    width: 14px;
    margin: -0.04rem 0 0 0.1rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton:hover {
    background: linear-gradient(-90deg, #1eaae8, #54cd5c);
  }
  .newsDetail .newsDetail-main .main-list .list-box-active {
    position: fixed;
    top: 1.2rem;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .contact .contact-plate1 .plate1-top {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 .plate1-top .top-cent {
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  .contact .contact-plate1 .plate1-top .page-bread {
    width: auto;
    margin: 0;
  }
  .contact .contact-plate1 .plate1-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 .plate1-cont .cont-cent {
    width: 100%;
    height: auto;
    padding-top: 0.7rem;
  }
  .contact .contact-plate1 .plate1-cont .cont-cent .cent-title {
    margin-bottom: 0.4rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .contact .contact-plate1 .plate1-cont .cont-cent p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 0.6rem;
  }
  .contact .contact-plate1 .plate1-cont .cont-cent p em {
    width: 0.36rem;
    height: 0.38rem;
  }
  .contact .contact-plate1 .plate1-cont .cont-cent p em img {
    display: block;
    width: 100%;
  }
  .contact .contact-plate1 .plate1-cont .cont-cent p span {
    width: calc(100% - 0.36rem);
    padding-left: 0.32rem;
    font-size: var(--fs30);
    color: #333;
  }
  .contact .contact-plate1 .plate1-cont .cont-map {
    width: 100%;
    height: 5rem;
    margin-top: 0.45rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .contact .contact-plate2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .contact .contact-plate2 .plate2-left {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.2rem;
    background: url(../images/contact-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .contact .contact-plate2 .plate2-left .left-ewm {
    width: 1.92rem;
    height: auto;
  }
  .contact .contact-plate2 .plate2-left .left-ewm img {
    width: 100%;
  }
  .contact .contact-plate2 .plate2-left .left-cent {
    width: calc(100% - 1.92rem);
    height: auto;
    padding-left: 0.64rem;
    padding-top: 0;
  }
  .contact .contact-plate2 .plate2-left .left-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  .contact .contact-plate2 .plate2-left .left-cent .cent-name {
    margin-top: 0.5rem;
    font-size: var(--fs34);
    font-weight: bold;
    color: #fff;
  }
  .contact .contact-plate2 .plate2-left .left-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    color: #fff;
  }
  .contact .contact-plate2 .plate2-right {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.2rem;
    background: url(../images/contact-bg2.jpg) no-repeat bottom left;
    background-size: cover;
    border-top: solid 1px #eeeeee;
  }
  .contact .contact-plate2 .plate2-right .right-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
  }
  .contact .contact-plate2 .plate2-right .right-English span {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .contact .contact-plate2 .plate2-right .right-text {
    margin-top: 0.15rem;
    font-size: var(--fs42);
    color: #333;
  }
  .contact .contact-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.78rem;
    background: #f8fafb;
  }
  .contact .contact-plate3 .page-English,
  .contact .contact-plate3 .page-title {
    text-align: center;
  }
  .contact .contact-plate3 .page-heng {
    margin: 0 auto;
  }
  .contact .contact-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.65rem;
  }
  .contact .contact-plate3 .plate3-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.6rem;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
  }
  .contact .contact-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .contact .contact-plate3 .plate3-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;
  }
  .contact .contact-plate3 .plate3-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.4rem;
  }
  .contact .contact-plate3 .plate3-main .main-item .item-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #222;
  }
  .contact .contact-plate3 .plate3-main .main-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.54rem;
    color: #333;
  }
  .contact .contact-plate3 .plate3-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .contact .contact-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));
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.28rem;
  }
  .recruit .recruit-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-main .main-top {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-top .top-cent {
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  .recruit .recruit-main .main-top .page-bread {
    width: auto;
    margin: 0;
  }
  .recruit .recruit-main .main-search {
    display: flex;
    justify-content: flex-start;
    width: 6.1rem;
    height: 0.85rem;
    margin: 0.5rem auto 0;
    border: solid 1px #e8e8e8;
    border-radius: 0.45rem;
  }
  .recruit .recruit-main .main-search input {
    width: calc(100% - 2rem);
    height: 100%;
    padding: 0 0.3rem;
    font-size: var(--fs28);
    color: #666;
    background: none;
    border-right: none;
  }
  .recruit .recruit-main .main-search input::placeholder {
    color: #999;
  }
  .recruit .recruit-main .main-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 100%;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-search a img {
    width: 15px;
    margin-right: 0.12rem;
  }
  .recruit .recruit-main .main-search a span {
    font-size: 0.18rem;
    color: #fff;
  }
  .recruit .recruit-main .main-search a:hover {
    background: linear-gradient(-90deg, #1eaae8, #54cd5c);
  }
  .recruit .recruit-main .main-box {
    width: 100%;
    height: auto;
    margin: 0.65rem 0;
  }
  .recruit .recruit-main .main-box .list-dd {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .recruit .recruit-main .main-box .list-dd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 1.93rem;
    padding: 0.4rem 0.5rem 0.35rem 0.35rem;
    background: #f7f9fb;
    border-top: solid 2px #dde3ea;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left {
    width: calc(100% - 65px);
    height: auto;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title .title {
    margin-right: 0;
    font-size: var(--fs32);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title .text {
    display: none;
    font-size: var(--fs14);
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-heng {
    width: 20px;
    height: 3px;
    margin-top: 0.2rem;
    background: #e4e4e4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -webkit-transition: all 0.3s 0.3s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-right {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    z-index: 19;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-right img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-right .img2 {
    opacity: 0;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-right::after {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.6rem;
    color: #0ca7e7;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .top-active {
    background: #fff;
  }
  .recruit .recruit-main .main-box .list-dd .top-active .top-left .top-title .title {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .recruit .recruit-main .main-box .list-dd .top-active .top-left .top-text {
    opacity: 0;
    transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -webkit-transition: all 0.3s 0s;
  }
  .recruit .recruit-main .main-box .list-dd .top-active .top-right::after {
    content: '-';
    line-height: 0.6rem;
    color: #fff;
    background: linear-gradient(45deg, #1eaae8, #54cd5c);
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent {
    display: none;
    position: relative;
    top: -0.5rem;
    width: 100%;
    margin-top: -0.4rem;
    padding: 0.2rem 0.5rem 0 0.35rem;
    background: #fff;
    z-index: 9;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: var(--fs30);
    line-height: 0.5rem;
    color: #333;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text,
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    font-size: var(--fs28);
    line-height: 0.5rem;
    color: #666;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text span,
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 span {
    display: inline-block;
    text-indent: 0.1rem;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button {
    width: 150px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 45px;
    background: #0ca7e7;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2 {
    width: 150px;
    height: 50px;
    margin-left: 0.2rem;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 45px;
    background: #dedede;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-Emali {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #666;
  }
  .recruit .recruit-main .main-box .list-dd-active {
    box-shadow: 0px 4px 25px 0px rgba(16, 16, 16, 0.1);
  }
  .recruit .recruit-main .main-box .list-dd-active::after {
    width: 100%;
  }
  .download {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.28rem;
  }
  .download .download-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .download .download-main .main-top {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .download .download-main .main-top .top-cent {
    width: auto;
    height: auto;
    margin-top: 0.45rem;
  }
  .download .download-main .main-top .page-bread {
    width: auto;
    margin: 0;
  }
  .download .download-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .download .download-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem 0 0.38rem;
    margin-bottom: 0.24rem;
    background: #f8fafb;
  }
  .download .download-main .main-cont .cont-item .item-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 1.2rem);
    height: auto;
  }
  .download .download-main .main-cont .cont-item .item-left span {
    display: none;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs18);
    color: #b2b4b6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item .item-left h3 {
    width: 100%;
    padding-left: 0;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item .cont-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1rem;
    height: auto;
  }
  .download .download-main .main-cont .cont-item .cont-button em {
    width: 0.36rem;
    height: 0.32rem;
    background: url(../images/icon/icon-download-pic1.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;
  }
  .download .download-main .main-cont .cont-item .cont-button span {
    font-size: var(--fs28);
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item:hover {
    background: linear-gradient(90deg, #1eaae8, #54cd5c);
  }
  .download .download-main .main-cont .cont-item:hover .item-left span,
  .download .download-main .main-cont .cont-item:hover .item-left h3 {
    color: #fff;
  }
  .download .download-main .main-cont .cont-item:hover .cont-button em {
    background: url(../images/icon/icon-download-pic1-active.png) no-repeat center center;
    background-size: 100%;
  }
  .download .download-main .main-cont .cont-item:hover .cont-button span {
    color: #fff;
  }
  .prompt {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .prompt .prompt-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .prompt .prompt-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .prompt .prompt-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .page-bread {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .page-bread img {
    display: block;
    width: 14px;
  }
  .page-bread a {
    margin-right: 0.15rem;
    font-size: 0.28rem;
    color: #999;
  }
  .page-bread a:hover {
    color: #0ca7e7;
  }
  .page-bread span {
    font-size: 0.28rem;
    color: #666;
  }
  .page-bread em {
    width: 4px;
    height: 7px;
    margin-right: 0.15rem;
    background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
    background-size: 100%;
  }
}
