.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    border-bottom: none;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 2.5rem;
    height: 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-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-title {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon/icon-lang.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-web-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    margin-left: -1rem;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-103%);
    -o-transform: translatey(-103%);
    -moz-transform: translatey(-103%);
    -webkit-transform: translatey(-103%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.1rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-list .list-link:hover {
    color: #2c4b9c;
  }
  nav .nav-main .main-cont .main-web-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-web-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-web-right .right-serach {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.35rem;
    background: url(../images/icon/icon-serach.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 #2c4b9c;
  }
  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: #2c4b9c;
    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 #2c4b9c;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.5rem;
    height: 100%;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #2c4b9c;
  }
  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: #2c4b9c;
    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: #2c4b9c;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #2c4b9c;
    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: #2c4b9c;
  }
  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.5rem 0.25rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #2c4b9c;
  }
  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;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 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;
  }
  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: 50%;
    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 {
    font-size: 0.58rem;
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.06rem;
    color: #fff;
    opacity: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    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-title span {
    font-weight: bold;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.45rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    line-height: 0.72rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    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-English2 {
    margin-top: 0.45rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    line-height: 0.72rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    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 {
    position: absolute;
    top: 35%;
    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.36rem;
    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-English {
    margin-top: 0.9rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.46rem;
    text-transform: uppercase;
    letter-spacing: 0;
    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: #2c4b9c;
  }
  header .head-banner .banner-cent .cent-heng {
    width: 60px;
    height: 3px;
    margin-top: 0.35rem;
    background: #2c4b9c;
  }
  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: #2c4b9c;
    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: #2a2a2a;
  }
  footer .foot-main {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.3rem 0.2rem 1.1rem;
  }
  footer .foot-main .main-share {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-share .share-item {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 0.24rem;
    border-radius: 50%;
    background: #fff;
  }
  footer .foot-main .main-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    height: auto;
    margin: -0.15rem 0 0 -0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-share .share-item:hover {
    background: #2c4b9c;
  }
  footer .foot-main .main-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-cont {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-link {
    display: none;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-link a {
    margin-right: 1.05rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.18rem;
    text-transform: uppercase;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-link a:hover {
    color: #2c4b9c;
  }
  footer .foot-main .main-cont .cont-zizhi {
    margin-top: 0.7rem;
    font-size: 0.26rem;
    text-align: center;
    color: #7d7d7f;
  }
  footer .foot-main .main-cont .cont-zizhi a {
    color: #7d7d7f;
  }
  footer .foot-main .main-cont .cont-zizhi a:hover {
    color: #fff;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 1.45rem;
  }
  .container .cont-plate1 .plate1-bg {
    position: absolute;
    top: 0.55rem;
    left: 50%;
    width: 4.98rem;
    height: 5.1rem;
    margin-left: -2.49rem;
  }
  .container .cont-plate1 .plate1-bg img {
    width: 100%;
  }
  .container .cont-plate1 .plate1-lump {
    display: none;
    position: absolute;
    top: 0;
    left: 40%;
    width: 6.45rem;
    height: 3.3rem;
    background: #eaf2f9;
  }
  .container .cont-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .container .cont-plate1 .plate1-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-transform: uppercase;
    text-align: center;
    color: #333;
  }
  .container .cont-plate1 .plate1-cent .cent-heng {
    width: 33px;
    height: 6px;
    margin: 0.3rem auto 0;
    border-radius: 0.45rem;
    background: #2c4b9c;
  }
  .container .cont-plate1 .plate1-cent .cent-title {
    margin-top: 1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    line-height: 0.6rem;
    color: #2c4b9c;
  }
  .container .cont-plate1 .plate1-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .container .cont-plate1 .plate1-cent .page-button {
    margin-top: 0.9rem;
  }
  .container .cont-plate1 .plate1-pic {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    overflow: hidden;
    z-index: 9;
  }
  .container .cont-plate1 .plate1-pic img {
    width: 100%;
    height: auto;
    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 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    padding-top: 1rem;
  }
  .container .cont-plate2 .plate2-lump {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #eaf2f9;
    z-index: -1;
  }
  .container .cont-plate2 .plate2-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #333;
  }
  .container .cont-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    padding-left: 0;
    padding-bottom: 1.55rem;
  }
  .container .cont-plate2 .plate2-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .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;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont {
    position: static;
    top: 1.18rem;
    right: 1.92rem;
    width: 100%;
    height: 6rem;
    padding: 0.8rem 0.7rem 0;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont .cont-icon {
    width: 0.76rem;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont .cont-icon img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont .cont-English {
    margin-top: 0.7rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.36rem;
    line-height: 0.55rem;
    text-align: center;
    color: #2c4b9c;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont .cont-text {
    margin-top: 0.35rem;
    font-family: Arial;
    font-size: 0.18rem;
    text-align: center;
    color: #2c4b9c;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont .cont-heng {
    width: 30px;
    height: 1px;
    margin: 1.5rem auto 0;
    background: #2c4b9c;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 2rem;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0 0.2rem;
    z-index: 9;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev,
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: solid 1px #2c4b9c;
    cursor: pointer;
    outline: none;
    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-button .plate2-swiper-button-prev img,
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 11px;
    margin: -5.5px 0 0 -6.5px;
    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-button .plate2-swiper-button-prev .img2,
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev:hover,
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next:hover {
    background: #2c4b9c;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev:hover .img1,
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev:hover .img2,
  .container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
  }
  .container .cont-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding: 0;
  }
  .container .cont-plate3 .plate3-main .main-item {
    position: relative;
    width: 100%;
    height: 6.8rem;
    margin-bottom: 0.2rem;
  }
  .container .cont-plate3 .plate3-main .main-item:first-of-type {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-item .item-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-item .item-pic .img-web {
    display: block;
  }
  .container .cont-plate3 .plate3-main .main-item .item-pic .img-pc {
    display: none;
  }
  .container .cont-plate3 .plate3-main .main-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.7rem 0;
  }
  .container .cont-plate3 .plate3-main .main-item .item-cent .cent-title {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.36rem;
    text-align: center;
    color: #323232;
  }
  .container .cont-plate4 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0 1.6rem;
    margin-top: 1.1rem;
    background: #f0f2f5;
    overflow: hidden;
  }
  .container .cont-plate4 #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 9;
  }
  .container .cont-plate4 .plate4-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-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;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    padding: 0 0.5rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    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 .cont-item .item-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.5rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 67, 237, 0.5);
    opacity: 0;
    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 .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));
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item:hover .item-cent {
    bottom: -1.3rem;
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item:hover .item-cont {
    opacity: 1;
  }
  .container .cont-plate5 {
    width: 100%;
    height: auto;
    padding: 1.6rem 0.2rem 1.5rem;
  }
  .container .cont-plate5 .plate5-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate5 .plate5-main .main-left {
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-left .page-title {
    text-align: center;
  }
  .container .cont-plate5 .plate5-main .main-left .left-Emali {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.36rem;
    text-align: center;
    color: #2c4b9c;
  }
  .container .cont-plate5 .plate5-main .main-right {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate5 .plate5-main .main-right .right-text {
    font-family: Arial;
    font-size: 0.32rem;
    line-height: 0.56rem;
    text-align: center;
    color: #333;
  }
  .container .cont-plate5 .plate5-main .main-right .page-button {
    width: 3.2rem;
    margin: 0.5rem auto 0;
  }
  .page-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #333;
  }
  .page-heng {
    width: 33px;
    height: 6px;
    margin: 0.3rem auto 0;
    border-radius: 0.45rem;
    background: #2c4b9c;
  }
  .page-button {
    display: block;
    width: 2.87rem;
    height: 0.85rem;
    margin-top: 0.9rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.85rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #2b54be, #2c4b9c);
    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, #2b54be, #2c4b9c);
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .page-button2 {
    display: block;
    width: 2.87rem;
    height: 0.85rem;
    margin-top: 0.4rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.85rem;
    color: #2c4b9c;
    border-radius: 0.45rem;
    border: solid 1px #2c4b9c;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2:hover {
    color: #fff;
    background: linear-gradient(90deg, #2b54be, #2c4b9c);
  }
}
