.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1680px) {
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    padding: 0 0.28rem;
  }
}
@media screen and (max-width: 1460px) {
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    padding: 0 0.25rem;
  }
}
@media screen and (max-width: 1366px) {
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    padding: 0 0.25rem;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-cent {
    padding: 1rem 0.65rem 0;
  }
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    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;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 2.6rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo 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 .nav-main .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-nav {
    display: none;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0.2rem;
  }
  nav .nav-main .main-cont .main-web-right .right-serach {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.26rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-serach img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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-web-right .right-menu {
    width: 0.5rem;
    height: auto;
    margin-left: 0.1rem;
  }
  nav .nav-main .main-cont .main-web-right .right-menu img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 1.2rem;
    background: #fff;
    border-top: solid 1px #eee;
    z-index: 59;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 15.36rem;
    height: 0.75rem;
    margin: 0 auto;
    border-bottom: solid 1px #0d4c9a;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 16px;
    height: auto;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
    flex: 1;
    height: 0.75rem;
    padding: 0 0.5rem;
    font-size: 16px;
    color: #333;
    background: none;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
    font-size: 16px;
    color: #999;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
    width: 22px;
    height: auto;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0d4c9a;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    line-height: 1.2rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #0d4c9a;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    width: 2.6rem;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  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-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #0d4c9a;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: calc(100% - 1.3rem);
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #0d4c9a;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #0d4c9a;
    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: #0d4c9a;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  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%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 9.6rem;
    background: #000;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    transform: scale(1.22, 1.22) translateZ(0);
    -o-transform: scale(1.22, 1.22) translateZ(0);
    -moz-transform: scale(1.22, 1.22) translateZ(0);
    -webkit-transform: scale(1.22, 1.22 translateZ(0));
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-pic {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.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-pic img {
    width: 5.61rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    display: none;
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.6rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.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-web-title {
    display: block;
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.6rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.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-English {
    margin-top: 0.2rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.24rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 {
    position: absolute;
    top: 50%;
    right: 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 .swiper-slide .slide-box .box-cent2 .cent-pic {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-pic img {
    width: 5.61rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.6rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
    margin-top: 0.2rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.24rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-32%);
    -o-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -webkit-transform: translateX(-32%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.24rem;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.54rem;
    color: #fff;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0d4c9a;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
  }
  footer .foot-top {
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    background: #0d4c9a;
  }
  footer .foot-top .top-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0.5rem;
  }
  footer .foot-top .top-main .main-tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }
  footer .foot-top .top-main .main-tel img {
    width: 0.4rem;
    height: auto;
  }
  footer .foot-top .top-main .main-tel span {
    margin-left: 0.15rem;
    font-size: 0.3rem;
    color: #fff;
  }
  footer .foot-top .top-main .main-tel em {
    margin-left: 0.2rem;
    font-family: 'Montserrat-Bold';
    font-size: 0.4rem;
    color: #fff;
  }
  footer .foot-top .top-main .main-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0.25rem 0;
    font-size: 0.3rem;
    color: #fff;
  }
  footer .foot-top .top-main .main-link img {
    width: 0.3rem;
    margin-left: 0.14rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-top .top-main .main-link:hover img {
    transform: translateX(0.1rem);
    -o-transform: translateX(0.1rem);
    -moz-transform: translateX(0.1rem);
    -webkit-transform: translateX(0.1rem);
  }
  footer .foot-top .top-main .main-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
  }
  footer .foot-top .top-main .main-share .share-item {
    width: 43px;
    height: 43px;
    margin: 0 0.15rem;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: solid 2px transparent;
  }
  footer .foot-top .top-main .main-share .share-item img {
    width: 20px;
  }
  footer .foot-top .top-main .main-share .share-item:hover {
    border: solid 2px rgba(255, 255, 255, 0.3);
  }
  footer .foot-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 0.8rem;
  }
  footer .foot-main .main-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-top .top-left {
    display: none;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-top .top-left .left-item {
    width: 1.9rem;
    height: auto;
  }
  footer .foot-main .main-top .top-left .left-item .item-title {
    display: block;
    width: 100%;
    margin-bottom: 0.3rem;
    font-size: 18px;
    font-weight: bold;
    color: #565655;
  }
  footer .foot-main .main-top .top-left .left-item .item-title:hover {
    color: #0d4c9a;
  }
  footer .foot-main .main-top .top-left .left-item .item-cent {
    width: 100%;
    height: auto;
    padding-right: 0.6rem;
  }
  footer .foot-main .main-top .top-left .left-item .item-cent a {
    display: block;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #989898;
  }
  footer .foot-main .main-top .top-left .left-item .item-cent a:hover {
    color: #0d4c9a;
  }
  footer .foot-main .main-top .top-ewm {
    width: 2.5rem;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-main .main-top .top-ewm img {
    width: 100%;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  footer .foot-main .main-top .top-ewm .ewm-title {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    text-align: center;
    color: #9a9a9a;
  }
  footer .foot-main .main-bottom {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  footer .foot-main .main-bottom .bottom-link {
    width: auto;
    height: auto;
    font-size: 0.26rem;
    color: #989898;
  }
  footer .foot-main .main-bottom .bottom-link a {
    font-size: 0.26rem;
    color: #989898;
  }
  footer .foot-main .main-bottom .bottom-link a:hover {
    color: #0d4c9a;
  }
  footer .foot-main .main-bottom .bottom-link span {
    margin: 0 0.25rem;
  }
  footer .foot-main .main-bottom .bottom-zizhi {
    width: auto;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #989898;
  }
  footer .foot-main .main-bottom .bottom-zizhi a {
    font-size: 0.26rem;
    color: #989898;
  }
  footer .foot-main .main-bottom .bottom-zizhi a:hover {
    color: #0d4c9a;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.85rem;
    background: url(../images/plate1-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .container .cont-plate1 .plate1-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-main .main-item {
    position: relative;
    width: calc(100% / 3 - 0.15rem);
    height: auto;
    padding: 0.4rem 0.2rem 0.55rem;
    margin-right: 0.22rem;
    margin-bottom: 0.25rem;
    border-radius: 0.1rem;
    border: solid 1px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .container .cont-plate1 .plate1-main .main-item .item-num {
    font-family: 'Montserrat-Bold';
    font-size: 0.6rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate1 .plate1-main .main-item .item-num i {
    position: relative;
    font-size: 0.24rem;
    margin-left: 0.2rem;
  }
  .container .cont-plate1 .plate1-main .main-item .item-num i::before {
    content: '+';
    position: absolute;
    top: -0.35rem;
    left: -0.15rem;
    font-family: 'Montserrat-Bold';
    font-size: 0.36rem;
    color: #fff;
  }
  .container .cont-plate1 .plate1-main .main-item .item-text {
    margin-top: 0.25rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate1 .plate1-main .main-item .item-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
  }
  .container .cont-plate1 .plate1-main .main-item .item-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -0.8rem;
    width: 0.6rem;
    height: 2px;
    background: linear-gradient(-90deg, #fff, transparent);
    z-index: 9;
  }
  .container .cont-plate1 .plate1-main .main-item .item-effect::after {
    content: '';
    position: absolute;
    top: -0.8rem;
    right: 0;
    width: 2px;
    height: 0.6rem;
    background: linear-gradient(0deg, #fff, transparent);
    z-index: 9;
  }
  .container .cont-plate1 .plate1-main .main-item .item-effect2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
  }
  .container .cont-plate1 .plate1-main .main-item .item-effect2::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -0.8rem;
    width: 0.6rem;
    height: 2px;
    background: linear-gradient(90deg, #fff, transparent);
    z-index: 9;
  }
  .container .cont-plate1 .plate1-main .main-item .item-effect2::after {
    content: '';
    position: absolute;
    bottom: -0.8rem;
    left: 0;
    width: 2px;
    height: 0.6rem;
    background: linear-gradient(180deg, #fff, transparent);
    z-index: 9;
  }
  .container .cont-plate1 .plate1-main .main-item:hover {
    border: solid 1px #ffffff;
    background: rgba(255, 255, 255, 0.2);
  }
  .container .cont-plate1 .plate1-main .main-item:hover .item-effect::before {
    animation: moveLeft 2.5s infinite linear;
  }
  .container .cont-plate1 .plate1-main .main-item:hover .item-effect::after {
    animation: moveTop 2.5s infinite linear;
  }
  .container .cont-plate1 .plate1-main .main-item:hover .item-effect2::before {
    animation: moveRight 2.5s infinite linear;
  }
  .container .cont-plate1 .plate1-main .main-item:hover .item-effect2::after {
    animation: moveBottom 2.5s infinite linear;
  }
  .container .cont-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.5rem;
    background: #f5f6f9;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 9;
  }
  .container .cont-plate2 .plate2-main .main-English {
    font-family: 'Montserrat-Bold';
    font-size: 0.54rem;
    text-transform: uppercase;
    text-align: center;
    color: #eee;
  }
  .container .cont-plate2 .plate2-main .main-title {
    margin-top: 0.1rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate2 .plate2-main .main-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .container .cont-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item {
    position: relative;
    width: calc(100% / 2 - 0.06rem);
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.5rem 0.6rem 0.4rem;
    background: #fff;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-icon {
    position: relative;
    top: 0;
    left: 50%;
    width: 0.7rem;
    height: 0.6rem;
    z-index: 9;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-title {
    margin-top: 0.35rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #343434;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-text {
    height: 1.26rem;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    text-align: center;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-arrow {
    width: 18px;
    height: auto;
    margin: 0.15rem auto 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-arrow img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-cent {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.4rem 0.48rem 0;
    background: #000;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-cent .cent-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-cent .cent-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-cent .cent-title {
    position: relative;
    padding-right: 0.3rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    background: url(../images/icon/icon-plate2-arrow-active.png) no-repeat right center;
    background-size: 18px;
    z-index: 9;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item .item-cent .cent-text {
    position: relative;
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item:hover .item-icon {
    left: 50%;
    transform: translateX(50%);
    -o-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }
  .container .cont-plate2 .plate2-main .main-box .box-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-3D {
    position: absolute;
    bottom: -40%;
    left: 0;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding-top: 0.64rem;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-English {
    padding: 0 0.3rem;
    font-family: 'Montserrat-Bold';
    font-size: 0.54rem;
    text-transform: uppercase;
    text-align: center;
    color: #eee;
  }
  .container .cont-plate3 .plate3-main .main-title {
    margin-top: 0.1rem;
    padding: 0 0.3rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate3 .plate3-main .main-text {
    width: 100%;
    margin: 0.3rem auto 0;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .container .cont-plate3 .plate3-main .main-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide {
    width: 49%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #12a5cc, #3c3db5);
    opacity: 0.45;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.2rem 0;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.52rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.8rem;
    left: 0.2rem;
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 1.2rem;
    border: solid 2px #fff;
    border-radius: 45px;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box:hover .box-pic::after {
    opacity: 0.85;
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box:hover .box-cent .cent-text {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev,
  .container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.68rem;
    height: 0.68rem;
    border: solid 2px #fff;
    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;
  }
  .container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev img,
  .container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    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;
  }
  .container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev .img2,
  .container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev {
    left: 0.2rem;
  }
  .container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next {
    right: 0.2rem;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 0.75rem 0 1.05rem;
  }
  .container .cont-plate4 .plate4-main {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-English {
    font-family: 'Montserrat-Bold';
    font-size: 0.54rem;
    text-transform: uppercase;
    text-align: center;
    color: #eee;
  }
  .container .cont-plate4 .plate4-main .main-title {
    margin-top: 0.1rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate4 .plate4-main .main-top .plate4-swiper-button-prev,
  .container .cont-plate4 .plate4-main .main-top .plate4-swiper-button-next {
    display: none;
  }
  .container .cont-plate4 .plate4-main .main-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.55rem auto 0;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 0.25rem 0.55rem;
    cursor: pointer;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item::after {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    width: auto;
    height: auto;
    margin-left: -7px;
    border: solid 7px transparent;
    border-top: solid 7px #0d4c9a;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item .item-icon {
    position: relative;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 1px #e7e7e7;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item .item-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.42rem;
    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;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item .item-title {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item:hover::after {
    bottom: -0.4rem;
    opacity: 1;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item:hover .item-icon {
    background: linear-gradient(180deg, #12a5cc, #3c3db5);
  }
  .container .cont-plate4 .plate4-main .main-top .top-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item:hover .item-title {
    color: #0d4c9a;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item-active::after {
    bottom: -0.4rem;
    opacity: 1;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item-active .item-icon {
    background: linear-gradient(180deg, #12a5cc, #3c3db5);
  }
  .container .cont-plate4 .plate4-main .main-top .top-item-active .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item-active .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate4 .plate4-main .main-top .top-item-active .item-title {
    color: #0d4c9a;
  }
  .container .cont-plate4 .plate4-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    visibility: hidden;
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-bottom: 0.3rem;
    margin-right: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #0d4c9a;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-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;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 1.1rem;
    border: none;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-cent .cent-time {
    font-family: 'Montserrat-Regular';
    font-size: 0.3rem;
    color: #c9c9c9;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-cent .cent-title {
    margin-top: 0.15rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #353535;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-cent .cent-link {
    position: absolute;
    bottom: 0.46rem;
    left: 0.3rem;
    width: 100px;
    font-size: 0.28rem;
    color: #9a9a9a;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item:hover {
    transform: translatey(-20px);
    -o-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -webkit-transform: translatey(-20px);
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item:hover .item-cent .cent-title {
    color: #0d4c9a;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump .lump-item:hover .item-cent .cent-link {
    color: #0d4c9a;
    background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
  }
  .container .cont-plate4 .plate4-main .main-box .box-lump-active {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition: all 0.8s 0.5s;
    -o-transition: all 0.8s 0.5s;
    -moz-transition: all 0.8s 0.5s;
    -webkit-transition: all 0.8s 0.5s;
  }
  .container .cont-plate5 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.2rem;
    background: url(../images/plate5-bg.jpg) no-repeat left bottom;
    background-size: cover;
  }
  .container .cont-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate5 .plate5-main .main-English {
    font-family: 'Montserrat-Bold';
    font-size: 0.54rem;
    text-transform: uppercase;
    text-align: center;
    color: #eee;
  }
  .container .cont-plate5 .plate5-main .main-title {
    margin-top: 0.1rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate5 .plate5-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
    background: #fff;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #0d4c9a;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main .main-box .box-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;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.36rem 0.2rem 0.53rem;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-time {
    font-family: 'Montserrat-Regular';
    font-size: 0.3rem;
    color: #c9c9c9;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-title {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    font-weight: bold;
    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;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-link {
    width: 1.7rem;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 0.34rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-title {
    color: #0d4c9a;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-link {
    color: #0d4c9a;
    background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
  }
  .container .cont-plate5 .plate5-main .main-box .box-cont {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.2rem 0.45rem;
    background: #fff;
  }
  .container .cont-plate5 .plate5-main .main-box .box-cont .cont-top {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0.55rem;
    border-bottom: solid 1px #e9e9e9;
  }
  .container .cont-plate5 .plate5-main .main-box .box-cont .cont-top .cent-time {
    font-family: 'Montserrat-Regular';
    font-size: 0.3rem;
    color: #c9c9c9;
  }
  .container .cont-plate5 .plate5-main .main-box .box-cont .cont-top .cent-title {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    font-weight: bold;
    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;
  }
  .container .cont-plate5 .plate5-main .main-box .box-cont .cont-top .cent-text {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-box .box-cont .cont-top:hover .cent-title {
    color: #0d4c9a;
  }
  .container .cont-plate5 .plate5-main .main-box .box-cont .cont-list {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate5 .plate5-main .main-box .box-cont .cont-list .list-link {
    display: block;
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .cont-plate5 .plate5-main .main-box .box-cont .cont-list .list-link:hover {
    color: #004ea2;
  }
  .container .cont-plate5 .plate5-main .main-web-box {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main .main-web-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-web-box .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    padding: 0.4rem;
    background: #fff;
  }
  .container .cont-plate5 .plate5-main .main-web-box .swiper-slide .slide-box .box-time {
    font-family: 'Montserrat-Regular';
    font-size: 0.3rem;
    color: #c9c9c9;
  }
  .container .cont-plate5 .plate5-main .main-web-box .swiper-slide .slide-box .box-title {
    margin-top: 0.15rem;
    font-size: 0.32rem;
    line-height: 0.5rem;
    font-weight: bold;
    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;
  }
  .container .cont-plate5 .plate5-main .main-web-box .swiper-slide .slide-box .box-text {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-web-box .swiper-slide .slide-box .box-link {
    width: 100px;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-web-box .swiper-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .cont-plate5 .plate5-main .main-web-box .swiper-button .plate5-swiper-button-prev,
  .container .cont-plate5 .plate5-main .main-web-box .swiper-button .plate5-swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.25rem;
    text-align: center;
    line-height: 0.68rem;
    border-radius: 50%;
    background: #999;
  }
  .container .cont-plate5 .plate5-main .main-web-box .swiper-button .plate5-swiper-button-prev img,
  .container .cont-plate5 .plate5-main .main-web-box .swiper-button .plate5-swiper-button-next img {
    width: 9px;
  }
  .container .cont-plate5 .plate5-main .main-web-box .swiper-button .plate5-swiper-button-prev:hover,
  .container .cont-plate5 .plate5-main .main-web-box .swiper-button .plate5-swiper-button-next:hover {
    background: #0d4c9a;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-palte1 {
    width: 100%;
    height: auto;
    padding: 1.12rem 0.3rem 0.92rem;
  }
  .about .about-palte1 .plate1-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-palte1 .plate1-top .top-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .about .about-palte1 .plate1-top .top-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .about .about-palte1 .plate1-top .top-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .about .about-palte1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.96rem;
  }
  .about .about-palte1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .about .about-palte1 .plate1-main .main-cent .cent-title {
    font-size: 0.4rem;
    color: #333;
  }
  .about .about-palte1 .plate1-main .main-cent .cent-English {
    margin-top: 0.25rem;
    font-family: 'HarmonyOS_Sans_Light';
    font-size: 0.48rem;
    background-image: linear-gradient(180deg, #0891e0, #0039bb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about .about-palte1 .plate1-main .main-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .about .about-palte1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    overflow: hidden;
  }
  .about .about-palte1 .plate1-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-palte1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 1.98rem 0.3rem 3.16rem;
    text-align: center;
    background: url(../images/about/bg.jpg) no-repeat left top;
    background-size: cover;
  }
  .about .about-plate2 .plate2-cent {
    display: inline-block;
    position: relative;
    width: auto;
  }
  .about .about-plate2 .plate2-cent::before {
    content: '“';
    position: absolute;
    top: -1.6rem;
    left: -0.2rem;
    font-family: Arial;
    font-size: 3.5rem;
    color: #fff;
    opacity: 0.1;
  }
  .about .about-plate2 .plate2-cent::after {
    content: '”';
    position: absolute;
    bottom: -3.5rem;
    right: -0.2rem;
    font-family: Arial;
    font-size: 3.5rem;
    color: #fff;
    opacity: 0.1;
  }
  .about .about-plate2 .plate2-cent span {
    font-size: 0.48rem;
    color: #fff;
  }
  .about .about-plate2 .plate2-cent em {
    display: inline-block;
    margin-top: 0.1rem;
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #fff;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 0;
  }
  .about .about-plate3 .plate3-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-top .top-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .about .about-plate3 .plate3-top .top-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Medium';
    font-size: 0.46rem;
    text-transform: uppercase;
    text-align: center;
    color: #d3d3d3;
  }
  .about .about-plate3 .plate3-top .top-heng {
    width: 36px;
    height: 5px;
    margin: 0.15rem auto 0;
    background: #0d4c9a;
  }
  .about .about-plate3 .plate3-list {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .about .about-plate3 .plate3-list::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
  }
  .about .about-plate3 .plate3-list .list-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-list .list-box .swiper-slide {
    width: 50%;
    height: auto;
  }
  .about .about-plate3 .plate3-list .list-box .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .about .about-plate3 .plate3-list .list-box .swiper-slide .slide-box .box-title {
    font-size: 0.34rem;
    font-weight: bold;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-list .list-box .swiper-slide .slide-box .box-year {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Bold';
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  .about .about-plate3 .plate3-list .list-box .swiper-slide .slide-box .box-yuan {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0.1rem auto 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.1);
  }
  .about .about-plate3 .plate3-list .list-box .swiper-slide .slide-box .box-yuan span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-list .list-box .swiper-slide-active .slide-box .box-title {
    background-image: linear-gradient(180deg, #0891e0, #0039bb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about .about-plate3 .plate3-list .list-box .swiper-slide-active .slide-box .box-yuan span {
    width: 14px;
    height: 14px;
    background: #0d4c9a;
  }
  .about .about-plate3 .plate3-list .list-box .plate3-swiper-button-prev,
  .about .about-plate3 .plate3-list .list-box .plate3-swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    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-list .list-box .plate3-swiper-button-prev img,
  .about .about-plate3 .plate3-list .list-box .plate3-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-list .list-box .plate3-swiper-button-prev:hover,
  .about .about-plate3 .plate3-list .list-box .plate3-swiper-button-next:hover {
    background: linear-gradient(180deg, #0891e0, #0039bb);
  }
  .about .about-plate3 .plate3-list .list-box .plate3-swiper-button-prev {
    left: 0;
  }
  .about .about-plate3 .plate3-list .list-box .plate3-swiper-button-next {
    right: 0;
  }
  .about .about-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.6rem auto 0;
    padding: 0 0.3rem;
  }
  .about .about-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-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 .about-plate3 .plate3-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0 0;
  }
  .about .about-plate3 .plate3-main .main-box .box-cent .cent-title {
    font-family: 'Montserrat-Bold';
    font-size: 0.72rem;
    color: #0d4c9a;
  }
  .about .about-plate3 .plate3-main .main-box .box-cent .cent-heng {
    width: 46px;
    height: 2px;
    margin-top: 0.25rem;
    background: #cbcbcb;
  }
  .about .about-plate3 .plate3-main .main-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666;
  }
  .about .about-plate3 .plate3-main .main-box-active {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
    margin: 1.4rem auto 1.2rem;
    padding: 0 0.3rem;
  }
  .about .about-plate4 .plate4-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate4 .plate4-top .top-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .about .about-plate4 .plate4-top .top-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Medium';
    font-size: 0.46rem;
    text-transform: uppercase;
    text-align: center;
    color: #d3d3d3;
  }
  .about .about-plate4 .plate4-top .top-heng {
    width: 36px;
    height: 5px;
    margin: 0.15rem auto 0;
    background: #0d4c9a;
  }
  .about .about-plate4 .plate4-list {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .about .about-plate4 .plate4-list .list-button {
    width: 2.4rem;
    height: 0.8rem;
    margin: 0 0.1rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.78rem;
    color: #666;
    border-radius: 45px;
    border: solid 1px #e6e6e6;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-list .list-button:hover {
    color: #0d4c9a;
    border: solid 1px #0d4c9a;
  }
  .about .about-plate4 .plate4-list .list-button-active {
    color: #0d4c9a;
    border: solid 1px #0d4c9a;
  }
  .about .about-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .about .about-plate4 .plate4-main .main-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .about .about-plate4 .plate4-main .main-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about .about-plate4 .plate4-main .main-box .box-cont .cont-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.6rem;
    padding: 0.26rem 0.16rem 0.35rem;
    background: #f5f5f5;
    cursor: pointer;
  }
  .about .about-plate4 .plate4-main .main-box .box-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .about .about-plate4 .plate4-main .main-box .box-cont .cont-item::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    width: 0.76rem;
    height: 0.76rem;
    background: url(../images/icon/icon-about-plate5-serach.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-box .box-cont .cont-item .item-pic {
    width: 100%;
    height: 3.33rem;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-box .box-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-box .box-cont .cont-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    text-align: center;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-box .box-cont .cont-item:hover {
    background: #0d4c9a;
  }
  .about .about-plate4 .plate4-main .main-box .box-cont .cont-item:hover::after {
    opacity: 1;
  }
  .about .about-plate4 .plate4-main .main-box .box-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));
  }
  .about .about-plate4 .plate4-main .main-box .box-cont .cont-item:hover .item-title {
    color: #fff;
  }
  .about .about-plate4 .plate4-main .main-box .box-load {
    display: block;
    width: 0.7rem;
    height: auto;
    margin: 0.2rem auto 0;
  }
  .about .about-plate4 .plate4-main .main-box .box-load img {
    width: 100%;
  }
  .about .about-plate4 .plate4-main .main-box .box-load:hover img {
    animation: load 1.2s infinite linear;
  }
  .about .about-plate4 .plate4-main .main-box-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .about .pupop-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .pupop-main {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 6.5rem;
    height: 9.5rem;
    padding: 0 0.5rem 0.8rem;
    background: #fff;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .pupop-main .main-title {
    width: 100%;
    height: auto;
    padding-top: 0.48rem;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    color: #191c22;
  }
  .about .pupop-main .main-pic {
    width: 100%;
    height: 100%;
  }
  .about .pupop-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .about .pupop-main .main-hide {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 23px;
    height: auto;
    cursor: pointer;
  }
  .about .pupop-main .main-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .pupop-main .main-hide:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .partner {
    width: 100%;
    height: auto;
    padding: 1.12rem 0.3rem 1.78rem;
    background: url(../images/partner/bg.png) no-repeat top left;
    background-size: 100%;
  }
  .partner .partner-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .partner .partner-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .partner .partner-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .partner .partner-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .partner .partner-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.68rem;
    border: solid 1px #eaeaea;
    border-bottom: none;
  }
  .partner .partner-main .main-cont .cont-item {
    width: calc(100% / 3);
    height: 1.79rem;
    border-right: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-cont .cont-item:nth-child(3n) {
    border-right: none;
  }
  .partner .partner-main .main-cont .cont-item:nth-child(6n) {
    border-right: solid 1px #eaeaea;
  }
  .partner .partner-main .main-cont .cont-item img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-cont .cont-item:hover {
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
    z-index: 9;
  }
  .partner .partner-main .main-cont .cont-item: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));
  }
  .partner .partner-main .main-load {
    display: block;
    width: 0.7rem;
    height: auto;
    margin: 1rem auto 0;
  }
  .partner .partner-main .main-load img {
    width: 100%;
  }
  .partner .partner-main .main-load:hover img {
    animation: load 1.2s infinite linear;
  }
  .data {
    width: 100%;
    height: auto;
  }
  .data .data-palte1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.12rem 0.3rem 0.7rem;
  }
  .data .data-palte1 .palte1-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .data .data-palte1 .palte1-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .data .data-palte1 .palte1-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .data .data-palte1 .plate1-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.92rem;
  }
  .data .data-palte1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.96rem 0.3rem 0.4rem;
    background: #f4f4f4;
  }
  .data .data-palte1 .plate1-main .main-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
  }
  .data .data-palte1 .plate1-main .main-cent .cent-text {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .data .data-palte1 .plate1-main .main-box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .data .data-palte1 .plate1-main .main-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .data .data-palte1 .plate1-main .main-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .data .data-plate2 {
    width: 100%;
    height: auto;
    padding: 0.7rem 0 0;
  }
  .data .data-plate2 .plate2-title {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .data .data-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.64rem;
  }
  .data .data-plate2 .plate2-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .data .data-plate2 .plate2-main .main-box .box-pic {
    width: 100%;
    height: 6rem;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .data .data-plate2 .plate2-main .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .data .data-plate2 .plate2-main .main-box .box-pic-active {
    position: relative;
    opacity: 1;
    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));
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .data .data-plate2 .plate2-main .main-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    overflow: hidden;
  }
  .data .data-plate2 .plate2-main .main-cont .swiper-slide {
    width: 50%;
    height: 100%;
  }
  .data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.2rem 0.3rem 0;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  .data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 80, 190, 0.8), transparent);
    opacity: 0;
  }
  .data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item .item-icon {
    position: relative;
    width: 0.65rem;
    height: auto;
    margin: 0 auto;
    z-index: 9;
  }
  .data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item .item-icon img {
    width: 100%;
  }
  .data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item .item-title {
    position: relative;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    z-index: 9;
  }
  .data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item:hover::after {
    opacity: 1;
  }
  .data .data-plate2 .plate2-main .main-cont .swiper-slide-on .slide-item::after {
    opacity: 1;
  }
  .data .data-plate2 .plate2-main .plate2-swiper-button-prev,
  .data .data-plate2 .plate2-main .plate2-swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 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;
  }
  .data .data-plate2 .plate2-main .plate2-swiper-button-prev img,
  .data .data-plate2 .plate2-main .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    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;
  }
  .data .data-plate2 .plate2-main .plate2-swiper-button-prev:hover,
  .data .data-plate2 .plate2-main .plate2-swiper-button-next:hover {
    border: solid 1px transparent;
    background: linear-gradient(180deg, #0891e0, #0039bb);
  }
  .data .data-plate2 .plate2-main .plate2-swiper-button-prev {
    left: 35%;
  }
  .data .data-plate2 .plate2-main .plate2-swiper-button-next {
    right: 35%;
  }
  .data .data-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.65rem;
  }
  .data .data-plate3 .plate3-title {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .data .data-plate3 .plate3-main {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .data .data-plate3 .plate3-main img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .solution {
    width: 100%;
    height: auto;
  }
  .solution .solution-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.12rem 0.3rem 0.7rem;
  }
  .solution .solution-plate1 .plate1-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .solution .solution-plate1 .plate1-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .solution .solution-plate1 .plate1-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .solution .solution-plate1 .plate1-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .solution .solution-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .solution .solution-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .solution .solution-plate1 .plate1-main .main-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-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));
  }
  .solution .solution-plate2 {
    width: 100%;
    height: auto;
  }
  .solution .solution-plate2 .plate2-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solution .solution-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    margin-top: 0.7rem;
    background-attachment: scroll;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .solution .solution-plate2 .plate2-main .main-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide {
    width: 60%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.2rem 0.7rem;
    border-radius: 0.1rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-icon .img2 {
    opacity: 0;
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-title {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-align: center;
    color: #191c22;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-text {
    margin-top: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover {
    background: linear-gradient(180deg, #0891e0, #0039bb);
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-icon .img1 {
    opacity: 0;
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-icon .img2 {
    opacity: 1;
  }
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-title,
  .solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-text {
    color: #fff;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-prev,
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: 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;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-prev img,
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    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;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-prev:hover,
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-next:hover {
    background: linear-gradient(180deg, #0891e0, #0039bb);
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-prev {
    left: 0.1rem;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-next {
    right: 0.1rem;
  }
  .solution .solution-plate3 {
    width: 100%;
    height: auto;
    padding: 0.82rem 0.3rem 0;
  }
  .solution .solution-plate3 .plate3-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solution .solution-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0.82rem auto 0;
  }
  .solution .solution-plate3 .plate3-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .solution .solution-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solution .solution-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate3 .plate3-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));
  }
  .solution .solution-plate3 .plate3-main .main-item .item-cent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.3rem;
    background: #f4f4f4;
  }
  .solution .solution-plate3 .plate3-main .main-item .item-cent .cent-box {
    width: 100%;
    height: auto;
  }
  .solution .solution-plate3 .plate3-main .main-item .item-cent .cent-box .box-title {
    font-size: 0.4rem;
    color: #333;
  }
  .solution .solution-plate3 .plate3-main .main-item .item-cent .cent-box .box-text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #666;
  }
  .solution .solution-plate3 .plate3-main .main-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .solution .solution-plate4 {
    width: 100%;
    height: auto;
    padding: 0.82rem 0;
    background: url(../images/solution/bg2.png) no-repeat center bottom;
    background-size: 100%;
  }
  .solution .solution-plate4 .plate4-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solution .solution-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0.7rem auto 0;
  }
  .solution .solution-plate4 .plate4-main .main-pic {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .solution .solution-plate4 .plate4-main .main-pic img {
    width: 100%;
  }
  .solution .solution-plate5 {
    width: 100%;
    height: auto;
  }
  .solution .solution-plate5 .plate5-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solution .solution-plate5 .plate5-main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.6rem 0;
    margin-top: 0.86rem;
    background: url(../images/solution/bg3.jpg) no-repeat top left;
    background-size: cover;
  }
  .solution .solution-plate5 .plate5-main .main-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide {
    width: 60%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.2rem 0.7rem;
    border-radius: 0.1rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box .box-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box .box-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box .box-icon .img2 {
    opacity: 0;
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box .box-title {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-align: center;
    color: #191c22;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box .box-text {
    margin-top: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box:hover {
    background: linear-gradient(180deg, #0891e0, #0039bb);
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box:hover .box-icon .img1 {
    opacity: 0;
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box:hover .box-icon .img2 {
    opacity: 1;
  }
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box:hover .box-title,
  .solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box:hover .box-text {
    color: #fff;
  }
  .solution .solution-plate5 .plate5-main .plate5-swiper-button-prev,
  .solution .solution-plate5 .plate5-main .plate5-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: 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;
  }
  .solution .solution-plate5 .plate5-main .plate5-swiper-button-prev img,
  .solution .solution-plate5 .plate5-main .plate5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    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;
  }
  .solution .solution-plate5 .plate5-main .plate5-swiper-button-prev:hover,
  .solution .solution-plate5 .plate5-main .plate5-swiper-button-next:hover {
    background: linear-gradient(180deg, #0891e0, #0039bb);
  }
  .solution .solution-plate5 .plate5-main .plate5-swiper-button-prev {
    left: 0.1rem;
  }
  .solution .solution-plate5 .plate5-main .plate5-swiper-button-next {
    right: 0.1rem;
  }
  .solution .solution-plate6 {
    width: 100%;
    height: auto;
    padding: 1.14rem 0.3rem 1.95rem;
  }
  .solution .solution-plate6 .plate6-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solution .solution-plate6 .plate6-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.88rem auto 0;
  }
  .solution .solution-plate6 .plate6-main .main-box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item {
    display: block;
    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;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0d4c9a;
    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;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-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;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.2rem 0.8rem;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item .item-cent .cent-title {
    font-size: 0.32rem;
    line-height: 0.5rem;
    font-weight: bold;
    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;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item .item-cent .cent-text {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item .item-cent .cent-link {
    width: 110px;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item:hover {
    background: #fff;
    box-shadow: 0.03rem 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-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));
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-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));
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item:hover .item-cent .cent-title {
    color: #0d4c9a;
  }
  .solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item:hover .item-cent .cent-link {
    color: #0d4c9a;
    background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
  }
  .solution .solution-plate6 .plate6-main .plate6-swiper-button-prev,
  .solution .solution-plate6 .plate6-main .plate6-swiper-button-next {
    display: none;
    position: absolute;
    top: 40%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: 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;
  }
  .solution .solution-plate6 .plate6-main .plate6-swiper-button-prev img,
  .solution .solution-plate6 .plate6-main .plate6-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    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;
  }
  .solution .solution-plate6 .plate6-main .plate6-swiper-button-prev:hover,
  .solution .solution-plate6 .plate6-main .plate6-swiper-button-next:hover {
    background: linear-gradient(180deg, #0891e0, #0039bb);
  }
  .solution .solution-plate6 .plate6-main .plate6-swiper-button-prev {
    left: -0.2rem;
  }
  .solution .solution-plate6 .plate6-main .plate6-swiper-button-next {
    right: -0.2rem;
  }
  .case {
    width: 100%;
    height: auto;
    padding: 1.12rem 0.3rem 1.6rem;
  }
  .case .case-main {
    width: 100%;
    height: auto;
    margin: 0 auto ;
  }
  .case .case-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .case .case-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .case .case-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .case .case-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.86rem;
  }
  .case .case-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.86rem;
    background: #f8f8f8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .case .case-main .main-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0d4c9a;
    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-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .case .case-main .main-box .box-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;
  }
  .case .case-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.8rem;
  }
  .case .case-main .main-box .box-item .item-cent .cent-title {
    font-size: 0.32rem;
    line-height: 0.5rem;
    font-weight: bold;
    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;
  }
  .case .case-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.25rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-item .item-cent .cent-link {
    width: 110px;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-item:hover {
    background: #fff;
    box-shadow: 0.03rem 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .case .case-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .case .case-main .main-box .box-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-box .box-item:hover .item-cent .cent-title {
    color: #0d4c9a;
  }
  .case .case-main .main-box .box-item:hover .item-cent .cent-link {
    color: #0d4c9a;
    background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
  }
  .caseDetails {
    width: 100%;
    height: auto;
  }
  .caseDetails .caseDetails-top {
    width: 100%;
    height: auto;
    padding: 0.82rem 0.3rem 0.65rem;
  }
  .caseDetails .caseDetails-top .top-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .caseDetails .caseDetails-top .top-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .caseDetails .caseDetails-top .top-main .main-time {
    margin-top: 0.42rem;
    font-size: 0.3rem;
    color: #ccc;
  }
  .caseDetails .caseDetails-top .top-main .main-time img {
    width: 16px;
    margin-right: 0.15rem;
  }
  .caseDetails .caseDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 1.2rem;
    background: #f5f5f5;
  }
  .caseDetails .caseDetails-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: solid 1px #f0f0f0;
  }
  .caseDetails .caseDetails-main .main-box .box-share {
    display: none;
    width: 1.5rem;
    height: auto;
  }
  .caseDetails .caseDetails-main .main-box .box-share .share-list {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 100%;
    height: auto;
    border-top: solid 3px #f08519;
  }
  .caseDetails .caseDetails-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;
  }
  .caseDetails .caseDetails-main .main-box .box-share .share-list .share-item img {
    width: 30px;
    margin-right: 0.15rem;
  }
  .caseDetails .caseDetails-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: #0d4c9a;
  }
  .caseDetails .caseDetails-main .main-box .box-share .share-list .share-bototm img {
    width: 17px;
    margin-left: 0.12rem;
  }
  .caseDetails .caseDetails-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 1rem;
    background: #fff;
  }
  .caseDetails .caseDetails-main .main-box .box-cent .cent-title {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .caseDetails .caseDetails-main .main-box .box-cent .cent-title span {
    font-size: 0.34rem;
    font-weight: bold;
    color: #333;
  }
  .caseDetails .caseDetails-main .main-box .box-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 36px;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666666;
  }
  .caseDetails .caseDetails-main .main-box .box-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .caseDetails .caseDetails-main .main-box .box-cent .box-bottom {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .caseDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title {
    width: 100%;
    height: 48px;
    margin-bottom: 0.1rem;
    display: block;
    padding: 0 0.35rem;
    font-size: 0.26rem;
    line-height: 48px;
    font-weight: bold;
    color: #666;
    background: #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .caseDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title a {
    margin-left: 0.15rem;
    color: #666;
  }
  .caseDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title a:hover {
    color: #0d4c9a;
  }
  .caseDetails .caseDetails-main .main-box .box-list {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0 0.4rem;
    border-top: solid 4px #0d4c9a;
    background: #f5f5f5;
  }
  .caseDetails .caseDetails-main .main-box .box-list .list-title {
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
    color: #0d4c9a;
  }
  .caseDetails .caseDetails-main .main-box .box-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .caseDetails .caseDetails-main .main-box .box-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .caseDetails .caseDetails-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;
  }
  .caseDetails .caseDetails-main .main-box .box-list .list-item .item-title {
    margin-top: 0.32rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #666;
  }
  .caseDetails .caseDetails-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));
  }
  .caseDetails .caseDetails-main .main-box .box-list .list-item:hover .item-title {
    color: #0d4c9a;
  }
  .caseDetails .caseDetails-main .main-box .box-list .list-button {
    display: block;
    width: 100px;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseDetails .caseDetails-main .main-box .box-list .list-button:hover {
    color: #0d4c9a;
    background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 0.92rem 0.3rem 1.36rem;
  }
  .news .news-main {
    width: 100%;
    margin: 0 auto;
  }
  .news .news-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .news .news-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .news .news-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.68rem;
  }
  .news .news-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-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));
  }
  .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-data {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .news .news-main .main-top .top-cent .cent-data span {
    font-family: 'Montserrat-Bold';
    font-size: 0.6rem;
    line-height: 0.5rem;
    color: #0d4c9a;
  }
  .news .news-main .main-top .top-cent .cent-data em {
    font-size: 0.3rem;
    color: #c9c9c9;
  }
  .news .news-main .main-top .top-cent .cent-title {
    margin-top: 0.25rem;
    font-size: 0.42rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-top .top-cent .cent-link {
    width: 110px;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #0d4c9a;
    background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top:hover .top-cent .cent-title {
    color: #0d4c9a;
  }
  .news .news-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.82rem;
  }
  .news .news-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.82rem;
    background: #f6f6f6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #0d4c9a;
    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;
  }
  .news .news-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .news .news-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.36rem 0.3rem 0.53rem;
  }
  .news .news-main .main-box .box-item .item-cent .cent-time {
    font-family: 'Montserrat-Regular';
    font-size: 0.3rem;
    color: #c9c9c9;
  }
  .news .news-main .main-box .box-item .item-cent .cent-title {
    margin-top: 0.15rem;
    font-size: 0.32rem;
    line-height: 0.52rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -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-box .box-item .item-cent .cent-link {
    width: 110px;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item:hover {
    background: #fff;
    box-shadow: 0.03rem 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .news .news-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-box .box-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));
  }
  .news .news-main .main-box .box-item:hover .item-cent .cent-title {
    color: #0d4c9a;
  }
  .news .news-main .main-box .box-item:hover .item-cent .cent-link {
    color: #0d4c9a;
    background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
  }
  .newsDetails {
    width: 100%;
    height: auto;
  }
  .newsDetails .newsDetails-top {
    width: 100%;
    height: auto;
    padding: 0.82rem 0.3rem 0.65rem;
  }
  .newsDetails .newsDetails-top .top-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetails .newsDetails-top .top-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .newsDetails .newsDetails-top .top-main .main-time {
    margin-top: 0.42rem;
    font-size: 0.3rem;
    color: #ccc;
  }
  .newsDetails .newsDetails-top .top-main .main-time img {
    width: 16px;
    margin-right: 0.15rem;
  }
  .newsDetails .caseDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 1.2rem;
    background: #f5f5f5;
  }
  .newsDetails .caseDetails-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: solid 1px #f0f0f0;
  }
  .newsDetails .caseDetails-main .main-box .box-share {
    display: none;
    width: 1.5rem;
    height: auto;
  }
  .newsDetails .caseDetails-main .main-box .box-share .share-list {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 100%;
    height: auto;
    border-top: solid 3px #f08519;
  }
  .newsDetails .caseDetails-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;
  }
  .newsDetails .caseDetails-main .main-box .box-share .share-list .share-item img {
    width: 30px;
    margin-right: 0.15rem;
  }
  .newsDetails .caseDetails-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: #0d4c9a;
  }
  .newsDetails .caseDetails-main .main-box .box-share .share-list .share-bototm img {
    width: 17px;
    margin-left: 0.12rem;
  }
  .newsDetails .caseDetails-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 1rem;
    background: #fff;
  }
  .newsDetails .caseDetails-main .main-box .box-cent .cent-title {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .newsDetails .caseDetails-main .main-box .box-cent .cent-title span {
    font-size: 0.34rem;
    font-weight: bold;
    color: #333;
  }
  .newsDetails .caseDetails-main .main-box .box-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 36px;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666666;
  }
  .newsDetails .caseDetails-main .main-box .box-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetails .caseDetails-main .main-box .box-cent .box-bottom {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .newsDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title {
    width: 100%;
    height: 48px;
    margin-bottom: 0.1rem;
    display: block;
    padding: 0 0.35rem;
    font-size: 0.26rem;
    line-height: 48px;
    font-weight: bold;
    color: #666;
    background: #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title a {
    margin-left: 0.15rem;
    color: #666;
  }
  .newsDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title a:hover {
    color: #0d4c9a;
  }
  .newsDetails .caseDetails-main .main-box .box-list {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0 0.4rem;
    border-top: solid 4px #0d4c9a;
    background: #f5f5f5;
  }
  .newsDetails .caseDetails-main .main-box .box-list .list-title {
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
    color: #0d4c9a;
  }
  .newsDetails .caseDetails-main .main-box .box-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .newsDetails .caseDetails-main .main-box .box-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetails .caseDetails-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;
  }
  .newsDetails .caseDetails-main .main-box .box-list .list-item .item-title {
    margin-top: 0.32rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #666;
  }
  .newsDetails .caseDetails-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));
  }
  .newsDetails .caseDetails-main .main-box .box-list .list-item:hover .item-title {
    color: #0d4c9a;
  }
  .newsDetails .caseDetails-main .main-box .box-list .list-button {
    display: block;
    width: 100px;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .caseDetails-main .main-box .box-list .list-button:hover {
    color: #0d4c9a;
    background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
  }
  .dynamic {
    width: 100%;
    height: auto;
    padding: 0.92rem 0.3rem 1.18rem;
  }
  .dynamic .dynamic-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .dynamic .dynamic-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .dynamic .dynamic-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .dynamic .dynamic-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .dynamic .dynamic-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.68rem;
    margin-bottom: 0.8rem;
  }
  .dynamic .dynamic-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .dynamic .dynamic-main .main-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .dynamic .dynamic-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));
  }
  .dynamic .dynamic-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.32rem 0.2rem 0;
  }
  .dynamic .dynamic-main .main-top .top-cent .cent-time {
    font-family: 'Montserrat-Regular';
    font-size: 0.3rem;
    color: #cdcdcd;
  }
  .dynamic .dynamic-main .main-top .top-cent .cent-title {
    margin-top: 0.2rem;
    font-size: 0.32rem;
    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;
  }
  .dynamic .dynamic-main .main-top .top-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .dynamic .dynamic-main .main-top .top-cent .cent-link {
    width: 110px;
    margin-top: 0.36rem;
    font-size: 0.28rem;
    color: #0d4c9a;
    background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .dynamic .dynamic-main .main-top:hover .top-cent .cent-title {
    color: #0d4c9a;
  }
  .dynamic .dynamic-main .main-box {
    width: 100%;
    height: auto;
    margin-bottom: 1.06rem;
  }
  .dynamic .dynamic-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    background: #f8f8f8;
  }
  .dynamic .dynamic-main .main-box .box-item .item-pic {
    width: 2.46rem;
    height: auto;
    overflow: hidden;
  }
  .dynamic .dynamic-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .dynamic .dynamic-main .main-box .box-item .item-cent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 2.46rem);
    height: auto;
    padding: 0.2rem;
  }
  .dynamic .dynamic-main .main-box .box-item .item-cent .cent-box {
    width: 100%;
    height: auto;
  }
  .dynamic .dynamic-main .main-box .box-item .item-cent .cent-box .box-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dynamic .dynamic-main .main-box .box-item .item-cent .cent-box .box-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .dynamic .dynamic-main .main-box .box-item .item-cent .cent-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.3rem;
    color: #cdcdcd;
  }
  .dynamic .dynamic-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .dynamic .dynamic-main .main-box .box-item:hover .item-cent .box-title {
    color: #0d4c9a;
  }
  .commend {
    width: 100%;
    height: auto;
    padding: 0.92rem 0.3rem 1.18rem;
  }
  .commend .commend-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .commend .commend-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .commend .commend-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .commend .commend-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .commend .commend-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.86rem;
    margin-bottom: 1.1rem;
  }
  .commend .commend-main .main-box .box-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.5rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    background: #f8f8f8;
  }
  .commend .commend-main .main-box .box-item .item-time {
    width: 1.8rem;
    height: auto;
    font-family: 'Montserrat-Medium';
    font-size: 0.3rem;
    color: #cdcdcd;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .commend .commend-main .main-box .box-item .item-cent {
    width: calc(100% - 1.9rem);
    height: auto;
    padding: 0.4rem 0.2rem;
  }
  .commend .commend-main .main-box .box-item .item-cent .cent-title {
    font-size: 0.3rem;
    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;
  }
  .commend .commend-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .commend .commend-main .main-box .box-item .item-link {
    display: none;
    width: 1.2rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 0.24rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .commend .commend-main .main-box .box-item:hover {
    background: #0d4c9a;
  }
  .commend .commend-main .main-box .box-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .commend .commend-main .main-box .box-item:hover .item-cent .cent-text {
    color: rgba(255, 255, 255, 0.3);
  }
  .commend .commend-main .main-box .box-item:hover .item-link {
    color: #fff;
    background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
    background-size: 24px;
  }
  .join {
    width: 100%;
    height: auto;
    padding: 1.14rem 0.3rem 1.2rem;
  }
  .join .join-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .join .join-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .join .join-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .join .join-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .join .join-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    margin-bottom: 1.1rem;
  }
  .join .join-main .main-box .box-left {
    width: 100%;
    height: auto;
  }
  .join .join-main .main-box .box-left .list-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .join .join-main .main-box .box-left .list-dd .dd-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    background: #fafafa;
    cursor: pointer;
    border-top: solid 3px #ececec;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-box .box-left .list-dd .dd-top::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background: #b9dbff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-box .box-left .list-dd .dd-top .dd-mail {
    width: 80%;
    padding: 0.3rem 0 0.5rem 0.4rem;
    font-size: 0.3rem;
    color: #252525;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-title {
    font-size: 0.34rem;
    color: #252525;
    white-space: nowrap;
  }
  .join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-title .title1 {
    display: inline-block;
    width: auto;
    margin-right: 1.3rem;
  }
  .join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-title .title-text {
    display: none;
    font-size: 0.28rem;
    color: #a5a5a5;
    opacity: 0.45;
  }
  .join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-title .title-text:last-child {
    margin-right: 0;
  }
  .join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-text {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #969696;
    opacity: 0.6;
  }
  .join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-text span {
    margin-right: 0.6rem;
  }
  .join .join-main .main-box .box-left .list-dd .dd-top .dd-show {
    width: 1.42rem;
    height: auto;
    background: url(../images/icon/icon-recruit-jia.png) no-repeat center center;
    background-size: 0.59rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-box .box-left .list-dd .top-active::before {
    width: 100%;
  }
  .join .join-main .main-box .box-left .list-dd .top-active .dd-mail {
    width: 100%;
  }
  .join .join-main .main-box .box-left .list-dd .top-active .dd-mail .mail-title .title1 {
    color: #0d4c9a;
  }
  .join .join-main .main-box .box-left .list-dd .top-active .dd-show {
    width: 0;
    opacity: 0;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.1rem 0.4rem 0.5rem;
    background: #fafafa;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #252525;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-text,
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    padding-bottom: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #999;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box {
    display: flex;
    justify-content: space-between;
    width: 4.5rem;
    height: auto;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button {
    display: inline-block;
    width: 2.2rem;
    height: 0.7rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #dedede;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button .buttom-icon {
    width: 17px;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button:hover {
    background: #0d4c9a;
  }
  .join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-hiden {
    width: 0.59rem;
    height: 0.59rem;
    background: url(../images/icon/icon-recruit-jian.png) no-repeat center center;
    background-size: 0.59rem;
    cursor: pointer;
  }
  .join .join-main .main-box .box-left .mt {
    margin-top: 0.6rem;
  }
  .join .join-main .main-box .box-right {
    display: none;
    width: 3.8rem;
    height: auto;
  }
  .join .join-main .main-box .box-right .right-top {
    width: 100%;
    height: auto;
  }
  .join .join-main .main-box .box-right .right-top img {
    width: 100%;
  }
  .join .join-main .main-box .box-right .right-box {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.4rem 0.8rem;
    background: #f2f2f2;
  }
  .join .join-main .main-box .box-right .right-box .box-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  .join .join-main .main-box .box-right .right-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0 0.2rem;
    margin: 0.2rem 0;
    font-size: 14px;
    color: #333;
    background: #fff;
  }
  .join .join-main .main-box .box-right .right-box input::placeholder {
    font-size: 14px;
    color: #a4a4a4;
  }
  .join .join-main .main-box .box-right .right-box .box-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    margin-bottom: 0.34rem;
  }
  .join .join-main .main-box .box-right .right-box .box-select:last-child {
    margin-bottom: 0;
  }
  .join .join-main .main-box .box-right .right-box .box-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 9px;
    height: 5px;
    background: url(../images/icon/icon-join-arrow.png) no-repeat center center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .join .join-main .main-box .box-right .right-box .box-select select {
    width: 100%;
    height: 0.5rem;
    padding-left: 0.18rem;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #a4a4a4;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .join .join-main .main-box .box-right .right-bottom {
    width: 100%;
    height: 3.27rem;
    padding: 0.3rem;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .join .join-main .main-box .box-right .right-bottom .bottom-icon {
    width: 100%;
    height: auto;
  }
  .join .join-main .main-box .box-right .right-bottom .bottom-icon img {
    width: 0.41rem;
  }
  .join .join-main .main-box .box-right .right-bottom .bottom-title {
    margin: 0.2rem 0;
    font-size: 0.24rem;
    font-weight: bold;
    color: #0d4c9a;
  }
  .join .join-main .main-box .box-right .right-bottom .bottom-text {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.12rem;
    font-size: 16px;
    color: #929292;
    word-break: break-all;
  }
  .relation {
    width: 100%;
    height: auto;
    padding: 1.12rem 0.3rem 1.82rem;
  }
  .relation .relation-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .relation .relation-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .relation .relation-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .relation .relation-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .relation .relation-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .relation .relation-main .main-top .top-left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .relation .relation-main .main-top .top-left .left-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    padding: 0.7rem 0.3rem 0.5rem;
    background: #f7f7f7;
  }
  .relation .relation-main .main-top .top-left .left-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .relation .relation-main .main-top .top-left .left-item .item-top .top-title {
    width: 100%;
    font-family: 'Montserrat-Regular';
    font-size: 0.46rem;
    color: #333;
  }
  .relation .relation-main .main-top .top-left .left-item .item-top .top-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #999;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left {
    width: auto;
    height: auto;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left .left-num {
    position: relative;
    font-family: 'Montserrat-Bold';
    font-size: 0.76rem;
    line-height: 0.6rem;
    color: #00bc1f;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left .left-num::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -0.4rem;
    width: 12px;
    height: 18px;
    background: url(../images/icon/icon-relation-arrow.png) no-repeat left top;
    background-size: 100%;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left .left-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left .left-bottom span {
    font-size: 0.3rem;
    color: #00bc1f;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left2 {
    width: auto;
    height: auto;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left2 .left-num {
    position: relative;
    font-family: 'Montserrat-Bold';
    font-size: 0.76rem;
    line-height: 0.6rem;
    color: #f00;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left2 .left-num::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -0.4rem;
    width: 12px;
    height: 18px;
    background: url(../images/icon/icon-relation-arrow2.png) no-repeat left top;
    background-size: 100%;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left2 .left-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left2 .left-bottom span {
    font-size: 0.3rem;
    color: #f00;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-right .right-item {
    width: 50%;
    height: auto;
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-right .right-item .item-title {
    font-size: 0.28rem;
    color: #666;
  }
  .relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-right .right-item .item-num {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.4rem;
    color: #666;
  }
  .relation .relation-main .main-top .top-left .left-item2 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .relation .relation-main .main-top .top-left .left-item2 .item2-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .relation .relation-main .main-top .top-left .left-item2 .item2-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .relation .relation-main .main-top .top-left .left-item2 .item2-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.56rem 0.55rem;
  }
  .relation .relation-main .main-top .top-left .left-item2 .item2-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
  }
  .relation .relation-main .main-top .top-left .left-item2 .item2-cent .cent-link {
    width: 110px;
    margin-top: 0.2rem;
    font-size: 16px;
    color: #fff;
    background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .relation .relation-main .main-top .top-left .left-item2:hover .item2-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));
  }
  .relation .relation-main .main-top .top-right {
    position: relative;
    width: 100%;
    height: auto;
  }
  .relation .relation-main .main-top .top-right .right-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .relation .relation-main .main-top .top-right .right-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;
  }
  .relation .relation-main .main-top .top-right .right-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.5rem 0.4rem;
  }
  .relation .relation-main .main-top .top-right .right-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #a6a8b7;
  }
  .relation .relation-main .main-top .top-right .right-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #a6a8b7;
  }
  .relation .relation-main .main-top .top-right .right-cent .cent-text2 {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #a6a8b7;
  }
  .relation .relation-main .main-top .top-right .right-cent .cent-num {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    font-family: 'Montserrat-Bold';
    font-size: 0.58rem;
    line-height: 0.5rem;
    background-image: linear-gradient(180deg, #0891e0, #0039bb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .relation .relation-main .main-top .top-right .right-cent .cent-link {
    width: 110px;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    color: #fff;
    background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .relation .relation-main .main-bottom {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .relation .relation-main .main-bottom .bottom-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .relation .relation-main .main-bottom .bottom-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;
  }
  .relation .relation-main .main-bottom .bottom-cent {
    width: 100%;
    height: auto;
    padding: 1.6rem 0.55rem 1rem;
  }
  .relation .relation-main .main-bottom .bottom-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .relation .relation-main .main-bottom .bottom-cent .cent-link {
    width: 2rem;
    margin: 0.2rem auto 0;
    font-size: 0.28rem;
    color: #fff;
    background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .relation .relation-main .main-bottom:hover .bottom-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));
  }
  .notice {
    width: 100%;
    height: auto;
    padding: 1.12rem 0.3rem 1.42rem;
  }
  .notice .notice-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .notice .notice-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .notice .notice-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .notice .notice-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .notice .notice-main .main-box {
    width: 100%;
    height: auto;
  }
  .notice .notice-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.72rem;
    margin-bottom: 1.1rem;
  }
  .notice .notice-main .main-box .box-cent {
    width: 100%;
    height: auto;
  }
  .notice .notice-main .main-box .box-cent .cent-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.3rem;
    padding: 0 0.4rem 0 0.25rem;
    margin-bottom: 0.2rem;
    border: solid 2px #f2f0ea;
  }
  .notice .notice-main .main-box .box-cent .cent-item .item-time {
    width: 1.8rem;
    height: auto;
    font-family: 'Montserrat-Regular';
    font-size: 0.3rem;
    color: #bdd7f4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .notice .notice-main .main-box .box-cent .cent-item .item-cent {
    width: calc(100% - 2.2rem);
    height: auto;
    padding: 0.2rem 0.25rem;
  }
  .notice .notice-main .main-box .box-cent .cent-item .item-cent .cent-title {
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #666;
    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;
  }
  .notice .notice-main .main-box .box-cent .cent-item .item-link {
    width: 0.4rem;
    height: 0.52rem;
    background: url(../images/icon/icon-notice-button.png) no-repeat right center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .notice .notice-main .main-box .box-cent .cent-item:hover {
    border: solid 2px #fff;
    background: linear-gradient(90deg, #0891e0, #0039bb);
  }
  .notice .notice-main .main-box .box-cent .cent-item:hover .item-time {
    color: #fff;
  }
  .notice .notice-main .main-box .box-cent .cent-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .notice .notice-main .main-box .box-cent .cent-item:hover .item-link {
    background: url(../images/icon/icon-notice-button-active.png) no-repeat right center;
    background-size: 100%;
  }
  .notice .notice-main .main-box .box-list {
    display: none;
    width: 3.8rem;
    height: auto;
  }
  .notice .notice-main .main-box .box-list .list-top {
    position: relative;
    width: 3.8rem;
    height: auto;
  }
  .notice .notice-main .main-box .box-list .list-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .notice .notice-main .main-box .box-list .list-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;
  }
  .notice .notice-main .main-box .box-list .list-top .top-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.5rem 0.4rem;
  }
  .notice .notice-main .main-box .box-list .list-top .top-cent .cent-title {
    font-size: 18px;
    font-weight: bold;
    color: #a6a8b7;
  }
  .notice .notice-main .main-box .box-list .list-top .top-cent .cent-text {
    margin-top: 0.15rem;
    font-size: 14px;
    line-height: 24px;
    color: #a6a8b7;
  }
  .notice .notice-main .main-box .box-list .list-top .top-cent .cent-text2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #a6a8b7;
  }
  .notice .notice-main .main-box .box-list .list-top .top-cent .cent-num {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    font-family: 'Montserrat-Bold';
    font-size: 0.48rem;
    line-height: 0.4rem;
    background-image: linear-gradient(180deg, #0891e0, #0039bb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .notice .notice-main .main-box .box-list .list-top .top-cent .cent-link {
    width: 110px;
    margin-top: 0.2rem;
    font-size: 16px;
    color: #fff;
    background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .notice .notice-main .main-box .box-list .list-box {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.4rem 0.8rem;
    background: #f2f2f2;
  }
  .notice .notice-main .main-box .box-list .list-box .box-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  .notice .notice-main .main-box .box-list .list-box .box-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.5rem;
    padding: 0 0.2rem;
    margin: 0.2rem 0;
    background: #fff;
  }
  .notice .notice-main .main-box .box-list .list-box .box-text input {
    width: calc(100% - 16px);
    height: 0.5rem;
    font-size: 16px;
    color: #333;
    background: #fff;
  }
  .notice .notice-main .main-box .box-list .list-box .box-text input::placeholder {
    font-size: 16px;
    color: #b4b4b4;
  }
  .notice .notice-main .main-box .box-list .list-box .box-text a {
    width: 16px;
    height: auto;
  }
  .notice .notice-main .main-box .box-list .list-box .box-text a img {
    width: 100%;
  }
  .notice .notice-main .main-box .box-list .list-box .box-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    margin-bottom: 0.34rem;
  }
  .notice .notice-main .main-box .box-list .list-box .box-select:last-child {
    margin-bottom: 0;
  }
  .notice .notice-main .main-box .box-list .list-box .box-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 9px;
    height: 5px;
    background: url(../images/icon/icon-join-arrow.png) no-repeat center center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .notice .notice-main .main-box .box-list .list-box .box-select select {
    width: 100%;
    height: 0.5rem;
    padding-left: 0.18rem;
    font-size: 16px;
    color: #a4a4a4;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .notice .notice-main .main-box .box-list .list-box .box-select select option:first-of-type {
    display: none;
  }
  .government {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.95rem;
  }
  .government .government-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .government .government-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .government .government-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .government .government-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .government .government-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .government .government-main .main-box .box-cent {
    width: 100%;
    height: auto;
  }
  .government .government-main .main-box .box-cent .cent-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 1.6rem;
  }
  .government .government-main .main-box .box-cent .cent-cont .cent-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.8rem 0.25rem 0.65rem;
    background: #f8f8f8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .government .government-main .main-box .box-cent .cent-cont .cent-item:nth-child(3n) {
    margin-right: 0;
  }
  .government .government-main .main-box .box-cent .cent-cont .cent-item .item-time {
    font-family: 'Montserrat-Regular';
    font-size: 0.3rem;
    color: #cdcdcd;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .government .government-main .main-box .box-cent .cent-cont .cent-item .item-title {
    height: 1rem;
    margin-top: 0.2rem;
    font-size: 0.3rem;
    font-weight: bold;
    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;
  }
  .government .government-main .main-box .box-cent .cent-cont .cent-item .cent-link {
    width: 110px;
    margin-top: 0.6rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .government .government-main .main-box .box-cent .cent-cont .cent-item:hover {
    background: linear-gradient(180deg, #0891e0, #0039bb);
  }
  .government .government-main .main-box .box-cent .cent-cont .cent-item:hover .item-time,
  .government .government-main .main-box .box-cent .cent-cont .cent-item:hover .item-title {
    color: #fff;
  }
  .government .government-main .main-box .box-cent .cent-cont .cent-item:hover .cent-link {
    color: #fff;
    background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
    background-size: 24px;
  }
  .government .government-main .main-box .box-list {
    display: none;
    width: 3.8rem;
    height: auto;
  }
  .government .government-main .main-box .box-list .list-top {
    position: relative;
    width: 3.8rem;
    height: auto;
  }
  .government .government-main .main-box .box-list .list-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .government .government-main .main-box .box-list .list-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;
  }
  .government .government-main .main-box .box-list .list-top .top-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.5rem 0.4rem;
  }
  .government .government-main .main-box .box-list .list-top .top-cent .cent-title {
    font-size: 18px;
    font-weight: bold;
    color: #a6a8b7;
  }
  .government .government-main .main-box .box-list .list-top .top-cent .cent-text {
    margin-top: 0.15rem;
    font-size: 14px;
    line-height: 24px;
    color: #a6a8b7;
  }
  .government .government-main .main-box .box-list .list-top .top-cent .cent-text2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #a6a8b7;
  }
  .government .government-main .main-box .box-list .list-top .top-cent .cent-num {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    font-family: 'Montserrat-Bold';
    font-size: 0.48rem;
    line-height: 0.4rem;
    background-image: linear-gradient(180deg, #0891e0, #0039bb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .government .government-main .main-box .box-list .list-top .top-cent .cent-link {
    width: 110px;
    margin-top: 0.2rem;
    font-size: 16px;
    color: #fff;
    background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .government .government-main .main-box .box-list .list-box {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.4rem 0.8rem;
    background: #f2f2f2;
  }
  .government .government-main .main-box .box-list .list-box .box-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  .government .government-main .main-box .box-list .list-box .box-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.5rem;
    padding: 0 0.2rem;
    margin: 0.2rem 0;
    background: #fff;
  }
  .government .government-main .main-box .box-list .list-box .box-text input {
    width: calc(100% - 16px);
    height: 0.5rem;
    font-size: 16px;
    color: #333;
    background: #fff;
  }
  .government .government-main .main-box .box-list .list-box .box-text input::placeholder {
    font-size: 16px;
    color: #b4b4b4;
  }
  .government .government-main .main-box .box-list .list-box .box-text a {
    width: 16px;
    height: auto;
  }
  .government .government-main .main-box .box-list .list-box .box-text a img {
    width: 100%;
  }
  .government .government-main .main-box .box-list .list-box .box-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    margin-bottom: 0.34rem;
  }
  .government .government-main .main-box .box-list .list-box .box-select:last-child {
    margin-bottom: 0;
  }
  .government .government-main .main-box .box-list .list-box .box-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 9px;
    height: 5px;
    background: url(../images/icon/icon-join-arrow.png) no-repeat center center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .government .government-main .main-box .box-list .list-box .box-select select {
    width: 100%;
    height: 0.5rem;
    padding-left: 0.18rem;
    font-size: 16px;
    color: #a4a4a4;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .government .government-main .main-box .box-list .list-box .box-select select option:first-of-type {
    display: none;
  }
  .platform {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.95rem;
  }
  .platform .platform-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .platform .platform-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .platform .platform-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .platform .platform-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .platform .platform-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .platform .platform-main .main-box .box-cent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .platform .platform-main .main-box .box-cent .cent-cont {
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #72757a;
    word-break: break-all;
  }
  .platform .platform-main .main-box .box-cent .cent-cont em {
    color: #0d4c9a;
  }
  .platform .platform-main .main-box .box-cent .cent-cont span {
    font-family: 'Montserrat-Bold';
    font-size: 0.38rem;
    line-height: 0.4rem;
    background-image: linear-gradient(0deg, #0891e0, #0039bb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .platform .platform-main .main-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .platform .platform-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;
  }
  .platform .platform-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));
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.15rem 0 0;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 0.92rem;
  }
  .contact .contact-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .contact .contact-main .main-English {
    margin-top: 0.1rem;
    font-family: 'Montserrat-Regular';
    font-size: 0.38rem;
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .contact .contact-main .main-heng {
    width: 36px;
    height: 5px;
    margin-top: 0.3rem;
    background: #0d4c9a;
  }
  .contact .contact-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-main .main-box .box-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .contact .contact-main .main-box .box-tel {
    margin-top: 0.3rem;
    margin-bottom: 0.7rem;
    font-size: 0.36rem;
    text-align: center;
    color: #999999;
  }
  .contact .contact-main .main-box .box-tel span {
    font-family: 'Montserrat-Bold';
    color: #0d4c9a;
  }
  .contact .contact-main .main-box .box-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .contact .contact-main .main-box .box-list .list-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.5rem;
    background: #fff;
    box-shadow: 0 0 0.38rem rgba(0, 0, 0, 0.08);
  }
  .contact .contact-main .main-box .box-list .list-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #0d4c9a;
  }
  .contact .contact-main .main-box .box-list .list-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.34rem;
    line-height: 0.5rem;
    color: #999;
  }
  .contact .contact-main .main-box .box-list .list-cent .cent-text span {
    color: #333;
  }
  .contact .contact-main .main-box .box-list .list-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .contact .contact-main .main-box .box-list .list-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact .contact-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.05rem;
  }
  .contact .contact-main .main-cont .cont-map {
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-cont .cont-map img {
    width: 100%;
  }
  .contact .contact-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-main .main-cont .cont-lump .lump-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    padding: 0.25rem 0.3rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.24rem rgba(0, 0, 0, 0.14);
  }
  .contact .contact-main .main-cont .cont-lump .lump-item .item-title {
    font-size: 0.32rem;
    line-height: 0.46rem;
    color: #000;
  }
  .contact .contact-main .main-cont .cont-lump .lump-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .contact .contact-cont {
    width: 100%;
    height: auto;
    padding: 1.3rem 0 0.92rem;
    background: #f9f9f9;
  }
  .contact .contact-cont .cont-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-cont .cont-box .list-item {
    width: 50%;
    height: auto;
    padding: 0 0.3rem;
    padding-bottom: 0.8rem;
    border-right: solid 1px #ececec;
  }
  .contact .contact-cont .cont-box .list-item:nth-child(3n) {
    border-right: solid 1px #ececec;
  }
  .contact .contact-cont .cont-box .list-item:nth-child(2n) {
    border-right: none;
  }
  .contact .contact-cont .cont-box .list-item:nth-child(n+3) {
    padding-bottom: 0.8rem;
  }
  .contact .contact-cont .cont-box .list-item .item-pic {
    width: 2rem;
    height: auto;
    margin: 0 auto;
    box-shadow: 0.05rem 0 0.25rem rgba(0, 0, 0, 0.08);
  }
  .contact .contact-cont .cont-box .list-item .item-pic img {
    width: 100%;
  }
  .contact .contact-cont .cont-box .list-item .item-title {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .contact .contact-cont .cont-box .list-item .item-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #888;
  }
  .core {
    width: 100%;
    height: auto;
    padding: 1.14rem 0.3rem 1.1rem;
  }
  .core .core-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .core .core-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .core .core-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.9rem;
    background: #f8f8f8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .core .core-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .core .core-main .main-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0d4c9a;
    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;
  }
  .core .core-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .core .core-main .main-box .box-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;
  }
  .core .core-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.25rem 0.5rem;
  }
  .core .core-main .main-box .box-item .item-cent .cent-title {
    font-size: 0.34rem;
    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;
  }
  .core .core-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.25rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .core .core-main .main-box .box-item .item-cent .cent-link {
    width: 110px;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 24px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .core .core-main .main-box .box-item:hover {
    background: #fff;
    box-shadow: 0.03rem 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .core .core-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .core .core-main .main-box .box-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));
  }
  .core .core-main .main-box .box-item:hover .item-cent .cent-title {
    color: #0d4c9a;
  }
  .core .core-main .main-box .box-item:hover .item-cent .cent-link {
    color: #0d4c9a;
    background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
  }
  .return-button {
    display: inline-block;
    position: fixed;
    bottom: 20%;
    left: 0;
    width: auto;
    height: auto;
    padding: 0.1rem 0.1rem;
    font-size: 0.26rem;
    text-align: center;
    letter-spacing: 0.06rem;
    color: #fff;
    background: #0d4c9a;
    border-radius: 0.15rem;
    z-index: 99;
  }
  .fixed-box {
    width: 0.65rem;
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 40;
  }
  .fixed-box .hidebox {
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #fff;
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #939393;
    border-radius: 0.1rem;
    opacity: 0;
    visibility: hidden;
  }
  .fixed-box li {
    position: relative;
    margin-bottom: 10px;
    list-style: none;
  }
  .fixed-box li:last-child {
    margin-bottom: 0;
  }
  .fixed-box li .box-link {
    position: relative;
    display: block;
    width: 100%;
    height: 0.65rem;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 3px 5px 13px 0px rgba(135, 135, 135, 0.13);
    border-radius: 0.1rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .fixed-box li .box-link img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.35rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .fixed-box li .box-link .img2 {
    opacity: 0;
  }
  .fixed-box .service:hover a,
  .fixed-box .gotop:hover a {
    background: linear-gradient(180deg, #12a5cc, #3c3db5);
  }
  .fixed-box .qrcode p {
    font-size: 0.26rem;
    line-height: 0.24rem;
    margin-bottom: 0.06rem;
  }
  .fixed-box .qrcode .hidebox {
    width: 2rem;
    text-align: center;
    margin-right: 10px;
    padding: 14px 0.3rem 16px;
    transform: translateX(80%);
    -webkit-transform: translateX(80%);
    -moz-transform: translateX(80%);
    -ms-transform: translateX(80%);
    -o-transform: translateX(80%);
  }
  .fixed-box .qrcode .hidebox img {
    display: block;
    width: 100%;
  }
  .fixed-box .qrcode:hover a {
    background: linear-gradient(180deg, #12a5cc, #3c3db5);
  }
  .fixed-box .qrcode:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .fixed-box .tel .hidebox {
    width: 3.8rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    color: #939393;
    transform: translateX(2.6rem);
    -webkit-transform: translateX(2.6rem);
    -moz-transform: translateX(2.6rem);
    -ms-transform: translateX(2.6rem);
    -o-transform: translateX(2.6rem);
    height: 100%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem 0 0 0.1rem;
  }
  .fixed-box .tel .hidebox span {
    font-family: 'Montserrat-Bold';
    font-size: 0.3rem;
    color: #0d4c9a;
    margin-left: 0.16rem;
  }
  .fixed-box .tel:hover .box-link {
    border-radius: 0 0.1rem 0.1rem 0;
    box-shadow: none;
    background: #fff;
  }
  .fixed-box .tel:hover .box-link .img1 {
    opacity: 0;
  }
  .fixed-box .tel:hover .box-link .img2 {
    opacity: 1;
  }
  .fixed-box .tel:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .fixed-box .msg .hidebox {
    width: 1.4rem;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    color: #999;
    transform: translateX(1rem);
    -webkit-transform: translateX(1rem);
    -moz-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    -o-transform: translateX(1rem);
    height: 100%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem 0 0 0.1rem;
  }
  .fixed-box .msg:hover .box-link {
    border-radius: 0 0.1rem 0.1rem 0;
    box-shadow: none;
    background: #fff;
  }
  .fixed-box .msg:hover .box-link .img1 {
    opacity: 0;
  }
  .fixed-box .msg:hover .box-link .img2 {
    opacity: 1;
  }
  .fixed-box .msg:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .fixed-box .share .hidebox {
    width: 2rem;
    padding-left: 0.2rem;
    right: 0.65rem;
    bottom: 0;
    left: auto;
    top: auto;
    margin-left: 0;
    transform: translateX(1rem);
    -webkit-transform: translateX(1rem);
    -moz-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    -o-transform: translateX(1rem);
    height: 100%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem 0 0 0.1rem;
    background-color: #0d4c9a;
    box-shadow: none;
  }
  .fixed-box .share .hidebox a {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 0.16rem;
  }
  .fixed-box .share .hidebox a img {
    width: 100%;
  }
  .fixed-box .share .hidebox a:last-child {
    margin-right: 0;
  }
  .fixed-box .share:hover .box-link {
    border-radius: 0 0.1rem 0.1rem 0;
    box-shadow: none;
    background: #0d4c9a;
  }
  .fixed-box .share:hover .box-link .img1 {
    opacity: 0;
  }
  .fixed-box .share:hover .box-link .img2 {
    opacity: 1;
  }
  .fixed-box .share:hover .hidebox {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .fixed-box .gotop {
    display: block;
  }
  .mr {
    margin-top: 1.2rem;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #0d4c9a;
  }
}
