@charset "UTF-8";
.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.8rem;
    height: 0.65rem;
    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-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%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ea5504, #ff752a);
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #ea5504, #ff752a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #0079d4 !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.65rem;
    height: 0.65rem;
    margin-left: 0.4rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-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: 1.4rem;
    height: 0.65rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang-world.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.1rem;
    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: 8px 5px;
    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.44rem;
    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: #0079d4;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 1rem;
    height: 100%;
    margin-left: 0.2rem;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    right: 0;
    width: 0.4rem;
    height: 0.03rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    right: 0;
    width: 0.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;
    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 {
    border: solid 1px rgba(172, 172, 172, 0.3);
  }
  nav .nav-main:hover .main-cont .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 0.32rem;
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-box {
    border: solid 1px rgba(172, 172, 172, 0.3);
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang-world-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-title {
    color: #333;
  }
  nav .nav-main:hover .main-cont .main-right .right-lang .lang-arrow {
    background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main:hover .main-cont .main-right .right-menu span {
    background: #0079d4;
  }
  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: #0079d4;
  }
  nav .nav-main-active {
    background: #fff;
  }
  nav .nav-main-active .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-right .right-serach {
    border: solid 1px rgba(172, 172, 172, 0.3);
  }
  nav .nav-main-active .main-cont .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 0.32rem;
  }
  nav .nav-main-active .main-cont .main-right .right-lang .lang-box {
    border: solid 1px rgba(172, 172, 172, 0.3);
  }
  nav .nav-main-active .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang-world-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-active .main-cont .main-right .right-lang .lang-title {
    color: #333;
  }
  nav .nav-main-active .main-cont .main-right .right-lang .lang-arrow {
    background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-active .main-cont .main-right .right-menu span {
    background: #0079d4;
  }
  nav .nav-main-active .main-cont .main-right .right-menu span::before,
  nav .nav-main-active .main-cont .main-right .right-menu span::after {
    background: #0079d4;
  }
  nav .nav-main-on {
    background: #fff;
  }
  nav .nav-main-on .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-on .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-on .main-cont .main-right .right-serach {
    border: solid 1px rgba(172, 172, 172, 0.3);
  }
  nav .nav-main-on .main-cont .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 0.32rem;
  }
  nav .nav-main-on .main-cont .main-right .right-lang .lang-box {
    border: solid 1px rgba(172, 172, 172, 0.3);
  }
  nav .nav-main-on .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang-world-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on .main-cont .main-right .right-lang .lang-title {
    color: #333;
  }
  nav .nav-main-on .main-cont .main-right .right-lang .lang-arrow {
    background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-on .main-cont .main-right .right-menu span {
    background: #0079d4;
  }
  nav .nav-main-on .main-cont .main-right .right-menu span::before,
  nav .nav-main-on .main-cont .main-right .right-menu span::after {
    background: #0079d4;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #0079d4;
    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 #0079d4;
  }
  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: #0079d4;
  }
  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: #0079d4;
    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: #0079d4;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #0079d4;
    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: #0079d4;
  }
  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 #0079d4;
  }
  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;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 100%;
    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: #0079d4;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subTitle {
    margin-top: 0.1rem;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.6rem;
    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-text {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.9rem;
    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-play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #0079d4 url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .swiper-slide-active .box-cent .cent-title,
  header .head-banner .swiper-slide-active .box-cent2 .cent-title,
  header .head-banner .swiper-slide-active .box-cent3 .cent-title,
  header .head-banner .swiper-slide-active .box-cent .cent-text,
  header .head-banner .swiper-slide-active .box-cent2 .cent-text,
  header .head-banner .swiper-slide-active .box-cent3 .cent-text,
  header .head-banner .swiper-slide-active .box-cent .cent-button,
  header .head-banner .swiper-slide-active .box-cent2 .cent-button,
  header .head-banner .swiper-slide-active .box-cent3 .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    width: 0.28rem;
    height: 0.5rem;
    margin-top: -0.25rem;
  }
  header .head-banner .banner-swiper-button-prev {
    left: 0.2rem;
  }
  header .head-banner .banner-swiper-button-next {
    right: 0.2rem;
  }
  header .head-form {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  footer .foot-top {
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
    background: url(../images/foot-bg.jpg) no-repeat top left;
    background-size: cover;
    background-attachment: scroll;
  }
  footer .foot-top .top-title {
    font-size: var(--fs36);
    text-align: center;
    color: #fff;
  }
  footer .foot-top .top-lump {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  footer .foot-top .top-lump .lump-icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.1rem;
  }
  footer .foot-top .top-lump .lump-icon img {
    width: 100%;
  }
  footer .foot-top .top-lump .lump-title {
    margin-right: 0.3rem;
    font-size: var(--fs36);
    line-height: 0.42rem;
    color: #fff;
  }
  footer .foot-top .top-lump .lump-title span {
    font-size: var(--fs26);
  }
  footer .foot-top .top-lump .lump-tel {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs40);
    color: #fff;
  }
  footer .foot-top .top-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.32rem auto 0;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #0079d4;
    border-radius: 0.45rem;
    background: #fff;
  }
  footer .foot-top .top-button:hover {
    color: #fff;
    background: #0079d4;
  }
  footer .foot-main {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem;
    background: #f4f7fa;
  }
  footer .foot-main .main-box {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  footer .foot-main .main-box .box-cont {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-box .box-cont .cont-ewm {
    justify-content: center;
    width: 100%;
    height: auto;
    text-align: center;
  }
  footer .foot-main .main-box .box-cont .cont-ewm .ewm-item {
    width: 2.2rem;
    height: auto;
    margin: 0 0.12rem;
    padding: 0.05rem;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  }
  footer .foot-main .main-box .box-cont .cont-ewm .ewm-item img {
    width: 100%;
  }
  footer .foot-main .main-box .box-cont .cont-ewm .ewm-item p {
    margin-top: 0.15rem;
    font-size: var(--fs24);
    text-align: center;
    color: #666;
  }
  footer .foot-main .main-box .box-cont .cont-ewm img {
    width: 2.2rem;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  }
  footer .foot-main .main-box .box-cont .cont-share {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0.45rem;
  }
  footer .foot-main .main-box .box-cont .cont-share .share-item {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0;
    margin-right: 0.3rem;
    border-radius: 50%;
  }
  footer .foot-main .main-box .box-cont .cont-share .share-item .item-icon {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-box .box-cont .cont-share .share-item .item-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.34rem;
    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-box .box-cont .cont-share .share-item .item-icon .img2 {
    opacity: 0;
  }
  footer .foot-main .main-box .box-cont .cont-share .share-item .item-ewm {
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    width: 2rem;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-box .box-cont .cont-share .share-item .item-ewm img {
    width: 100%;
  }
  footer .foot-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding-top: 0.2rem;
  }
  footer .foot-main .main-box .box-cent .cent-nav {
    display: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  footer .foot-main .main-box .box-cent .cent-nav a {
    font-size: var(--fs18);
    font-weight: bold;
    color: #333;
  }
  footer .foot-main .main-box .box-cent .cent-nav a:hover {
    color: #0079d4;
  }
  footer .foot-main .main-box .box-cent .cent-nav span {
    width: 3px;
    height: 0.18rem;
    margin: 0 0.8rem;
    background: linear-gradient(180deg, #0d83ff, #30dbf2);
  }
  footer .foot-main .main-box .box-cent .cent-link {
    margin-top: 0.5rem;
    font-size: var(--fs26);
    text-align: center;
    color: #666;
  }
  footer .foot-main .main-box .box-cent .cent-link a:hover {
    color: #0079d4;
  }
  footer .foot-main .main-box .box-cent .cent-link span {
    margin: 0 0.26rem;
  }
  footer .foot-main .main-box .box-cent .cent-zhizi {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    text-align: center;
    color: #666;
  }
  footer .foot-main .main-box .box-cent .cent-zhizi a:hover {
    color: #0079d4;
  }
  .indexCont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .indexCont .cont-plate1 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.7rem 0 1.4rem;
    background: #f4f7fa;
    overflow: hidden;
  }
  .indexCont .cont-plate1 .page-title {
    text-align: center;
  }
  .indexCont .cont-plate1 .page-heng {
    margin: 0.15rem auto 0;
  }
  .indexCont .cont-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0.3rem 0.85rem 0;
    overflow: hidden;
    z-index: 9;
  }
  .indexCont .cont-plate1 .plate1-main .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.2rem;
  }
  .indexCont .cont-plate1 .plate1-main .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 5.8rem;
    overflow: hidden;
  }
  .indexCont .cont-plate1 .plate1-main .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;
  }
  .indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box .box-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem;
  }
  .indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-title {
    height: 1.08rem;
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    line-height: 0.54rem;
    color: #333;
  }
  .indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    margin-left: -0.3rem;
    border-radius: 50%;
    background: #fff url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 0.15rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box:hover {
    background: #0079d4;
    transform: translatey(-0.3rem);
    -o-transform: translatey(-0.3rem);
    -moz-transform: translatey(-0.3rem);
    -webkit-transform: translatey(-0.3rem);
  }
  .indexCont .cont-plate1 .plate1-main .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));
  }
  .indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #fff;
  }
  .indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box:hover .box-cent .cent-link {
    bottom: -0.3rem;
    opacity: 1;
    transition: all 0.6s 0.3s;
    -o-transition: all 0.6s 0.3s;
    -moz-transition: all 0.6s 0.3s;
    -webkit-transition: all 0.6s 0.3s;
  }
  .indexCont .cont-plate1 .plate1-3D {
    position: absolute;
    bottom: -75%;
    left: 0;
    opacity: 0.3;
  }
  .indexCont .cont-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .indexCont .cont-plate2 .plate2-web-top {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .indexCont .cont-plate2 .plate2-web-top .page-title {
    text-align: center;
  }
  .indexCont .cont-plate2 .plate2-web-top .page-heng {
    margin: 0.15rem auto 0;
  }
  .indexCont .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .indexCont .cont-plate2 .plate2-main .main-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .indexCont .cont-plate2 .plate2-main .main-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .indexCont .cont-plate2 .plate2-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;
  }
  .indexCont .cont-plate2 .plate2-main .main-box .box-cent {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.4rem 0.3rem;
    background: rgba(0, 0, 0, 0);
  }
  .indexCont .cont-plate2 .plate2-main .main-box .box-cent .page-title,
  .indexCont .cont-plate2 .plate2-main .main-box .box-cent .page-heng {
    display: none;
    color: #fff;
  }
  .indexCont .cont-plate2 .plate2-main .main-box .box-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .indexCont .cont-plate2 .plate2-main .main-box .box-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .indexCont .cont-plate2 .plate2-main .main-box .box-cent .cent-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .indexCont .cont-plate2 .plate2-main .main-box .box-cent .cent-bottom .page-button2 {
    margin-right: 0.4rem;
  }
  .indexCont .cont-plate2 .plate2-main .main-box-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .indexCont .cont-plate2 .plate2-swiper {
    position: static;
    bottom: 0.2rem;
    left: 0;
    margin-top: 0.5rem;
    padding: 0 0.3rem;
    overflow: hidden;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .indexCont .cont-plate2 .plate2-swiper .swiper-wrapper {
    flex-wrap: wrap;
  }
  .indexCont .cont-plate2 .plate2-swiper .swiper-slide {
    width: calc(100% / 3 - 0.67px);
    height: auto;
    margin-right: 1px;
    margin-bottom: 1px;
  }
  .indexCont .cont-plate2 .plate2-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .indexCont .cont-plate2 .plate2-swiper .swiper-slide:nth-child(3n) {
    margin-right: 0;
  }
  .indexCont .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.1rem;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .indexCont .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-icon {
    display: none;
    width: 0.55rem;
    height: 0.58rem;
    margin: 0 auto;
  }
  .indexCont .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .indexCont .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0;
    font-size: var(--fs26);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .indexCont .cont-plate2 .plate2-swiper .swiper-slide-on .slide-box {
    background: #0079d4;
  }
  .indexCont .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.6rem;
    background: #f4f7fa;
  }
  .indexCont .cont-plate3 .page-title {
    text-align: center;
  }
  .indexCont .cont-plate3 .page-heng {
    margin: 0.15rem auto 0;
  }
  .indexCont .cont-plate3 .plate3-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.75rem;
    overflow: hidden;
  }
  .indexCont .cont-plate3 .plate3-top .top-item {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 0.25rem 0.1rem 0;
    padding-bottom: 0.12rem;
    font-size: var(--fs28);
    color: #999;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .indexCont .cont-plate3 .plate3-top .top-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0079d4;
    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;
  }
  .indexCont .cont-plate3 .plate3-top .top-item-on {
    font-weight: bold;
    color: #0079d4;
  }
  .indexCont .cont-plate3 .plate3-top .top-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));
  }
  .indexCont .cont-plate3 .plate3-main {
    position: relative;
    margin-top: 0.6rem;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper {
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 100%;
    height: 7rem;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.56rem 0.54rem 0;
    background: #fff;
    border-right: solid 1px #e5e7ea;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0079d4;
    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;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
  }
  .indexCont .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;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.5rem;
    font-size: var(--fs32);
    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;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-arrow {
    width: 0.48rem;
    height: 0.23rem;
    margin: 0.4rem auto 0;
    background: url(../images/icon/icon-arrow3.png) no-repeat top left;
    background-size: 100%;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover {
    box-shadow: 0px 10px 30px 0px rgba(34, 24, 21, 0.15);
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-title {
    color: #0079d4;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-arrow {
    margin: 0.3rem auto 0;
    opacity: 1;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev,
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next {
    position: absolute;
    top: 40%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev img,
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev .img2,
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover,
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover {
    background: linear-gradient(90deg, #0d83ff, #31def2);
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover .img1,
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover .img2,
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev {
    left: -0.25rem;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next {
    right: -0.25rem;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.6rem auto 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.76rem;
    text-transform: uppercase;
    color: #0079d4;
    border-radius: 0.45rem;
    border: solid 1px #dcdcdc;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper .swiper-button:hover {
    border: solid 1px #0079d4;
    color: #fff;
    background: #0079d4;
  }
  .indexCont .cont-plate3 .plate3-main .main-swiper-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .indexCont .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.3rem;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .indexCont .cont-plate4 .plate4-main .page-title {
    text-align: center;
  }
  .indexCont .cont-plate4 .plate4-main .page-heng {
    margin: 0.15rem auto 0;
  }
  .indexCont .cont-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.52rem;
  }
  .indexCont .cont-plate4 .plate4-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.7rem;
    background: #fff;
  }
  .indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-logo {
    width: 3.33rem;
    height: auto;
  }
  .indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-logo img {
    width: 100%;
  }
  .indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs42);
    line-height: 0.6rem;
    color: #333;
  }
  .indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.35rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.76rem;
    text-transform: uppercase;
    color: #0079d4;
    border-radius: 0.45rem;
    border: solid 1px #dcdcdc;
  }
  .indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-button:hover {
    border: solid 1px #0079d4;
    color: #fff;
    background: #0079d4;
  }
  .indexCont .cont-plate4 .plate4-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .indexCont .cont-plate4 .plate4-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;
  }
  .indexCont .cont-plate4 .plate4-main .main-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));
  }
  .indexCont .cont-plate4 .plate4-main .main-data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0.1rem;
    background: rgba(255, 255, 255, 0.5);
  }
  .indexCont .cont-plate4 .plate4-main .main-data .data-item {
    width: 50%;
    height: auto;
    padding-left: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num {
    font-size: var(--fs26);
  }
  .indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num span {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.72rem;
    color: #0079d4;
  }
  .indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num em {
    position: relative;
  }
  .indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num em::after {
    content: '';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-size: var(--fs30);
    color: #666;
  }
  .indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num i {
    position: relative;
  }
  .indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num i::after {
    content: '+';
    position: absolute;
    top: -0.5rem;
    left: 0;
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: var(--fs36);
    color: #0079d4;
  }
  .indexCont .cont-plate4 .plate4-main .main-data .data-item .item-text {
    font-size: var(--fs26);
    color: #666;
  }
  .indexCont .cont-plate5 {
    padding: 1.15rem 0.3rem 1.26rem;
  }
  .indexCont .cont-plate5 .plate5-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .indexCont .cont-plate5 .plate5-top .top-cent {
    width: auto;
    height: auto;
  }
  .indexCont .cont-plate5 .plate5-top .top-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.35rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.76rem;
    text-transform: uppercase;
    color: #0079d4;
    border-radius: 0.45rem;
    border: solid 1px #dcdcdc;
  }
  .indexCont .cont-plate5 .plate5-top .top-button:hover {
    border: solid 1px #0079d4;
    color: #fff;
    background: #0079d4;
  }
  .indexCont .cont-plate5 .plate5-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .indexCont .cont-plate5 .plate5-main .main-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.25rem;
    background: #f4f7fa;
  }
  .indexCont .cont-plate5 .plate5-main .main-item:last-of-type {
    margin-right: 0;
  }
  .indexCont .cont-plate5 .plate5-main .main-item .item-pic {
    width: 3rem;
    height: 1.8rem;
    overflow: hidden;
  }
  .indexCont .cont-plate5 .plate5-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;
  }
  .indexCont .cont-plate5 .plate5-main .main-item .item-cent {
    width: calc(100% - 3rem);
    height: auto;
    padding: 0.15rem 0.2rem;
  }
  .indexCont .cont-plate5 .plate5-main .main-item .item-cent .cent-title {
    font-size: var(--fs32);
    line-height: 0.5rem;
    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;
  }
  .indexCont .cont-plate5 .plate5-main .main-item .item-cent .cent-time {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #d6d6d6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .indexCont .cont-plate5 .plate5-main .main-item .item-cent .cent-button {
    display: none;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: 0.2rem;
    border-radius: 50%;
    background: #fff url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 0.15rem;
  }
  .indexCont .cont-plate5 .plate5-main .main-item:hover {
    background: #0079d4;
  }
  .indexCont .cont-plate5 .plate5-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));
  }
  .indexCont .cont-plate5 .plate5-main .main-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .indexCont .cont-plate5 .plate5-main .main-item:hover .item-cent .cent-time {
    color: rgba(255, 255, 255, 0.2);
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .contact .contact-plate1 {
    padding: 0.85rem 0.3rem 0.5rem;
  }
  .contact .contact-plate1 .contact-title {
    margin-top: 0.1rem;
  }
  .contact .contact-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-plate1 .plate1-main .main-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .contact .contact-plate1 .plate1-main .main-item .item-icon {
    width: 1.05rem;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-plate1 .plate1-main .main-item .item-icon img {
    width: 100%;
  }
  .contact .contact-plate1 .plate1-main .main-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #666;
  }
  .contact .contact-plate1 .plate1-main .main-item .item-tel {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs34);
    text-align: center;
    color: #0079d4;
  }
  .contact .contact-plate1 .plate1-main .main-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #808080;
  }
  .contact .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
    background: #f6f6f6;
  }
  .contact .contact-plate2 .plate2-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .contact .contact-plate2 .plate2-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 0.4rem;
    padding: 0.4rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate2 .plate2-main .main-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    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;
  }
  .contact .contact-plate2 .plate2-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .contact .contact-plate2 .plate2-main .main-item .item-title {
    font-size: var(--fs34);
    font-weight: bold;
    color: #0079d4;
  }
  .contact .contact-plate2 .plate2-main .main-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .contact .contact-plate2 .plate2-main .main-item:hover {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  }
  .contact .contact-plate2 .plate2-main .main-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .contact .contact-plate3 {
    padding: 0.85rem 0.3rem 0.95rem;
  }
  .contact .contact-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-plate3 .plate3-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.4rem 0.4rem 0.8rem;
    background: #f6f6f6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate3 .plate3-main .main-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    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;
  }
  .contact .contact-plate3 .plate3-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .contact .contact-plate3 .plate3-main .main-item .item-title {
    font-size: var(--fs34);
    font-weight: bold;
    color: #0079d4;
  }
  .contact .contact-plate3 .plate3-main .main-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    line-height: 0.46rem;
    color: #999;
  }
  .contact .contact-plate3 .plate3-main .main-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .contact .contact-plate4 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.9rem;
    background: url(../images/contact-bg.jpg) no-repeat top left;
    background-size: 100%;
  }
  .contact .contact-plate4 .plate4-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact .contact-plate4 .plate4-main .main-pic {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate4 .plate4-main .main-pic img {
    width: 100%;
  }
  .contact .contact-plate4 .plate4-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .contact .contact-plate4 .plate4-main .main-cont .page-English {
    color: #0079d4;
    opacity: 0.5;
  }
  .contact .contact-plate4 .plate4-main .main-cont .cont-text {
    margin-top: 0.7rem;
    font-size: var(--fs34);
    line-height: 0.56rem;
    color: #36393b;
  }
  .contact .contact-plate4 .plate4-main .main-cont .cont-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.65rem;
  }
  .contact .contact-plate4 .plate4-main .main-cont .cont-form input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
    font-size: var(--fs28);
    color: #666;
    border: solid 1px #ededed;
    border-radius: 0.05rem;
  }
  .contact .contact-plate4 .plate4-main .main-cont .cont-form input::placeholder {
    color: #999;
  }
  .contact .contact-plate4 .plate4-main .main-cont .cont-form textarea {
    width: 100%;
    height: 1.8rem;
    padding: 0.15rem 0.3rem;
    font-family: '';
    font-size: var(--fs28);
    color: #666;
    border-radius: 0.05rem;
    border: solid 1px #ededed;
  }
  .contact .contact-plate4 .plate4-main .main-cont .cont-form textarea::placeholder {
    color: #999;
  }
  .contact .contact-plate4 .plate4-main .main-cont .cont-form .form-button {
    width: 2.5rem;
    height: 0.8rem;
    margin-top: 0.48rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #0d83ff, #31def2);
  }
  .contact .contact-plate4 .plate4-main .main-cont .cont-form .form-button:hover {
    background: linear-gradient(-90deg, #0d83ff, #31def2);
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.5rem;
  }
  .recruit .recruit-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.18rem;
  }
  .recruit .recruit-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .recruit .recruit-main .main-top .top-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .recruit .recruit-main .main-top .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .recruit .recruit-main .main-list {
    width: 100%;
    height: auto;
    margin-top: 0.96rem;
    margin-bottom: 1.35rem;
  }
  .recruit .recruit-main .main-list .list-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 2.1rem;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #0d83ff, #31def2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .dd-mail {
    width: 80%;
    padding: 0.2rem 0 0 0.4rem;
    font-size: 20px;
    color: #252525;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: var(--fs34);
    color: #17171d;
    white-space: nowrap;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-title .title1 {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    font-size: var(--fs34);
    font-weight: bold;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-title .title-text {
    width: 100%;
    margin-top: 0.15rem;
    font-size: var(--fs26);
    color: #a5a5a5;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-text {
    margin-top: 0;
    font-size: var(--fs26);
    color: #969696;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-text span {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-text span:last-of-type {
    margin-right: 0;
  }
  .recruit .recruit-main .main-list .list-dd .dd-top .dd-show {
    width: 20%;
    height: 100%;
    background: url(../images/icon/icon-recruit-jia.png) no-repeat center center;
    background-size: 0.7rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .top-active::before {
    width: 100%;
  }
  .recruit .recruit-main .main-list .list-dd .top-active::after {
    height: 0;
  }
  .recruit .recruit-main .main-list .list-dd .top-active .dd-mail {
    width: 100%;
    padding: 0.3rem 0.4rem 0;
  }
  .recruit .recruit-main .main-list .list-dd .top-active .dd-mail .mail-title .title1 {
    color: #0079d4;
  }
  .recruit .recruit-main .main-list .list-dd .top-active .dd-mail .mail-title .title-text {
    display: inline-block;
  }
  .recruit .recruit-main .main-list .list-dd .top-active .dd-show {
    width: 0;
    opacity: 0;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.2rem 0.4rem 0.5rem;
    background: #fafafa;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: var(--fs28);
    line-height: 0.46rem;
    font-weight: bold;
    color: #252525;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text,
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    padding-bottom: 0.24rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box {
    display: flex;
    justify-content: space-between;
    width: 3.26rem;
    height: auto;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button {
    display: inline-block;
    width: 2.6rem;
    height: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #0079d4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-hiden {
    width: 0.7rem;
    height: 0.7rem;
    background: url(../images/icon/icon-recruit-jian.png) no-repeat center center;
    background-size: 0.7rem;
    cursor: pointer;
  }
  .service {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 2.05rem;
  }
  .service .service-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.18rem;
  }
  .service .service-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding-top: 0.45rem;
    padding-right: 0;
  }
  .service .service-main .main-box .box-cent .cent-text {
    width: 100%;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .service .service-main .main-box .box-cent .cent-title {
    margin-top: 0.45rem;
    font-size: var(--fs36);
    color: #0079d4;
  }
  .service .service-main .main-box .box-cent .cent-download {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .service .service-main .main-box .box-cent .cent-download .download-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    background: #eef7ff;
  }
  .service .service-main .main-box .box-cent .cent-download .download-item:last-of-type {
    margin-bottom: 0;
  }
  .service .service-main .main-box .box-cent .cent-download .download-item p {
    width: calc(100% - 0.5rem);
    height: auto;
    font-size: var(--fs28);
    color: #0079d4;
    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;
  }
  .service .service-main .main-box .box-cent .cent-download .download-item span {
    width: 0.45rem;
    height: 0.45rem;
    background: url(../images/icon/icon-download.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;
  }
  .service .service-main .main-box .box-cent .cent-download .download-item:hover {
    background: #0079d4;
  }
  .service .service-main .main-box .box-cent .cent-download .download-item:hover p {
    color: #fff;
  }
  .service .service-main .main-box .box-cent .cent-download .download-item:hover span {
    background: url(../images/icon/icon-download2.png) no-repeat center center;
    background-size: 100%;
  }
  .service .service-main .main-box .box-pic {
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .service .service-main .main-box .box-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service .service-main .main-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 {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1rem;
    background: url(../images/about-bg.jpg) no-repeat bottom left;
    background-size: auto 6rem;
  }
  .about .about-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .about .about-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0 ;
    background: #fff;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.8rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .main-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .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-plate1 .plate1-data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .about .about-plate1 .plate1-data .data-item {
    width: 50%;
    height: auto;
    padding-left: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .about .about-plate1 .plate1-data .data-item .item-num {
    font-size: var(--fs26);
  }
  .about .about-plate1 .plate1-data .data-item .item-num span {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.72rem;
    color: #0079d4;
  }
  .about .about-plate1 .plate1-data .data-item .item-num em {
    position: relative;
  }
  .about .about-plate1 .plate1-data .data-item .item-num em::after {
    content: '';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-size: var(--fs30);
    color: #666;
  }
  .about .about-plate1 .plate1-data .data-item .item-num i {
    position: relative;
  }
  .about .about-plate1 .plate1-data .data-item .item-num i::after {
    content: '+';
    position: absolute;
    top: -0.5rem;
    left: 0;
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: var(--fs36);
    color: #0079d4;
  }
  .about .about-plate1 .plate1-data .data-item .item-text {
    font-size: var(--fs26);
    color: #666;
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 0.7rem 0 0;
  }
  .about .about-plate2 .plate2-top {
    padding: 0 0.3rem;
  }
  .about .about-plate2 .plate2-top .page-title,
  .about .about-plate2 .plate2-top .page-English {
    text-align: center;
  }
  .about .about-plate2 .plate2-top .page-heng {
    margin: 0.15rem auto 0;
  }
  .about .about-plate2 .plate2-top .top-text {
    width: 100%;
    margin: 0.4rem auto 0;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: 7rem;
    margin-top: 1rem;
    background: url(../images/about-bg2.jpg) no-repeat top left;
    background-size: cover;
  }
  .about .about-plate2 .plate2-main .main-cont {
    position: absolute;
    top: -0.68rem;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 ;
    z-index: 9;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    padding-bottom: 0.15rem;
    overflow: hidden;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs30);
    text-align: center;
    color: #666666;
    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-cont .cont-swiper .swiper-slide .slide-box .box-icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0.1rem auto 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
    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-cont .cont-swiper .swiper-slide .slide-box .box-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    background: #d9d9d9;
    border-radius: 50%;
    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-cont .cont-swiper .swiper-slide .slide-box .box-cent {
    position: relative;
    width: 6rem;
    height: 5.5rem;
    margin: 0.4rem auto 0;
    padding: 0.45rem 0.3rem 0.4rem;
    background: #fff;
    overflow: auto;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-year {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs48);
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-year span {
    background: linear-gradient(90deg, #0d83ff, #31def2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-heng {
    width: 30px;
    height: 3px;
    margin-top: 0.15rem;
    background: #cbcbcb;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #333;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
    color: #0079d4;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
    background: rgba(0, 121, 212, 0.2);
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon:after {
    background: #0079d4;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-cent::after {
    width: 100%;
  }
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev,
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next {
    position: absolute;
    top: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    z-index: 9;
    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-cont .plate2-swiper-button-prev img,
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    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-cont .plate2-swiper-button-prev .img2,
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev:hover,
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next:hover {
    background: linear-gradient(90deg, #0d83ff, #31def2);
  }
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev:hover .img1,
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev:hover .img2,
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev {
    left: 0.2rem;
  }
  .about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next {
    right: 0.2rem;
  }
  .about .about-plate2 .plate2-main .main-box {
    position: relative;
    padding: 1.4rem 0.96rem 0;
  }
  .about .about-plate2 .plate2-main .main-box .box-lump {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 1.4rem;
    left: 0.96rem;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
  }
  .about .about-plate2 .plate2-main .main-box .box-lump .lump-pic {
    width: 6rem;
    height: 4rem;
    background-color: #fff;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .about .about-plate2 .plate2-main .main-box .box-lump .lump-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-plate2 .plate2-main .main-box .box-lump .lump-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 .plate2-main .main-box .box-lump .lump-cent {
    width: calc(100% - 6rem);
    height: auto;
    padding: 0.7rem 0 0 0.72rem;
  }
  .about .about-plate2 .plate2-main .main-box .box-lump .lump-cent .cent-year {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    color: #0079d4;
  }
  .about .about-plate2 .plate2-main .main-box .box-lump .lump-cent .cent-title {
    font-size: var(--fs36);
    color: #333;
  }
  .about .about-plate2 .plate2-main .main-box .box-lump .lump-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs18);
    line-height: 0.3rem;
    color: #666;
  }
  .about .about-plate2 .plate2-main .main-box .box-lump-on {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 1.45rem;
  }
  .about .about-plate3 .plate3-top .page-title,
  .about .about-plate3 .plate3-top .page-English {
    text-align: center;
  }
  .about .about-plate3 .plate3-top .page-heng {
    margin: 0.15rem auto 0;
  }
  .about .about-plate3 .plate3-top .top-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .about .about-plate3 .plate3-top .top-box .box-item {
    width: calc(100% / 2);
    height: auto;
    margin-bottom: 0.35rem;
    border-right: solid 1px #e5e5e5;
    cursor: pointer;
  }
  .about .about-plate3 .plate3-top .top-box .box-item:nth-child(2n) {
    border-right: none;
  }
  .about .about-plate3 .plate3-top .top-box .box-item .item-icon {
    position: relative;
    width: 0.8rem;
    height: 0.6rem;
    margin: 0 auto 0.2rem;
  }
  .about .about-plate3 .plate3-top .top-box .box-item .item-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;
  }
  .about .about-plate3 .plate3-top .top-box .box-item .item-icon .img2 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-top .top-box .box-item .item-title {
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-top .top-box .box-item-on .item-icon .img1 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-top .top-box .box-item-on .item-icon .img2 {
    opacity: 1;
  }
  .about .about-plate3 .plate3-top .top-box .box-item-on .item-title {
    color: #0079d4;
  }
  .about .about-plate3 .plate3-main {
    position: relative;
    margin-top: 0.1rem;
  }
  .about .about-plate3 .plate3-main .main-box {
    position: absolute;
    top: 0.3rem;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .box-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .box-swiper::after {
    content: '';
    position: absolute;
    top: 7.5rem;
    left: 0;
    width: 100%;
    height: 1.11rem;
    background: url(../images/about-bg3.png) no-repeat bottom left;
    background-size: 100%;
  }
  .about .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.55rem 0;
  }
  .about .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 7.5rem;
    box-shadow: 0 0 18px 0 rgba(204, 204, 204, 0.35);
    background: #fff;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-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-box .box-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.85rem;
    font-size: var(--fs30);
    text-align: center;
    color: #444;
    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-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 .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-title {
    color: #0079d4;
  }
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev,
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    z-index: 9;
    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-box .plate3-swiper-button-prev img,
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    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-box .plate3-swiper-button-prev .img2,
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover,
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover {
    background: linear-gradient(90deg, #0d83ff, #31def2);
  }
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover .img1,
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover .img2,
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev {
    left: 0rem;
  }
  .about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next {
    right: 0rem;
  }
  .about .about-plate3 .plate3-main .main-box-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.7rem;
  }
  .product .product-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .product .product-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: 8rem;
    margin-right: 0;
    padding: 0.7rem 0.3rem 0;
    margin-bottom: 0.38rem;
    background: linear-gradient(0deg, #e4e5e6, #f8f9fa);
  }
  .product .product-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #0079d4;
    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 {
    font-size: var(--fs36);
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .product-main .main-cont .cont-item .page-button2 {
    margin: 0.45rem auto 0;
  }
  .product .product-main .main-cont .cont-item .page-button2:hover {
    transform: translatey(-0.05rem);
    -o-transform: translatey(-0.05rem);
    -moz-transform: translatey(-0.05rem);
    -webkit-transform: translatey(-0.05rem);
  }
  .product .product-main .main-cont .cont-item .item-pic {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 5.5rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-item:hover {
    box-shadow: 11px 13px 30px 0px rgba(0, 0, 0, 0.15);
  }
  .product .product-main .main-cont .cont-item:hover::after {
    width: 100%;
  }
  .product .product-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05 translateZ(0));
  }
  .product .product-main .main-cont .cont-item:hover .page-button2 {
    background: #0079d4;
    border: solid 2px #0079d4;
  }
  .product .product-main .main-cont .cont-item:hover .page-button2 span {
    color: #fff;
  }
  .product .product-main .main-cont .cont-item:hover .page-button2 em {
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetail {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .productDetail .productDetail-main {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-box {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-box img {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 0.85rem;
    margin: 0.6rem auto 0.28rem;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    border-radius: 0.45rem;
  }
  .productDetail .productDetail-main .main-button span {
    margin-right: 0.26rem;
    font-size: var(--fs28);
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-button em {
    width: 0.33rem;
    height: 0.2rem;
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetail .productDetail-main .main-button:hover {
    background: linear-gradient(-90deg, #0d83ff, #31def2);
  }
  .productDetail .productDetail-main .main-button:hover span {
    margin-right: 0.16rem;
  }
  .productList {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 1.65rem;
    background: #f6f6f6;
  }
  .productList .productList-main .page-title {
    font-size: var(--fs48);
    text-align: center;
  }
  .productList .productList-main .page-heng {
    margin: 0.15rem auto 0;
  }
  .productList .productList-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    margin-bottom: 1.2rem;
  }
  .productList .productList-main .main-cont .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.42rem;
  }
  .productList .productList-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .productList .productList-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 3.34rem;
    background: #fff;
    overflow: hidden;
  }
  .productList .productList-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-cont .cont-item .item-title {
    margin-top: 0.4rem;
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.46rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productList .productList-main .main-cont .cont-item:hover .item-title {
    color: #0079d4;
  }
  .productInfo {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.45rem;
  }
  .productInfo .productInfo-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productInfo .productInfo-main .main-pic {
    width: 100%;
    height: 6.96rem;
    background: #e5e5e5;
    overflow: hidden;
  }
  .productInfo .productInfo-main .main-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;
  }
  .productInfo .productInfo-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));
  }
  .productInfo .productInfo-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .productInfo .productInfo-main .main-cont .cont-title {
    margin-bottom: 0.6rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .productInfo .productInfo-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .productInfo .productInfo-main .main-cont .cont-cent .cent-title {
    margin-bottom: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
  }
  .productInfo .productInfo-main .main-cont .cont-cent .cent-text {
    margin-bottom: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.48rem;
    color: #666;
  }
  .productInfo .productInfo-main .main-cont .cont-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 0.9rem;
    margin-top: 0.3rem;
    border-radius: 0.45rem;
    background: #0079d4;
  }
  .productInfo .productInfo-main .main-cont .cont-button span {
    margin-right: 0.2rem;
    font-size: var(--fs28);
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-cont .cont-button em {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .productInfo .productInfo-main .main-cont .cont-button:hover {
    background: #005ca1;
  }
  .productInfo .productInfo-main .main-cont .cont-button:hover span {
    margin-right: 0.1rem;
  }
  .solution {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.05rem;
  }
  .solution .solution-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .solution .solution-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.65rem;
    background: #f6f6f6;
  }
  .solution .solution-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .solution .solution-main .main-item .item-pic {
    position: relative;
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .solution .solution-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;
  }
  .solution .solution-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0.45rem;
  }
  .solution .solution-main .main-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-item .item-cent .cent-button {
    width: 1rem;
    height: 0.6rem;
    margin-top: 0.3rem;
    border: solid 2px #0079d4;
    border-radius: 0.45rem;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-item:hover {
    background: #0079d4;
  }
  .solution .solution-main .main-item:hover .item-pic img:last-of-type {
    animation: instaImage3 0.3s linear 0s 1 both, instaImage4 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 1 forwards;
  }
  .solution .solution-main .main-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .solution .solution-main .main-item:hover .item-cent .cent-button {
    border: solid 2px #fff;
    background-color: #fff;
  }
  .solutionDetail {
    width: 100%;
    height: auto;
  }
  .solutionDetail .solutionDetail-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.2rem 0.3rem 0;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-cent .cent-text {
    margin-top: 0.7rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-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));
  }
  .solutionDetail .solutionDetail-plate2 {
    width: 100%;
    height: auto;
    padding-top: 0.9rem;
  }
  .solutionDetail .solutionDetail-plate2 .page-title,
  .solutionDetail .solutionDetail-plate2 .page-English {
    text-align: center;
  }
  .solutionDetail .solutionDetail-plate2 .page-heng {
    margin: 0.15rem auto 0;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.4rem;
    background: url(../images/solutionDetail-plate2-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box {
    position: relative;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.26rem;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.3rem 0.8rem;
    border-radius: 0.1rem;
    background: #fff;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #191c22;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.46rem;
    color: #999;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev,
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    text-align: center;
    line-height: 0.76rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev img,
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next img {
    width: 9px;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover,
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover {
    border: solid 1px rgba(255, 255, 255, 0);
    background: linear-gradient(90deg, #0d83ff, #31def2);
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev {
    left: -0.2rem;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next {
    right: -0.2rem;
  }
  .solutionDetail .solutionDetail-plate3 {
    width: 100%;
    height: auto;
    padding-top: 0.75rem;
  }
  .solutionDetail .solutionDetail-plate3 .page-title,
  .solutionDetail .solutionDetail-plate3 .page-English {
    text-align: center;
  }
  .solutionDetail .solutionDetail-plate3 .page-heng {
    margin: 0.15rem auto 0;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main {
    width: 100%;
    height: auto;
    padding: 1.75rem 0.3rem;
    margin-top: 0.65rem;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-box {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.7rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
    background: rgba(255, 255, 255, 0.95);
  }
  .solutionDetail .solutionDetail-plate4 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.4rem;
  }
  .solutionDetail .solutionDetail-plate4 .page-title,
  .solutionDetail .solutionDetail-plate4 .page-English {
    text-align: center;
  }
  .solutionDetail .solutionDetail-plate4 .page-heng {
    margin: 0.15rem auto 0;
  }
  .solutionDetail .solutionDetail-plate4 .palte4-main {
    margin-top: 0.65rem;
  }
  .solutionDetail .solutionDetail-plate4 .palte4-main img {
    width: 100%;
  }
  .solutionDetail .solutionDetail-plate5 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    background: #f5f5f5;
  }
  .solutionDetail .solutionDetail-plate5 .page-title,
  .solutionDetail .solutionDetail-plate5 .page-English {
    text-align: center;
  }
  .solutionDetail .solutionDetail-plate5 .page-heng {
    margin: 0.15rem auto 0;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-main {
    margin-top: 1.05rem;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.65rem;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.8rem;
    background: #fff;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-cent .cent-num {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 1rem;
    line-height: 0.7rem;
    background: linear-gradient(180deg, #0079d4, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-main .main-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .solutionDetail .solutionDetail-plate6 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.75rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .solutionDetail .solutionDetail-plate6 .page-title,
  .solutionDetail .solutionDetail-plate6 .page-English {
    text-align: center;
  }
  .solutionDetail .solutionDetail-plate6 .page-heng {
    margin: 0.15rem auto 0.4rem;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-title {
    font-size: var(--fs48);
    text-align: center;
    color: #333;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main {
    position: relative;
    margin-top: 0.45rem;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.16rem;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0079d4;
    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;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-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;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 0.56rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover {
    background: #fff;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #0079d4;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-prev,
  .solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-next {
    position: absolute;
    top: 30%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    text-align: center;
    line-height: 0.76rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-prev img,
  .solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-next img {
    width: 9px;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-prev:hover,
  .solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-next:hover {
    background: linear-gradient(90deg, #0d83ff, #31def2);
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-prev {
    left: -0.2rem;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-next {
    right: -0.2rem;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 1.65rem;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .news .news-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-top .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: #f6f6f6;
  }
  .news .news-main .main-top .top-cent .cent-title {
    font-size: var(--fs42);
    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;
  }
  .news .news-main .main-top .top-cent .cent-time {
    margin-top: 0.2rem;
    font-size: var(--fs32);
  }
  .news .news-main .main-top .top-cent .cent-time em {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: var(--fs30);
    color: #c9c9c9;
  }
  .news .news-main .main-top .top-cent .cent-time span {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.6rem;
    color: #0079d4;
  }
  .news .news-main .main-top .top-cent .cent-time i {
    display: inline-block;
    width: 1px;
    height: 0.46rem;
    margin: 0 0.15rem;
    background: #999;
    transform: rotate(30deg) translateY(0.1rem);
  }
  .news .news-main .main-top .top-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-top .top-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.35rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent .cent-button span {
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
    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-button em {
    width: 0.26rem;
    height: 0.22rem;
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .news .news-main .main-top .top-cent .cent-button:hover {
    background: linear-gradient(-90deg, #0d83ff, #31def2);
  }
  .news .news-main .main-top .top-cent .cent-button:hover span {
    margin-right: 0.1rem;
  }
  .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: #0079d4;
  }
  .news .news-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.05rem;
    margin-bottom: 0.75rem;
  }
  .news .news-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.8rem;
    background: #f5f5f5;
  }
  .news .news-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.4rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-time {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    color: #d6d6d6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    height: 1.12rem;
    font-size: var(--fs34);
    line-height: 0.56rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    border-radius: 50%;
    background: #fff url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 0.25rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item:hover {
    background: #0079d4;
  }
  .news .news-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-time,
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding-top: 1.15rem;
    overflow: visible;
  }
  .newsDetail .newsDetails-top {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.65rem;
  }
  .newsDetail .newsDetails-top .top-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.65rem;
    text-align: center;
    color: #333;
  }
  .newsDetail .newsDetails-top .top-main .main-time {
    margin-top: 0.32rem;
    font-size: var(--fs30);
    text-align: center;
    color: #ccc;
  }
  .newsDetail .newsDetails-top .top-main .main-time img {
    width: 16px;
    margin: -0.04rem 0.06rem 0 0;
  }
  .newsDetail .newsDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
  }
  .newsDetail .newsDetails-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: solid 1px #f0f0f0;
    padding-left: 0;
  }
  .newsDetail .newsDetails-main .main-box .box-share {
    display: none;
    position: sticky;
    top: 1.08rem;
    width: 1.5rem;
    height: 100%;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list {
    width: 1.5rem;
    height: auto;
    background: #fafafa;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 16px;
    color: #666;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-item img {
    width: 30px;
    margin-right: 0.15rem;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 14px;
    color: #fff;
    background: #0079d4;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm img {
    width: 17px;
    margin-left: 0.12rem;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list-active {
    position: fixed;
    top: 100px;
  }
  .newsDetail .newsDetails-main .main-box .box-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 1.5rem;
    background: #fff;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #000;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.1rem;
    display: block;
    padding: 0 0.35rem;
    font-size: var(--fs28);
    line-height: 0.76rem;
    color: #333;
    background: #f7f7f7;
    border: solid 1px #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title a {
    margin-left: 0.15rem;
    color: #333;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover {
    background: transparent;
    border: solid 1px #0079d4;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover a {
    color: #0079d4;
  }
  .newsDetail .newsDetails-main .main-box .box-list {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 1rem;
    border-top: solid 4px #0079d4;
    background: #f6f6f6;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-title {
    margin-bottom: 0.5rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #0079d4;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-title {
    color: #0079d4;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button em {
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .case {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.25rem;
    background: #f4f7fa;
  }
  .case .case-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .case .case-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    padding: 0.56rem 0.54rem 0.3rem;
    margin-right: 0;
    margin-bottom: 0.75rem;
    background: #fff;
  }
  .case .case-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .case .case-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0079d4;
    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;
  }
  .case .case-main .main-cont .cont-item .item-pic {
    position: relative;
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
  }
  .case .case-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;
  }
  .case .case-main .main-cont .cont-item .item-pic img:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    -webkit-filter: brightness(1.2) blur(5px);
    filter: brightness(1.2) blur(5px);
    z-index: 3;
  }
  .case .case-main .main-cont .cont-item .item-title {
    margin-top: 0.5rem;
    font-size: var(--fs30);
    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;
  }
  .case .case-main .main-cont .cont-item .item-arrow {
    width: 0.38rem;
    height: 0.13rem;
    margin: 0.3rem auto 0;
    background: url(../images/icon/icon-arrow3.png) no-repeat top left;
    background-size: 0.38rem;
    opacity: 0;
    transform: translateX(-0.3rem);
    -o-transform: translateX(-0.3rem);
    -moz-transform: translateX(-0.3rem);
    -webkit-transform: translateX(-0.3rem);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .cont-item:hover {
    box-shadow: 0px 10px 30px 0px rgba(34, 24, 21, 0.15);
  }
  .case .case-main .main-cont .cont-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .case .case-main .main-cont .cont-item:hover .item-pic img:last-of-type {
    animation: instaImage3 0.3s linear 0s 1 both, instaImage4 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 1 forwards;
  }
  .case .case-main .main-cont .cont-item:hover .item-title {
    color: #0079d4;
  }
  .case .case-main .main-cont .cont-item:hover .item-arrow {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .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: #0079d4;
    border: solid 2px #0079d4;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #0079d4;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-heng {
    width: 25px;
    height: 5px;
    margin-top: 0.15rem;
    background: #0079d4;
    border-radius: 0.45rem;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #ccc;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button span {
    font-size: var(--fs28);
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button em {
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.1rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    background: linear-gradient(-90deg, #0d83ff, #31def2);
  }
  .page-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    border: solid 2px #0079d4;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button2 span {
    font-size: var(--fs28);
    color: #0079d4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2 em {
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.1rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2:hover {
    background: #fff;
    border: solid 2px #fff;
  }
  .page-button2:hover span {
    color: #0079d4;
  }
  .page-button2:hover em {
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .page-crumb {
    height: auto;
    padding: 0.15rem 0.3rem;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    font-size: var(--fs26);
    color: #929292;
  }
  .page-crumb .crumb-box a {
    max-width: 1.8rem;
    margin-right: 0.14rem;
    color: #929292;
  }
  .page-crumb .crumb-box a img {
    width: 10px;
  }
  .page-crumb .crumb-box a:hover {
    color: #0079d4;
  }
  .page-crumb .crumb-box span {
    width: 3rem;
    font-size: var(--fs28);
    color: #0079d4;
  }
  .page-crumb .crumb-box em {
    display: block;
    width: 4px;
    height: 7px;
    margin-right: 0.14rem;
  }
  .page-crumb .crumb-box em img {
    display: block;
    width: 100%;
  }
  .page-load {
    display: block;
    width: 1.2rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic {
    width: 0.6rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load .load-title {
    margin-top: 0.12rem;
    font-size: var(--fs28);
    text-align: center;
    color: #0079d4;
  }
  .page-load:hover .load-pic img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .page-float {
    display: none;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0079d4;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-strip,
  .page-subnav {
    display: none;
  }
}
