.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: 1680px) {
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 1.5rem;
    height: auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(24, 68, 168, 0.8), rgba(4, 141, 204, 0.8));
    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, #fff, #000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #2f54eb !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: 1.2rem;
    height: 100%;
    margin-left: 0.6rem;
    background: linear-gradient(320deg, #2f54eb, #1896f2);
    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 !important;
    background-size: 0.35rem !important;
  }
  nav .nav-main .main-cont .main-right .right-serach:hover {
    background: linear-gradient(135deg, #2f54eb, #1896f2);
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 0.4rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #222;
  }
  nav .nav-main .main-cont .main-right .right-lang a {
    color: #222;
  }
  nav .nav-main .main-cont .main-right .right-lang a:hover {
    color: #2f54eb;
  }
  nav .nav-main .main-cont .main-right .right-lang span {
    margin: 0 0.05rem;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 1.2rem;
    height: 100%;
    background: #9bd11a;
  }
  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;
    border-radius: 0.45rem;
    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: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    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: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    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;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .nav-main:hover {
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main-active {
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #2f54eb;
    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 #2f54eb;
  }
  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: #2f54eb;
  }
  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: #2f54eb;
    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-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #2f54eb;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #2f54eb;
    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: #2f54eb;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #2f54eb;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 {
    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-cent2 .cent-title {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.7rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    text-transform: uppercase;
    line-height: 0.52rem;
    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-pagination {
    bottom: 0.3rem;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4.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-cent {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.15rem;
    font-family: Arial;
    font-size: var(--fs36);
    text-transform: uppercase;
    text-align: center;
  }
  header .head-banner .banner-cent2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -2rem;
    padding: 0 ;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  header .head-banner .banner-cent2 .cent-box {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.9rem;
    background: linear-gradient(90deg, rgba(150, 202, 1, 0.9), rgba(0, 99, 54, 0.9));
    border-radius: 0;
  }
  header .head-banner .banner-cent2 .cent-box .box-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-box .box-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2f54eb;
    z-index: 69;
  }
  header .head-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;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.05rem !important;
    background: #101018 url(../images/foot-bg.png) no-repeat -7rem bottom;
    background-size: 300%;
    overflow: hidden;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
  }
  footer .foot-main .main-nav {
    display: none;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  footer .foot-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-cent .cent-title {
    display: none;
    margin-bottom: 0.05rem;
    font-size: var(--fs28);
    text-align: center;
    color: #c6c6c6;
  }
  footer .foot-main .main-cont .cont-cent .cent-address {
    display: none;
    margin-bottom: 0.1rem;
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 0.24rem;
    text-align: center;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-cent .cent-title2 {
    margin-bottom: 0.05rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-cent .cent-tel {
    margin-bottom: 0.1rem;
    font-size: var(--fs40);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-cont .cont-box .box-ewm {
    width: auto;
    height: auto;
    text-align: center;
  }
  footer .foot-main .main-cont .cont-box .box-ewm img {
    width: 2.2rem;
  }
  footer .foot-main .main-cont .cont-box .box-ewm p {
    display: block;
    margin-top: 0.1rem;
    font-size: var(--fs30);
    text-align: center;
    color: #999;
  }
  footer .foot-main .main-cont .cont-box .box-share {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
    margin-top: 0.4rem;
  }
  footer .foot-main .main-cont .cont-box .box-share .share-item {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.25rem;
    text-align: center;
    line-height: 0.34rem;
    border: solid 1px #fff;
    border-radius: 50%;
  }
  footer .foot-main .main-cont .cont-box .box-share .share-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-main .main-cont .cont-box .box-share .share-item img {
    width: 0.19rem;
    opacity: 0.2;
    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-box .box-share .share-item:hover {
    border: solid 1px transparent;
    background: linear-gradient(90deg, #1896f2, #2f54eb);
  }
  footer .foot-main .main-cont .cont-box .box-share .share-item:hover img {
    opacity: 1;
  }
  footer .foot-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.8rem auto 0;
  }
  footer .foot-bottom .bottom-link {
    display: none;
    width: auto;
  }
  footer .foot-bottom .bottom-link a {
    margin-right: 0.32rem;
    font-size: var(--fs12);
    color: #999999;
  }
  footer .foot-bottom .bottom-link a:hover {
    color: #fff;
  }
  footer .foot-bottom .bottom-zhizi {
    width: 100%;
    font-size: var(--fs24);
    text-align: center;
    color: #999;
  }
  footer .foot-bottom .bottom-zhizi a {
    color: #999999;
  }
  footer .foot-bottom .bottom-zhizi a:hover {
    color: #fff;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 1.3rem;
    background: #f7fbff url(../images/plate1-bg.png) no-repeat 22% top;
    background-size: 7.63rem;
  }
  .container .cont-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate1 .plate1-cent .cent-title {
    margin-top: 0.5rem;
    font-size: var(--fs48);
    font-weight: bold;
  }
  .container .cont-plate1 .plate1-cent .cent-title span {
    background: linear-gradient(90deg, #1896f2, #2f54eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .container .cont-plate1 .plate1-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-cent .page-button {
    margin-top: 0.5rem;
  }
  .container .cont-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate2 {
    padding: 1.1rem 0.3rem 0.75rem;
  }
  .container .cont-plate2 .plate2-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-top .top-cent {
    width: auto;
  }
  .container .cont-plate2 .plate2-top .top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.7rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #1896f2, #2f54eb);
  }
  .container .cont-plate2 .plate2-top .top-button span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .container .cont-plate2 .plate2-top .top-button em {
    width: 13px;
    height: 12px;
    margin-left: 0.18rem;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate2 .plate2-top .top-button:hover {
    background: linear-gradient(-90deg, #1896f2, #2f54eb);
  }
  .container .cont-plate2 .plate2-swiper {
    width: 100%;
    height: auto;
    padding: 0.6rem 0;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.48rem;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 0.04);
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 3.9rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.2rem 0.45rem;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
    height: 1.12rem;
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 0.56rem;
    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;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-text {
    height: 0.92rem;
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-time {
    margin-top: 0.45rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs28);
    color: #cecece;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #2f54eb;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 1.4rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .container .cont-plate3 .page-English {
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .container .cont-plate3 .page-title {
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .page-heng {
    margin: 0.2rem auto 0;
  }
  .container .cont-plate3 .plate3-main {
    position: relative;
    margin-top: 0.6rem;
    padding-left: 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 65%;
    height: auto;
    margin-right: 0.48rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 5.78rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.25rem 0.4rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.75rem 0.9rem 0;
    background: linear-gradient(0deg, rgba(47, 84, 235, 0.9), rgba(24, 150, 242, 0.9));
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.2rem;
    font-size: var(--fs18);
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button {
    margin: 0.65rem auto 0;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button .button-box {
    border: dashed 1px #fff;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button .button-box span {
    background: url(../images/icon/icon-arrow3.png) no-repeat center right;
    background-size: 8px;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button .button-box span::after {
    background: #fff;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button:hover .button-box {
    width: 100%;
    border: solid 1px #fff;
    border-radius: 0.45rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button:hover .button-box span {
    width: 30px;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button:hover .button-box span::after {
    width: 30px;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-title {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-cent {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev,
  .container .cont-plate3 .plate3-main .plate3-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev img,
  .container .cont-plate3 .plate3-main .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;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev .img1,
  .container .cont-plate3 .plate3-main .plate3-swiper-button-next .img1 {
    opacity: 0.5;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev .img2,
  .container .cont-plate3 .plate3-main .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev:hover .img1,
  .container .cont-plate3 .plate3-main .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev:hover .img2,
  .container .cont-plate3 .plate3-main .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev {
    left: -0.98rem;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-next {
    right: -0.98rem;
  }
  .container .cont-plate3 .plate3-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.7rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #1896f2, #2f54eb);
  }
  .container .cont-plate3 .plate3-button span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .container .cont-plate3 .plate3-button em {
    width: 13px;
    height: 12px;
    margin-left: 0.18rem;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate3 .plate3-button:hover {
    background: linear-gradient(-90deg, #1896f2, #2f54eb);
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.5rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .cont-plate4 .plate4-main .page-English,
  .container .cont-plate4 .plate4-main .page-title {
    text-align: center;
  }
  .container .cont-plate4 .plate4-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .container .cont-plate4 .plate4-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.28rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 1rem;
    color: #000;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-cent {
    color: #2f54eb;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev,
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev img,
  .container .cont-plate4 .plate4-main .main-cont .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;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev .img2,
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev:hover .img1,
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev:hover .img2,
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev {
    left: -0.2rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next {
    right: -0.2rem;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.3rem;
  }
  .about .about-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .about .about-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs32);
    letter-spacing: 0.02rem;
    text-transform: uppercase;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-English span {
    background: linear-gradient(90deg, #1896f2, #2f54eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.6rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.95rem;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item {
    width: 50%;
    margin-bottom: 0.5rem;
    padding-left: 0.8rem;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-icon {
    width: auto;
    height: 0.65rem;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-icon img {
    width: auto;
    height: 100%;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs52);
    color: #1160bc;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num em {
    position: relative;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-size: var(--fs40);
    font-weight: bold;
    color: #1160bc;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-title {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item:nth-child(2),
  .about .about-plate1 .plate1-main .main-cent .cent-data .data-item:nth-child(3) {
    padding-right: 0;
  }
  .about .about-plate1 .plate1-main .main-pic {
    width: 100%;
    height: 100%;
    margin-top: 0.65rem;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.25rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .about-plate2 .page-English {
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate2 .page-title {
    text-align: center;
    color: #fff;
  }
  .about .about-plate2 .page-heng {
    margin: 0.2rem auto 0;
    background: #fff;
  }
  .about .about-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .about .about-plate2 .plate2-main .main-item {
    position: relative;
    width: calc(100% / 2 - 0.1rem);
    height: 2.3rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.2rem 0.2rem 0;
    border-radius: 0.2rem;
    background: rgba(255, 255, 255, 0.28);
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .main-item:nth-child(4n) {
    margin-right: 0;
  }
  .about .about-plate2 .plate2-main .main-item .item-bg {
    position: absolute;
    bottom: -0.35rem;
    right: 0.05rem;
    width: 1.78rem;
    height: 1.84rem;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .main-item .item-bg img {
    width: 100%;
  }
  .about .about-plate2 .plate2-main .main-item .item-icon {
    width: 0.65rem;
    margin: 0 auto;
  }
  .about .about-plate2 .plate2-main .main-item .item-icon img {
    width: 100%;
  }
  .about .about-plate2 .plate2-main .main-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs34);
    text-align: center;
    color: #fff;
  }
  .about .about-plate2 .plate2-main .main-item .item-English {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
  }
  .about .about-plate2 .plate2-main .main-item:hover {
    background: linear-gradient(90deg, #1896f2, #2f54eb);
  }
  .about .about-plate2 .plate2-main .main-item:hover .item-bg {
    bottom: 0.05rem;
    opacity: 0.15;
  }
  .about .about-plate3 {
    padding: 1.1rem 0.3rem 1.3rem;
  }
  .about .about-plate3 .page-English,
  .about .about-plate3 .page-title {
    text-align: center;
  }
  .about .about-plate3 .page-heng {
    margin: 0.2rem auto 0;
  }
  .about .about-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .about .about-plate3 .plate3-main .main-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.78rem;
    padding: 0.32rem 0.16rem 0.45rem;
    background: #f5f5f5;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-item:nth-child(4n) {
    margin-right: 0;
  }
  .about .about-plate3 .plate3-main .main-item .item-pic {
    position: relative;
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-item .item-pic::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.76rem;
    height: 0.76rem;
    margin: -0.38rem 0 0 -0.38rem;
    background: rgba(17, 96, 188, 0.8) url(../images/icon/icon-search3.png) no-repeat center center;
    background-size: 0.25rem;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-item .item-title {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    text-align: center;
    color: #333;
  }
  .about .about-plate3 .plate3-main .main-item:hover {
    background: #fff;
    box-shadow: 0 0 0.29rem 0 rgba(0, 0, 0, 0.1);
  }
  .about .about-plate3 .plate3-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));
  }
  .about .about-plate3 .plate3-main .main-item:hover .item-pic::after {
    opacity: 1;
  }
  .about .about-plate3 .plate3-load {
    display: block;
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-load img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-load:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .news .news-main .page-English,
  .news .news-main .page-title {
    text-align: center;
  }
  .news .news-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  }
  .news .news-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-top .top-pic img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem;
    background: #fff;
  }
  .news .news-main .main-top .top-cent .cent-time {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs28);
    color: #c5c8ca;
  }
  .news .news-main .main-top .top-cent .cent-title {
    margin-top: 0.15rem;
    font-size: var(--fs42);
    color: #000;
    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;
  }
  .news .news-main .main-top .top-cent .cent-text {
    margin-top: 0.6rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-top .top-cent .cent-link {
    margin-top: 0.8rem;
    font-size: var(--fs28);
    color: #2f54eb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent .cent-link:hover {
    color: #9bd11a;
  }
  .news .news-main .main-top:hover .top-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-top:hover .top-cent .cent-title {
    color: #2f54eb;
  }
  .news .news-main .main-cont {
    width: 100%;
    height: auto;
    margin: 0.5rem 0 0.8rem;
  }
  .news .news-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.48rem 0.2rem;
    border-bottom: solid 1px #f0f0f0;
  }
  .news .news-main .main-cont .cont-item .item-time {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0;
    padding-top: 0.1rem;
    border: solid 1px #ebebeb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-time .time-num {
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: var(--fs48);
    text-align: center;
    color: #2f54eb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-time .time-text {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    text-align: center;
    color: #2f54eb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent {
    width: calc(100% - 1.2rem);
    height: auto;
    margin-right: 0;
    padding-left: 0.2rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs32);
    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;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-cont .cont-item .item-link {
    display: none;
    width: 0.85rem;
    font-size: var(--fs16);
    color: #2f54eb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-link:hover {
    color: #9bd11a;
  }
  .news .news-main .main-cont .cont-item:hover {
    background: #f6f6f6;
  }
  .news .news-main .main-cont .cont-item:hover .item-time {
    border: solid 1px transparent;
    background: linear-gradient(90deg, #1896f2, #2f54eb);
  }
  .news .news-main .main-cont .cont-item:hover .item-time .time-num,
  .news .news-main .main-cont .cont-item:hover .item-time .time-text {
    color: #fff;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 2.2rem;
  }
  .newsDetail .newsDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .newsDetail .newsDetail-main .main-cent {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.62rem;
    color: #000;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.3rem 0 0.5rem;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    color: #cccccc;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
    width: auto;
    margin: -0.04rem 0.08rem 0 0;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    line-height: 0.48rem;
    color: #666;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box img {
    max-width: 100%;
    width: auto;
  }
  .newsDetail .newsDetail-main .main-list {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-title {
    font-size: var(--fs34);
    font-weight: bold;
    color: #393435;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-English {
    margin-top: 0.1rem;
    font-family: Arial;
    font-size: var(--fs26);
    text-transform: uppercase;
    color: 999;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.45rem 0 0.45rem;
    border-bottom: solid 1px #f5f5f5;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-title {
    font-size: var(--fs36);
    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;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-time {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    color: #1266aa;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title {
    color: #2f54eb;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link a {
    color: #333;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link:hover a {
    color: #2f54eb;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.15rem;
    border-radius: 50%;
    border: solid 1px #ededed;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-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 .newsDetail-main .main-list .list-box .list-share .share-item .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover {
    border: solid 1px #fff;
    background: linear-gradient(90deg, #1896f2, #2f54eb);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton {
    display: block;
    width: 100%;
    height: 1rem;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 1rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #1896f2, #2f54eb);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton img {
    width: 14px;
    margin: -0.04rem 0 0 0.1rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton:hover {
    background: linear-gradient(-90deg, #1896f2, #2f54eb);
  }
  .newsDetail .newsDetail-main .main-list .list-box-active {
    position: fixed;
    top: 1.2rem;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1rem;
  }
  .product .product-main .page-English,
  .product .product-main .page-title {
    text-align: center;
  }
  .product .product-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .product .product-main .main-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .product .product-main .main-top .top-item {
    width: auto;
    height: 0.65rem;
    margin: 0 0.15rem;
    padding: 0 0.3rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.65rem;
    color: #fff;
    background: #2f54eb;
  }
  .product .product-main .main-top .top-item:hover {
    background: #9bd11a;
  }
  .product .product-main .main-top .top-item-on {
    background: #9bd11a;
  }
  .product .product-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product .product-main .main-cont .cont-item {
    position: relative;
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .product .product-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 4.1rem;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-item .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.25rem 0.4rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.75rem 0.9rem 0;
    background: linear-gradient(0deg, rgba(47, 84, 235, 0.9), rgba(24, 150, 242, 0.9));
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs42);
    text-align: center;
    color: #fff;
  }
  .product .product-main .main-cont .cont-item .item-cent .cent-English {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
  }
  .product .product-main .main-cont .cont-item .item-cent .page-button {
    margin: 0.65rem auto 0;
  }
  .product .product-main .main-cont .cont-item .item-cent .page-button .button-box {
    border: dashed 1px #fff;
  }
  .product .product-main .main-cont .cont-item .item-cent .page-button .button-box span {
    background: url(../images/icon/icon-arrow3.png) no-repeat center right;
    background-size: 8px;
  }
  .product .product-main .main-cont .cont-item .item-cent .page-button .button-box span::after {
    background: #fff;
  }
  .product .product-main .main-cont .cont-item .item-cent .page-button:hover .button-box {
    width: 100%;
    border: solid 1px #fff;
    border-radius: 0.45rem;
  }
  .product .product-main .main-cont .cont-item .item-cent .page-button:hover .button-box span {
    width: 30px;
  }
  .product .product-main .main-cont .cont-item .item-cent .page-button:hover .button-box span::after {
    width: 30px;
  }
  .product .product-main .main-cont .cont-item:hover .item-title {
    opacity: 1;
  }
  .product .product-main .main-cont .cont-item:hover .item-cent {
    opacity: 0;
  }
  .productDetail {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.2rem 0.3rem;
  }
  .productDetail .productDetail-top .top-pic {
    width: 100%;
    height: auto;
    background: #f0f2f2;
    overflow: hidden;
  }
  .productDetail .productDetail-top .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-top .top-cent {
    width: 100%;
    height: auto;
    padding: 1rem 0 0;
  }
  .productDetail .productDetail-top .top-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-top .top-cent .cent-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    color: #666;
  }
  .productDetail .productDetail-top .top-cent .cent-text {
    margin-top: 0.55rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .productDetail .productDetail-top .top-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
  }
  .productDetail .productDetail-top .top-cent .cent-button .button1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 0.8rem;
    margin-right: 0.4rem;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    background: linear-gradient(90deg, #1896f2, #2f54eb);
  }
  .productDetail .productDetail-top .top-cent .cent-button .button1 em {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.15rem;
    background: url(../images/icon/icon-tel.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetail .productDetail-top .top-cent .cent-button .button1 p {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs28);
    color: #fff;
  }
  .productDetail .productDetail-top .top-cent .cent-button .button1:hover {
    background: linear-gradient(-90deg, #1896f2, #2f54eb);
  }
  .productDetail .productDetail-top .top-cent .cent-button .button2 {
    width: 2.6rem;
    height: 0.8rem;
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    line-height: 0.76rem;
    color: #333;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border: solid 1px #2f54eb;
    background: #f8f8f8;
  }
  .productDetail .productDetail-top .top-cent .cent-button .button2:hover {
    color: #fff;
    background: #2f54eb;
  }
  .productDetail .productDetail-main {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.3rem;
    background: #f8f8f8;
  }
  .productDetail .productDetail-main .main-cont {
    width: 100%;
  }
  .productDetail .productDetail-main .main-cont .cont-title {
    font-size: var(--fs48);
    text-align: center;
    color: #333;
  }
  .productDetail .productDetail-main .main-cont .page-heng {
    margin: 0.2rem auto 0;
  }
  .productDetail .productDetail-main .main-cont .cont-table {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: auto;
  }
  .productDetail .productDetail-main .main-cont .cont-table table {
    width: 14.4rem;
  }
  .productDetail .productDetail-main .main-cont .cont-table th {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    border: solid 1px #827e74;
    background: #4c4638;
  }
  .productDetail .productDetail-main .main-cont .cont-table td {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #333;
    border: solid 1px #d9d9d9;
  }
  .productDetail .productDetail-main .main-cont .cont-table td:first-of-type {
    font-weight: bold;
    background: #efefee;
  }
  .technology {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .technology .technology-main .page-English,
  .technology .technology-main .page-title {
    text-align: center;
  }
  .technology .technology-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .technology .technology-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .technology .technology-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .technology .technology-main .main-cont .cont-item:last-of-type {
    margin-bottom: 0;
  }
  .technology .technology-main .main-cont .cont-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .technology .technology-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .technology .technology-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .technology .technology-main .main-cont .cont-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .technology .technology-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.5rem;
    background: #f6f6f6;
  }
  .technology .technology-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs42);
    color: #000;
  }
  .technology .technology-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: justify;
    color: #666;
  }
  .technology .technology-main .main-cont .cont-item .item-cent .cent-text span {
    display: inline-block;
    width: 49%;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-top {
    padding: 1.15rem 0.3rem 0.85rem;
  }
  .contact .contact-top .page-English,
  .contact .contact-top .page-title {
    text-align: center;
  }
  .contact .contact-top .page-heng {
    margin: 0.2rem auto 0;
  }
  .contact .contact-top .top-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-top .top-box .box-item {
    width: 48%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .contact .contact-top .top-box .box-item .item-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
  }
  .contact .contact-top .top-box .box-item .item-icon img {
    width: 100%;
  }
  .contact .contact-top .top-box .box-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    text-align: center;
    color: #262323;
  }
  .contact .contact-top .top-box .box-item .item-tel {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs34);
    text-align: center;
    color: #808080;
  }
  .contact .contact-top .top-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    color: #808080;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.3rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact .contact-main .main-box .box-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .contact .contact-main .main-box .box-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
  }
  .contact .contact-main .main-box .box-ewm {
    width: 2.2rem;
    height: auto;
    margin: 0.5rem auto 0;
  }
  .contact .contact-main .main-box .box-ewm .ewm-pic {
    width: 100%;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.57rem 0 rgba(0, 0, 0, 0.14);
    overflow: hidden;
  }
  .contact .contact-main .main-box .box-ewm .ewm-pic img {
    width: 100%;
  }
  .contact .contact-main .main-box .box-ewm p {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
  }
  .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: #2f54eb;
    border: solid 2px #2f54eb;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #2f54eb;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(21, 69, 119, 0.18), transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .page-button {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 1.35rem;
    height: 0.8rem;
  }
  .page-button .button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: dashed 1px #2f54eb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button .button-box span {
    position: relative;
    width: 8px;
    height: 15px;
    background: url(../images/icon/icon-arrow.png) no-repeat center right;
    background-size: 8px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button .button-box span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1rem;
    height: 1px;
    background: #2f54eb;
    margin-top: -0.5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover .button-box {
    width: 100%;
    border: solid 1px #2f54eb;
    border-radius: 0.45rem;
  }
  .page-button:hover .button-box span {
    width: 30px;
  }
  .page-button:hover .button-box span::after {
    width: 30px;
  }
}
