.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    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;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 1.8rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo 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 .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,
  nav .nav-main .main-cont .main-right {
    display: none;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .right-serach {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.7rem;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-serach img {
    width: 0.35rem;
    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-web-right .right-serach .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-web-right .right-menu {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.35rem;
    text-align: center;
    line-height: 0.7rem;
    background: linear-gradient(90deg, #009ddf, #00b5e6);
    border-radius: 50%;
  }
  nav .nav-main .main-cont .main-web-right .right-menu img {
    width: 0.4rem;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-web-right .right-menu .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 1.2rem;
    background: #fff;
    border-top: solid 1px #eee;
    z-index: 59;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 15.36rem;
    height: 0.75rem;
    margin: 0 auto;
    border-bottom: solid 1px #00b5e6;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 16px;
    height: auto;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
    flex: 1;
    height: 0.75rem;
    padding: 0 0.5rem;
    font-size: 16px;
    color: #333;
    background: none;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
    font-size: 16px;
    color: #999;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
    width: 22px;
    height: auto;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main-active {
    position: fixed !important;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #00b5e6;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    line-height: 1.2rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #00b5e6;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    width: 1.8rem;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  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-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #00b5e6;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: calc(100% - 1.3rem);
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #00b5e6;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #00b5e6;
    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: #00b5e6;
  }
  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;
  }
  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%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic2 {
    display: block;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic2 img {
    width: auto;
    height: 4.5rem;
    transform: translateX(-45%);
    -o-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 30%;
    right: 0.3rem;
    width: 3.7rem;
    height: auto;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.28rem;
    color: #fff;
    font-style: italic;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.1rem;
    font-size: 0.38rem;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle span {
    font-size: 0.3rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle i {
    font-size: 0.2rem;
    font-style: italic;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title2 {
    padding-top: 1rem;
    font-size: 0.34rem;
    font-weight: bold;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-text {
    padding: 0 0.3rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.2rem;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-button {
    width: 2.2rem;
    height: 0.8rem;
    margin: 0.4rem auto 0;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-button .button-box {
    width: 100%;
    height: 100%;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    color: #00b5e6;
    border-radius: 0.45rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-button .button-box:hover {
    color: #fff;
    background: #00b5e6;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-32%);
    -o-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -webkit-transform: translateX(-32%);
  }
  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-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.54rem;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.75rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-swiper-button-prev img,
  header .head-banner .banner-swiper-button-next img {
    width: 10px;
  }
  header .head-banner .banner-swiper-button-prev:hover,
  header .head-banner .banner-swiper-button-next:hover {
    background: #008fd7;
  }
  header .head-banner .banner-swiper-button-prev {
    left: 0.3rem;
  }
  header .head-banner .banner-swiper-button-next {
    right: 0.3rem;
  }
  header .head-banner .banner-mouse {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 1.6rem;
    height: auto;
    z-index: 9;
    cursor: pointer;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  header .head-banner .banner-mouse .mouse-title {
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-mouse img {
    display: block;
    width: 0.26rem;
    margin: 8px auto 0;
    animation: moveTop infinite 1.5s linear;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #00b5e6;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(/cn/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(/cn/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: url(/cn/images/foot-bg2.png) no-repeat top center;
    background-size: cover;
    z-index: 19;
  }
  footer .font-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 0;
  }
  footer .font-main .main-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .font-main .main-top .top-cent {
    width: 100%;
    height: auto;
  }
  footer .font-main .main-top .top-cent .cent-logo {
    width: 2.6rem;
    height: auto;
    margin: 0 auto;
  }
  footer .font-main .main-top .top-cent .cent-logo img {
    width: 100%;
  }
  footer .font-main .main-top .top-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  footer .font-main .main-top .top-cent .cent-box .box-text {
    font-size: 0.26rem;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
  }
  footer .font-main .main-top .top-cent .cent-box .box-text span {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.34rem;
    color: #fff;
  }
  footer .font-main .main-top .top-cent .cent-box .box-text em {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    color: #fff;
  }
  footer .font-main .main-top .top-nav {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  footer .font-main .main-top .top-nav .nav-item {
    width: auto;
    height: auto;
    margin-left: 1.2rem;
  }
  footer .font-main .main-top .top-nav .nav-item:first-of-type {
    margin-left: 0;
  }
  footer .font-main .main-top .top-nav .nav-item .item-title {
    display: block;
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
  }
  footer .font-main .main-top .top-nav .nav-item .item-cent {
    width: auto;
    margin-top: 0.36rem;
  }
  footer .font-main .main-top .top-nav .nav-item .item-cent .cent-link {
    display: block;
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: rgba(255, 255, 255, 0.8);
  }
  footer .font-main .main-top .top-nav .nav-item .item-cent .cent-link:hover {
    color: #ffffff;
  }
  footer .font-main .main-box {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  footer .font-main .main-box .box-link {
    position: relative;
    width: 4rem;
    height: 0.65rem;
    margin: 0.45rem auto 0;
    padding-left: 0.15rem;
    font-size: 0.26rem;
    color: #797979;
    line-height: 0.65rem;
    background: #fff url(../images/icon/icon-arrow.png) no-repeat 92% center;
    background-size: 14px;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .font-main .main-box .box-link .link-hidden {
    position: absolute;
    bottom: 0.65rem;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding-left: 0.2rem;
    border-top-right-radius: 0.18rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .font-main .main-box .box-link .link-hidden a {
    display: inline-block;
    width: 100%;
    height: 0.5rem;
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  footer .font-main .main-box .box-link .link-hidden a:hover {
    text-decoration: underline;
    color: #00b5e6;
  }
  footer .font-main .main-box .box-link:hover {
    border-top-right-radius: 0;
  }
  footer .font-main .main-box .box-link:hover .link-hidden {
    opacity: 1;
    visibility: visible;
  }
  footer .font-main .main-box .box-ewm {
    width: 2.2rem;
    height: auto;
    margin: 0 auto;
  }
  footer .font-main .main-box .box-ewm img {
    width: 100%;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.08);
  }
  footer .font-main .main-bottom {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  footer .font-main .main-bottom .bottom-share {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  footer .font-main .main-bottom .bottom-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.2rem;
    border-radius: 50%;
    background: #0aa4e1;
  }
  footer .font-main .main-bottom .bottom-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .font-main .main-bottom .bottom-share .share-item .img2 {
    opacity: 0;
  }
  footer .font-main .main-bottom .bottom-share .share-item:hover {
    background: #fff;
  }
  footer .font-main .main-bottom .bottom-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .font-main .main-bottom .bottom-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .font-main .main-bottom .bottom-title {
    width: 100%;
    margin-top: 0.3rem;
    font-size: 0.14rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
  footer .font-main .main-bottom .bottom-title a {
    color: rgba(255, 255, 255, 0.8);
  }
  footer .font-main .main-bottom .bottom-title a:hover {
    color: #ffffff;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -1.25rem;
    overflow: hidden;
    z-index: 9;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 2rem 0.3rem 1.28rem;
    background: url(/cn/images/plate1-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate1 .plate1-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-top: 0.45rem;
    padding-right: 0;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-subtitle {
    margin-top: 0.78rem;
    font-size: 0.4rem;
    line-height: 0.56rem;
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.36rem;
    font-size: 0.28rem;
    text-align: justify;
    line-height: 0.46rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    font-size: 0.26rem;
    color: #fff;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    background: linear-gradient(90deg, #009ddf, #00b5e6);
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-button img {
    width: 9px;
    margin-left: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-button:hover img {
    margin-left: 0.3rem;
  }
  .container .cont-plate1 .plate1-main .main-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item {
    width: 33.33%;
    height: auto;
    padding: 0.85rem 0.1rem;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item .item-icon {
    width: 0.55rem;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item .item-icon img {
    width: 100%;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item .item-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #bbb;
  }
  .container .cont-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: 8.48rem;
  }
  .container .cont-plate2 .plate2-main .main-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .container .cont-plate2 .plate2-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-pic-active {
    opacity: 1;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .container .cont-plate2 .plate2-main .main-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide {
    width: 64%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-icon {
    width: 1.28rem;
    height: 1.12rem;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-title {
    margin-top: 0.8rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.18rem;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-button {
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 0px #fff;
    background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 9px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-button:hover {
    background: #fff url(/cn/images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 9px;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover {
    background: rgba(0, 159, 224, 0.8);
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-button {
    height: 0.56rem;
    margin-top: 0.65rem;
    border: solid 2px #fff;
    opacity: 1;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide-active {
    background: rgba(0, 159, 224, 0.8);
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-slide-active .box-button {
    height: 0.56rem;
    margin-top: 0.65rem;
    border: solid 2px #fff;
    opacity: 1;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-pagination {
    display: block;
    bottom: 0.55rem;
    left: 50%;
    width: 15.38rem;
    text-align: center;
    z-index: 9;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 18px;
    background: #fff;
    opacity: 0.8;
    border-radius: 50%;
  }
  .container .cont-plate2 .plate2-main .main-box .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 .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
    width: 30px;
    height: 30px;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
    stroke-dasharray: 182 182;
    stroke-dashoffset: 182;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
    opacity: 0.2 !important;
  }
  .container .cont-plate2 .plate2-main .main-box .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 .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0;
    background: url(/cn/images/plate3-bg.jpg) no-repeat left top;
    background-size: cover;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate3 .plate3-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-top .top-left {
    width: 30%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-top .top-left .left-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .container .cont-plate3 .plate3-main .main-top .top-left .left-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .container .cont-plate3 .plate3-main .main-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-top .top-right .right-link {
    position: relative;
    margin-left: 0.4rem;
    font-size: 0.3rem;
    color: #333;
  }
  .container .cont-plate3 .plate3-main .main-top .top-right .right-link:first-of-type {
    margin-left: 0;
  }
  .container .cont-plate3 .plate3-main .main-top .top-right .right-link::after {
    content: '';
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00b5e6;
    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;
  }
  .container .cont-plate3 .plate3-main .main-top .top-right .right-link:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate3 .plate3-main .main-top .top-right .right-link-active {
    font-weight: bold;
  }
  .container .cont-plate3 .plate3-main .main-top .top-right .right-link-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate3 .plate3-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-left: 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide {
    width: 62%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.35rem;
    background: #fff;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    color: #00b5e6;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.56rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    background: linear-gradient(0deg, #009ddf, #00b5e6);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.24rem;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-title {
    margin-top: 0.25rem;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.36rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-text {
    height: 1.5rem;
    margin-top: 0.3rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-button {
    position: relative;
    width: 46px;
    height: 46px;
    margin-top: 0.3rem;
    background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 9px;
    cursor: pointer;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-button .button-svg {
    stroke-dasharray: 145 145;
    stroke-dashoffset: 145;
    stroke: #fff;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-button:hover .button-svg {
    stroke-dashoffset: 0;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box:hover .box-cont {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-box-active {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem;
  }
  .container .cont-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate4 .plate4-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-top .top-left {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-top .top-left .left-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .container .cont-plate4 .plate4-main .main-top .top-left .left-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .container .cont-plate4 .plate4-main .main-top .top-button {
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.76rem;
    height: 0.6rem;
    font-size: 0.14rem;
    color: #fff;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    background: linear-gradient(90deg, #009ddf, #00b5e6);
  }
  .container .cont-plate4 .plate4-main .main-top .top-button img {
    width: 9px;
    margin-left: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-top .top-button:hover img {
    margin-left: 0.3rem;
  }
  .container .cont-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-cent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-icon {
    width: 0.65rem;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-icon img {
    width: 100%;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-title {
    margin-top: 0.35rem;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.28rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-text {
    height: 0;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-button {
    display: none;
    position: relative;
    width: 46px;
    height: 46px;
    margin: 0.3rem auto 0;
    background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 9px;
    cursor: pointer;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-button .button-svg {
    stroke-dasharray: 145 145;
    stroke-dashoffset: 145;
    stroke: #fff;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-button:hover .button-svg {
    stroke-dashoffset: 0;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item:hover .item-cent {
    background: rgba(0, 159, 224, 0.8);
  }
  .container .cont-plate4 .plate4-main .main-box .box-item:hover .item-cent .cent-English {
    display: none;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item:hover .item-cent .cent-text {
    height: 0.6rem;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item:hover .item-cent .cent-button {
    display: block;
  }
  .container .cont-plate5 {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 2.76rem;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 9;
  }
  .container .cont-plate5 .plate5-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .container .cont-plate5 .plate5-main .main-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #bbb;
  }
  .container .cont-plate5 .plate5-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    padding: 0 0.3rem;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 0.6em;
    cursor: pointer;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-cent {
    width: calc(100% - 1rem);
    height: auto;
    padding-left: 0.3rem;
    padding-top: 0.1rem;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:hover .item-icon {
    background: linear-gradient(90deg, #009ddf, #00b5e6);
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate5 .plate5-3D {
    position: absolute;
    bottom: -70%;
    left: 0;
  }
  .about {
    width: 100%;
    height: auto;
    padding: 1.44rem 0.3rem;
  }
  .about .about-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .about .about-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .about .about-main .main-cent {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-right: 0;
  }
  .about .about-main .main-cent::after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.2rem;
    height: 6.56rem;
    background: url(/cn/images/about/bg.png) no-repeat top left;
    background-size: 100%;
  }
  .about .about-main .main-cent .cent-title {
    font-size: 0.46rem;
    color: #333;
  }
  .about .about-main .main-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.46rem;
    text-transform: uppercase;
    color: #00b5e6;
  }
  .about .about-main .main-cent .cent-text {
    margin-top: 0.36rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .about .about-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    z-index: 9;
  }
  .about .about-main .main-box .box-pic {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .about .about-main .main-box .box-pic img {
    width: 100%;
  }
  .about .about-main .main-box .box-cent {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.2rem;
    height: auto;
    padding-top: 0.35rem;
  }
  .about .about-main .main-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.36rem;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #333;
  }
  .about .about-main .main-box .box-cent .cent-title {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #00b5e6;
  }
  .honor {
    width: 100%;
    height: auto;
  }
  .honor .honor-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.45rem 0.3rem 1.25rem;
  }
  .honor .honor-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .honor .honor-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .honor .honor-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .honor .honor-main .main-box .box-item {
    width: 48%;
    height: auto;
    padding: 0.32rem;
    margin-right: 0;
    margin-bottom: 0.48rem;
    border-top-right-radius: 0.32rem;
    border-bottom-left-radius: 0.32rem;
    border: solid 1px #eeeeee;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .honor .honor-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .honor .honor-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-box .box-item .item-title {
    width: 100%;
    height: auto;
    padding: 0.3rem 0 0.1rem;
    font-size: 0.28rem;
    font-weight: bold;
    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;
  }
  .honor .honor-main .main-box .box-item:hover {
    background: linear-gradient(0deg, #009ddf, #00b5e6);
  }
  .honor .honor-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));
  }
  .honor .honor-main .main-box .box-item:hover .item-title {
    color: #fff;
  }
  .history {
    width: 100%;
    height: auto;
  }
  .history .history-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.45rem 0.3rem 1.25rem;
  }
  .history .history-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .history .history-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .history .history-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .history .history-main .main-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: calc(100% + 0.8rem);
    background: #eeeeee;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .history .history-main .main-box .box-list {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
    z-index: 9;
  }
  .history .history-main .main-box .box-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 50%;
    border: solid 1px #00b5e6;
    background: #fff;
    z-index: 5;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .history .history-main .main-box .box-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 50%;
    background: url(/cn/images/icon/icon-history-time.png) no-repeat center center;
    background-size: 0.28rem;
    z-index: 9;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .history .history-main .main-box .box-list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .history .history-main .main-box .box-list:nth-child(even) .list-pic {
    text-align: left;
    padding-right: 0;
    padding-left: 0.64rem;
  }
  .history .history-main .main-box .box-list:nth-child(even) .list-cent {
    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .history .history-main .main-box .box-list:nth-child(even) .list-cent .cent-title,
  .history .history-main .main-box .box-list:nth-child(even) .list-cent .cent-text {
    text-align: right;
  }
  .history .history-main .main-box .box-list .list-pic {
    width: 50%;
    height: auto;
    text-align: right;
    padding-right: 0.64rem;
  }
  .history .history-main .main-box .box-list .list-pic img {
    width: 3rem;
  }
  .history .history-main .main-box .box-list .list-cent {
    width: 50%;
    height: auto;
    padding-left: 0.5rem;
  }
  .history .history-main .main-box .box-list .list-cent .cent-title {
    width: 100%;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    color: #00b5e6;
  }
  .history .history-main .main-box .box-list .list-cent .cent-text {
    width: 100%;
    margin-top: 0.05rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #333;
  }
  .history .history-main .main-box .box-list:hover::before {
    background: linear-gradient(45deg, #009ddf, #00b5e6);
  }
  .history .history-main .main-box .box-list:hover::after {
    background: url(/cn/images/icon/icon-history-time-active.png) no-repeat center center;
    background-size: 0.28rem;
  }
  .history .history-main .main-load {
    display: block;
    position: relative;
    width: 1.6rem;
    height: auto;
    margin: 0.6rem auto 0;
    z-index: 9;
  }
  .history .history-main .main-load .load-box {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.65rem;
    border-radius: 50%;
    background: linear-gradient(125deg, #009ddf, #00b5e6);
  }
  .history .history-main .main-load .load-box img {
    width: 0.3rem;
  }
  .history .history-main .main-load .load-title {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .main-load:hover .load-title {
    color: #00b5e6;
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem;
  }
  .product .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .product .product-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .product .product-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product .product-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
    padding: 0.48rem 0.2rem 0.2rem;
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border: solid 1px #eee;
    overflow: hidden;
  }
  .product .product-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product .product-main .main-box .box-item .item-title {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.44rem;
    color: #333;
  }
  .product .product-main .main-box .box-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.7rem 0.3rem 0;
    background: linear-gradient(0deg, rgba(0, 157, 223, 0.9), rgba(0, 181, 230, 0.9));
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-item .item-cent .cetnt-title {
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.46rem;
    color: #fff;
  }
  .product .product-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
  }
  .product .product-main .main-box .box-item:hover .item-cent {
    opacity: 1;
  }
  .productDetails {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem 1.45rem;
  }
  .productDetails .productDetails-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetails .productDetails-main .main-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 199;
  }
  .productDetails .productDetails-main .main-list .list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
  }
  .productDetails .productDetails-main .main-list .list-top .top-logo {
    width: 1.8rem;
    height: auto;
  }
  .productDetails .productDetails-main .main-list .list-top .top-logo img {
    width: 100%;
  }
  .productDetails .productDetails-main .main-list .list-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  .productDetails .productDetails-main .main-list .list-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;
  }
  .productDetails .productDetails-main .main-list .list-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;
  }
  .productDetails .productDetails-main .main-list .list-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #00b5e6;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-list .list-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;
  }
  .productDetails .productDetails-main .main-list .list-box {
    width: 100%;
    height: calc(100vh - 1.3rem);
    padding: 0 0.3rem;
    overflow: auto;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.24rem;
    border-bottom: solid 1px #f6f6f6;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-top .top-title {
    width: calc(100% - 0.3rem);
    font-size: 0.28rem;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-top span {
    width: 9px;
    height: 14px;
    background: url(/cn/images/icon/icon-button-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;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-top:hover {
    border: solid 1px transparent !important;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    background: linear-gradient(0deg, #009ddf, #00b5e6);
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-top:hover .top-title {
    color: #fff;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-top:hover span {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-top-active {
    border: solid 1px transparent !important;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    background: linear-gradient(0deg, #009ddf, #00b5e6);
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-top-active .top-title {
    color: #fff;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-top-active span {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item:first-of-type .item-top {
    border-top: solid 1px #f6f6f6;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-cent {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.24rem;
    border-bottom: solid 1px #f6f6f6;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-cent .cent-link {
    display: block;
    font-size: 0.26rem;
    line-height: 0.65rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-cent .cent-link:hover {
    color: #00b5e6;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item .item-cent .cent-link-active {
    color: #00b5e6;
  }
  .productDetails .productDetails-main .main-list .list-box .box-item:last-of-type .item-cent {
    border-bottom: none;
  }
  .productDetails .productDetails-main .main-cont {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-pic {
    width: 100%;
    height: 5rem;
    border: solid 1px #eeeeee;
    overflow: hidden;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-box {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-box .box-pic {
    width: calc(100% / 4 - 0.12rem);
    height: 1rem;
    margin-right: 0.16rem;
    border: solid 1px #eeeeee;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-box .box-pic:last-of-type {
    margin-right: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-box .box-pic-active {
    border: solid 1px #00b5e6;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-top {
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
    border-bottom: solid 1px #eeeeee;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-cent {
    width: 100%;
    height: auto;
    padding-top: 0.3rem;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-cent .cent-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-cent .cent-text {
    margin-top: 0.25rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-button {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.8rem;
    margin-right: 0.4rem;
    font-size: 0.26rem;
    color: #fff;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    background: linear-gradient(90deg, #009ddf, #00b5e6);
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item span {
    width: 0.32rem;
    height: 0.31rem;
    margin-right: 0.12rem;
    background: url(/cn/images/icon/icon-button-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.8rem;
    font-size: 0.26rem;
    color: #000;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    background: #f6f6f6;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item2 span {
    width: 0.32rem;
    height: 0.31rem;
    margin-right: 0.12rem;
    background: url(/cn/images/icon/icon-button-pic2.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-share span {
    margin-right: 0.3rem;
    font-size: 0.28rem;
    color: #666;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    margin-left: 0.2rem;
    border-radius: 50%;
    background: #fff;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.35rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item .img1 {
    opacity: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item:hover {
    background: #0aa4e1;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item:hover .img1 {
    opacity: 1;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item:hover .img2 {
    opacity: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-lump {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    border-bottom: none;
  }
  .productDetails .productDetails-main .main-cont .cont-lump .lump-item {
    width: 2.6rem;
    height: 0.8rem;
    margin-right: 0.18rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    border-top-left-radius: 0.08rem;
    border-top-right-radius: 0.08rem;
    cursor: pointer;
    overflow: hidden;
  }
  .productDetails .productDetails-main .main-cont .cont-lump .lump-item:hover {
    color: #fff;
    background: linear-gradient(90deg, #009ddf, #00b5e6);
  }
  .productDetails .productDetails-main .main-cont .cont-lump .lump-item-active {
    color: #fff;
    background: linear-gradient(90deg, #009ddf, #00b5e6);
  }
  .productDetails .productDetails-main .main-cont .cont-box {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-box .box-cent .cent-title {
    margin-top: 0.6rem;
    padding-left: 0.2rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    border-left: solid 6px #009ddf;
  }
  .productDetails .productDetails-main .main-cont .cont-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .productDetails .product-show {
    display: block;
    position: fixed;
    top: 30%;
    left: -0.1rem;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: 0.15rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #00b5e6;
    z-index: 97;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.45rem 0;
  }
  .news .news-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .news .news-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .news .news-top .top-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .news .news-cont {
    width: 100%;
    height: auto;
    margin: 0.6rem 0;
  }
  .news .news-cont .cont-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
    border-bottom: solid 1px #f4f4f4;
  }
  .news .news-cont .cont-item .item-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-cont .cont-item .item-box .box-cent {
    width: calc(100% - 3.5rem);
    height: auto;
    padding-top: 0.12rem;
  }
  .news .news-cont .cont-item .item-box .box-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    color: #00b5e6;
  }
  .news .news-cont .cont-item .item-box .box-cent .cent-title {
    margin-top: 0.2rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news .news-cont .cont-item .item-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #666;
  }
  .news .news-cont .cont-item .item-box .box-pic {
    width: 3.2rem;
    height: auto;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    overflow: hidden;
  }
  .news .news-cont .cont-item .item-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-cont .cont-item .item-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));
  }
  .news .news-cont .cont-item:hover {
    background: linear-gradient(45deg, #009ddf, #00b5e6);
  }
  .news .news-cont .cont-item:hover .item-box .box-cent .cent-time,
  .news .news-cont .cont-item:hover .item-box .box-cent .cent-title,
  .news .news-cont .cont-item:hover .item-box .box-cent .cent-text {
    color: #fff;
  }
  .newsDetails {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.45rem;
  }
  .newsDetails .newsDetails-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetails .newsDetails-main .main-left {
    width: 100%;
    height: auto;
  }
  .newsDetails .newsDetails-main .main-left .left-title {
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.58rem;
    color: #333;
  }
  .newsDetails .newsDetails-main .main-left .left-text {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    color: #999;
  }
  .newsDetails .newsDetails-main .main-left .left-text span {
    margin: 0 0.3rem 0 0.1rem;
  }
  .newsDetails .newsDetails-main .main-left .left-text img {
    width: 0.3rem;
  }
  .newsDetails .newsDetails-main .main-left .left-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .newsDetails .newsDetails-main .main-left .left-share span {
    margin-right: 0.1rem;
    font-size: 0.28rem;
    color: #666;
  }
  .newsDetails .newsDetails-main .main-left .left-share .share-box {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  .newsDetails .newsDetails-main .main-left .left-share .share-box .share-item {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    margin-left: 0.2rem;
    border-radius: 50%;
    background: #fff;
  }
  .newsDetails .newsDetails-main .main-left .left-share .share-box .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.35rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-left .left-share .share-box .share-item .img1 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-left .left-share .share-box .share-item:hover {
    background: #0aa4e1;
  }
  .newsDetails .newsDetails-main .main-left .left-share .share-box .share-item:hover .img1 {
    opacity: 1;
  }
  .newsDetails .newsDetails-main .main-left .left-share .share-box .share-item:hover .img2 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .newsDetails .newsDetails-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding-bottom: 0.7rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #333;
    border-bottom: solid 1px #eeeeee;
  }
  .newsDetails .newsDetails-main .main-box .box-cent p {
    font-weight: bold;
  }
  .newsDetails .newsDetails-main .main-box .box-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetails .newsDetails-main .main-box .box-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetails .newsDetails-main .main-box .box-bottom .bottom-cent {
    width: 100%;
    height: auto;
  }
  .newsDetails .newsDetails-main .main-box .box-bottom .bottom-cent .cent-title {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #666;
    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;
  }
  .newsDetails .newsDetails-main .main-box .box-bottom .bottom-cent .cent-title a {
    color: #666;
  }
  .newsDetails .newsDetails-main .main-box .box-bottom .bottom-cent .cent-title:hover {
    color: #00b5e6;
  }
  .newsDetails .newsDetails-main .main-box .box-bottom .bottom-cent .cent-title:hover a {
    color: #00b5e6;
  }
  .newsDetails .newsDetails-main .main-box .box-bottom .bottom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.4rem;
    height: 1rem;
    margin-top: 0.4rem;
    font-size: 0.26rem;
    color: #fff;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background: linear-gradient(125deg, #009ddf, #00b5e6);
    overflow: hidden;
  }
  .newsDetails .newsDetails-main .main-box .box-bottom .bottom-button img {
    width: 0.3rem;
    margin-left: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-box .box-bottom .bottom-button:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .download {
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem;
  }
  .download .download-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .download .download-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .download .download-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .download .download-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .download .download-main .main-top .top-item {
    width: 2.68rem;
    height: 0.8rem;
    margin: 0 0.2rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    color: #000;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    background: #f6f6f6;
    overflow: hidden;
  }
  .download .download-main .main-top .top-item:hover {
    color: #fff;
    background: linear-gradient(125deg, #009ddf, #00b5e6);
  }
  .download .download-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.64rem;
  }
  .download .download-main .main-cont .cont-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.96rem;
    padding: 0 0.2rem;
    border-bottom: solid 1px #eeeeee;
  }
  .download .download-main .main-cont .cont-list .list-title {
    width: calc(100% - 1rem);
    height: auto;
    font-size: 0.28rem;
    font-weight: bold;
    color: #333;
    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-list .list-title span {
    margin-right: 0.15rem;
    font-size: 0.3rem;
    color: #bbbbbb;
    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-list .list-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1rem;
    height: auto;
    font-size: 0.28rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-list .list-button span {
    width: 0.36rem;
    height: 0.32rem;
    background: url(/cn/images/icon/icon-download-pic1.png) no-repeat top left;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-list:hover {
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    border-bottom: solid 1px transparent;
    background: linear-gradient(125deg, #009ddf, #00b5e6);
    overflow: hidden;
  }
  .download .download-main .main-cont .cont-list:hover .list-title {
    color: #fff;
  }
  .download .download-main .main-cont .cont-list:hover .list-title span {
    color: rgba(255, 255, 255, 0.8);
  }
  .download .download-main .main-cont .cont-list:hover .list-button {
    color: #fff;
  }
  .download .download-main .main-cont .cont-list:hover .list-button span {
    background: url(/cn/images/icon/icon-download-pic2.png) no-repeat top left;
    background-size: 100%;
  }
  .video {
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem;
  }
  .video .video-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .video .video-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .video .video-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .video .video-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .video .video-main .main-top .top-item {
    width: 2.68rem;
    height: 0.8rem;
    margin: 0 0.2rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    color: #000;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    background: #f6f6f6;
    overflow: hidden;
  }
  .video .video-main .main-top .top-item:hover {
    color: #fff;
    background: linear-gradient(125deg, #009ddf, #00b5e6);
  }
  .video .video-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.64rem;
    margin-bottom: 0.65rem;
  }
  .video .video-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    overflow: hidden;
  }
  .video .video-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .video .video-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 3.96rem;
    border-top-right-radius: 0.3rem;
    background: #eeeeee;
    overflow: hidden;
  }
  .video .video-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-cont .cont-item .item-title {
    width: 100%;
    height: 1.2rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1.2rem;
    text-align: center;
    border-bottom-left-radius: 0.3rem;
    border: solid 1px #f1f1f1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .video .video-main .main-cont .cont-item .item-cent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.96rem;
    border-top-right-radius: 0.3rem;
    background: linear-gradient(0deg, #009ddf, #00b5e6);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-cont .cont-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.76rem;
    height: 0.6rem;
    font-size: 0.16rem;
    color: #fff;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    border: solid 1px rgba(255, 255, 255, 0.6);
  }
  .video .video-main .main-cont .cont-item .item-cent .cent-button img {
    width: 0.22rem;
    margin-left: 0.12rem;
  }
  .video .video-main .main-cont .cont-item:hover .item-cent {
    opacity: 1;
  }
  .problem {
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem;
  }
  .problem .problem-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .problem .problem-main .main-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .problem .problem-main .main-top .top-left {
    width: 100%;
    height: auto;
  }
  .problem .problem-main .main-top .top-left .left-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .problem .problem-main .main-top .top-left .left-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .problem .problem-main .main-top .top-serach {
    display: flex;
    justify-content: space-between;
    width: 5.2rem;
    height: 0.8rem;
    margin-top: 0.45rem;
    border: solid 1px #00b5e6;
  }
  .problem .problem-main .main-top .top-serach input {
    width: calc(100% - 0.8rem);
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    color: #666;
  }
  .problem .problem-main .main-top .top-serach input::placeholder {
    color: #999;
  }
  .problem .problem-main .main-top .top-serach a {
    width: 0.8rem;
    height: 100%;
    text-align: center;
    line-height: 0.75rem;
    background: #00b5e6;
  }
  .problem .problem-main .main-top .top-serach a img {
    width: 0.3rem;
  }
  .problem .problem-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .problem .problem-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .problem .problem-main .main-cont {
    width: 100%;
    height: auto;
    margin: 0.6rem auto 0.65rem;
  }
  .problem .problem-main .main-cont .cont-dd {
    width: 100%;
    height: auto;
  }
  .problem .problem-main .main-cont .cont-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.35rem 0.18rem;
    border-bottom: solid 1px #eeeeee;
    border-top-left-radius: 0.18rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .problem .problem-main .main-cont .cont-dd .dd-top .dd-title {
    position: relative;
    width: 80%;
    padding-left: 0.65rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .problem .problem-main .main-cont .cont-dd .dd-top .dd-title::after {
    content: 'Q';
    position: absolute;
    top: -0.06rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 50%;
    background: #009edf;
  }
  .problem .problem-main .main-cont .cont-dd .dd-top .dd-show {
    position: relative;
    width: 0.9rem;
    height: auto;
  }
  .problem .problem-main .main-cont .cont-dd .dd-top .dd-show .show-open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.28rem;
    color: #666;
  }
  .problem .problem-main .main-cont .cont-dd .dd-top .dd-show .show-open em {
    font-size: 0.32rem;
  }
  .problem .problem-main .main-cont .cont-dd .dd-top .dd-show .show-hide {
    display: none;
    justify-content: space-between;
    align-items: center;
    font-size: 0.28rem;
    color: #fff;
  }
  .problem .problem-main .main-cont .cont-dd .dd-top .dd-show .show-hide em {
    font-size: 0.36rem;
  }
  .problem .problem-main .main-cont .cont-dd .top-active {
    border-bottom: solid 1px transparent;
    background: #009edf;
  }
  .problem .problem-main .main-cont .cont-dd .top-active .dd-title {
    color: #fff;
  }
  .problem .problem-main .main-cont .cont-dd .top-active .dd-title::after {
    color: #00b5e6;
    background: #fff;
  }
  .problem .problem-main .main-cont .cont-dd .top-active .dd-show .show-open {
    display: none;
  }
  .problem .problem-main .main-cont .cont-dd .top-active .dd-show .show-hide {
    display: flex;
  }
  .problem .problem-main .main-cont .cont-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.52rem 0.2rem;
    background: #fff;
    border: solid 2px #009edf;
    border-bottom-right-radius: 0.18rem;
  }
  .problem .problem-main .main-cont .cont-dd .dd-cent .cent-duty {
    position: relative;
    width: 100%;
    padding-left: 0.65rem;
  }
  .problem .problem-main .main-cont .cont-dd .dd-cent .cent-duty::after {
    content: 'A';
    position: absolute;
    top: 0.05rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 50%;
    background: #009edf;
  }
  .problem .problem-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .contact .contact-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .contact .contact-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-main .main-cont .cont-list {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 1.1rem;
  }
  .contact .contact-main .main-cont .cont-list .list-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
  }
  .contact .contact-main .main-cont .cont-list .list-cent .cent-title {
    margin-bottom: 0.3rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
  }
  .contact .contact-main .main-cont .cont-list .list-cent .cent-title2 {
    margin-top: 0.7rem;
    margin-bottom: 0.3rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
  }
  .contact .contact-main .main-cont .cont-list .list-cent .cent-text {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .contact .contact-main .main-cont .cont-list .list-cent .cent-text .text-icon {
    width: 0.45rem;
    height: 0.45rem;
    text-align: center;
    line-height: 0.45rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .contact .contact-main .main-cont .cont-list .list-cent .cent-text .text-icon img {
    width: 0.25rem;
  }
  .contact .contact-main .main-cont .cont-list .list-cent .cent-text .text-font {
    width: calc(100% - 0.45rem);
    padding-top: 0;
    padding-left: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #333;
  }
  .contact .contact-main .main-cont .cont-list .list-cent .cent-text .text-font span {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .contact .contact-main .main-cont .cont-list .list-cent .cent-text .text-font em {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.32rem;
  }
  .contact .contact-main .main-cont .cont-list .list-cent .cent-text2 {
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .contact .contact-main .main-cont .cont-list .list-cent .cent-text2 span {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333;
  }
  .contact .contact-main .main-cont .cont-list .list-map {
    width: 100%;
    height: 6rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    overflow: hidden;
  }
  .contact .contact-main .main-cont .cont-list .list-map img {
    width: 100%;
  }
  .contact .contact-main .main-cont .cont-list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .contact .contact-main .main-cont .cont-list:nth-child(even) .list-cent {
    padding: 0.5rem 0.2rem;
  }
  .contact .contact-main .main-cont .cont-list:last-of-type {
    margin-bottom: 0;
  }
  .message {
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem;
  }
  .message .message-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .message .message-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .message .message-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .message .message-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .message .message-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
    padding-right: 0;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    overflow: hidden;
  }
  .message .message-main .main-cont .cont-cent .cent-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
  }
  .message .message-main .main-cont .cont-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #666;
  }
  .message .message-main .main-cont .cont-cent .cent-form {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .message .message-main .main-cont .cont-cent .cent-form input {
    width: 100%;
    height: 0.9rem;
    margin-bottom: 0.32rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    color: #666;
    border: solid 1px #f4f4f4;
  }
  .message .message-main .main-cont .cont-cent .cent-form input::placeholder {
    color: #999;
  }
  .message .message-main .main-cont .cont-cent .cent-form textarea {
    width: 100%;
    height: 2.6rem;
    padding: 0.25rem 0.2rem;
    font-size: 0.26rem;
    color: #666;
    border: solid 1px #f4f4f4;
  }
  .message .message-main .main-cont .cont-cent .cent-form textarea::placeholder {
    color: #999;
  }
  .message .message-main .main-cont .cont-cent .cent-button {
    display: block;
    width: 2.84rem;
    height: 0.85rem;
    margin-top: 0.64rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    background: linear-gradient(90deg, #009ddf, #00b5e6);
    overflow: hidden;
  }
  .message .message-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    overflow: hidden;
  }
  .message .message-main .main-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruit {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.45rem 0.3rem 1.28rem;
  }
  .recruit .recruit-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .recruit .recruit-plate1 .plate1-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
  }
  .recruit .recruit-plate1 .plate1-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #bbb;
  }
  .recruit .recruit-plate1 .plate1-cent .cent-text {
    margin-top: 0.55rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #333;
  }
  .recruit .recruit-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    overflow: hidden;
  }
  .recruit .recruit-plate1 .plate1-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;
  }
  .recruit .recruit-plate1 .plate1-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));
  }
  .recruit .recruit-plate2 {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
    background: url(/cn/images/recruit/pic2.jpg) no-repeat top left;
    background-size: cover;
  }
  .recruit .recruit-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-plate2 .plate2-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .recruit .recruit-plate2 .plate2-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
  }
  .recruit .recruit-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .recruit .recruit-plate2 .plate2-main .main-cont .cont-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .recruit .recruit-plate2 .plate2-main .main-cont .cont-item:nth-child(5n) {
    margin-right: 0;
  }
  .recruit .recruit-plate2 .plate2-main .main-cont .cont-item .item-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2rem;
    border-radius: 50%;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate2 .plate2-main .main-cont .cont-item .item-icon img {
    width: 0.65rem;
  }
  .recruit .recruit-plate2 .plate2-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.42rem;
    color: #fff;
  }
  .recruit .recruit-plate2 .plate2-main .main-cont .cont-item:hover .item-icon {
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  .recruit .recruit-palte3 {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem 1.45rem;
  }
  .recruit .recruit-palte3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-palte3 .plate3-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .recruit .recruit-palte3 .plate3-main .main-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #bbb;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    margin-bottom: 0.65rem;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-top {
    display: none;
    align-items: center;
    width: 100%;
    height: 0.96rem;
    padding: 0 0.64rem;
    background: #f6f6f6;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-item {
    width: 13.41%;
    color: #333;
    font-size: 0.16rem;
    line-height: 0.3rem;
    font-weight: 700;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-item:nth-child(1) {
    width: 31%;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-item:nth-child(2) {
    width: 23%;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-item:nth-child(3) {
    width: 23.7%;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-item:nth-child(4) {
    width: 15%;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-icon {
    width: 90px;
    height: 90px;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top {
    display: block;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
    border-bottom: solid 1px #eeeeee;
    border-top-left-radius: 0.18rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item {
    width: 100%;
    color: #666;
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item:nth-child(1) {
    width: 100%;
    font-weight: 700;
    color: #333;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item:nth-child(2) {
    width: 100%;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item:nth-child(3) {
    width: 100%;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item:nth-child(4) {
    width: 100%;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item span {
    display: inline-block;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .dd-show {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 0.9rem;
    height: auto;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .dd-show .show-open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.28rem;
    color: #666;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .dd-show .show-open em {
    font-size: 0.32rem;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .dd-show .show-hide {
    display: none;
    justify-content: space-between;
    align-items: center;
    font-size: 0.28rem;
    color: #fff;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .dd-show .show-hide em {
    font-size: 0.32rem;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .top-active {
    border-bottom: solid 1px transparent;
    background: #009edf;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .top-active .top-item {
    color: #fff !important;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .top-active .dd-show .show-open {
    display: none;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .top-active .dd-show .show-hide {
    display: flex;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.52rem 0.3rem;
    background: #fff;
    border: solid 2px #009edf;
    border-bottom-right-radius: 0.18rem;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-title {
    margin-bottom: 0.15rem;
    font-size: 0.28rem;
    font-weight: 700;
    color: #333;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-text {
    margin-bottom: 0.36rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #808080;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-text span {
    color: #00b5e6;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-button {
    display: block;
    width: 2.84rem;
    height: 1rem;
    margin-top: 0.45rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
    background: linear-gradient(90deg, #009ddf, #00b5e6);
    overflow: hidden;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-button img {
    width: 9px;
    margin-left: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-button:hover img {
    margin-left: 0.2rem;
  }
  .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 96%;
    height: auto;
    background: #000;
    z-index: 199;
    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;
  }
  .video-popup .popup-icon {
    position: absolute;
    top: -0.5rem;
    right: 0.1rem;
    width: 0.4rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .video-popup video {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load img {
    width: 0.45rem;
    margin-right: 0.16rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load p {
    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;
  }
  .page-load:hover img {
    margin-right: 0.06rem;
  }
  .page-load:hover p {
    color: #00b5e6;
  }
  .pupop-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 8rem;
    padding: 0.15rem;
    margin: -3.75rem 0 0 -48%;
    background: #fff;
  }
  .pupop-box .box-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .pupop-box .box-cont .cont-hiden {
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0 0 -0.6rem;
    padding-top: 0.2rem;
    text-align: center;
    background: #00b5e6;
    cursor: pointer;
  }
  .pupop-box .box-cont .cont-hiden img {
    width: 0.3rem;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .cont-hiden .hide-title {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev,
  .pupop-box .box-cont .pupop-swiper-button-next {
    position: absolute;
    top: 100%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    background: #00b5e6;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev img,
  .pupop-box .box-cont .pupop-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.1rem;
    height: 0.18rem;
    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;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev .img1,
  .pupop-box .box-cont .pupop-swiper-button-next .img1 {
    opacity: 0;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev .img2,
  .pupop-box .box-cont .pupop-swiper-button-next .img2 {
    opacity: 2;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover,
  .pupop-box .box-cont .pupop-swiper-button-next:hover {
    background: #00b5e6;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
  .pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
  .pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev {
    left: 20%;
  }
  .pupop-box .box-cont .pupop-swiper-button-next {
    right: 20%;
  }
  .pupop-box-active {
    opacity: 1;
    visibility: visible;
  }
  .mr {
    margin-top: -0.8rem !important;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #00b5e6;
  }
}
<!--0.00031018257141113-->