.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    border-bottom: none;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 2rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-nav,
  nav .nav-main .main-cont .main-right {
    display: none;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .right-serach {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon/icon-serach2.png) no-repeat center center;
    background-size: 0.4rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    width: 0.45rem;
    height: 100%;
    margin-left: 0.4rem;
    background: url(../images/icon/icon-web-mune.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 1.2rem;
    background: #fff;
    border-top: solid 1px #eee;
    z-index: 59;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 15.36rem;
    height: 0.75rem;
    margin: 0 auto;
    border-bottom: solid 1px #4289d4;
  }
  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 .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #4289d4;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #4289d4;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2rem;
    height: 100%;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #4289d4;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #4289d4;
    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: #4289d4;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #4289d4;
    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: #4289d4;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #4289d4;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.64rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
    width: 2.4rem;
    height: 0.75rem;
    margin: 0.2rem 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-cent .cent-button .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0.26rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(-90deg, #6db2fb, #4289d4);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button img {
    width: 13px;
    margin-left: 0.16rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
    background: linear-gradient(90deg, #6db2fb, #4289d4);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover img {
    margin-left: 0.06rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
    font-size: 0.64rem;
    font-weight: bold;
    text-align: right;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.36rem;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 5.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title span {
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title em {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: #4289d4;
  }
  header .head-banner .banner-cent .cent-heng {
    width: 60px;
    height: 3px;
    margin-top: 0.35rem;
    background: #4289d4;
  }
  header .head-banner .banner-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.5rem;
    color: #fff;
  }
  header .head-banner .banner-cent2 {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent2 .cent-title {
    font-size: 0.52rem;
    font-weight: 300;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-English {
    margin-top: 0.25rem;
    font-family: Arial;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-search {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
  }
  header .head-banner .banner-cent2 .cent-search input {
    width: 80%;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    font-weight: 300;
    color: #666;
    background: #fff;
  }
  header .head-banner .banner-cent2 .cent-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 0.8rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #0f5cf6, #0de9d9);
  }
  header .head-banner .banner-cent2 .cent-search a img {
    width: 0.3rem;
    margin-right: 0.1rem;
  }
  header .head-banner .banner-cent2 .cent-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.6;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-text span {
    padding: 0.02rem 0.08rem;
    margin: 0.1rem 0.1rem;
    border: 1px solid #fff;
    border-radius: 0.45rem;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #4289d4;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
    background: #000;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.05rem 0.3rem 0;
  }
  footer .foot-main .main-cent {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cent .cent-title {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.5);
  }
  footer .foot-main .main-cent .cent-tel {
    margin: 0.1rem 0 0.2rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.36rem;
    color: #fff;
  }
  footer .foot-main .main-cent .cent-text {
    margin: 0.1rem 0 0.5rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    color: #fff;
  }
  footer .foot-main .main-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    width: auto;
  }
  footer .foot-main .main-cent .cent-share .share-item {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    background: #fff;
  }
  footer .foot-main .main-cent .cent-share .share-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-main .main-cent .cent-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cent .cent-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-cent .cent-share .share-item:hover {
    background: linear-gradient(-90deg, #6db2fb, #4289d4);
  }
  footer .foot-main .main-cent .cent-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-cent .cent-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item {
    width: 2.2rem;
    height: auto;
    padding-right: 0.2rem;
  }
  footer .foot-main .main-nav .nav-item:last-of-type {
    width: auto;
  }
  footer .foot-main .main-nav .nav-item .item-title {
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-nav .nav-item .item-title:hover {
    color: #4289d4;
  }
  footer .foot-main .main-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-nav .nav-item .item-cent a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: rgba(153, 153, 153, 0.7);
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover {
    color: #fff;
  }
  footer .foot-bottom {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 0.5rem;
  }
  footer .foot-bottom .bottom-link {
    text-align: left;
    font-size: 0.26rem;
    color: #999;
  }
  footer .foot-bottom .bottom-link a {
    color: #999;
  }
  footer .foot-bottom .bottom-link a:hover {
    color: #fff;
  }
  footer .foot-bottom .bottom-link span {
    margin: 0 0.1rem;
  }
  footer .foot-bottom .bottom-zhizi {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    text-align: left;
    color: #999;
  }
  footer .foot-bottom .bottom-zhizi a {
    color: #999;
  }
  footer .foot-bottom .bottom-zhizi a:hover {
    color: #4289d4;
  }
  .container {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .container .cont-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .cont-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .container .cont-plate1 .plate1-cent .cent-text {
    margin-top: 0.35rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .container .cont-plate1 .plate1-cent .cent-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.9rem;
  }
  .container .cont-plate1 .plate1-cent .cent-data .data-item {
    width: auto;
    height: auto;
  }
  .container .cont-plate1 .plate1-cent .cent-data .data-item .item-title {
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .container .cont-plate1 .plate1-cent .cent-data .data-item .item-title span {
    margin-right: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.52rem;
    color: #fff;
  }
  .container .cont-plate1 .plate1-cent .cent-data .data-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .container .cont-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .container .cont-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;
  }
  .container .cont-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));
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.1rem 0.3rem 1.32rem;
  }
  .container .cont-plate2 .plate2-main .main-text {
    position: relative;
    margin-top: 0.35rem;
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.5);
    z-index: 9;
  }
  .container .cont-plate2 .plate2-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -1.46rem;
    padding-top: 2.56rem;
    overflow: hidden;
    z-index: 0;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
    width: calc(100% / 2 - 0.1rem);
    height: auto;
    margin-right: 0.2rem;
    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-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.55rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.42rem;
    text-align: center;
    color: #4289d4;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate2 .plate2-main .main-swiper .main-button {
    display: flex;
    justify-content: space-between;
    position: static;
    bottom: 0;
    right: 0;
    width: 2.8rem;
    height: 1.2rem;
    margin: 0.5rem auto 0;
    z-index: 9;
  }
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev,
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: solid 2px rgba(255, 255, 255, 0.5);
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev img,
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    opacity: 0.5;
    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-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev .img2,
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev:hover,
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next:hover {
    border: solid 2px #4289d4;
  }
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev:hover .img1,
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev:hover .img2,
  .container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate3 .plate3-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .container .cont-plate3 .plate3-main .main-cent {
    width: 100%;
    height: auto;
    padding-left: 0.3rem;
    padding-top: 1.1rem;
  }
  .container .cont-plate3 .plate3-main .main-cont {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-lump {
    width: 70%;
    height: auto;
    padding: 0.6rem 0.3rem;
    background: #4289d4;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-lump .lump-text {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-lump .lump-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 0.45rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-lump .lump-button em {
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.18rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-lump .lump-button:hover {
    color: #4289d4;
    background: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-lump .lump-button:hover em {
    margin-left: 0.06rem;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.36rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .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: flex-end;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-top .top-cent {
    width: auto;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-bottom: 0.7rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-slide {
    width: calc(100% / 2 - 0.1rem);
    height: auto;
    margin-right: 0.2rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item {
    display: block;
    width: 100%;
    height: auto;
    background: #25272b;
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-pic {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.2rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-cent .cent-title {
    font-size: 0.36rem;
    line-height: 0.56rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-cent .cent-time {
    margin-top: 0.35rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.28rem;
    color: #4289d4;
    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-cont .swiper-slide .slide-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));
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item:hover .item-cent .cent-title {
    font-weight: bold;
    color: #4289d4;
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item:hover .item-cent .cent-time {
    color: rgba(255, 255, 255, 0.35);
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-pagination {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.4rem;
    height: 5px;
    margin: 0 0.1rem;
    background: #fff;
    border-radius: 0.45rem;
    opacity: 0.5;
  }
  .container .cont-plate4 .plate4-main .main-cont .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem;
    background: #17181a;
  }
  .about .about-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .about .about-plate1 .plate1-cent .cent-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }
  .about .about-plate1 .plate1-cent .cent-title img {
    width: 0.7rem;
    margin-right: 0.4rem;
  }
  .about .about-plate1 .plate1-cent .cent-title span {
    padding-top: 0.2rem;
    margin-right: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.42rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .about .about-plate1 .plate1-cent .cent-title em {
    padding-top: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.42rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .about .about-plate1 .plate1-cent .cent-text {
    margin-top: 0.6rem;
    padding-left: 1.8rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .about .about-plate1 .plate1-cent .cent-text2 {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .about .about-plate1 .plate1-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-right: 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .about .about-plate2 {
    width: 100%;
    height: 3rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.38rem 0.3rem;
    background: #17181a;
  }
  .about .about-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-main .main-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
    z-index: 9;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item {
    display: block;
    width: calc(100% / 3);
    height: 1.68rem;
    background: #212223;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item .item-title {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    background: #4289d4;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:hover {
    background: #fff !important;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:hover .item-pic {
    height: 100%;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:hover .item-title {
    height: 0;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(1) {
    margin-left: 0;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(2) {
    background: #28292a;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(4) {
    margin-left: 0;
    background: #28292a;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(5) {
    display: none;
    background: #4289d4;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(5):hover {
    background: #4289d4 !important;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(5):hover .item-pic {
    height: 100%;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(5):hover .item-title {
    display: none;
    height: 0;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(6) {
    margin-right: 0;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(7) {
    background: #28292a;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(8) {
    background: #212223;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(9) {
    background: #28292a;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(10) {
    margin-left: 0;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-button {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 2rem;
    margin: 0.35rem auto 0;
    z-index: 9;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-prev,
  .about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-next {
    width: 0.85rem;
    height: 0.85rem;
    text-align: center;
    line-height: 0.76rem;
    border-radius: 50%;
    border: solid 2px rgba(153, 153, 153, 0.5);
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-prev img,
  .about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-next img {
    width: 7px;
    opacity: 0.7;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-prev:hover,
  .about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-next:hover {
    border: solid 2px #4289d4;
    background: #4289d4;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-prev:hover img,
  .about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-next:hover img {
    opacity: 1;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 1.72rem;
    background: #17181a url(../images/culture/bg.png) no-repeat top right;
  }
  .culture .culture-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .culture .culture-main .main-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }
  .culture .culture-main .main-item .item-pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 9;
  }
  .culture .culture-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .culture .culture-main .main-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding-left: 0;
  }
  .culture .culture-main .main-item .item-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  .culture .culture-main .main-item .item-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
  }
  .culture .culture-main .main-item .item-cent .cent-heng {
    width: 43px;
    height: 3px;
    margin-top: 0.25rem;
    background: rgba(255, 255, 255, 0.15);
  }
  .culture .culture-main .main-item .item-cent .cent-subtitle {
    margin-top: 0.5rem;
    font-size: 0.34rem;
    color: #fff;
  }
  .culture .culture-main .main-item .item-cent .cent-English2 {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .culture .culture-main .main-item:first-of-type::after {
    content: '';
    display: none;
    position: absolute;
    top: 0.5rem;
    left: -2.4rem;
    width: 8.9rem;
    height: 4.8rem;
    background: url(../images/culture/bg1.jpg) no-repeat top left;
    background-size: cover;
    z-index: 0;
  }
  .culture .culture-main .main-item:nth-child(2)::before {
    content: 'Vision';
    position: absolute;
    top: -1rem;
    left: 50%;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 1.8rem;
    text-transform: uppercase;
    color: transparent;
    text-stroke: 1px #4289d4;
    -webkit-text-stroke: 1px #4289d4;
    opacity: 0.1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .culture .culture-main .main-item:nth-child(2)::after {
    content: '';
    display: none;
    position: absolute;
    top: 0.4rem;
    right: -0.4rem;
    width: 7.2rem;
    height: 4.8rem;
    border: solid 1px rgba(255, 255, 255, 0.1);
  }
  .culture .culture-main .main-item:nth-child(3)::after {
    content: '';
    display: none;
    position: absolute;
    top: 0.4rem;
    left: -0.4rem;
    width: 7.2rem;
    height: 4.8rem;
    background: #1c1d1f;
  }
  .culture .culture-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .culture .culture-main .main-item:nth-child(even) .item-cent {
    padding-left: 0;
    padding-right: 1.3rem;
  }
  .culture .culture-main .main-item:last-of-type {
    margin-bottom: 0;
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 1.18rem 0.3rem;
    background: #17181a url(../images/culture/bg.png) no-repeat top right;
  }
  .honor .honor-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .honor .honor-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .honor .honor-main .main-cont .cont-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.5rem 0.3rem 0.35rem;
    background: #27282a;
  }
  .honor .honor-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 3.7rem;
    overflow: hidden;
  }
  .honor .honor-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;
  }
  .honor .honor-main .main-cont .cont-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .honor .honor-main .main-cont .cont-item .item-text {
    margin-top: 0.08rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.24rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
  }
  .honor .honor-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .honor .honor-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .honor .honor-main .main-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: auto;
    margin: 0.7rem auto 0;
  }
  .honor .honor-main .main-load img {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-load span {
    font-size: 0.26rem;
    font-weight: bold;
    color: #fff;
  }
  .honor .honor-main .main-load:hover img {
    margin-right: 0.05rem;
  }
  .produce {
    width: 100%;
    height: auto;
    background: #17181a url(../images/culture/bg.png) no-repeat top right;
  }
  .produce .produce-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.35rem 0.3rem 1.05rem;
  }
  .produce .produce-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .produce .produce-plate1 .plate1-main .main-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.45rem;
  }
  .produce .produce-plate1 .plate1-main .main-item .item-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .produce .produce-plate1 .plate1-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .produce .produce-plate1 .plate1-main .main-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .produce .produce-plate1 .plate1-main .main-item:nth-child(5n) {
    margin-right: 0;
  }
  .produce .produce-plate1 .plate1-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .produce .produce-plate2 {
    width: 100%;
    height: auto;
  }
  .produce .produce-plate2 .plate2-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .produce .produce-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .produce .produce-plate2 .plate2-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .produce .produce-plate2 .plate2-main .swiper-slide .slide-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .produce .produce-plate2 .plate2-main .swiper-slide .slide-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .produce .produce-plate2 .plate2-main .swiper-slide .slide-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .produce .produce-plate2 .plate2-main .plate2-swiper-button-prev,
  .produce .produce-plate2 .plate2-main .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    background: #fff;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .produce .produce-plate2 .plate2-main .plate2-swiper-button-prev img,
  .produce .produce-plate2 .plate2-main .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    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;
  }
  .produce .produce-plate2 .plate2-main .plate2-swiper-button-prev .img2,
  .produce .produce-plate2 .plate2-main .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .produce .produce-plate2 .plate2-main .plate2-swiper-button-prev {
    left: 0.42rem;
  }
  .produce .produce-plate2 .plate2-main .plate2-swiper-button-next {
    right: 0.42rem;
  }
  .produce .produce-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.18rem 0.3rem;
  }
  .produce .produce-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .produce .produce-plate3 .plate3-main .main-itme {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
  }
  .produce .produce-plate3 .plate3-main .main-itme .item-pic {
    width: 100%;
    height: 4.7rem;
    overflow: hidden;
  }
  .produce .produce-plate3 .plate3-main .main-itme .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .produce .produce-plate3 .plate3-main .main-itme .item-title {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .produce .produce-plate3 .plate3-main .main-itme:nth-child(3n) {
    margin-right: 0;
  }
  .produce .produce-plate3 .plate3-main .main-itme: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));
  }
  .produce .produce-plate4 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .produce .produce-plate4 .plate4-main {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 0.55rem;
    background: #4289d4;
  }
  .produce .produce-plate4 .plate4-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
  }
  .produce .produce-plate4 .plate4-main .main-cont .cont-item {
    position: relative;
    width: calc(100% / 2);
    height: auto;
    padding-left: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .produce .produce-plate4 .plate4-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    top: 0.12rem;
    left: 0;
    width: 0.15rem;
    height: 0.15rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 1px #fff;
  }
  .video {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem;
    background: #17181a url(../images/culture/bg.png) no-repeat top right;
  }
  .video .video-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .video .video-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .video .video-main .main-top .top-pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .video .video-main .main-top .top-pic .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-top .top-pic .pic-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin: -0.6rem 0 0 -0.6rem;
    cursor: pointer;
    z-index: 9;
  }
  .video .video-main .main-top .top-pic .pic-play img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-top .top-pic .pic-play:hover img {
    transform: scale(0.9, 0.9) translateZ(0);
    -o-transform: scale(0.9, 0.9) translateZ(0);
    -moz-transform: scale(0.9, 0.9) translateZ(0);
    -webkit-transform: scale(0.9, 0.9 translateZ(0));
  }
  .video .video-main .main-top .top-pic:hover .img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .video .video-main .main-top .top-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.5rem;
    background: #232426;
    overflow: hidden;
  }
  .video .video-main .main-top .top-cent #particles-js {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5rem;
  }
  .video .video-main .main-top .top-cent .cent-title {
    font-size: 0.48rem;
    line-height: 0.54rem;
    color: #fff;
  }
  .video .video-main .main-top .top-cent .cent-heng {
    width: 40px;
    height: 4px;
    margin-top: 0.35rem;
    background: #fff;
  }
  .video .video-main .main-top .top-cent .cent-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #fff;
  }
  .video .video-main .main-top .top-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 0.45rem;
    z-index: 9;
  }
  .video .video-main .main-top .top-cent .cent-share span {
    margin-right: 0.18rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .video .video-main .main-top .top-cent .cent-share a {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.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;
  }
  .video .video-main .main-top .top-cent .cent-share a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    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 .video-main .main-top .top-cent .cent-share a .img2 {
    opacity: 0;
  }
  .video .video-main .main-top .top-cent .cent-share a:hover .img1 {
    opacity: 0;
  }
  .video .video-main .main-top .top-cent .cent-share a:hover .img2 {
    opacity: 1;
  }
  .video .video-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.7rem 0 0.8rem;
    padding: 0 0.3rem;
  }
  .video .video-main .main-cont .cont-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .video .video-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .video .video-main .main-cont .cont-item .item-pic {
    position: relative;
    width: 100%;
    height: 1.6rem;
    overflow: hidden;
  }
  .video .video-main .main-cont .cont-item .item-pic .img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-cont .cont-item .item-pic .pic-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    cursor: pointer;
    z-index: 9;
  }
  .video .video-main .main-cont .cont-item .item-pic .pic-play img {
    width: 100%;
    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-pic .pic-play:hover img {
    transform: scale(0.9, 0.9) translateZ(0);
    -o-transform: scale(0.9, 0.9) translateZ(0);
    -moz-transform: scale(0.9, 0.9) translateZ(0);
    -webkit-transform: scale(0.9, 0.9 translateZ(0));
  }
  .video .video-main .main-cont .cont-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
  .video .video-main .main-cont .cont-item:hover .item-pic .img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1.7rem 0.3rem 1.2rem;
    background: #030305 url(../images/product/bg.jpg) no-repeat left bottom;
    background-size: 100%;
  }
  .product .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product .product-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.9rem;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .product .product-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-item .item-num {
    margin-top: 0.4rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.4rem;
    text-align: center;
    color: #4289d4;
  }
  .product .product-main .main-cont .cont-item .item-title {
    margin-top: 0.05rem;
    font-size: 0.38rem;
    text-align: center;
    color: #fff;
  }
  .product .product-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-main .main-cont .cont-item:nth-child(3n + 1) {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .product .product-main .main-cont .cont-item:nth-child(3n) {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .product .product-main .main-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: auto;
    margin: 0.7rem auto 0;
  }
  .product .product-main .main-load img {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-load span {
    font-size: 0.26rem;
    font-weight: bold;
    color: #4289d4;
  }
  .product .product-main .main-load:hover img {
    margin-right: 0.05rem;
  }
  .productDetail {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem;
    background: #030305 url(../images/product/bg.jpg) no-repeat left bottom;
    background-size: 100%;
  }
  .productDetail .productDetail-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-main .main-text {
    font-size: 0.44rem;
    line-height: 0.7rem;
    text-align: center;
    color: #fff;
  }
  .productDetail .productDetail-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide .slide-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-swiper .product-swiper-button-prev,
  .productDetail .productDetail-main .main-swiper .product-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.26rem;
    height: 0.4rem;
    margin-top: -0.15rem;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  .productDetail .productDetail-main .main-swiper .product-swiper-button-prev img,
  .productDetail .productDetail-main .main-swiper .product-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-swiper .product-swiper-button-prev .img2,
  .productDetail .productDetail-main .main-swiper .product-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetail .productDetail-main .main-swiper .product-swiper-button-prev:hover .img1,
  .productDetail .productDetail-main .main-swiper .product-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetail .productDetail-main .main-swiper .product-swiper-button-prev:hover .img2,
  .productDetail .productDetail-main .main-swiper .product-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetail .productDetail-main .main-swiper .product-swiper-button-prev {
    left: 0.3rem;
  }
  .productDetail .productDetail-main .main-swiper .product-swiper-button-next {
    right: 0.3rem;
  }
  .productDetail .productDetail-main .main-swiper .swiper-pagination {
    bottom: 0.4rem;
  }
  .productDetail .productDetail-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 4px;
    margin: 0 0.07rem;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  .productDetail .productDetail-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #4289d4;
  }
  .productDetail .productDetail-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.4rem;
  }
  .productDetail .productDetail-main .main-box .box-item {
    width: 50%;
    height: auto;
    margin-bottom: 1rem;
  }
  .productDetail .productDetail-main .main-box .box-item .item-pic {
    width: 100%;
    height: 0.65rem;
    padding: 0 0.2rem;
    text-align: center;
  }
  .productDetail .productDetail-main .main-box .box-item .item-pic img {
    width: 2.5rem;
  }
  .productDetail .productDetail-main .main-box .box-item .item-title {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .productDetail .productDetail-main .main-table {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .productDetail .productDetail-main .main-table table {
    width: 12rem;
    text-align: left;
  }
  .productDetail .productDetail-main .main-table tr:nth-child(odd) {
    background: #17191d;
  }
  .productDetail .productDetail-main .main-table th {
    padding: 0.2rem 0.3rem;
    font-size: 0.28rem;
    color: #fff;
    background: #4289d4;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-top: solid 1px #4289d4;
  }
  .productDetail .productDetail-main .main-table th:first-of-type {
    border-left: solid 1px #4289d4;
  }
  .productDetail .productDetail-main .main-table th:last-of-type {
    border-left: solid 1px #4289d4;
  }
  .productDetail .productDetail-main .main-table td {
    padding: 0.2rem 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    border: solid 1px rgba(255, 255, 255, 0.1);
  }
  .warranty {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem;
    background: #141517 url(../images/warranty/bg.jpg ) no-repeat bottom left;
    background-size: 100%;
  }
  .warranty .warranty-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .warranty .warranty-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .warranty .warranty-main .main-cent .cent-text {
    margin-top: 0.6rem;
    font-size: 0.48rem;
    font-weight: 100;
    color: #fff;
  }
  .warranty .warranty-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    overflow: hidden;
  }
  .warranty .warranty-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .warranty .warranty-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));
  }
  .download {
    width: 100%;
    height: auto;
    padding: 1.65rem 0.3rem 1.2rem;
    background: #030305 url(../images/product/bg.jpg) no-repeat left bottom;
    background-size: 100%;
  }
  .download .download-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .download .download-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .download .download-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem 0 0.3rem;
    margin-bottom: 0.2rem;
    background: #1a1c20;
  }
  .download .download-main .main-cont .cont-item .item-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 1.2rem);
    height: auto;
  }
  .download .download-main .main-cont .cont-item .item-left span {
    display: none;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item .item-left p {
    width: 100%;
    padding-left: 0;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item .cont-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1rem;
    height: auto;
  }
  .download .download-main .main-cont .cont-item .cont-button em {
    width: 0.36rem;
    height: 0.32rem;
    background: url(../images/icon/icon-download-pic1.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item .cont-button span {
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item:hover {
    background: #4289d4;
  }
  .download .download-main .main-cont .cont-item:hover .item-left span,
  .download .download-main .main-cont .cont-item:hover .item-left p {
    color: #fff;
  }
  .download .download-main .main-cont .cont-item:hover .cont-button em {
    background: url(../images/icon/icon-download-pic1-active.png) no-repeat center center;
    background-size: 100%;
  }
  .download .download-main .main-cont .cont-item:hover .cont-button span {
    color: #fff;
  }
  .download .download-main .main-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: auto;
    margin: 0.7rem auto 0;
  }
  .download .download-main .main-load img {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-load span {
    font-size: 0.26rem;
    font-weight: bold;
    color: #4289d4;
  }
  .download .download-main .main-load:hover img {
    margin-right: 0.05rem;
  }
  .FAQ {
    width: 100%;
    height: auto;
    padding: 1.65rem 0.3rem 1.2rem;
    background: #030305 url(../images/product/bg.jpg) no-repeat left bottom;
    background-size: 100%;
  }
  .FAQ .FAQ-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .FAQ .FAQ-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .FAQ .FAQ-main .main-cont .cont-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
    background: #1b1c20;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-title {
    position: relative;
    width: 90%;
    padding-left: 0.6rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-title::after {
    content: 'Q';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    background: #4289d4;
    border-radius: 50%;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-show {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon/icon-FAQ-jia.png) no-repeat center center;
    background-size: 100%;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .top-active .dd-show {
    background: url(../images/icon/icon-FAQ-jian.png) no-repeat center center;
    background-size: 100%;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.4rem 0.2rem;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty {
    position: relative;
    width: 100%;
    padding-left: 0.6rem;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty::after {
    content: 'A';
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    background: #4289d4;
    border-radius: 50%;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .FAQ .FAQ-main .main-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: auto;
    margin: 0.7rem auto 0;
  }
  .FAQ .FAQ-main .main-load img {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FAQ .FAQ-main .main-load span {
    font-size: 0.26rem;
    font-weight: bold;
    color: #4289d4;
  }
  .FAQ .FAQ-main .main-load:hover img {
    margin-right: 0.05rem;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #17181a url(../images/news/bj.jpg) no-repeat left top;
    background-size: 100%;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .news .news-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.7rem;
    background: #25272b;
  }
  .news .news-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 3.9rem;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.42rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.52rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-time {
    margin-top: 0.45rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.28rem;
    color: #4289d4;
  }
  .news .news-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #4289d4;
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-time {
    color: rgba(255, 255, 255, 0.35);
  }
  .news .news-main .main-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: auto;
    margin: 0.7rem auto 0;
  }
  .news .news-main .main-load img {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-load span {
    font-size: 0.26rem;
    font-weight: bold;
    color: #fff;
  }
  .news .news-main .main-load:hover img {
    margin-right: 0.05rem;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem;
    background: #17181a url(../images/contact/bg.jpg) no-repeat top left;
    background-size: 100%;
  }
  .contact .contact-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .contact .contact-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.5rem;
    font-size: 0.48rem;
    font-weight: 100;
    color: #fff;
  }
  .contact .contact-plate1 .plate1-main .main-cent .cent-English {
    margin: 0.1rem 0 0.5rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
  }
  .contact .contact-plate1 .plate1-main .main-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .contact .contact-plate1 .plate1-main .main-cent .cent-item .item-icon {
    width: 0.4rem;
    height: auto;
  }
  .contact .contact-plate1 .plate1-main .main-cent .cent-item .item-icon img {
    width: 100%;
  }
  .contact .contact-plate1 .plate1-main .main-cent .cent-item .item-text {
    width: calc(100% - 0.4rem);
    height: auto;
    padding-left: 0.2rem;
    font-size: 0.3rem;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.8);
  }
  .contact .contact-plate1 .plate1-main .main-map {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .contact .contact-plate1 .plate1-main .main-map img {
    width: 100%;
  }
  .contact .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem 1.4rem;
    background: #17181a url(../images/contact/bg2.jpg) no-repeat top left;
    background-size: 100%;
  }
  .contact .contact-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-plate2 .plate2-main .main-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-plate2 .plate2-main .main-form input {
    width: 100%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.25rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.8);
    background: #24262a;
    border-radius: 0.05rem;
  }
  .contact .contact-plate2 .plate2-main .main-form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  .contact .contact-plate2 .plate2-main .main-form input:nth-child(3n) {
    margin-right: 0;
  }
  .contact .contact-plate2 .plate2-main .main-form textarea {
    width: 100%;
    height: 2.8rem;
    margin-bottom: 0.25rem;
    padding: 0.2rem 0.3rem;
    font-size: 0.28rem;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.8);
    background: #24262a;
    border-radius: 0.05rem;
  }
  .contact .contact-plate2 .plate2-main .main-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  .contact .contact-plate2 .plate2-main .main-button {
    display: block;
    width: 2.5rem;
    height: 0.8rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.05rem;
    background: linear-gradient(-90deg, #6db2fb, #4289d4);
  }
  .contact .contact-plate2 .plate2-main .main-button:hover {
    background: linear-gradient(90deg, #6db2fb, #4289d4);
  }
  .page-English {
    position: relative;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.2));
    background-clip: text;
    -webkit-background-clip: text;
    z-index: 9;
  }
  .page-title {
    position: relative;
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
    z-index: 9;
  }
  .page-heng {
    position: relative;
    width: 46px;
    height: 3px;
    margin-top: 0.35rem;
    background: #fff;
    z-index: 9;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.4rem;
    height: 0.75rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(-90deg, #6db2fb, #4289d4);
    z-index: 9;
  }
  .page-button img {
    width: 0.26rem;
    margin-left: 0.18rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    background: linear-gradient(90deg, #6db2fb, #4289d4);
  }
  .page-button:hover img {
    margin-left: 0.06rem;
  }
}
