.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 {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    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 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 1.2rem;
    height: auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo 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-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ea5504, #ff752a);
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #ea5504, #ff752a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #2f318b !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.3rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 0.32rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 0.3rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.8rem;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.16rem;
    font-size: var(--fs26);
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-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;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    padding: 0.15rem 0;
    margin-left: -1rem;
    box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #2f318b;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 1.2rem;
    height: 100%;
    background: linear-gradient(-90deg, #0084ff, #2f318b);
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    right: 0;
    width: 0.4rem;
    height: 0.03rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    right: 0;
    width: 0.4rem;
    height: 0.03rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    width: 0.4rem;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #2f318b;
    border: none;
    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;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  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;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #2f318b;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.7rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #2f318b;
  }
  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: #2f318b;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.32rem;
    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: #2f318b;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #2f318b;
    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: #2f318b;
  }
  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-family: 'MONTSERRAT-LIGHT';
    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 #2f318b;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 5rem;
    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: 6rem;
    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.6rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subTitle {
    margin-top: 0.15rem;
    font-size: var(--fs32);
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.05rem;
    color: #333;
    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.6rem;
    height: 0.8rem;
    margin: 0.4rem auto 0;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 0.7rem;
    background: linear-gradient(-90deg, rgba(0, 132, 255, 0.8), rgba(47, 49, 139, 0.8));
    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-box .box-title {
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-text {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    font-weight: 100;
    letter-spacing: 0.3rem;
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box .page-button {
    margin-top: 0.45rem;
  }
  header .head-banner .swiper-slide-active .box-cent .cent-title,
  header .head-banner .swiper-slide-active .box-cent2 .cent-title,
  header .head-banner .swiper-slide-active .box-cent3 .cent-title,
  header .head-banner .swiper-slide-active .box-cent .cent-text,
  header .head-banner .swiper-slide-active .box-cent2 .cent-text,
  header .head-banner .swiper-slide-active .box-cent3 .cent-text,
  header .head-banner .swiper-slide-active .box-cent .cent-button,
  header .head-banner .swiper-slide-active .box-cent2 .cent-button,
  header .head-banner .swiper-slide-active .box-cent3 .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-form {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 1.2rem !important;
    background: #f6f6f6;
    overflow: hidden;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  footer .foot-main .main-cent {
    width: 60%;
    height: auto;
  }
  footer .foot-main .main-cent .cent-logo {
    display: block;
    width: 1.5rem;
  }
  footer .foot-main .main-cent .cent-logo img {
    width: 100%;
  }
  footer .foot-main .main-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-cent .cent-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  footer .foot-main .main-cent .cent-lump .lump-item:last-of-type {
    margin-bottom: 0;
  }
  footer .foot-main .main-cent .cent-lump .lump-item .item-icon {
    width: 0.45rem;
    height: auto;
  }
  footer .foot-main .main-cent .cent-lump .lump-item .item-icon img {
    width: 100%;
  }
  footer .foot-main .main-cent .cent-lump .lump-item .item-cent {
    width: calc(100% - 0.45rem);
    height: auto;
    padding-left: 0.15rem;
  }
  footer .foot-main .main-cent .cent-lump .lump-item .item-cent .cent-title {
    font-size: var(--fs28);
    color: #999;
  }
  footer .foot-main .main-cent .cent-lump .lump-item .item-cent .cent-tel {
    font-size: var(--fs32);
    font-weight: bold;
    color: #333;
  }
  footer .foot-main .main-cent .cent-lump .lump-item .item-cent .cent-tel span {
    color: #d5000b;
  }
  footer .foot-main .main-cent .cent-lump .lump-item .item-cent .cent-text {
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item {
    width: auto;
    margin-right: 1.05rem;
  }
  footer .foot-main .main-nav .nav-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-main .main-nav .nav-item .item-top {
    display: block;
    width: 100%;
    font-size: var(--fs18);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-nav .nav-item .item-top:nth-child(3) {
    margin-top: 0.45rem;
  }
  footer .foot-main .main-nav .nav-item .item-top:hover {
    color: #0084ff;
  }
  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;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs14);
    line-height: 0.24rem;
    color: #666;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #0084ff;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover {
    color: #0084ff;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .foot-main .main-cont {
    width: auto;
    height: auto;
    padding-bottom: 1.2rem;
  }
  footer .foot-main .main-cont .cont-ewm {
    width: 2.5rem;
    height: auto;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
  }
  footer .foot-main .main-cont .cont-ewm img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-share {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.45rem;
  }
  footer .foot-main .main-cont .cont-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.18rem;
    border-radius: 50%;
    background: #fff;
  }
  footer .foot-main .main-cont .cont-share .share-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-main .main-cont .cont-share .share-item 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%);
  }
  footer .foot-main .main-cont .cont-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-share .share-item:hover {
    background: linear-gradient(90deg, #0084ff, #2f318b);
  }
  footer .foot-main .main-cont .cont-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-zizhi {
    position: static;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 0.75rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    text-align: center;
  }
  footer .foot-main .main-zizhi a {
    display: inline-block;
    color: #666;
  }
  footer .foot-main .main-zizhi a:hover {
    color: #0084ff;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.9rem 0.3rem;
  }
  .container .cont-plate1 .plate1-top .top-cent {
    width: 100%;
  }
  .container .cont-plate1 .plate1-top .top-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
  }
  .container .cont-plate1 .plate1-top .top-data .data-item {
    width: 50%;
    padding-right: 0.3rem;
    margin-top: 0.5rem;
  }
  .container .cont-plate1 .plate1-top .top-data .data-item:last-of-type {
    width: 50%;
    padding-right: 0.3rem;
  }
  .container .cont-plate1 .plate1-top .top-data .data-item .item-num {
    font-size: var(--fs30);
    color: #999;
  }
  .container .cont-plate1 .plate1-top .top-data .data-item .item-num span {
    margin-right: 0.08rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.52rem;
    color: #2f318b;
  }
  .container .cont-plate1 .plate1-top .top-data .data-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #999;
  }
  .container .cont-plate1 .plate1-main {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-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;
  }
  .container .cont-plate1 .plate1-main .main-pic .pic-lump {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2rem;
    padding: 0 0.3rem;
    z-index: 9;
    background: linear-gradient(-90deg, rgba(0, 132, 255, 0.8), rgba(47, 49, 139, 0.8));
  }
  .container .cont-plate1 .plate1-main .main-pic .pic-lump .lump-cent {
    width: 2.55rem;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-pic .pic-lump .lump-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate1 .plate1-main .main-pic .pic-lump .lump-cent .cent-English {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: bold;
    text-transform: uppercase;
    color: #f8f8fb;
    opacity: 0.2;
  }
  .container .cont-plate1 .plate1-main .main-pic .pic-lump .lump-cont {
    width: 4rem;
    font-size: var(--fs36);
    font-weight: 100;
    line-height: 0.46rem;
    color: #fff;
  }
  .container .cont-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem;
    background: url(../images/plate1-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs34);
    font-weight: bold;
    text-transform: uppercase;
    color: #2f318b;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.55rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .container .cont-plate1 .plate1-main .main-cent .page-button2 {
    margin-top: 0.55rem;
  }
  .container .cont-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0 0;
  }
  .container .cont-plate2 .plate2-top {
    padding: 0 0.3rem;
  }
  .container .cont-plate2 .plate2-top .top-title {
    font-size: var(--fs48);
    text-align: center;
    color: #222;
  }
  .container .cont-plate2 .plate2-top .top-text {
    margin-top: 0.25rem;
    font-size: var(--fs32);
    text-align: center;
    color: #222;
  }
  .container .cont-plate2 .plate2-top .top-heng {
    width: 0.53rem;
    height: 5px;
    margin: 0.2rem auto 0;
    border-radius: 0.45rem;
    background: linear-gradient(-90deg, #0084ff, #2f318b);
  }
  .container .cont-plate2 .plate2-cont {
    position: static;
    bottom: 0.35rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    margin-top: 0.6rem;
  }
  .container .cont-plate2 .plate2-cont::after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0.15rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 1;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide {
    width: auto;
    margin-right: 0.15rem;
    margin-bottom: 0.12rem;
    height: auto;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding: 0 0.2rem;
    border: solid 1px #c0c0c0;
    cursor: pointer;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box .box-icon {
    display: none;
    position: relative;
    width: 0.43rem;
    height: 0.43rem;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box .box-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box .box-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0;
    font-size: var(--fs26);
    font-weight: 400;
    text-align: center;
    color: #333;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box .box-round {
    display: none;
    position: relative;
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.85rem auto 0;
    border-radius: 50%;
    background: #333;
    border: solid 2px #fff;
    box-shadow: 0px 0px 0px 5px #3d3b3b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box .box-round::before {
    content: '';
    position: absolute;
    bottom: -0.32rem;
    left: 50%;
    width: 6px;
    height: 1.07rem;
    margin-left: -3px;
    border-radius: 0.45rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent) 90%;
    z-index: -1;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box .box-round::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.12rem;
    height: 0.12rem;
    margin: -0.06rem 0 0 -0.06rem;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
    color: #0084ff;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box:hover .box-round {
    border: solid 2px #0084ff;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box:hover .box-round::before {
    background: linear-gradient(180deg, rgba(0, 131, 255, 0.5), transparent) 90%;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide .slide-box:hover .box-round::after {
    background: #0084ff;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide-on .slide-box .box-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide-on .slide-box .box-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide-on .slide-box .box-title {
    color: #0084ff;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide-on .slide-box .box-round {
    border: solid 2px #0084ff;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide-on .slide-box .box-round::before {
    background: linear-gradient(180deg, rgba(0, 131, 255, 0.5), transparent) 90%;
  }
  .container .cont-plate2 .plate2-cont .cont-swiper .swiper-slide-on .slide-box .box-round::after {
    background: #0084ff;
  }
  .container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate2 .plate2-main .main-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-pic {
    width: 100%;
    height: 5rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    padding: 0.45rem 0.4rem 0.7rem;
    background: #f6f6f6;
    border-radius: 0.05rem;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.25rem;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent .cent-link span {
    margin-right: 0.25rem;
    font-size: var(--fs26);
    font-weight: bold;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent .cent-link em {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent .cent-link:hover span {
    margin-right: 0.35rem;
  }
  .container .cont-plate2 .plate2-main .main-box-on {
    position: relative;
    visibility: visible;
  }
  .container .cont-plate2 .plate2-main .main-box-on .box-pic {
    opacity: 1;
    visibility: visible;
  }
  .container .cont-plate2 .plate2-main .main-box-on .box-cent {
    left: 1.92rem;
    opacity: 1;
    visibility: visible;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate3-bg.png) no-repeat left bottom;
    background-size: cover;
  }
  .container .cont-plate3 .plate3-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container .cont-plate3 .plate3-top .top-cent {
    width: 100%;
  }
  .container .cont-plate3 .plate3-top .top-cent .page-title,
  .container .cont-plate3 .plate3-top .top-cent .page-English {
    text-align: center;
  }
  .container .cont-plate3 .plate3-top .page-button2 {
    display: none;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    padding-left: 0;
  }
  .container .cont-plate3 .plate3-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 1;
    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-swiper .swiper-slide .slide-box .box-cont .cont-pic {
    width: 100%;
    height: 4.82rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent {
    width: 100%;
    padding: 0.45rem 0.8rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-title {
    position: relative;
    font-size: var(--fs30);
    font-weight: bold;
    color: #2f318b;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-title::after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: -1.2rem;
    width: 0.86rem;
    height: 1px;
    background: #2f318b;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-subtitle {
    margin-top: 0.05rem;
    font-size: var(--fs42);
    color: #333;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-text {
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-link {
    display: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.15rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-link span {
    margin-right: 0.25rem;
    font-size: var(--fs14);
    font-weight: bold;
    color: #2f318b;
    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-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-link em {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-link:hover span {
    margin-right: 0.35rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-lump {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.25rem;
    height: 2.74rem;
    overflow: hidden;
    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-swiper .swiper-slide .slide-box .box-lump .lump-pic {
    width: 100%;
    height: 100%;
    background: #000;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-lump .lump-pic img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    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-swiper .swiper-slide .slide-box .box-lump .lump-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-lump .lump-cent .cent-title {
    font-size: var(--fs16);
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-lump .lump-cent .cent-arrow {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.25rem auto 0;
    border: solid 2px #fff;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 0.2rem;
    border-radius: 50%;
    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-swiper .swiper-slide .slide-box .box-lump .lump-cent .cent-arrow:hover {
    background: #fff url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 0.2rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-lump:hover .lump-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-cont {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-lump {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next,
  .container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev {
    position: absolute;
    bottom: 50%;
    right: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border: solid 2px #fff;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 0.32rem;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    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-swiper .plate3-swiper-button-next:hover,
  .container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover {
    background: #fff url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 0.32rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev {
    display: block;
    right: auto;
    left: 0.2rem;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.45rem;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .container .cont-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .container .cont-plate4 .plate4-top .top-cent {
    width: 50%;
  }
  .container .cont-plate4 .plate4-top .top-cent .page-title {
    color: #fff;
  }
  .container .cont-plate4 .plate4-top .top-cent .page-English {
    color: #fff;
    opacity: 1;
  }
  .container .cont-plate4 .plate4-top .top-list {
    display: flex;
    justify-content: flex-end;
    width: 50%;
  }
  .container .cont-plate4 .plate4-top .top-list .list-item {
    position: relative;
    width: auto;
    margin-right: 0.4rem;
    padding-bottom: 0.12rem;
    font-size: var(--fs30);
    color: #fff;
    cursor: pointer;
  }
  .container .cont-plate4 .plate4-top .top-list .list-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate4 .plate4-top .top-list .list-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-top .top-list .list-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate4 .plate4-top .top-list .list-item-on {
    font-weight: bold;
  }
  .container .cont-plate4 .plate4-top .top-list .list-item-on::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main {
    position: relative;
    margin-top: 0.4rem;
  }
  .container .cont-plate4 .plate4-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.26rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item {
    width: 100%;
    height: auto;
    background: #fff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item:last-of-type {
    display: none;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.4rem 0.42rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs30);
    color: #adadad;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item .item-cent .cent-title {
    margin-top: 0.15rem;
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.56rem;
    color: #2f318b;
    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 .cont-box .box-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0.4rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item .item-cent .cent-link span {
    font-size: var(--fs26);
    font-weight: bold;
    color: #2f318b;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item .item-cent .cent-link em {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.25rem;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item .item-cent .cent-link:hover em {
    margin-left: 0.35rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-box .box-item:hover .item-cent .cent-title {
    color: #0084ff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.4rem;
    background: #fff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump .lump-top {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    border-bottom: solid 1px #e5e5e5;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump .lump-top .top-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs30);
    color: #adadad;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump .lump-top .top-title {
    margin-top: 0.15rem;
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.56rem;
    color: #484848;
    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 .cont-lump .lump-top .top-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump .lump-top:hover .top-title {
    color: #0084ff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump .lump-cent {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump .lump-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump .lump-cent .cent-item em {
    width: 5px;
    height: 5px;
    background: #484848;
    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-lump .lump-cent .cent-item span {
    width: calc(100% - 5px);
    padding-left: 0.16rem;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.54rem;
    color: #484848;
    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;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump .lump-cent .cent-item:hover em {
    background: #0084ff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump .lump-cent .cent-item:hover span {
    color: #0084ff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-lump .page-button2 {
    margin-top: 0.3rem;
  }
  .product {
    width: 100%;
    height: auto;
  }
  .product .product-top {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #cccccc;
  }
  .product .product-top .top-swiper {
    overflow: hidden;
  }
  .product .product-top .top-swiper .swiper-slide {
    width: calc(100% / 3);
    height: auto;
    padding: 0 0.1rem;
  }
  .product .product-top .top-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 1.5rem;
    padding-top: 0.3rem;
  }
  .product .product-top .top-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0084ff;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-top .top-swiper .swiper-slide .slide-box .box-icon {
    position: relative;
    width: 0.43rem;
    height: 0.43rem;
    margin: 0 auto;
  }
  .product .product-top .top-swiper .swiper-slide .slide-box .box-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-top .top-swiper .swiper-slide .slide-box .box-icon .img2 {
    opacity: 0;
  }
  .product .product-top .top-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-top .top-swiper .swiper-slide .slide-box:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .product .product-top .top-swiper .swiper-slide .slide-box:hover .box-icon .img1 {
    opacity: 0;
  }
  .product .product-top .top-swiper .swiper-slide .slide-box:hover .box-icon .img2 {
    opacity: 1;
  }
  .product .product-top .top-swiper .swiper-slide .slide-box:hover .box-title {
    color: #0084ff;
  }
  .product .product-top .top-swiper .swiper-slide-on .slide-box::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .product .product-top .top-swiper .swiper-slide-on .slide-box .box-icon .img1 {
    opacity: 0;
  }
  .product .product-top .top-swiper .swiper-slide-on .slide-box .box-icon .img2 {
    opacity: 1;
  }
  .product .product-top .top-swiper .swiper-slide-on .slide-box .box-title {
    color: #0084ff;
  }
  .product .product-main {
    padding: 0.5rem 0.3rem 0.92rem;
  }
  .product .product-main .main-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-top em {
    margin-right: 0.22rem;
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
  }
  .product .product-main .main-top input {
    width: 4rem;
    height: 0.8rem;
    padding: 0 0.24rem;
    font-size: var(--fs28);
    color: #666;
    border: solid 1px #e5e5e5;
    border-right: none;
  }
  .product .product-main .main-top input::placeholder {
    color: #999;
  }
  .product .product-main .main-top a {
    width: 0.9rem;
    height: 0.8rem;
    background: #0084ff url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 0.3rem;
  }
  .product .product-main .main-top a:hover {
    background-color: #2f318b;
  }
  .product .product-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.64rem;
    margin-bottom: 0.1rem;
  }
  .product .product-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.55rem;
  }
  .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: 4.5rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    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-title {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    text-align: center;
    color: #333;
  }
  .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:hover .item-title {
    color: #0084ff;
  }
  .product2 {
    width: 100%;
    height: auto;
  }
  .product2 .product-top {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #cccccc;
  }
  .product2 .product-top .top-swiper {
    overflow: hidden;
  }
  .product2 .product-top .top-swiper .swiper-slide {
    width: calc(100% / 3);
    height: auto;
    padding: 0 0.1rem;
  }
  .product2 .product-top .top-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 1.5rem;
    padding-top: 0.3rem;
  }
  .product2 .product-top .top-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0084ff;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-top .top-swiper .swiper-slide .slide-box .box-icon {
    position: relative;
    width: 0.43rem;
    height: 0.43rem;
    margin: 0 auto;
  }
  .product2 .product-top .top-swiper .swiper-slide .slide-box .box-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-top .top-swiper .swiper-slide .slide-box .box-icon .img2 {
    opacity: 0;
  }
  .product2 .product-top .top-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-top .top-swiper .swiper-slide .slide-box:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .product2 .product-top .top-swiper .swiper-slide .slide-box:hover .box-icon .img1 {
    opacity: 0;
  }
  .product2 .product-top .top-swiper .swiper-slide .slide-box:hover .box-icon .img2 {
    opacity: 1;
  }
  .product2 .product-top .top-swiper .swiper-slide .slide-box:hover .box-title {
    color: #0084ff;
  }
  .product2 .product-top .top-swiper .swiper-slide-on .slide-box::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .product2 .product-top .top-swiper .swiper-slide-on .slide-box .box-icon .img1 {
    opacity: 0;
  }
  .product2 .product-top .top-swiper .swiper-slide-on .slide-box .box-icon .img2 {
    opacity: 1;
  }
  .product2 .product-top .top-swiper .swiper-slide-on .slide-box .box-title {
    color: #0084ff;
  }
  .product2 .product2-main {
    padding: 1.2rem 0.3rem 0;
  }
  .product2 .product2-main .main-item {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
    padding-top: 0;
  }
  .product2 .product2-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product2 .product2-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;
  }
  .product2 .product2-main .main-item .item-cent {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    height: 82%;
    padding: 0.8rem 0 0;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product2-main .main-item .item-cent .cent-title span {
    display: inline-block;
    font-size: var(--fs48);
    color: #000;
    line-height: 0.6rem;
    letter-spacing: 0.05rem;
    font-weight: 700;
    padding-top: 0.26rem;
    border-top: 1px solid #666;
    margin-bottom: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product2-main .main-item .item-cent .cent-text {
    margin-bottom: 0.4rem;
    max-height: auto;
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product2-main .main-item .item-cent .page-button2 {
    position: relative;
  }
  .product2 .product2-main .main-item .item-cent .page-button2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px transparent;
    border-radius: 0.45rem;
    box-sizing: border-box;
  }
  .product2 .product2-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .product2 .product2-main .main-item:nth-child(even) .item-cent {
    right: auto;
    left: 0;
  }
  .product2 .product2-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));
  }
  .product2 .product2-main .main-item:hover .item-cent {
    background-color: #2f318b;
  }
  .product2 .product2-main .main-item:hover .item-cent .cent-title span {
    border-top: 1px solid #fff;
  }
  .product2 .product2-main .main-item:hover .item-cent .cent-title span,
  .product2 .product2-main .main-item:hover .item-cent .cent-text {
    color: #fff;
  }
  .product2 .product2-main .main-item:hover .item-cent .page-button2 {
    background: transparent;
  }
  .product2 .product2-main .main-item:hover .item-cent .page-button2::after {
    border: solid 2px #fff;
  }
  .productDetail {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-top {
    padding: 1.2rem 0.3rem 0.7rem;
  }
  .productDetail .productDetail-top .top-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .productDetail .productDetail-top .top-box .box-cont {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding: 0 0.38rem;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .bottom-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 4 - 0.15rem);
    height: 1.1rem;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .bottom-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    border: solid 1px #cdcdcd;
    opacity: 0.3;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box 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-top .top-box .box-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover {
    opacity: 1;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .bottom-swiper .swiper-slide-on .slide-box {
    opacity: 1;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-prev,
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    cursor: pointer;
    outline: none;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-prev img,
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-prev .img2,
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-prev:hover .img1,
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-prev:hover .img2,
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-prev {
    left: 0;
  }
  .productDetail .productDetail-top .top-box .box-cont .cont-bottom .top-swiper-button-next {
    right: 0;
  }
  .productDetail .productDetail-top .top-box .box-cent {
    width: 100%;
    margin-top: 0.55rem;
  }
  .productDetail .productDetail-top .top-box .box-cent .cent-title {
    padding-bottom: 0.32rem;
    font-size: var(--fs48);
    line-height: 0.6rem;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
  }
  .productDetail .productDetail-top .top-box .box-cent .cent-text {
    margin: 0.32rem auto 0.48rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .productDetail .productDetail-top .top-box .box-cent .cent-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.5rem;
  }
  .productDetail .productDetail-top .top-box .box-cent .cent-bottom .page-button2 {
    margin-right: 0.6rem;
  }
  .productDetail .productDetail-main {
    padding: 0 0.3rem 1.5rem;
  }
  .productDetail .productDetail-main .main-title {
    margin-top: 0.7rem;
    font-size: var(--fs48);
    line-height: 0.6rem;
    font-weight: 700;
    color: #333;
  }
  .productDetail .productDetail-main .main-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    color: #666;
    line-height: 0.46rem;
  }
  .productDetail .productDetail-main .main-table {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    overflow: auto;
  }
  .productDetail .productDetail-main .main-table table {
    width: 15.36rem;
  }
  .productDetail .productDetail-main .main-table tr {
    background: #fefefe;
  }
  .productDetail .productDetail-main .main-table tr td:first-of-type {
    color: #fff;
    background: #a8a9e5;
  }
  .productDetail .productDetail-main .main-table tr:nth-child(odd) {
    background: #f2f6ff;
  }
  .productDetail .productDetail-main .main-table tr:nth-child(odd) td:first-of-type {
    background: #cdcef3;
  }
  .productDetail .productDetail-main .main-table th {
    padding: 0.1rem 0.15rem;
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
    background: #2f318b;
    border: solid 1px #e2e9ed;
  }
  .productDetail .productDetail-main .main-table th .title {
    font-size: var(--fs28);
  }
  .productDetail .productDetail-main .main-table th .English {
    font-size: var(--fs28);
    font-weight: 100;
  }
  .productDetail .productDetail-main .main-table td {
    padding: 0.1rem 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
    border: solid 1px #e2e9ed;
  }
  .productDetail .productDetail-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-top .main-button {
    display: flex;
    justify-content: space-between;
    width: 2.2rem;
  }
  .productDetail .productDetail-main .main-top .main-button .productDetail-swiper-button-prev,
  .productDetail .productDetail-main .main-top .main-button .productDetail-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
  }
  .productDetail .productDetail-main .main-top .main-button .productDetail-swiper-button-prev img,
  .productDetail .productDetail-main .main-top .main-button .productDetail-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-top .main-button .productDetail-swiper-button-prev .img2,
  .productDetail .productDetail-main .main-top .main-button .productDetail-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetail .productDetail-main .main-top .main-button .productDetail-swiper-button-prev:hover .img1,
  .productDetail .productDetail-main .main-top .main-button .productDetail-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetail .productDetail-main .main-top .main-button .productDetail-swiper-button-prev:hover .img2,
  .productDetail .productDetail-main .main-top .main-button .productDetail-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetail .productDetail-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.55rem;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 5.2rem;
    overflow: hidden;
  }
  .productDetail .productDetail-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;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide .slide-box .box-title {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.45rem 0.25rem 0.45rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    box-shadow: 2px 5px 30px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productDetail .productDetail-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));
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.6rem;
  }
  .contact .contact-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-main .main-box .box-pic {
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-box .box-pic img {
    width: 100%;
  }
  .contact .contact-main .main-box .box-cent {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.9rem 0.3rem;
    background: linear-gradient(90deg, rgba(47, 49, 139), rgba(47, 49, 139));
  }
  .contact .contact-main .main-box .box-cent .cent-lump {
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-box .box-cent .cent-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.25rem;
  }
  .contact .contact-main .main-box .box-cent .cent-lump .lump-item em {
    width: 1.6rem;
    padding-right: 0.1rem;
    font-size: var(--fs28);
    color: #fff;
  }
  .contact .contact-main .main-box .box-cent .cent-lump .lump-item span {
    width: calc(100% - 1.6rem);
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs30);
    color: #fff;
  }
  .contact .contact-main .main-box .box-cent .cent-ewm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-main .main-box .box-cent .cent-ewm .ewm-pic {
    width: 2rem;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  }
  .contact .contact-main .main-box .box-cent .cent-ewm .ewm-pic img {
    width: 100%;
  }
  .contact .contact-main .main-box .box-cent .cent-ewm .ewm-title {
    padding-left: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.5rem;
    color: #fff;
  }
  .humanity {
    width: 100%;
    height: auto;
    padding-top: 1.2rem;
  }
  .humanity .humanity-top {
    padding: 0 0.3rem;
  }
  .humanity .humanity-main {
    width: 100%;
    height: auto;
  }
  .humanity .humanity-main .main-item {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.9rem;
  }
  .humanity .humanity-main .main-item .item-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .humanity .humanity-main .main-item .item-box .box-cent {
    width: 100%;
    height: auto;
  }
  .humanity .humanity-main .main-item .item-box .box-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .humanity .humanity-main .main-item .item-box .box-cent .cent-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    text-transform: uppercase;
    color: #0f358b;
  }
  .humanity .humanity-main .main-item .item-box .box-cent .cent-heng {
    width: 0.53rem;
    height: 5px;
    margin-top: 0.35rem;
    background: linear-gradient(90deg, #0084ff, #2f318b);
    border-radius: 0.45rem;
  }
  .humanity .humanity-main .main-item .item-box .box-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .humanity .humanity-main .main-item .item-box .box-cont {
    position: relative;
    width: 100%;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .cont-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0 0;
    overflow: hidden;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .cont-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .cont-swiper .swiper-slide .slide-pic img {
    width: 100%;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .cont-swiper .swiper-slide-active {
    z-index: 59 !important;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-prev,
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-next {
    position: absolute;
    top: 55%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0;
    border-radius: 50%;
    z-index: 19;
    outline: none;
    cursor: pointer;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-prev img,
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-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;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-prev .img1,
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-next .img1 {
    opacity: 0;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-prev .img2,
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-next .img2 {
    opacity: 1;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-prev:hover .img2,
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-prev:hover .img1,
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-prev {
    left: -0.2rem;
  }
  .humanity .humanity-main .main-item .item-box .box-cont .humanity-swiper-button-next {
    right: -0.2rem;
  }
  .humanity .humanity-main .main-item:nth-child(even) {
    background: #f8f8f8;
  }
  .humanity .humanity-main .main-item:nth-child(even) .item-box {
    flex-direction: row-reverse;
  }
  .about {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .about .about-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
  }
  .about .about-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .about .about-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs48);
    color: #414851;
  }
  .about .about-main .main-cont .cont-cent .cent-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.52rem;
    text-transform: uppercase;
    color: #0f358b;
  }
  .about .about-main .main-cont .cont-cent .cent-subTitle {
    margin-top: 0.4rem;
    font-size: var(--fs36);
    color: #999;
  }
  .about .about-main .main-cont .cont-cent .cent-text {
    padding-right: 0;
    margin-right: 0;
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
    overflow: auto;
  }
  .about .about-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-main .main-cont .cont-box .box-lump {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.4rem 0.7rem;
    background: url(../images/about-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about .about-main .main-cont .cont-box .box-lump .lump-English {
    font-family: 'MONTSERRAT-MEDIUM';
    font-weight: 700;
    font-size: var(--fs48);
    color: #fff;
  }
  .about .about-main .main-cont .cont-box .box-lump .lump-heng {
    width: 0.4rem;
    height: 6px;
    margin-top: 0.3rem;
    background: #fff;
  }
  .about .about-main .main-cont .cont-box .box-lump .lump-title {
    margin-top: 0.3rem;
    font-size: var(--fs42);
    font-weight: 700;
    color: #fff;
  }
  .about .about-main .main-cont .cont-box .box-lump .lump-text {
    margin-top: 0.15rem;
    font-family: light;
    font-size: 12px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.3);
  }
  .about .about-main .main-cont .cont-box .box-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 1rem 0.4rem 0.7rem;
    background: url(../images/about-bg2.jpg) no-repeat left bottom;
    background-size: cover;
  }
  .about .about-main .main-cont .cont-box .box-data .data-item {
    width: 35%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .about .about-main .main-cont .cont-box .box-data .data-item:nth-child(even) {
    width: 50%;
  }
  .about .about-main .main-cont .cont-box .box-data .data-item .item-num {
    font-size: var(--fs28);
    color: rgba(255, 255, 255, 0.6);
  }
  .about .about-main .main-cont .cont-box .box-data .data-item .item-num span {
    font-family: 'MONTSERRAT-MEDIUM';
    font-weight: 700;
    font-size: 0.58rem;
    color: #fff;
  }
  .about .about-main .main-cont .cont-box .box-data .data-item .item-text {
    font-size: var(--fs26);
    margin-top: 0.15rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/culture-bg.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .culture .culture-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .culture .culture-main .main-cont .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.6rem;
    padding: 0.7rem 0.2rem;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .culture .culture-main .main-cont .cont-item .item-icon {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
  }
  .culture .culture-main .main-cont .cont-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-cont .cont-item .item-icon .img2 {
    opacity: 0;
  }
  .culture .culture-main .main-cont .cont-item .item-title {
    padding-top: 0.45rem;
    color: #333;
    font-weight: 700;
    font-size: var(--fs38);
    line-height: 0.56rem;
    margin-bottom: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-cont .cont-item .item-English {
    font-size: var(--fs28);
    color: #999;
    line-height: 0.46rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-cont .cont-item .item-text {
    font-size: var(--fs28);
    color: #999;
    line-height: 0.46rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-cont .cont-item:hover {
    background: linear-gradient(to bottom, #0084ff 0%, #2f318b 100%);
    box-shadow: 4px 12px 38px 0 rgba(47, 50, 140, 0.36);
  }
  .culture .culture-main .main-cont .cont-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .culture .culture-main .main-cont .cont-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .culture .culture-main .main-cont .cont-item:hover .item-title,
  .culture .culture-main .main-cont .cont-item:hover .item-English,
  .culture .culture-main .main-cont .cont-item:hover .item-text {
    color: #fff;
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .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 {
    position: relative;
    width: 48.5%;
    margin-top: 0.8rem;
    margin-right: 0;
    padding: 0.26rem 0.2rem 0.3rem;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .honor .honor-main .main-cont .cont-item:nth-child(-n+4) {
    margin-top: 0.8rem;
  }
  .honor .honor-main .main-cont .cont-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .honor .honor-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -0.4rem;
    background: url(../images/icon/icon-honor-pic1.png) no-repeat center center;
    background-size: 100%;
    z-index: 9;
    opacity: 0;
    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-pic {
    width: 100%;
    height: 3.8rem;
    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 {
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    margin-top: 0.23rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .honor .honor-main .main-cont .cont-item:hover {
    background: #fff;
  }
  .honor .honor-main .main-cont .cont-item:hover::after {
    top: 42%;
    opacity: 1;
  }
  .honour {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 0;
  }
  .honour .honour-top {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .honour .honour-main {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.2rem;
    background: url(../images/honour-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .honour .honour-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 1.1rem;
  }
  .honour .honour-main .main-swiper .swiper-slide {
    width: 4rem;
    height: auto;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box .box-pic {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 100%;
    height: 5.68rem;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box .box-pic .pic-img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box .box-pic .pic-img img {
    position: relative;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box .box-pic .pic-img::after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin: -0.25rem 0 0 -0.25rem;
    font-size: var(--fs24);
    font-weight: bold;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 50%;
    background: #2f318b;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    text-align: center;
    color: #333;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box:hover .box-pic .pic-img img {
    opacity: 0.5;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box:hover .box-pic .pic-img::after {
    opacity: 1;
  }
  .honour .honour-main .main-swiper .swiper-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
  .honour .honour-main .main-swiper .swiper-top .top-num {
    width: auto;
    height: auto;
    font-size: var(--fs26);
  }
  .honour .honour-main .main-swiper .swiper-top .top-num span {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs34);
    color: #080808;
  }
  .honour .honour-main .main-swiper .swiper-top .swiper-pagination {
    position: relative;
    width: 100%;
    height: 5px;
  }
  .honour .honour-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1.4rem;
    background: #f1f1f1 url(../images/honour-bg2.jpg) no-repeat top left;
    background-size: 100%;
  }
  .honour .honour-bottom span {
    font-size: var(--fs28);
    color: #666;
  }
  .honour .honour-bottom img {
    width: 0.4rem;
    margin-left: 0.25rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .partner .partner-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .partner .partner-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .partner .partner-main .main-top .top-cent {
    width: 100%;
    height: auto;
  }
  .partner .partner-main .main-top .top-cont {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .partner .partner-main .main-top .top-cont .cont-left {
    width: 30%;
    height: auto;
    padding-top: 0.1rem;
  }
  .partner .partner-main .main-top .top-cont .cont-left .left-num {
    font-size: var(--fs28);
    color: #999;
  }
  .partner .partner-main .main-top .top-cont .cont-left .left-num .num1 {
    margin-right: 0.2rem;
    font-size: 0.6rem;
    color: #000;
  }
  .partner .partner-main .main-top .top-cont .cont-left .left-text {
    font-size: var(--fs28);
    color: #808080;
  }
  .partner .partner-main .main-top .top-cont .cont-right {
    width: 62%;
    height: auto;
    margin-left: 0.3rem;
    padding-left: 0.6rem;
    border-left: solid 1px #ececec;
  }
  .partner .partner-main .main-top .top-cont .cont-right .right-title {
    font-size: var(--fs34);
    color: #000;
  }
  .partner .partner-main .main-top .top-cont .cont-right .right-text {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
  }
  .partner .partner-main .main-logo {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    border-left: solid 1px #ededed;
    border-top: solid 1px #ededed;
    background: rgba(255, 255, 255, 0.6);
  }
  .partner .partner-main .main-logo::after {
    content: 'COOPERATE PARTNER ';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.8rem;
    color: #000;
    opacity: 0.05;
    white-space: nowrap;
    z-index: -1;
    transform: translate(57%, -40%);
    -o-transform: translate(57%, -40%);
    -moz-transform: translate(57%, -40%);
    -webkit-transform: translate(57%, -40%);
  }
  .partner .partner-main .main-logo a {
    width: calc(100% / 3);
    height: 1.6rem;
    border-right: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    overflow: hidden;
  }
  .partner .partner-main .main-logo a img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .equipment {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .equipment .equipment-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .equipment .equipment-main .main-cont .cont-item {
    text-align: center;
    width: 48.5%;
    margin-right: 0;
    margin-top: 0.48rem;
  }
  .equipment .equipment-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .equipment .equipment-main .main-cont .cont-item:nth-child(-n+4) {
    margin-top: 0.48rem;
  }
  .equipment .equipment-main .main-cont .cont-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .equipment .equipment-main .main-cont .cont-item .item-pic {
    position: relative;
    width: 100%;
    height: 3.1rem;
    background: #fff;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
  }
  .equipment .equipment-main .main-cont .cont-item .item-pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #2f318b 0, #0084ff 100%);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .equipment .equipment-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;
  }
  .equipment .equipment-main .main-cont .cont-item .item-title {
    margin-top: 0.18rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #222;
    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;
  }
  .equipment .equipment-main .main-cont .cont-item:hover .item-pic::after {
    opacity: 0.9;
  }
  .equipment .equipment-main .main-cont .cont-item:hover .item-title {
    font-weight: bold;
    color: #2f318b;
  }
  .project {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .project .project-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .project .project-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    background: #f6f6f6;
  }
  .project .project-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .project .project-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;
  }
  .project .project-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.45rem;
  }
  .project .project-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs36);
    color: #343434;
    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;
  }
  .project .project-main .main-cont .cont-item .item-cent .cent-text {
    height: 1.38rem;
    margin-top: 0.18rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .project .project-main .main-cont .cont-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  .project .project-main .main-cont .cont-item .item-cent .cent-link span {
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .project .project-main .main-cont .cont-item .item-cent .cent-link em {
    width: 0.3rem;
    height: 0.26rem;
    margin-left: 0.25rem;
    background: url(../images/icon/icon-arrow5.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;
  }
  .project .project-main .main-cont .cont-item:hover {
    box-shadow: 2px 5px 0.3rem 0 rgba(0, 0, 0, 0.1);
  }
  .project .project-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));
  }
  .project .project-main .main-cont .cont-item:hover .item-cent {
    background: #fff;
  }
  .project .project-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #2f318b;
  }
  .project .project-main .main-cont .cont-item:hover .item-cent .cent-link span {
    color: #2f318b;
  }
  .project .project-main .main-cont .cont-item:hover .item-cent .cent-link em {
    margin-left: 0.35rem;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .news .news-main {
    margin-top: 0.55rem;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .news .news-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-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;
  }
  .news .news-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem;
    background: #f6f6f6;
  }
  .news .news-main .main-top .top-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.56rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent .cent-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs32);
  }
  .news .news-main .main-top .top-cent .cent-time em {
    font-size: var(--fs28);
    color: #c9c9c9;
  }
  .news .news-main .main-top .top-cent .cent-time span {
    font-size: var(--fs48);
    color: #2f318b;
  }
  .news .news-main .main-top .top-cent .cent-time i {
    display: inline-block;
    width: 1px;
    height: 0.46rem;
    margin: 0 0.1rem;
    background: #999;
    transform: rotate(30deg) translateY(0.1rem);
  }
  .news .news-main .main-top .top-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-top .top-cent .page-button2 {
    margin-top: 0.35rem;
  }
  .news .news-main .main-top:hover .top-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-top:hover .top-cent .cent-title {
    color: #2f318b;
  }
  .news .news-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.05rem;
  }
  .news .news-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.88rem;
    background: #f5f5f5;
  }
  .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.78rem;
    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.35rem 0.35rem 0.4rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: rgba(51, 51, 51, 0.3);
    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-title {
    height: 1.12rem;
    margin-top: 0.15rem;
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.56rem;
    color: #353432;
    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-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.25rem;
    border: solid 2px #2f318b;
    border-radius: 0.45rem;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
    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:hover {
    background: #2f318b;
  }
  .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-time,
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-button {
    border: solid 2px #fff;
    background: #fff url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .newsDetail .newsDetails-top {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.65rem;
  }
  .newsDetail .newsDetails-top .top-main .main-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.6rem;
    text-align: center;
    color: #333;
  }
  .newsDetail .newsDetails-top .top-main .main-time {
    margin-top: 0.32rem;
    font-size: var(--fs30);
    text-align: center;
    color: #ccc;
  }
  .newsDetail .newsDetails-top .top-main .main-time img {
    width: 16px;
    margin: -0.04rem 0.06rem 0 0;
  }
  .newsDetail .newsDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #f5f5f5;
  }
  .newsDetail .newsDetails-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: solid 1px #f0f0f0;
    padding-left: 0;
  }
  .newsDetail .newsDetails-main .main-box .box-share {
    display: none;
    position: sticky;
    top: 1.08rem;
    width: 1.5rem;
    height: 100%;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list {
    width: 1.5rem;
    height: auto;
    background: #fafafa;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 16px;
    color: #666;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-item img {
    width: 30px;
    margin-right: 0.15rem;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 14px;
    color: #fff;
    background: #2f318b;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm img {
    width: 17px;
    margin-left: 0.12rem;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list-active {
    position: fixed;
    top: 100px;
  }
  .newsDetail .newsDetails-main .main-box .box-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 1.25rem;
    background: #fff;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #484848;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
    position: relative;
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.1rem;
    display: block;
    padding: 0 0.25rem;
    font-size: var(--fs28);
    line-height: 0.86rem;
    color: #333;
    background: #f7f7f7;
    border: solid 1px #f7f7f7;
    border-radius: 0.45rem;
    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;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title::after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0084ff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title a {
    margin-left: 0.1rem;
    color: #333;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover {
    background: #fff;
    border: solid 1px #2f318b;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover::after {
    width: 100%;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover a {
    color: #2f318b;
  }
  .newsDetail .newsDetails-main .main-box .box-list {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.5rem 0.4rem;
    background: #f6f6f6;
  }
  .newsDetail .newsDetails-main .main-box .box-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2f318b;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-title {
    margin-bottom: 0.15rem;
    font-size: var(--fs40);
    font-weight: bold;
    color: #2f318b;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
    margin-top: 0.4rem;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-title {
    color: #2f318b;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1.5rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button span {
    font-size: var(--fs16);
    text-transform: uppercase;
    color: #fff;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button em {
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .newsDetail .newsDetails-main .main-box .box-list .page-button2 {
    margin-top: 0.42rem;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .recruit .recruit-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
  }
  .recruit .recruit-main .main-cont .cont-dd {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .recruit .recruit-main .main-cont .cont-dd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #2f318b;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 1.93rem;
    padding: 0.3rem 0.3rem 0.35rem;
    background: #f5f5f5;
    border-top: #e7e7e7 solid 2px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top .top-left {
    width: calc(100% - 1rem);
    height: auto;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top .top-left .top-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top .top-left .top-title .title {
    margin-right: 1.5rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #17171d;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top .top-left .top-title .text {
    display: none;
    font-size: 0.14rem;
    color: #878787;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top .top-left .top-heng {
    width: 20px;
    height: 3px;
    margin-top: 0.2rem;
    background: #e4e4e4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top .top-left .top-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #878787;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -webkit-transition: all 0.3s 0.3s;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top .top-right {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    z-index: 19;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top .top-right img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top .top-right .img2 {
    opacity: 0;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-top .top-right::after {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #2f318b;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-dd .top-active {
    background: #fff;
  }
  .recruit .recruit-main .main-cont .cont-dd .top-active .top-left .top-title .title {
    color: #2f318b;
  }
  .recruit .recruit-main .main-cont .cont-dd .top-active .top-right::after {
    content: '-';
    line-height: 0.8rem;
    color: #fff;
    background: #2f318b;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 0;
    padding: 0.2rem 0.3rem 0.6rem;
    background: #fff;
    z-index: 9;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.5rem;
    font-weight: bold;
    color: #333;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text,
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #999;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty .duty-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty .duty-bottom .bottom-button {
    width: 150px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 45px;
    background: #2f318b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty .duty-bottom .bottom-button:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty .duty-bottom .bottom-button2 {
    width: 150px;
    height: 50px;
    margin-left: 0.2rem;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 45px;
    background: #dedede;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty .duty-bottom .bottom-button2:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .recruit .recruit-main .main-cont .cont-dd .dd-cent .cent-duty .duty-Emali {
    margin-top: 0.4rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #010101;
  }
  .recruit .recruit-main .main-cont .cont-dd-active {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  }
  .recruit .recruit-main .main-cont .cont-dd-active::after {
    width: 100%;
  }
  .prompt {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .prompt .prompt-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .prompt .prompt-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .prompt .prompt-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .search {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 1.2rem;
  }
  .search .search-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .search .search-main .main-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .search .search-main .main-top a {
    width: auto;
    height: 0.75rem;
    padding: 0 0.3rem;
    margin-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    color: #fff;
    background: #2f318b;
    border: solid 2px #2f318b;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #2f318b;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-heng {
    width: 25px;
    height: 5px;
    margin-top: 0.15rem;
    background: #2f318b;
    border-radius: 0.45rem;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    text-transform: uppercase;
    color: #ccc;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    border: solid 2px #fff;
    border-radius: 0.45rem;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button span {
    position: relative;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button em {
    position: relative;
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-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;
  }
  .page-button:hover {
    border: solid 2px #2f318b;
    background: #2f318b;
  }
  .page-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    background: linear-gradient(-90deg, #0084ff, #2f318b);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button2 span {
    position: relative;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2 em {
    position: relative;
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-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;
  }
  .page-button2:hover {
    background: linear-gradient(90deg, #0084ff, #2f318b);
  }
  .page-crumb {
    height: auto;
    padding: 0.15rem 0.3rem;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    font-size: var(--fs26);
    color: #929292;
  }
  .page-crumb .crumb-box a {
    max-width: 1.8rem;
    margin-right: 0.14rem;
    color: #929292;
  }
  .page-crumb .crumb-box a img {
    width: 10px;
  }
  .page-crumb .crumb-box a:hover {
    color: #2f318b;
  }
  .page-crumb .crumb-box span {
    width: 3rem;
    font-size: var(--fs28);
    color: #2f318b;
  }
  .page-crumb .crumb-box em {
    display: block;
    width: 4px;
    height: 7px;
    margin-right: 0.14rem;
  }
  .page-crumb .crumb-box em img {
    display: block;
    width: 100%;
  }
  .page-load {
    display: block;
    width: 1.2rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic {
    width: 0.6rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load .load-title {
    margin-top: 0.12rem;
    font-size: var(--fs28);
    text-align: center;
    color: #2f318b;
  }
  .page-load:hover .load-pic img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .page-float {
    display: none;
  }
  .honor-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1199;
  }
  .honor-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 1199;
    transform: translate(-49%, -49%);
    -o-transform: translate(-49%, -49%);
    -moz-transform: translate(-49%, -49%);
    -webkit-transform: translate(-49%, -49%);
  }
  .honor-popup .popup-hide {
    position: absolute;
    top: -0.6rem;
    right: 0.3rem;
    width: 0.5rem;
    cursor: pointer;
  }
  .honor-popup .popup-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor-popup .popup-hide:hover img {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .honor-popup .popup-pic {
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .honor-popup .popup-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-popup .popup-title {
    padding: 0 0.3rem;
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2f318b;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    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;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-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;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-strip,
  .page-subnav {
    display: none;
  }
}
