.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: auto;
    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: 1.2rem;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 2.2rem;
    height: auto;
  }
  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-logo .img1 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  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, #012f82, #01b4ed);
    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, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #fcb814 !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.32rem;
    height: 100%;
    margin-left: 0;
    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-left: 0.3rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 100%;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.32rem;
    height: 0.32rem;
    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: #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-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: #fcb814;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0;
    background: transparent;
    border-radius: 50%;
  }
  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;
    left: 0;
    width: 0.3rem;
    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;
    left: 0;
    width: 0.2rem;
    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;
    width: 0.4rem;
    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 .nav-main:hover {
    background: #fff;
  }
  nav .nav-main:hover .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-cont .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang2.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main:hover .main-cont .main-right .right-menu span {
    background: #fcb814;
  }
  nav .nav-main:hover .main-cont .main-right .right-menu span::before,
  nav .nav-main:hover .main-cont .main-right .right-menu span::after {
    background: #fcb814;
  }
  nav .nav-main-on {
    background: #062c4b;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #fcb814;
    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 #fcb814;
  }
  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: #fcb814;
  }
  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: #fcb814;
    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: #fcb814;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #fcb814;
    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: #fcb814;
  }
  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 #fcb814;
  }
  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 {
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 6rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    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: var(--fs36);
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    width: 100%;
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    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 {
    width: 100%;
    margin-top: 0.15rem;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
    width: 2.2rem;
    height: 0.8rem;
    margin-top: 0.65rem;
    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-button .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button span {
    margin-right: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs24);
    text-transform: uppercase;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button em {
    width: 0.26rem;
    height: 0.22rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
    background: #fcb814;
    border: solid 2px #fcb814;
  }
  header .head-banner .swiper-slide .slide-box .box-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    background: url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 100%;
  }
  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: 5.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-pic video {
    display: none;
    width: 100%;
  }
  header .head-banner .banner-video {
    display: none;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
  }
  header .head-banner .banner-gif {
    display: block;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-gif img {
    width: 100%;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    width: 100%;
    margin: 0 auto;
    font-size: 0.52rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title2 {
    font-size: 0.52rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-heng {
    width: 20px;
    height: 3px;
    margin: 0.2rem 0 0.25rem;
    background: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .banner-play {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.8rem 0 0 -0.8rem;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: mapAddress3 3s infinite linear;
  }
  header .head-banner .banner-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -0.8rem 0 0 -0.8rem;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: mapAddress3 3s 1.5s infinite linear;
  }
  header .head-banner .banner-play img {
    width: 100%;
  }
  header .head-banner .banner-play:hover {
    transform: rotate(122deg);
    -o-transform: rotate(122deg);
    -moz-transform: rotate(122deg);
    -webkit-transform: rotate(122deg);
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 0.65rem !important;
    background: #f6fbff;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-nav {
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: auto;
  }
  footer .foot-main .main-cont .cont-nav .nav-item {
    width: 2.4rem;
    height: auto;
    padding-right: 0.2rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-item:last-of-type {
    width: auto;
    padding-right: 0;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs18);
    color: #000;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-title:hover {
    color: #fcb814;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-heng {
    width: 0.3rem;
    height: 1px;
    margin-top: 0.1rem;
    background: #fcb814;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.15rem;
    font-size: var(--fs16);
    line-height: 0.2rem;
    color: #999;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 0;
    height: 1px;
    background: #fcb814;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover {
    color: #fcb814;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    width: 100%;
  }
  footer .foot-main .main-cont .cont-cent {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-cent .cent-top {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-cent .cent-top .top-title {
    font-size: var(--fs24);
    text-align: center;
    color: #7f7f7f;
  }
  footer .foot-main .main-cont .cont-cent .cent-top .top-tel {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    text-align: center;
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  footer .foot-main .main-cont .cont-cent .cent-ewm {
    position: static;
    left: 0;
    width: 2.8rem;
    height: auto;
    margin: 0.3rem auto 0;
  }
  footer .foot-main .main-cont .cont-cent .cent-ewm img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-cent .cent-share {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.3rem;
    border-radius: 50%;
    border: solid 1px #dbdfe2;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item:first-of-type {
    margin-left: 0;
  }
  footer .foot-main .main-cont .cont-cent .cent-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%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover {
    border: solid 1px #fcb814;
    background: #fcb814;
    box-shadow: 4px 9px 18px 0px rgba(252, 184, 20, 0.2);
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-bottom .bottom-link {
    display: none;
    font-size: var(--fs16);
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-link a {
    margin-right: 0.25rem;
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-link a:hover {
    color: #fcb814;
  }
  footer .foot-main .main-bottom .bottom-zhizi {
    font-size: var(--fs26);
    text-align: center;
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-zhizi a {
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-zhizi a:hover {
    color: #fcb814;
  }
  .index-plate1 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.2rem;
  }
  .index-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .index-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.5rem;
    font-size: var(--fs36);
    color: #fcb814;
  }
  .index-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 1.875;
    color: #373840;
  }
  .index-plate1 .plate1-main .main-cent .page-button {
    margin-top: 0.5rem;
  }
  .index-plate1 .plate1-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .index-plate1 .plate1-main .main-video::after {
    content: '';
    position: absolute;
    top: -1.5rem;
    left: auto;
    right: -0.2rem;
    width: 3.4rem;
    height: 3.4rem;
    background: url(../images/plate1-bg2.png) no-repeat center center;
    background-size: 100%;
  }
  .index-plate1 .plate1-main .main-video .video-pic {
    position: relative;
    width: 100%;
    height: 4rem;
    border-top-left-radius: 0.3rem;
    border-top: solid 0 rgba(241, 241, 241, 0.3);
    border-left: solid 0 rgba(241, 241, 241, 0.3);
    overflow: hidden;
    z-index: 9;
  }
  .index-plate1 .plate1-main .main-video .video-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;
  }
  .index-plate1 .plate1-main .main-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    cursor: pointer;
    z-index: 19;
  }
  .index-plate1 .plate1-main .main-video .video-play img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate1 .plate1-main .main-video .video-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .index-plate1 .plate1-main .main-video:hover .video-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);
  }
  .index-plate2 {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.3rem;
    background: url(../images/plate2-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .index-plate2 .plate2-main .page-title,
  .index-plate2 .plate2-main .page-English {
    text-align: center;
  }
  .index-plate2 .plate2-main .plate2-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.75rem;
  }
  .index-plate2 .plate2-main .plate2-main .main-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0.6rem;
    margin-bottom: 0.3rem;
    margin-right: 0;
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.5);
  }
  .index-plate2 .plate2-main .plate2-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .index-plate2 .plate2-main .plate2-main .main-item .item-icon {
    width: 0.8rem;
    margin: 0 auto;
  }
  .index-plate2 .plate2-main .plate2-main .main-item .item-icon img {
    width: 100%;
  }
  .index-plate2 .plate2-main .plate2-main .main-item .item-cent {
    flex: 1;
    width: auto;
    padding-left: 0.5rem;
    margin-top: 0;
  }
  .index-plate2 .plate2-main .plate2-main .main-item .item-cent .cent-title {
    font-size: var(--fs36);
    text-align: left;
    color: #333333;
  }
  .index-plate2 .plate2-main .plate2-main .main-item .item-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    text-align: left;
    color: #666;
  }
  .index-plate2 .plate2-main .plate2-main .main-item .item-heng {
    display: none;
    width: 23px;
    height: 1px;
    margin: 0.2rem auto 0;
    background: #666666;
  }
  .index-plate2 .plate2-main .plate2-main .main-item .page-button2 {
    display: none;
    height: 0;
    margin: 0 auto 0;
    border: 0 solid #fcb814;
    opacity: 0;
    overflow: hidden;
  }
  .index-plate2 .plate2-main .plate2-main .main-item:hover .page-button2 {
    height: 0.55rem;
    margin: 0.6rem auto 0;
    border: 2px solid #fcb814;
    opacity: 1;
  }
  .index-plate3 {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.3rem;
  }
  .index-plate3 .plate3-main .page-title,
  .index-plate3 .plate3-main .page-English {
    text-align: center;
  }
  .index-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .index-plate3 .plate3-main .main-box .box-item {
    position: relative;
    width: 50%;
    height: auto;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.3rem;
    background: linear-gradient(180deg, #e3f0f9 50%, transparent);
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-icon {
    position: relative;
    width: 0.83rem;
    height: 0.83rem;
    margin: 0 auto;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-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;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-icon .img2 {
    opacity: 0;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
    margin-top: 0.25rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    text-align: center;
    text-transform: uppercase;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-text {
    display: none;
    height: calc(2 * 2 * (18 / 1920 * 100vw));
    margin-top: 0.3rem;
    font-size: var(--fs18);
    line-height: 2;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-main .main-box .box-item .item-cent .cent-arrow {
    width: 0.38rem;
    height: 0.26rem;
    margin: 0.35rem auto 0;
    background: url(../images/icon/icon-arrow4.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;
  }
  .index-plate3 .plate3-main .main-box .box-item:hover .item-cent {
    background: linear-gradient(180deg, #012f82 30%, rgba(1, 180, 237, 0));
  }
  .index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-icon {
    margin: 0;
  }
  .index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-icon .img1 {
    opacity: 0;
  }
  .index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-icon .img2 {
    opacity: 1;
  }
  .index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-title,
  .index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-English {
    text-align: left;
    color: #fff;
  }
  .index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-text {
    opacity: 1;
  }
  .index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-arrow {
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 100%;
  }
  .index-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.3rem;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .index-plate4 .plate4-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .index-plate4 .plate4-main .main-top .top-cent {
    width: 100%;
  }
  .index-plate4 .plate4-main .main-top .top-cent .page-title,
  .index-plate4 .plate4-main .main-top .top-cent .page-English {
    text-align: center;
  }
  .index-plate4 .plate4-main .main-top .top-list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0.45rem;
  }
  .index-plate4 .plate4-main .main-top .top-list .list-item {
    position: relative;
    width: auto;
    margin-right: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: var(--fs26);
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-top .top-list .list-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    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);
    background: linear-gradient(90deg, #012f82, #01b4ed);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-top .top-list .list-item:last-of-type {
    margin-right: 0;
  }
  .index-plate4 .plate4-main .main-top .top-list .list-item-on {
    font-weight: bold;
    color: #062c4c;
  }
  .index-plate4 .plate4-main .main-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);
  }
  .index-plate4 .plate4-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .index-plate4 .plate4-main .main-cont .cont-box {
    position: absolute;
    top: 0.2rem;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    background: #fff;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item .item-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left .left-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;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.32rem 0.35rem;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item .item-cent .cent-title {
    height: auto;
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 1.5;
    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;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item .item-cent .cent-text {
    display: none !important;
    margin-top: 0.15rem;
    height: calc(2 * 3 * (16 / 1920 * 100vw));
    font-size: var(--fs16);
    line-height: 2;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item .item-cent .cent-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    color: #ccc;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item:hover {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left .left-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);
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item:hover .item-cent .cent-title {
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-right {
    width: 100%;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
    margin-bottom: 0.2rem;
    background: #fff;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item:last-of-type {
    margin-bottom: 0;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item .item-title {
    height: auto;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 2;
    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;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item .item-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    color: #ccc;
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item:hover {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item:hover .item-title {
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .index-plate4 .plate4-main .main-cont .cont-box-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .about-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .about-plate1 .plate1-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
  }
  .about-plate1 .plate1-main .main-title span {
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about-plate1 .plate1-main .main-text {
    margin-top: 0.45rem;
    font-size: var(--fs26);
    line-height: 1.875;
    color: #373840;
  }
  .about-plate1 .plate1-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .about-plate1 .plate1-main .main-video .video-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about-plate1 .plate1-main .main-video .video-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate1 .plate1-main .main-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    cursor: pointer;
    z-index: 19;
  }
  .about-plate1 .plate1-main .main-video .video-play img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate1 .plate1-main .main-video .video-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .about-plate1 .plate1-main .main-video:hover .video-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);
  }
  .about-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0 0;
    background: #f8f8f8;
  }
  .about-plate2 .plate2-top {
    padding: 0 0.3rem;
  }
  .about-plate2 .plate2-top .page-title {
    text-align: center;
  }
  .about-plate2 .plate2-top .page-heng {
    margin: 0.2rem auto 0;
  }
  .about-plate2 .plate2-swiper {
    width: 100%;
    margin-top: 0.6rem;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    overflow: hidden;
  }
  .about-plate2 .plate2-swiper .swiper-slide {
    width: calc(100% / 2);
    height: 8rem;
  }
  .about-plate2 .plate2-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 1.6rem 0.3rem 0;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.5);
  }
  .about-plate2 .plate2-swiper .swiper-slide .slide-box .box-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .about-plate2 .plate2-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .about-plate2 .plate2-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  .about-plate2 .plate2-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.15rem;
    font-size: var(--fs32);
    line-height: 1.25;
    text-align: center;
    color: #fff;
  }
  .about-plate2 .plate2-swiper .swiper-slide .slide-box:hover {
    border-right: solid 1px rgba(255, 255, 255, 0);
    background: linear-gradient(180deg, rgba(1, 47, 130, 0.8), rgba(1, 180, 237, 0.8));
  }
  .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.5rem 1.2rem;
  }
  .about-plate3 .plate3-main .page-title {
    text-align: center;
  }
  .about-plate3 .plate3-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .about-plate3 .plate3-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about-plate3 .plate3-main .main-box .box-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.3rem;
  }
  .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.44rem 0.2rem 0.35rem;
    background: #f9f9f9;
  }
  .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    width: 4.5rem;
    height: 5.8rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .about-plate3 .plate3-main .main-box .box-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;
  }
  .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-main .main-box .box-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);
  }
  .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-title {
    font-weight: bold;
    color: #fcb814;
  }
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev,
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: -0.24rem;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev img,
  .about-plate3 .plate3-main .main-box .plate3-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;
  }
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev .img2,
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover,
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0);
  }
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover .img1,
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover .img2,
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev {
    left: -1rem;
  }
  .about-plate3 .plate3-main .main-box .plate3-swiper-button-next {
    right: -1rem;
  }
  .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/about-plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about-plate4 .plate4-main {
    position: relative;
  }
  .about-plate4 .plate4-main .main-top {
    position: relative;
    top: 0;
    left: 0;
  }
  .about-plate4 .plate4-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    font-size: var(--fs26);
    line-height: 1.875;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .about-plate4 .plate4-main .main-swiper .swiper-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.8rem;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev,
  .about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev img,
  .about-plate4 .plate4-main .main-swiper .swiper-button .plate4-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;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev .img2,
  .about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev:hover .img1,
  .about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev:hover .img2,
  .about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate5 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.9rem;
  }
  .about-plate5 .plate5-main .page-title {
    text-align: center;
  }
  .about-plate5 .plate5-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .about-plate5 .plate5-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about-plate5 .plate5-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
  .about-plate5 .plate5-main .main-cont .cont-box .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about-plate5 .plate5-main .main-cont .cont-box .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    border: solid 0.1rem #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    overflow: hidden transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
  }
  .about-plate5 .plate5-main .main-cont .cont-box .swiper-slide .slide-pic img {
    width: 100%;
  }
  .about-plate5 .plate5-main .main-cont .cont-box .swiper-slide-active {
    z-index: 59 !important;
  }
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev,
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    z-index: 99;
    outline: none;
    cursor: pointer;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev img,
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    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;
  }
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev .img2,
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-next .img2 {
    opacity: 0;
  }
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev:hover .img2,
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev:hover .img1,
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev {
    left: -0.85rem;
  }
  .about-plate5 .plate5-main .main-cont .palte5-swiper-button-next {
    right: -0.85rem;
  }
  .product-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .product-plate1 .plate1-top .page-title {
    text-align: center;
  }
  .product-plate1 .plate1-top .page-heng {
    margin: 0.2rem auto 0;
  }
  .product-plate1 .plate1-main {
    margin-top: 0.6rem;
  }
  .product-plate1 .plate1-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .product-plate1 .plate1-main .main-item:last-of-type {
    margin-bottom: 0;
  }
  .product-plate1 .plate1-main .main-item .item-pic {
    width: 100%;
    height: 5.4rem;
    overflow: hidden;
  }
  .product-plate1 .plate1-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product-plate1 .plate1-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem;
  }
  .product-plate1 .plate1-main .main-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product-plate1 .plate1-main .main-item .item-cent .cent-tips {
    width: 1.6rem;
    height: 0.6rem;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.6rem;
    text-align: center;
    background: url(../images/icon/icon-button-border.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .product-plate1 .plate1-main .main-item .item-cent .cent-tips span {
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .product-plate1 .plate1-main .main-item .item-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs26);
    line-height: 2;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .product-plate1 .plate1-main .main-item .item-cent .page-button3 {
    margin-top: 0.5rem;
  }
  .product-plate1 .plate1-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .product-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
    color: #012f82;
  }
  .product2-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .product2-plate1 .plate1-top .page-title {
    text-align: center;
  }
  .product2-plate1 .plate1-top .page-heng {
    margin: 0.2rem auto 0;
  }
  .product2-plate1 .plate1-main {
    margin-top: 0.6rem;
  }
  .product2-plate1 .plate1-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .product2-plate1 .plate1-main .main-item:last-of-type {
    margin-bottom: 0;
  }
  .product2-plate1 .plate1-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .product2-plate1 .plate1-main .main-item .item-pic {
    width: 100%;
    height: 5.4rem;
    overflow: hidden;
  }
  .product2-plate1 .plate1-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2-plate1 .plate1-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem;
  }
  .product2-plate1 .plate1-main .main-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2-plate1 .plate1-main .main-item .item-cent .cent-tips {
    width: 1.6rem;
    height: 0.6rem;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.6rem;
    text-align: center;
    background: url(../images/icon/icon-button-border.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .product2-plate1 .plate1-main .main-item .item-cent .cent-tips span {
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .product2-plate1 .plate1-main .main-item .item-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs26);
    line-height: 2;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .product2-plate1 .plate1-main .main-item .item-cent .page-button3 {
    margin-top: 0.5rem;
  }
  .product2-plate1 .plate1-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .product2-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
    color: #012f82;
  }
  .productDetail {
    width: 100%;
    height: auto;
    padding: 1.92rem 0.3rem 0.5rem;
    background: url(../images/productDetail-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .productDetail .productDetail-main .main-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .productDetail .productDetail-main .main-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    text-align: center;
    line-height: 2;
    color: #666;
  }
  .productDetail .productDetail-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.35rem auto 0;
    padding-bottom: 0.7rem;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-swiper .swiper-slide .slide-box 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;
  }
  .productDetail .productDetail-main .main-swiper .swiper-pagination {
    bottom: 0;
  }
  .productDetail .productDetail-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.23rem;
    height: 6px;
    background: #aaaaaa;
    border-radius: 0.45rem;
    opacity: 1;
  }
  .productDetail .productDetail-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.4rem;
    background: #1d2088;
  }
  .product3-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .product3-plate1 .plate1-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .product3-plate1 .plate1-main .main-item:last-of-type {
    margin-bottom: 0;
  }
  .product3-plate1 .plate1-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .product3-plate1 .plate1-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product3-plate1 .plate1-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product3-plate1 .plate1-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.55rem;
    background: #f8f9fa;
  }
  .product3-plate1 .plate1-main .main-item .item-cent .cent-text {
    margin-top: 0.5rem;
    font-size: var(--fs26);
    line-height: 1.875;
    text-align: justify;
    color: #666;
  }
  .product3-plate1 .plate1-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .product3-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
    color: #012f82;
  }
  .service-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .service-plate1 .plate1-main .main-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .service-plate1 .plate1-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .service-plate1 .plate1-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service-plate1 .plate1-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.55rem;
    background: #f8f9fa;
  }
  .service-plate1 .plate1-main .main-item .item-cent .cent-text {
    margin-top: 0.5rem;
    font-size: var(--fs26);
    line-height: 1.875;
    text-align: justify;
    color: #666;
  }
  .service-plate1 .plate1-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .service-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
    color: #012f82;
  }
  .service-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: #f8f9fa;
  }
  .service-plate2 .plate2-main .page-title {
    text-align: center;
  }
  .service-plate2 .plate2-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .service-plate2 .plate2-main .main-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .service-plate2 .plate2-main .main-form .form-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 1rem;
    padding: 0 0.24rem;
    margin-bottom: 0.32rem;
    background: #fff;
  }
  .service-plate2 .plate2-main .main-form .form-item:last-of-type {
    height: 2.4rem;
    margin-bottom: 0;
  }
  .service-plate2 .plate2-main .main-form .form-item p {
    font-size: var(--fs26);
    line-height: 1rem;
    color: #333;
  }
  .service-plate2 .plate2-main .main-form .form-item p em {
    color: #e01212;
  }
  .service-plate2 .plate2-main .main-form .form-item input {
    flex: 1;
    height: 100%;
    padding-left: 0.2rem;
    font-size: '微软雅黑';
    font-size: var(--fs26);
    color: #333;
  }
  .service-plate2 .plate2-main .main-form .form-item textarea {
    flex: 1;
    height: 100%;
    padding-left: 0.2rem;
    padding-top: 0.35rem;
    font-size: '微软雅黑';
    font-size: var(--fs26);
    color: #333;
  }
  .service-plate2 .plate2-main .main-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.6rem auto 0;
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    line-height: 0.76rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #fcb814;
    border: solid 2px #fcb814;
  }
  .service-plate2 .plate2-main .main-button:hover {
    color: #012f82;
    background: transparent;
    border: solid 2px #012f82;
  }
  .training-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .training-plate1 .plate1-main .main-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .training-plate1 .plate1-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .training-plate1 .plate1-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .training-plate1 .plate1-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.55rem;
    background: #f8f9fa;
  }
  .training-plate1 .plate1-main .main-item .item-cent .cent-text {
    margin-top: 0.5rem;
    font-size: var(--fs26);
    line-height: 1.875;
    text-align: justify;
    color: #666;
  }
  .training-plate1 .plate1-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .training-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
    color: #012f82;
  }
  .news-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0;
  }
  .news-plate1 .plate1-main .page-title {
    text-align: center;
  }
  .news-plate1 .plate1-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .news-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .news-plate1 .plate1-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news-plate1 .plate1-main .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate1 .plate1-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: #f2f2f2;
  }
  .news-plate1 .plate1-main .main-box .box-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs30);
    color: rgba(0, 0, 0, 0.25);
  }
  .news-plate1 .plate1-main .main-box .box-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs38);
    line-height: 1.57;
    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-plate1 .plate1-main .main-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 2;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news-plate1 .plate1-main .main-box .box-cent .cent-arrow {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 50%;
    background: #fcb814 url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 0.28rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate1 .plate1-main .main-box .box-cent .cent-arrow:hover {
    background-color: #012f82;
  }
  .news-plate1 .plate1-main .main-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);
  }
  .news-plate1 .plate1-main .main-box:hover .box-cent .cent-title {
    color: #fcb814;
  }
  .news-plate2 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .news-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .news-plate2 .plate2-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.6rem;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .news-plate2 .plate2-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .news-plate2 .plate2-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .news-plate2 .plate2-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate2 .plate2-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
  }
  .news-plate2 .plate2-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-plate2 .plate2-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 2;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-plate2 .plate2-main .main-box .box-item .item-cent .cent-time {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    color: #ccc;
  }
  .news-plate2 .plate2-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .news-plate2 .plate2-main .main-box .box-item:hover .item-cent .cent-title {
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .newsDetail-top {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 0.6rem;
    background: #f6fbff;
  }
  .newsDetail-top .top-main .main-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #222;
  }
  .newsDetail-top .top-main .main-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .newsDetail-top .top-main .main-data .data-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 0.4rem;
  }
  .newsDetail-top .top-main .main-data .data-item em {
    display: block;
    width: 18px;
    margin-right: 0.1rem;
  }
  .newsDetail-top .top-main .main-data .data-item em img {
    display: block;
    width: 100%;
  }
  .newsDetail-top .top-main .main-data .data-item span {
    font-size: var(--fs26);
    color: #999;
  }
  .newsDetail-main {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 1.1rem;
  }
  .newsDetail-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .newsDetail-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    font-size: var(--fs26);
    line-height: 2.5;
    color: #333;
  }
  .newsDetail-main .main-cont .cont-cent img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
  }
  .newsDetail-main .main-cont .cont-list {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .newsDetail-main .main-cont .cont-list .list-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #000;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-heng {
    margin-top: 0.1rem;
    width: 0.32rem;
    height: 5px;
    border-radius: 0.45rem;
    background: #fcb814;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-box {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    margin-bottom: 0.8rem;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-box .box-item {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    border-bottom: solid 1px #eeeeee;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-box .box-item .item-title {
    font-size: var(--fs30);
    line-height: 1.8;
    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;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-box .box-item .item-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-box .box-item .item-time span {
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-box .box-item:hover .item-title {
    color: #fcb814;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-link {
    font-size: var(--fs28);
    line-height: 2.222;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-link a {
    font-weight: 500;
    color: #000;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-link:hover {
    color: #012f82;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-link:hover a {
    color: #012f82;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.24rem;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-share .share-item .img2 {
    opacity: 0;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-share .share-item:hover {
    background: #fcb814;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-share .share-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #012f82, #01b4ed);
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-button span {
    margin-right: 0.1rem;
    font-size: var(--fs28);
    color: #fff;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-button em {
    position: relative;
    width: 14px;
    height: 12px;
    background: url(../images/icon/icon-news-menu.png) no-repeat center center;
    background-size: 100%;
    z-index: 9;
  }
  .newsDetail-main .main-cont .cont-list .list-box .list-button:hover {
    background: linear-gradient(-90deg, #012f82, #01b4ed);
  }
  .newsDetail-main .main-cont .cont-list .list-box-active {
    position: fixed;
    top: 1.2rem;
  }
  .download {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .download .download-main .page-title {
    text-align: center;
  }
  .download .download-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .download .download-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
  }
  .download .download-main .main-box .box-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    padding: 0.45rem 0.3rem 0.4rem;
    background: #f4f5f5;
  }
  .download .download-main .main-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #012f82;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-box .box-item .item-time {
    width: 100%;
    font-family: 'MONTSERRAT-REGULAR';
    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;
  }
  .download .download-main .main-box .box-item .item-cent {
    width: 100%;
    margin-top: 0.2rem;
  }
  .download .download-main .main-box .box-item .item-cent .cent-title {
    width: 100%;
    font-size: var(--fs30);
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-box .box-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
  }
  .download .download-main .main-box .box-item .item-cent .cent-link span {
    margin-right: 0.08rem;
    font-size: var(--fs26);
    color: #012f82;
  }
  .download .download-main .main-box .box-item .item-cent .cent-link em {
    width: 13px;
    height: 11px;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .download .download-main .main-box .box-item:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
  }
  .download .download-main .main-box .box-item:hover::after {
    width: 100%;
  }
  .download .download-main .main-box .box-item:hover .item-cent .cent-title {
    color: #012f82;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem;
  }
  .contact .contact-main .page-title {
    text-align: center;
  }
  .contact .contact-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .contact .contact-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .contact .contact-main .main-box .box-cont {
    width: 100%;
    padding-bottom: 0.5rem;
    border-right: none;
    border-bottom: solid 1px #eff3f7;
  }
  .contact .contact-main .main-box .box-cont .cont-title {
    font-size: var(--fs28);
    text-align: center;
    color: #999;
  }
  .contact .contact-main .main-box .box-cont .cont-tel {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    text-align: center;
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .contact .contact-main .main-box .box-cont .cont-ewm {
    width: 2.5rem;
    height: auto;
    margin: 0.4rem auto 0;
  }
  .contact .contact-main .main-box .box-cont .cont-ewm .ewm-pic {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .contact .contact-main .main-box .box-cont .cont-ewm .ewm-pic img {
    width: 100%;
  }
  .contact .contact-main .main-box .box-cont .cont-ewm .ewm-title {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    text-align: center;
    color: #6f7275;
  }
  .contact .contact-main .main-box .box-lump {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .contact .contact-main .main-box .box-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .contact .contact-main .main-box .box-lump .lump-item:last-of-type {
    margin-bottom: 0;
  }
  .contact .contact-main .main-box .box-lump .lump-item .item-icon {
    width: 0.85rem;
    height: auto;
  }
  .contact .contact-main .main-box .box-lump .lump-item .item-icon img {
    width: 100%;
  }
  .contact .contact-main .main-box .box-lump .lump-item .item-cent {
    flex: 1;
    padding-left: 0.4rem;
  }
  .contact .contact-main .main-box .box-lump .lump-item .item-cent .cent-title {
    font-size: var(--fs28);
    line-height: 1.94;
    color: #999;
  }
  .contact .contact-main .main-box .box-lump .lump-item .item-cent .cent-text {
    font-size: var(--fs28);
    line-height: 1.94;
    color: #333;
  }
  .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: #fcb814;
    border: solid 2px #fcb814;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #fcb814;
    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;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .page-heng {
    width: 0.5rem;
    height: 3px;
    margin-top: 0.2rem;
    background: #fcb814;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English {
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs48);
    text-transform: uppercase;
  }
  .page-English span {
    background: linear-gradient(90deg, #012f82, #01b4ed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .page-crumb {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs24);
    color: #999;
  }
  .page-crumb .crumb-box a {
    display: flex;
    align-items: center;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs24);
    color: #999;
  }
  .page-crumb .crumb-box a img {
    display: inline-block;
    width: 0.25rem;
    margin-right: 0.1rem;
  }
  .page-crumb .crumb-box a:hover {
    color: #fcb814;
    text-decoration: underline;
  }
  .page-crumb .crumb-box em {
    margin: 0 4px;
  }
  .page-crumb .crumb-box span {
    color: #999;
  }
  .page-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.15rem;
    background: url(../images/icon/icon-load.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-load .load-title {
    font-size: var(--fs30);
    text-align: center;
    color: #fcb814;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load:hover .load-icon {
    background: url(../images/icon/icon-load2.png) no-repeat center center;
    background-size: 100%;
  }
  .page-load:hover .load-title {
    color: #fcb814;
  }
  .page-float {
    display: none;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 0.8rem;
    border: 2px solid transparent;
    border-radius: 0.45rem;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #012f82, #01b4ed);
    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-size: var(--fs26);
    color: #fcb814;
    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: 13px;
    height: 10px;
    margin-left: 0.08rem;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    background-image: linear-gradient(90deg, #012f82, #01b4ed), linear-gradient(90deg, #012f82, #01b4ed) !important;
  }
  .page-button:hover span {
    color: #fff;
  }
  .page-button:hover em {
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
  }
  .page-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 0.8rem;
    border: 2px solid #fcb814;
    border-radius: 0.45rem;
    background: #fcb814;
    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-size: var(--fs26);
    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: 13px;
    height: 10px;
    margin-left: 0.08rem;
    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;
  }
  .page-button2:hover {
    border: 2px solid #fff;
    background: #fff;
  }
  .page-button2:hover span {
    color: #fcb814;
  }
  .page-button2:hover em {
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .page-button3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 0.8rem;
    border: 1px solid #012f82;
    border-radius: 0.45rem;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button3 span {
    position: relative;
    font-size: var(--fs26);
    color: #012f82;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button3 em {
    position: relative;
    width: 13px;
    height: 10px;
    margin-left: 0.08rem;
    background: url(../images/icon/icon-arrow6.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-button3:hover {
    border: 2px solid #fcb814;
    background: #fcb814;
  }
  .page-button3:hover span {
    color: #fff;
  }
  .page-button3:hover em {
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 100%;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #012f82;
    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 {
    display: none;
  }
}
